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 4bdad82 + b83a5be commit 228a191Copy full SHA for 228a191
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.3
5
- 7.4
6
+ - 8.0
7
8
before_script:
9
- travis_retry composer self-update
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "^7.3",
+ "php": "^7.3|^8.0",
15
"illuminate/database": ">=8.0",
16
"illuminate/support": ">=8.0"
17
},
0 commit comments