Skip to content

Commit 882030f

Browse files
committed
Add PHP 8 to composer.json, Travis CI
1 parent daf9a26 commit 882030f

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
@@ -6,6 +6,7 @@ php:
66
- 7.2
77
- 7.3
88
- 7.4
9+
- 8.0
910

1011
env: MONGODB_SERVER=mongodb://localhost:27017
1112

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"require": {
37-
"php": "^7.2",
37+
"php": "^7.2|^8.0",
3838
"behat/transliterator": "~1.2",
3939
"doctrine/annotations": "^1.2",
4040
"doctrine/cache": "^1.0",

0 commit comments

Comments
 (0)