From 20234dabb35434babad2dca20c3fe29f351134db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Jan 2021 11:13:44 +0100 Subject: update to 1.22.0 provides symfony/polyfill-php81 --- src/Intl/Icu/composer.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/Intl/Icu/composer.json') diff --git a/src/Intl/Icu/composer.json b/src/Intl/Icu/composer.json index da274a3..3221002 100644 --- a/src/Intl/Icu/composer.json +++ b/src/Intl/Icu/composer.json @@ -16,19 +16,23 @@ } ], "require": { - "php": ">=7.1", - "symfony/intl": "~2.3|~3.0|~4.0|~5.0" + "php": ">=7.1" }, "autoload": { - "files": [ "bootstrap.php" ] + "files": [ "bootstrap.php" ], + "psr-4": { "Symfony\\Polyfill\\Intl\\Icu\\": "" }, + "classmap": [ "Resources/stubs" ], + "exclude-from-classmap": [ + "/Tests/" + ] }, "suggest": { - "ext-intl": "For best performance" + "ext-intl": "For best performance and support of other locales than \"en\"" }, "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-main": "1.20-dev" + "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", -- cgit