Recommend this page to a friend! |
Classes of DeGraciaMathieu | > | PHP Entities | > | composer.json | > | Download |
|
![]() |
{ "name": "alchemistery/entities", "type": "library", "description": "Work with entities from your services or repositories.", "license": "MIT", "keywords": [ "entity" ], "authors": [ { "name": "William", "email": "work@suppo.fr" } ], "minimum-stability": "stable", "require": { "php": "^7.2" }, "autoload": { "psr-4": { "Alchemistery\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^8.0", "symfony/var-dumper": "^5.0" }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } } } |