summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-03 14:13:57 +0100
committerRemi Collet <remi@php.net>2022-01-03 14:13:57 +0100
commit7272ba58de375a2c3d0f4ac48a557e022eb212b0 (patch)
tree43bd9dceb37662b890c9b792a3d8971afebd04da /composer.json
parent5536fe365facd1310d981b93f657b0487e838974 (diff)
v2.14.9
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 8f347d5..377d9ea 100644
--- a/composer.json
+++ b/composer.json
@@ -24,9 +24,10 @@
}
],
"require": {
- "php": ">=7.2.5",
+ "php": ">=7.1.3",
"symfony/polyfill-mbstring": "^1.3",
- "symfony/polyfill-ctype": "^1.8"
+ "symfony/polyfill-ctype": "^1.8",
+ "symfony/polyfill-php72": "^1.8"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",