Require psr/container (#6935)

Regression from https://github.com/silverstripe/silverstripe-framework/pull/6931
This commit is contained in:
Ingo Schommer 2017-05-19 16:33:08 +12:00 committed by Damian Mooyman
parent 100048da33
commit f282408324

View File

@ -40,7 +40,8 @@
"ext-ctype": "*",
"ext-hash": "*",
"ext-session": "*",
"psr/container-implementation": "1.0.0"
"psr/container-implementation": "1.0.0",
"psr/container": "1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",