PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Simple PHP Dependency Injection Container Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Dependency Injection Container Class
Container to register and call service providers
Author: By
Last change:
Date: 5 years ago
Size: 757 bytes
 

Contents

Class file image Download
{ "name": "ph-7/dependency-injection-container", "description": "Simple PHP 7.1+ Dependency Injection Container (DIC) Library.", "keywords": [ "dependency injection", "injection", "container", "DIC", "DI" ], "type": "library", "license": "GPL-3.0-or-later", "homepage": "https://github.com/pH-7/dependency-injection-container", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "http://pierrehenry.be" } ], "require": { "php": ">=7.1.0", "psr/log": "^1.0", "psr/container": "^1.0" }, "require-dev": { "phpunit/phpunit": "^6.5", "phake/phake": "^3.0" }, "autoload": { "psr-4": { "PierreHenry\\Container\\": "src" } } }