feature #4 Support PHP 8.0 (vincentchalamon)

This PR was merged into the 2.1.x-dev branch.

Discussion
----------



Commits
-------

9239ca7475 Support PHP 8.0
This commit is contained in:
Kamil Kokot
2021-01-21 10:05:50 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -17,7 +17,7 @@
], ],
"require": { "require": {
"php": "^7.2", "php": ">=7.2",
"behat/behat": "^3.0.5", "behat/behat": "^3.0.5",
"behat/mink": "^1.5", "behat/mink": "^1.5",
"symfony/config": "^4.4|^5.0" "symfony/config": "^4.4|^5.0"