PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AlexanderC   Pyha PHP Dependency Injection Container Using Traits   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pyha PHP Dependency Injection Container Using Traits
Create objects injecting dependencies using traits
Author: By
Last change: Update of composer.json
Date: 8 months ago
Size: 530 bytes
 

Contents

Class file image Download
{ "name": "pyha/DI", "type": "library", "version": "1.0.0", "description": "Pyha Framework DI library", "keywords": ["framework", "pyha", "DI"], "license": "MIT", "authors": [ { "name": "AlexanderC", "email": "alexander.moldova@gmail.com" } ], "require": { "php": ">=5.4", "pimple/pimple": "1.0.*@dev" }, "autoload": { "psr-0": { "Pyha\\": "lib/" }, "classmap": [ ] }, "minimum-stability": "dev" }