PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sergii Pryz   Object Manager Factory   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Object Manager Factory
Factory to create objects by name using reflection
Author: By
Last change:
Date: 7 years ago
Size: 1,121 bytes
 

Contents

Class file image Download
{ "name": "picamator/object-manager", "description": "Utility to create objects", "keywords": ["object", "manager", "factory"], "license": "MIT", "authors": [ { "name": "Sergii Pryz", "email": "picamator@gmail.com" } ], "support": { "issues": "https://github.com/picamator/ObjectManager/issues" }, "autoload": { "psr-4": { "Picamator\\ObjectManager\\": "src/", "Picamator\\ObjectManager\\Example\\": "docs/example" }, "exclude-from-classmap": [ "/tests/", "/docs/example" ] }, "autoload-dev": { "psr-4": { "Picamator\\ObjectManager\\Tests\\Unit\\": "tests/unit/src", "Picamator\\ObjectManager\\Tests\\Example\\": "tests/example/src", "Picamator\\ObjectManager\\Tests\\Helper\\": "tests/helper/src" } }, "minimum-stability": "stable", "require": { "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit": "~5.5", "satooshi/php-coveralls": "~1.0" } }