talentrydev / locking-bundle
此包已被废弃且不再维护。未建议替代包。
1.0.1
2021-07-01 17:01 UTC
Requires
- php: ^7.4 || ^8.0
- ext-sockets: *
- talentrydev/locking: ^2.0.1
- talentrydev/monitoring-bundle: ^3.2
Requires (Dev)
- doctrine/doctrine-bundle: ^2.4
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
- symfony/framework-bundle: ^4.3 || ^5.0
- symfony/monolog-bundle: ^3.7
This package is auto-updated.
Last update: 2024-06-29 05:10:51 UTC
README
这是一个用于将 talentrydev/locking 库集成到 Symfony 项目的 Symfony 包。
安装
- 运行
composer require talentrydev/locking-bundle
- 将 LockingBundle 添加到内核的
registerBundles方法
return [
//...
new \Talentry\LockingBundle\LockingBundle();
];