Skip to content

Commit c0f33f9

Browse files
authored
feature #29 Allow PHP 8.0 (emodric)
This PR was merged into the 1.2-dev branch. Discussion ---------- Commits ------- f59a4a7 Allow PHP 8.0
2 parents 41716d6 + f59a4a7 commit c0f33f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
env:
910
- SYMFONY_VERSION=3.4.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.1",
12+
"php": "^7.1 || ^8.0",
1313

1414
"behat/behat": "^3.4",
1515
"symfony/dependency-injection": "^3.4|^4.1|^5.0"

0 commit comments

Comments
 (0)