MNT Expand Composer requirements to support PHP 8

This commit is contained in:
Garion Herman 2020-10-14 15:31:53 +13:00
parent b71b605251
commit 7278c43267

View File

@ -41,7 +41,7 @@
"symfony/config": "^3.2 || ^4",
"symfony/translation": "^2.8 || ^3 || ^4",
"symfony/yaml": "^3.2 || ^4",
"php": ">=7.1.0",
"php": "^7.1 || ^8",
"ext-ctype": "*",
"ext-dom": "*",
"ext-hash": "*",