Skip to content

Commit 8dc7256

Browse files
committed
Laravel 8 Support
1 parent e345127 commit 8dc7256

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33
All Notable changes to `laravel-search-console` will be documented in this file.
4+
## [1.6.0] - 2020-09-14
5+
- Add Compatibility With Laravel 8
6+
- Drop support for Laravel 7
7+
- Minimum PHP 7.3
8+
49
## [1.5.0] - 2020-06-28
510
- Use full path for json account config files
611
- Removed files env vars

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.2.5",
23+
"php": "^7.3",
2424
"google/apiclient": "^2.0",
25-
"illuminate/support": "^7.0",
25+
"illuminate/support": "^8.0",
2626
"symfony/cache": "^4.3|^5.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)