PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   PHP Entities   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Entities
Create entities and collections of objects
Author: By
Last change:
Date: 3 years ago
Size: 678 bytes
 

Contents

Class file image 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/" } } }