Add support for PHP 8

This commit is contained in:
Kévin Dunglas
2020-10-30 13:07:06 +01:00
parent 8d0cec7928
commit f6121b8367
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0snapshot'
env:
- SYMFONY_VERSION=4.4.*

View File

@@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"behat/behat": "^3.6.1",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",