PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Matheusz Maydana   PHP Simple Dependency Injection Container   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Simple Dependency Injection Container
Create object with a dependency defined at runtime
Author: By
Last change:
Date: 6 months ago
Size: 563 bytes
 

Contents

Class file image Download
{ "name": "19950512/php-di", "description": "A simple PHP DI Container", "license": "MIT", "autoload": { "psr-4": { "App\\": "src/" } }, "authors": [ { "name": "Matheus Maydana", "email": "mattmaydana@gmail.com" } ], "require": { "psr/container": "^2.0" }, "require-dev": { "pestphp/pest": "^2.34", "react/promise": "^2.8" }, "config": { "allow-plugins": { "pestphp/pest-plugin": true } } }