Skip to content

Commit a07334f

Browse files
committed
update laravel to 5.7
1 parent 373c407 commit a07334f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All Notable changes to `laravel-search-console` will be documented in this file.
44

5+
## [1.1.4] - 2018-10-30
6+
- Add Compatibility With Laravel 5.7
7+
58
## [1.1.3] - 2018-07-28
69
- Set row limit to 25000
710
- Throw authentication exceptions immediately

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"require": {
2323
"php": ">=7.0.0",
2424
"google/apiclient": "^2.0",
25-
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0",
25+
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
2626
"madewithlove/illuminate-psr-cache-bridge": "^1.0"
2727
},
2828
"require-dev": {
2929
"mockery/mockery": "^1.0",
30-
"orchestra/testbench": "~3.5.0|~3.6.0",
30+
"orchestra/testbench" : "~3.4.6|~3.5.0|~3.6.0|~3.7.0",
3131
"phpunit/phpunit" : "^6.2|^7.0"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)