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 b5b2ec7 commit e74dedaCopy full SHA for e74deda
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
9
cache:
10
directories:
composer.json
@@ -12,7 +12,7 @@
12
"email": "dmitry.g.ivanov@gmail.com"
13
}],
14
"require": {
15
- "php": "^7.2.5",
+ "php": "^7.2.5|^8.0",
16
"illuminate/support": "^7.0",
17
"illuminate/database": "^7.0",
18
"mockery/mockery": "^1.2"
0 commit comments