Skip to content

Commit 5499a62

Browse files
committed
We do also have a dependency on the doctrine bridge..
1 parent 41dbfee commit 5499a62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^5.5|^7",
28-
"symfony/framework-bundle": "^2.6|^3.0",
29-
"psr/cache-implementation": "~1.0"
27+
"php": "^5.5|^7",
28+
"symfony/framework-bundle": "^2.6|^3.0",
29+
"cache/psr-6-doctrine-bridge": "^0.1",
30+
"psr/cache-implementation": "~1.0"
3031
},
3132
"require-dev": {
3233
"phpunit/phpunit": "^5.1|^4.0",

0 commit comments

Comments
 (0)