lcobucci / di-builder
PHP应用的依赖注入构建器
7.4.0
2023-08-01 22:02 UTC
Requires
- php: ~8.2.0
- symfony/config: ^6.3.2
- symfony/dependency-injection: ^6.3.2
- symfony/expression-language: ^6.3.0
- symfony/filesystem: ^6.3.1
Requires (Dev)
- infection/infection: ^0.27
- lcobucci/coding-standard: ^11.0.0
- mikey179/vfsstream: ^1.6.11
- phpstan/extension-installer: ^1.2.0
- phpstan/phpstan: ^1.10.13
- phpstan/phpstan-deprecation-rules: ^1.1.3
- phpstan/phpstan-phpunit: ^1.3.11
- phpstan/phpstan-strict-rules: ^1.5.1
- phpunit/phpunit: ^10.2
- squizlabs/php_codesniffer: ^3.7.2
- symfony/yaml: ^6.3.3
- 7.5.x-dev
- 7.4.x-dev
- 7.4.0
- 7.3.x-dev
- 7.3.1
- 7.3.0
- 7.2.x-dev
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.x-dev
- 7.1.1
- 7.1.0
- 7.0.x-dev
- 7.0.1
- 7.0.0
- 6.1.x-dev
- 6.1.0
- 6.0.x-dev
- 6.0.0
- 5.8.0
- 5.7.0
- 5.6.0
- 5.5.x-dev
- 5.5.1
- 5.5.0
- 5.4.x-dev
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.x-dev
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.x-dev
- 5.1.1
- 5.1.0
- 5.0.0
- 4.1.x-dev
- 4.1.1
- 4.1.0
- 4.0.x-dev
- 4.0.0
- 3.1.x-dev
- 3.1.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-alpha.1
- 1.1.0
- 1.0.0
- dev-renovate/major-symfony
- dev-renovate/symfony
- dev-renovate/phpstan-packages
This package is auto-updated.
Last update: 2024-09-21 10:28:48 UTC
README
使用Symfony DI组件简化编译容器创建的库。
安装
该包在Packagist上有提供,您可以使用Composer进行安装。
composer require lcobucci/di-builder
用法
请阅读我们的文档:https://lcobucci-di-builder.readthedocs.io。
许可协议
本项目采用BSD-3-Clause许可协议,请参阅LICENSE文件。