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.
2 parents 43bcd5f + 11f074e commit 42bec87Copy full SHA for 42bec87
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - nightly
8
9
env:
10
matrix:
composer.json
@@ -16,7 +16,7 @@
16
}
17
],
18
"require": {
19
- "php": "^7.2",
+ "php": "^7.2|^8.0",
20
"illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
21
"symfony/stopwatch": "^4.0|^5.0"
22
},
0 commit comments