From 67cf7c698f5d7eac897f97265923776cd3bc8138 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Feb 2020 11:18:56 +0100 Subject: update to 1.14.0 provides symfony/polyfill-php80 --- src/Intl/Idn/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Intl/Idn/composer.json') diff --git a/src/Intl/Idn/composer.json b/src/Intl/Idn/composer.json index 428c13e..403f4aa 100644 --- a/src/Intl/Idn/composer.json +++ b/src/Intl/Idn/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.3", "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.9" + "symfony/polyfill-php72": "^1.10" }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, @@ -30,7 +30,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.13-dev" + "dev-master": "1.14-dev" } } } -- cgit