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 b9742ed + b504eb0 commit 1a70456Copy full SHA for 1a70456
.travis.yml
@@ -6,6 +6,9 @@ php:
6
- 7.2
7
- 7.3
8
- 7.4
9
+ - 8.0
10
+ - 8.1
11
+ - 8.2
12
13
env:
14
matrix:
composer.json
@@ -32,8 +32,8 @@
32
},
33
"minimum-stability": "stable",
34
"require": {
35
- "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0",
36
- "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
37
"php": "^7.0|^8.0"
38
39
"require-dev": {
0 commit comments