All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
\Paysera\Bundle\LockBundle\Service\LockManager::createLock
now creates lock without TTL- Added strict type declaration in
\Paysera\Bundle\LockBundle\Service\LockManager
- Updated README.md
PayseraLockExtension
Definition method setArgument is replaced to replaceArgument so bundle will work properly on Symfony ^2.8
LockManager
now takes and returnLockInterface
instead ofLock
which implements it
- Downgraded
phpunit
to^6.0
to have PHP7.0 dev compatibility
- Initial release