We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6f5d3 commit c7c53c8Copy full SHA for c7c53c8
composer.json
@@ -26,13 +26,12 @@
26
"require": {
27
"php": "^5.5|^7",
28
"symfony/framework-bundle": "^2.6|^3.0",
29
- "cache/taggable-cache": "^0.1",
30
- "psr/cache-implementation": "~1.0"
+ "cache/taggable-cache": "^0.1|^0.2"
31
},
32
"require-dev": {
33
"phpunit/phpunit": "^5.1|^4.0",
34
"cache/psr-6-doctrine-bridge": "^2.0",
35
- "cache/doctrine-adapter": "^0.1"
+ "cache/doctrine-adapter": "^0.3"
36
37
"suggest": {
38
"cache/doctrine-adapter-bundle": "A bundle to register PSR-6 compliant services based on Doctrine cache",
0 commit comments