summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-16 11:44:40 +0200
committerRemi Collet <remi@remirepo.net>2019-05-16 11:44:40 +0200
commit3789a60c16f99266088e96ab3a6dd9d60c7895c5 (patch)
tree81f59747e9e36a01ab126f23ea3bf5e09e0a29ec /composer.json
parent1e2063fc8af7d76b9f652589b3788c025115d00b (diff)
v1.1.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 2f198a0..b83e7c0 100644
--- a/composer.json
+++ b/composer.json
@@ -20,12 +20,15 @@
},
"require-dev": {
"psr/cache": "^1.0",
- "psr/container": "^1.0"
+ "psr/container": "^1.0",
+ "symfony/polyfill-intl-idn": "^1.10"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
+ "symfony/event-dispatcher-implementation": "",
+ "symfony/http-client-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
@@ -38,7 +41,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
- "dev-master": "1.0-dev"
+ "dev-master": "1.1-dev"
}
}
}