Skip to content

Commit 8ce952b

Browse files
committed
Added missing required dependencies on psr/cache and psr/container in symfony/cache-contracts and symfony/service-contracts respectively.
1 parent 7ff3902 commit 8ce952b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1.3"
19+
"php": "^7.1.3",
20+
"psr/cache": "^1.0"
2021
},
2122
"suggest": {
22-
"psr/cache": "",
2323
"symfony/cache-implementation": ""
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)