Skip to content

Commit ac80562

Browse files
committed
Make sure to use 2.0 of the bridge
1 parent a2ddf97 commit ac80562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"psr/cache-implementation": "~1.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^5.1|^4.0",
34-
"cache/psr-6-doctrine-bridge": "^0.1",
35-
"cache/doctrine-adapter": "^0.1"
33+
"phpunit/phpunit": "^5.1|^4.0",
34+
"cache/psr-6-doctrine-bridge": "^2.0",
35+
"cache/doctrine-adapter": "^0.1"
3636
},
3737
"suggest": {
3838
"cache/doctrine-adapter-bundle": "A bundle to register PSR-6 compliant services based on Doctrine cache",

0 commit comments

Comments
 (0)