File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ or backwards compatibility (BC) breakages occur.
8
8
### BC breaks
9
9
10
10
* Class ` PhpSchool\CliMenu\CliMenuBuilder ` has been moved, use
11
- ` PhpSchool\CliMenu\Builder\CliMenuBuilder ` instead. The old class has been aliased for now, but will be removed in
12
- ` 3.1 ` .
11
+ ` PhpSchool\CliMenu\Builder\CliMenuBuilder ` instead. Please migrate to the new namespace.
13
12
* Removed ` PhpSchool\CliMenu\Terminal ` namespace, the code has been migrated to the ` php-school/terminal ` package and is
14
13
largely modified.
15
14
* Method ` addSubMenu ` in '\PhpSchool\CliMenu\Builder\CliMenuBuilder' has an additional required parameter
Original file line number Diff line number Diff line change 27
27
"autoload" : {
28
28
"psr-4" : {
29
29
"PhpSchool\\ CliMenu\\ " : " src"
30
- },
31
- "files" : [" src/deprecated.php" ]
30
+ }
32
31
},
33
32
"autoload-dev" : {
34
33
"psr-4" : { "PhpSchool\\ CliMenuTest\\ " : " test/" }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments