{ "name": "alexlcdee/registry-container", "description": "container for storing objects", "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "Alexander Larkin", "email": "info@alexlcdee.ru" } ], "autoload": { "psr-4": { "AlexLcDee\\RegistryContainer\\": "src/" } }, "autoload-dev": { "psr-4": { "AlexLcDee\\RegistryContainer\\Tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "~6" } }