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: Add PHP 7 as a Dependency

Add PHP as a Dependency because the function "ReflectionParameter::hasType()"
it`s available only PHP 7
Date: 13 days ago
Size: 518 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": "[email protected]" } ], "require": { "php": ">=7.0" }, "autoload": { "psr-4": { "CViniciusSDias\\DependencyResolver\\": "src/" } } }