summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-28 17:17:09 +0200
committerRemi Collet <remi@remirepo.net>2019-05-28 17:17:09 +0200
commit6ca4fa12ab5e1d07f0b709373a0e53c37ef62454 (patch)
tree91c79603a8c241cd1bcf593c785e1927eb8fcfeb /composer.json
parent3789a60c16f99266088e96ab3a6dd9d60c7895c5 (diff)
v1.1.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index b83e7c0..f78ba69 100644
--- a/composer.json
+++ b/composer.json
@@ -23,14 +23,22 @@
"psr/container": "^1.0",
"symfony/polyfill-intl-idn": "^1.10"
},
+ "replace": {
+ "symfony/cache-contracts": "self.version",
+ "symfony/event-dispatcher-contracts": "self.version",
+ "symfony/http-client-contracts": "self.version",
+ "symfony/service-contracts": "self.version",
+ "symfony/translation-contracts": "self.version"
+ },
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
- "symfony/cache-contracts-implementation": "",
+ "psr/event-dispatcher": "When using the EventDispatcher contracts",
+ "symfony/cache-implementation": "",
"symfony/event-dispatcher-implementation": "",
- "symfony/http-client-contracts-implementation": "",
- "symfony/service-contracts-implementation": "",
- "symfony/translation-contracts-implementation": ""
+ "symfony/http-client-implementation": "",
+ "symfony/service-implementation": "",
+ "symfony/translation-implementation": ""
},
"autoload": {
"psr-4": { "Symfony\\Contracts\\": "" },