File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
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.1] - 2018-03-06
6
+ - Add Compatibility With Laravel 5.6
7
+
5
8
## [ 1.1.0] - 2017-10-12
6
9
- Clear Cache on setAccessToken()
7
10
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7.0" ,
24
- "illuminate/support" : " ~5.4.0|~5.5.0" ,
23
+ "php" : " >=7.0.0" ,
25
24
"google/apiclient" : " ^2.0" ,
25
+ "illuminate/support" : " ~5.4.0|~5.5.0|~5.6.0" ,
26
26
"madewithlove/illuminate-psr-cache-bridge" : " ^1.0"
27
27
},
28
28
"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"
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
You can’t perform that action at this time.
0 commit comments