We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 135bb48 + 8b03ae5 commit 87a45e6Copy full SHA for 87a45e6
.travis.yml
@@ -2,6 +2,11 @@ language: php
2
3
php:
4
- 7.4
5
+ - 8.0
6
+
7
+jobs:
8
+ allow_failures:
9
+ - php: 8.0
10
11
env:
12
global:
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"require": {
20
- "php": "~7.4",
+ "php": "~7.4 | ~8.0",
21
"jms/serializer": "~3.2",
22
"ramsey/uuid": "~3.0|~4.0"
23
},
0 commit comments