We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7828691 commit cee02b1Copy full SHA for cee02b1
.travis.yml
@@ -25,6 +25,14 @@ env:
25
26
matrix:
27
include:
28
+ - name: 'PHP8'
29
+ dist: focal
30
+ php: nightly
31
+ addons:
32
+ postgresql: '12'
33
+ env:
34
+ - RUN_PHPCSFIXER="FALSE"
35
+ - REPORT_COVERAGE="FALSE"
36
- name: 'PHPStan'
37
php: 7.4
38
env:
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": "^7.1.0",
+ "php": "^7.1.0 || ^8.0",
18
"sabre/vobject": "^4.2.1",
19
"sabre/event" : "^5.0",
20
"sabre/xml" : "^2.0.1",
0 commit comments