talentrydev / locking-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
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
This is a Symfony bundle used for integrating talentrydev/locking library into a Symfony project.
Installing
- Run:
composer require talentrydev/locking-bundle
- Add the LockingBundle to your kernel's
registerBundles
method:
return [
//...
new \Talentry\LockingBundle\LockingBundle();
];