File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 2.2.0] - 2019-08-04
8+ ### Added
9+ - Support to Laravel 6
10+
11+ ## [ 2.1.0] - 2019-02-26
12+ ### Added
13+ - Support to Laravel 5.8
14+
715## [ 2.0.1] - 2018-10-14
816### Fixed
917- Margin when not defined ([ 49eab5a] ( https://github.com/nunomaduro/laravel-console-menu/commit/49eab5af81fb2bc9d53b120ff9c3926d93424fb3 ) )
Original file line number Diff line number Diff line change 1515 ],
1616 "require" : {
1717 "php" : " ^7.1.3" ,
18- "illuminate/console" : " 5.6.*|5.7.*|5.8.*" ,
19- "illuminate/support" : " 5.6.*|5.7.*|5.8.*" ,
18+ "illuminate/console" : " 5.6.*|5.7.*|5.8.*|^6.0 " ,
19+ "illuminate/support" : " 5.6.*|5.7.*|5.8.*|^6.0 " ,
2020 "php-school/cli-menu" : " ^3.0"
2121 },
2222 "autoload" : {
You can’t perform that action at this time.
0 commit comments