summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Component/Console/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-03 14:39:20 +0200
committerRemi Collet <remi@remirepo.net>2020-06-03 14:39:20 +0200
commite45c03c7c4048756bfc5b95bed5c20b42d3898e9 (patch)
tree78780a299d726c4379fe2f27c3018661ff9c2d15 /src/Symfony/Component/Console/composer.json
parent2169191b63680647fbb6c4ef778b6e55549fa230 (diff)
update to 4.4.9
raise dependency on symfony/polyfill 1.15
Diffstat (limited to 'src/Symfony/Component/Console/composer.json')
-rw-r--r--src/Symfony/Component/Console/composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Symfony/Component/Console/composer.json b/src/Symfony/Component/Console/composer.json
index 506539d..42d7497 100644
--- a/src/Symfony/Component/Console/composer.json
+++ b/src/Symfony/Component/Console/composer.json
@@ -16,9 +16,10 @@
}
],
"require": {
- "php": "^7.1.3",
+ "php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
+ "symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2"
},
"require-dev": {