From 3789a60c16f99266088e96ab3a6dd9d60c7895c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 May 2019 11:44:40 +0200 Subject: v1.1.0 --- composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.json') 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" } } } -- cgit