We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e345127 commit 8dc7256Copy full SHA for 8dc7256
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
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
+
9
## [1.5.0] - 2020-06-28
10
- Use full path for json account config files
11
- Removed files env vars
composer.json
@@ -20,9 +20,9 @@
20
}
21
],
22
"require": {
23
- "php": "^7.2.5",
+ "php": "^7.3",
24
"google/apiclient": "^2.0",
25
- "illuminate/support": "^7.0",
+ "illuminate/support": "^8.0",
26
"symfony/cache": "^4.3|^5.0"
27
},
28
"require-dev": {
0 commit comments