allow php 8.0

This commit is contained in:
Thibault Buathier
2021-09-16 16:55:41 +02:00
parent ec441c8e89
commit 8c5ac62f72

View File

@@ -11,7 +11,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",