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 207295c + 1af709e commit 1c9c5cfCopy full SHA for 1c9c5cf
.travis.yml
@@ -1,6 +1,7 @@
1
language: php
2
3
php:
4
+ - 7.0
5
- 7.1
6
- 7.2
7
composer.json
@@ -20,14 +20,14 @@
20
}
21
],
22
"require": {
23
- "php": ">=7.1.3",
24
- "illuminate/contracts": "5.6.*",
25
- "illuminate/database": "5.6.*",
26
- "illuminate/support": "5.6.*",
27
- "laravel/scout": "4.*"
+ "php": ">=7.0",
+ "illuminate/contracts": "~5.4",
+ "illuminate/database": "~5.4",
+ "illuminate/support": "~5.4",
+ "laravel/scout": "~4.0"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "~7.0",
+ "phpunit/phpunit": "~6.0",
31
"mockery/mockery": "~1.0"
32
33
"autoload": {
0 commit comments