Skip to content

Commit

Permalink
add Laravel 5.6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix committed Mar 6, 2018
1 parent 6950cc6 commit 00b3bb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [1.1.1] - 2018-03-06
- Add Compatibility With Laravel 5.6

## [1.1.0] - 2017-10-12
- Clear Cache on setAccessToken()

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
}
],
"require": {
"php" : "^7.0",
"illuminate/support": "~5.4.0|~5.5.0",
"php": ">=7.0.0",
"google/apiclient": "^2.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0",
"madewithlove/illuminate-psr-cache-bridge": "^1.0"
},
"require-dev": {
"phpunit/phpunit" : "^6.1",
"mockery/mockery": "^0.9.5",
"orchestra/testbench" : "~3.4.6|~3.5.0"
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5.0|~3.6.0",
"phpunit/phpunit" : "^6.2|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 00b3bb3

Please sign in to comment.