Skip to content

Commit 9c97e46

Browse files
authored
Add support for PHP 8 (#68)
1 parent 112a00f commit 9c97e46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ matrix:
3232
- php: 7.4
3333
env: STABILITY="dev"
3434

35+
- php: 8.0snapshot
36+
3537
allow_failures:
3638
# Dev-master is allowed to fail.
3739
- env: STABILITY="dev"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.1",
16+
"php": "^7.1 || ^8.0",
1717
"symfony/config": "^2.7 || ^3.4 || ^4.0 || ^5.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)