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 49169d0 commit 9ad67d3Copy full SHA for 9ad67d3
.travis.yml
@@ -16,6 +16,12 @@ env:
16
17
matrix:
18
include:
19
+ - name: 'PHP8'
20
+ dist: focal
21
+ php: nightly
22
+ env:
23
+ - RUN_PHPCSFIXER="FALSE"
24
+ - REPORT_COVERAGE="FALSE"
25
- name: 'PHPStan'
26
php: 7.4
27
env:
composer.json
@@ -10,7 +10,7 @@
10
"homepage": "http://sabre.io/dav/",
11
"license": "BSD-3-Clause",
12
"require": {
13
- "php" : "^7.1",
+ "php" : "^7.1 || ^8.0",
14
"sabre/xml" : "^2.0"
15
},
"authors": [
0 commit comments