PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vinicius Dias   PHP Dependency Resolver   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dependency Resolver
Create class objects and others that it needs
Author: By
Last change: Update composer.json

License corrected
Date: 6 years ago
Size: 490 bytes
 

Contents

Class file image Download
{ "name": "cviniciussdias/dependency-resolver", "description": "Dependency Resolver. A simple component to resolve classes dependencies and instantiate them automagically.", "type": "library", "license": "GPL-3.0", "authors": [ { "name": "CViniciusSDias", "email": "carlosv775@gmail.com" } ], "require": {}, "autoload": { "psr-4": { "CViniciusSDias\\DependencyResolver\\": "src/" } } }