PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Emmanuel Antico   Injector   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Injector
Inject dependencies defined in annotation comments
Author: By
Last change:
Date: 9 years ago
Size: 520 bytes
 

Contents

Class file image Download
{ "name": "injector/injector", "type": "library", "description": "A dependency injection class based on Pimple", "keywords": ["dependency", "injection", "injector", "pimple"], "license": "BSD 2-Clause", "authors": [ { "name": "Emmanuel Antico", "email": "emmanuel.antico@gmail.com" } ] , "require": { "pimple/pimple": "v2.1.0", "minime/annotations": "~1.12" }, "autoload": { "psr-0": {"Injector": "lib/"} } }