File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All Notable changes to ` laravel-search-console ` will be documented in this file.
4
4
5
+ ## [ 1.1.4] - 2018-10-30
6
+ - Add Compatibility With Laravel 5.7
7
+
5
8
## [ 1.1.3] - 2018-07-28
6
9
- Set row limit to 25000
7
10
- Throw authentication exceptions immediately
Original file line number Diff line number Diff line change 22
22
"require" : {
23
23
"php" : " >=7.0.0" ,
24
24
"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 " ,
26
26
"madewithlove/illuminate-psr-cache-bridge" : " ^1.0"
27
27
},
28
28
"require-dev" : {
29
29
"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" ,
31
31
"phpunit/phpunit" : " ^6.2|^7.0"
32
32
},
33
33
"autoload" : {
You can’t perform that action at this time.
0 commit comments