We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf9a26 commit 882030fCopy full SHA for 882030f
.travis.yml
@@ -6,6 +6,7 @@ php:
6
- 7.2
7
- 7.3
8
- 7.4
9
+ - 8.0
10
11
env: MONGODB_SERVER=mongodb://localhost:27017
12
composer.json
@@ -34,7 +34,7 @@
34
}
35
],
36
"require": {
37
- "php": "^7.2",
+ "php": "^7.2|^8.0",
38
"behat/transliterator": "~1.2",
39
"doctrine/annotations": "^1.2",
40
"doctrine/cache": "^1.0",
0 commit comments