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 5e0d503 commit 003a8c1Copy full SHA for 003a8c1
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.3
5
- 7.4
6
+ - 8.0
7
8
cache:
9
directories:
composer.json
@@ -12,7 +12,7 @@
12
"email": "dmitry.g.ivanov@gmail.com"
13
}],
14
"require": {
15
- "php": "^7.3",
+ "php": "^7.3|^8.0",
16
"illuminate/database": "^8.0",
17
"illuminate/support": "^8.0",
18
"mockery/mockery": "^1.3.1"
0 commit comments