{ "name": "hostnet/hn-dependency-injection-plugin", "description": "Introduces the Symfony DI container in a Symfony 1 application.", "type": "library", "keywords": ["symfony", "dependency-injection", "container", "doctrine"], "authors": [ { "name": "Nico Schoenmaker", "homepage": "http://nschoenmaker.nl", "role": "Developer" } ], "support": { "issues": "https://github.com/hostnet/hnDependencyInjectionPlugin/issues", "source": "https://github.com/hostnet/hnDependencyInjectionPlugin" }, "license": "MIT", "require": { "php": ">=7.3", "doctrine/dbal": "^2.13.4||^3.1.1", "doctrine/doctrine-bundle": ">=1.7.0", "doctrine/orm": ">=2.6", "symfony/symfony": "^4.4||^5.0", "symfony/symfony1": "~1.1.27" }, "require-dev": { "phpunit/phpunit": "^9.5.6", "phpspec/prophecy-phpunit": "^2.0" }, "minimum-stability": "stable", "autoload": { "psr-4": { "Hostnet\\HnDependencyInjectionPlugin\\": "src/" } }, "autoload-dev": { "psr-4": { "Hostnet\\HnDependencyInjectionPlugin\\": "test/" } } }