{ "name": "aura/di", "type": "library", "description": "Provides a dependency injection container system with native support for constructor- and setter-based injection, lazy-loading of services, and inheritable configuration of setters and constructor params.", "keywords": [ "container", "dependency injection", "di", "di container", "dependency injection container" ], "homepage": "https://github.com/auraphp/Aura.Di", "license": "BSD-2-Clause", "authors": [ { "name": "Aura.Di Contributors", "homepage": "https://github.com/auraphp/Aura.Di/contributors" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "Aura\\Di\\": "src/" } }, "extra": { "aura": { "type": "library" } }, "autoload-dev": { "psr-4": { "Aura\\Di\\": "tests/" } } }