* Install also php-symfony-yaml for CI (Closes: #889799)
* Fix test failures with recent Symfony (Closes: #883352)
* Add some Build-Dependencies to try and pass more tests
* Move project repository to salsa.d.o
* Update Standards-Version to 4.1.3
* Make package compatible with PHPUnit 6 (Closes: #882898)
- move to namespaced phpunit versions
- get rid of removed PHPUnit\Framework\TestCase::getMock
* Build-Depend on php-symfony-yaml
[ hubert.lenoir ]
* Add command registration to fix Symfony 3.4 auto-registration deprecation
* Disable registerCommands method
* Set command services public
* Update Standards-Version to 4.1.1
* Drop versionned dependencies satisfied in stable
* Adapt packaging for Symfony 2.8:
- Drop override for php-symfony-security-acl
- Use php-symfony-security-acl for the tests
* PHP 7.0 transition:
- Build-depend on php-* instead of php5-*
- Build with recent pkg-php-tools
* Drop Predis tests (Closes: #812849)
* Drop useless build-dependencies
* Update Standards-Version to 3.9.7
[ Ivo Bathke ]
* added PredisProvider
[ Javier Eguiluz ]
* Reorganized the documentation of the bundle
[ Steffen Hanikel ]
* Fix mangling of memcache/d hostnames
[ Xavier Leune ]
* Add persistent id to memcached configuration
* Tests fix for DoctrineCache 1.6: Purposal #2
[ Guilherme Blanco ]
* Added APCu driver
[ Ryan Weaver ]
* Moving security-acl to an optional dependency
[ David Prévot ]
* Add php-symfony-framework-bundle dependency for CI
* Adapt to php-symfony-security now suggested
[ Christophe Coevoet ]
* Update the README instruction
[ Eligijus Vitkauskas ]
* Solving issue #40: Getting rid of symfony/framework-bundle dependency
[ Guilherme Blanco ]
* Added chain, void and sqlite3 cache providers.
[ David Prévot ]
* Install new documentation
* Update description
* Update dependencies
* Build-depend on php5-sqlite needed for tests
* Update phpab workaround
* Add upstream changelog
[ Nicolas Grekas ]
* Allow symfony 3.0 components
* Replace symfony/security by security-acl ~2.7|~3.0
[ yethee ]
* Bump doctrine/cache dependency to ~1.4.2
* Provide homemade autoload.php
* Restore compatibility with recent Symfony versions
* Initial release