PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kashif Abbasi   PHP DI Container   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DI Container
Resolve dependencies from configuration files
Author: By
Last change:
Date: 7 years ago
Size: 686 bytes
 

Contents

Class file image Download
{ "name": "gr8abbasi/php-di-container", "description": "Simple Dependency Injection Container/Library for PHP", "homepage":"https://github.com/gr8abbasi/php-di-container", "license": "MIT", "authors": [ { "name": "Muhammad Kashif Abbasi", "email": "gr8.abbasi@gmail.com" } ], "autoload": { "psr-4": { "Gr8abbasi\\Container\\": "src/", "Tests\\": "tests/" } }, "require": { "php":">=5.5", "container-interop/container-interop": "^1.1", "mcustiel/php-simple-config": ">=1.2.0" }, "require-dev":{ "phpunit/phpunit": "4.8.*" } }