Skip to content

Commit 1c9c5cf

Browse files
committed
Merge branch 'tortuetorche-patch-2'
2 parents 207295c + 1af709e commit 1c9c5cf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: php
22

33
php:
4+
- 7.0
45
- 7.1
56
- 7.2
67

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
}
2121
],
2222
"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.*"
23+
"php": ">=7.0",
24+
"illuminate/contracts": "~5.4",
25+
"illuminate/database": "~5.4",
26+
"illuminate/support": "~5.4",
27+
"laravel/scout": "~4.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "~7.0",
30+
"phpunit/phpunit": "~6.0",
3131
"mockery/mockery": "~1.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)