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:
@@ -10,6 +10,7 @@ php:
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
- 8.0
|
||||
|
||||
env:
|
||||
- SYMFONY_VERSION=4.4.*
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
],
|
||||
|
||||
"require": {
|
||||
"php": "^7.2",
|
||||
"php": ">=7.2",
|
||||
"behat/behat": "^3.0.5",
|
||||
"behat/mink": "^1.5",
|
||||
"symfony/config": "^4.4|^5.0"
|
||||
|
||||
Reference in New Issue
Block a user