Skip to content

Commit f637104

Browse files
committed
Remove CliMenuBuilder alias
1 parent 3f314ba commit f637104

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

UPGRADE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ or backwards compatibility (BC) breakages occur.
88
### BC breaks
99

1010
* 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.
1312
* Removed `PhpSchool\CliMenu\Terminal` namespace, the code has been migrated to the `php-school/terminal` package and is
1413
largely modified.
1514
* Method `addSubMenu` in '\PhpSchool\CliMenu\Builder\CliMenuBuilder' has an additional required parameter

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"autoload" : {
2828
"psr-4" : {
2929
"PhpSchool\\CliMenu\\": "src"
30-
},
31-
"files": ["src/deprecated.php"]
30+
}
3231
},
3332
"autoload-dev": {
3433
"psr-4": { "PhpSchool\\CliMenuTest\\": "test/" }

src/deprecated.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)