Skip to content

Commit 00b3bb3

Browse files
author
Felix
committed
add Laravel 5.6 compatibility
1 parent 6950cc6 commit 00b3bb3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
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.1] - 2018-03-06
6+
- Add Compatibility With Laravel 5.6
7+
58
## [1.1.0] - 2017-10-12
69
- Clear Cache on setAccessToken()
710

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
}
2121
],
2222
"require": {
23-
"php" : "^7.0",
24-
"illuminate/support": "~5.4.0|~5.5.0",
23+
"php": ">=7.0.0",
2524
"google/apiclient": "^2.0",
25+
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0",
2626
"madewithlove/illuminate-psr-cache-bridge": "^1.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit" : "^6.1",
30-
"mockery/mockery": "^0.9.5",
31-
"orchestra/testbench" : "~3.4.6|~3.5.0"
29+
"mockery/mockery": "^1.0",
30+
"orchestra/testbench": "~3.5.0|~3.6.0",
31+
"phpunit/phpunit" : "^6.2|^7.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)