diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-03 14:39:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-03 14:39:20 +0200 |
commit | e45c03c7c4048756bfc5b95bed5c20b42d3898e9 (patch) | |
tree | 78780a299d726c4379fe2f27c3018661ff9c2d15 /src/Symfony/Component/Intl/composer.json | |
parent | 2169191b63680647fbb6c4ef778b6e55549fa230 (diff) |
update to 4.4.9
raise dependency on symfony/polyfill 1.15
Diffstat (limited to 'src/Symfony/Component/Intl/composer.json')
-rw-r--r-- | src/Symfony/Component/Intl/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Symfony/Component/Intl/composer.json b/src/Symfony/Component/Intl/composer.json index 291b536..5c276c6 100644 --- a/src/Symfony/Component/Intl/composer.json +++ b/src/Symfony/Component/Intl/composer.json @@ -24,7 +24,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "symfony/polyfill-intl-icu": "~1.0" }, "require-dev": { |