File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 7.0.0 (released 2019-08-28)
4+
5+ - Added Laravel 6.0 support
6+ - Dropped Laravel 5.8 support
7+
38## 6.0.0 (released 2019-04-03)
49
510- Added hashids/hashids 4.0 support
Original file line number Diff line number Diff line change 2323 ],
2424 "require" : {
2525 "php" : " ^7.2" ,
26- "graham-campbell/manager" : " ^4.2 " ,
26+ "graham-campbell/manager" : " ^4.3 " ,
2727 "hashids/hashids" : " ^4.0" ,
28- "illuminate/contracts" : " 5.8.* " ,
29- "illuminate/support" : " 5.8.* "
28+ "illuminate/contracts" : " ^6.0 " ,
29+ "illuminate/support" : " ^6.0 "
3030 },
3131 "require-dev" : {
32- "graham-campbell/analyzer" : " ^2.1 " ,
33- "graham-campbell/testbench" : " ^5.2 " ,
32+ "graham-campbell/analyzer" : " ^2.3 " ,
33+ "graham-campbell/testbench" : " ^5.3 " ,
3434 "mockery/mockery" : " ^1.2" ,
3535 "phpunit/phpunit" : " ^8.0"
3636 },
3939 },
4040 "extra" : {
4141 "branch-alias" : {
42- "dev-master" : " 6 .0-dev"
42+ "dev-master" : " 7 .0-dev"
4343 },
4444 "laravel" : {
4545 "providers" : [
You can’t perform that action at this time.
0 commit comments