diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-08 11:13:44 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-08 11:13:44 +0100 |
commit | 20234dabb35434babad2dca20c3fe29f351134db (patch) | |
tree | 408db29d07ad85fa8baeaa4094a3a812351a2790 /src/Intl/Icu | |
parent | 3f1aa9fe0621a3469b5cb2fe6e0814ee444c1483 (diff) |
update to 1.22.0
provides symfony/polyfill-php81
Diffstat (limited to 'src/Intl/Icu')
-rw-r--r-- | src/Intl/Icu/composer.json | 14 |
1 files changed, 9 insertions, 5 deletions
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", |