summaryrefslogtreecommitdiffstats
path: root/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 /composer.json
parent2169191b63680647fbb6c4ef778b6e55549fa230 (diff)
update to 4.4.9
raise dependency on symfony/polyfill 1.15
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index ae45533..5ad1c5c 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": "^7.1.3",
+ "php": ">=7.1.3",
"ext-xml": "*",
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^1.3",
@@ -31,7 +31,8 @@
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5",
- "symfony/polyfill-php73": "^1.11"
+ "symfony/polyfill-php73": "^1.11",
+ "symfony/polyfill-php80": "^1.15"
},
"replace": {
"symfony/asset": "self.version",