diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-15 16:01:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-15 16:01:01 +0200 |
commit | f0d1a5357e02f395417ca62a89b99c74af895bee (patch) | |
tree | 071ed15634064007db253d4434e0aded9006288d /src/Intl/Idn | |
parent | 92bb3c8e5d63d33ef3b3a29132cf258081920848 (diff) |
update to 1.18.0
Diffstat (limited to 'src/Intl/Idn')
-rw-r--r-- | src/Intl/Idn/composer.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Intl/Idn/composer.json b/src/Intl/Idn/composer.json index 1c64acc..af34193 100644 --- a/src/Intl/Idn/composer.json +++ b/src/Intl/Idn/composer.json @@ -11,13 +11,18 @@ "email": "laurent@bassin.info" }, { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php70": "^1.10", "symfony/polyfill-php72": "^1.10" }, "autoload": { @@ -30,7 +35,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", |