qlimix / dependency-container-phpdi
使用PHPDI实现的依赖注册表
2.0.0
2020-04-19 12:03 UTC
Requires
- php: >=7.4
- php-di/php-di: ^6.0
- qlimix/dependency-container: ^1.0
Requires (Dev)
- qlimix/code-standard: ^2.0
This package is auto-updated.
Last update: 2024-09-19 22:17:07 UTC
README
使用PHPDI实现的依赖注册表。
安装
使用Composer
$ composer require qlimix/dependency-container-phpdi
测试
要本地运行所有单元测试,请使用PHPUnit
$ vendor/bin/phpunit
质量
为确保代码质量,运行grumphp,它将运行所有工具
$ vendor/bin/grumphp run
贡献
有关详细信息,请参阅CONTRIBUTING。