Remove useless requirement

It does not make sense to require a psr-container-implementation when the package is itself providing an implementation, as it fulfills its own requirement.
This commit is contained in:
Christophe Coevoet 2020-10-22 15:28:02 +02:00 committed by GitHub
parent f00f64120d
commit bc92b52c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@
"monolog/monolog": "~1.16",
"nikic/php-parser": "^3 || ^4",
"psr/container": "1.0.0",
"psr/container-implementation": "1.0.0",
"silverstripe/config": "^1@dev",
"silverstripe/assets": "^1@dev",
"silverstripe/vendor-plugin": "^1.4",