Skip to content

Commit 42bec87

Browse files
authored
Merge pull request #17 from mmachatschek/support_php8
Support PHP 8
2 parents 43bcd5f + 11f074e commit 42bec87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- nightly
78

89
env:
910
matrix:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2",
19+
"php": "^7.2|^8.0",
2020
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
2121
"symfony/stopwatch": "^4.0|^5.0"
2222
},

0 commit comments

Comments
 (0)