summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-21 10:03:41 +0100
committerRemi Collet <remi@remirepo.net>2019-11-21 10:03:41 +0100
commitd2d0ba92187920538736aedd0169037ac17dab0e (patch)
treef57c70674396c4db99543d5e5ec2669c038d265a /composer.json
parentff262c29340e6b7a187e66a41d26fba75389a12b (diff)
- update to 1.1.8
- psr/cache and psr/container are mandatory
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index f78ba69..b9277e1 100644
--- a/composer.json
+++ b/composer.json
@@ -16,11 +16,11 @@
}
],
"require": {
- "php": "^7.1.3"
+ "php": "^7.1.3",
+ "psr/cache": "^1.0",
+ "psr/container": "^1.0"
},
"require-dev": {
- "psr/cache": "^1.0",
- "psr/container": "^1.0",
"symfony/polyfill-intl-idn": "^1.10"
},
"replace": {
@@ -31,8 +31,6 @@
"symfony/translation-contracts": "self.version"
},
"suggest": {
- "psr/cache": "When using the Cache contracts",
- "psr/container": "When using the Service contracts",
"psr/event-dispatcher": "When using the EventDispatcher contracts",
"symfony/cache-implementation": "",
"symfony/event-dispatcher-implementation": "",