Skip to content

Commit 7342b8d

Browse files
committed
We require an implementation of PSR-6 to work with this bridge.
1 parent 401a197 commit 7342b8d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^5.5|^7.0",
21-
"doctrine/cache": "^1.3",
22-
"psr/cache": "1.0.0"
20+
"php": "^5.5|^7.0",
21+
"doctrine/cache": "^1.3",
22+
"psr/cache-implementation": "~1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^5.1|^4.0",
26-
"mockery/mockery": "^0.9.4"
25+
"phpunit/phpunit": "^5.1|^4.0",
26+
"mockery/mockery": "^0.9.4",
27+
"cache/doctrine-adapter": "@stable"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)