Skip to content

Commit c7c53c8

Browse files
committed
Allow tagging version 0.2
1 parent fc6f5d3 commit c7c53c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@
2626
"require": {
2727
"php": "^5.5|^7",
2828
"symfony/framework-bundle": "^2.6|^3.0",
29-
"cache/taggable-cache": "^0.1",
30-
"psr/cache-implementation": "~1.0"
29+
"cache/taggable-cache": "^0.1|^0.2"
3130
},
3231
"require-dev": {
3332
"phpunit/phpunit": "^5.1|^4.0",
3433
"cache/psr-6-doctrine-bridge": "^2.0",
35-
"cache/doctrine-adapter": "^0.1"
34+
"cache/doctrine-adapter": "^0.3"
3635
},
3736
"suggest": {
3837
"cache/doctrine-adapter-bundle": "A bundle to register PSR-6 compliant services based on Doctrine cache",

0 commit comments

Comments
 (0)