File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 25
25
26
26
* [ Minimum Requirements] ( #minimum-requirements )
27
27
* [ Installation] ( #installation )
28
+ * [ Upgrading] ( #upgrading )
28
29
* [ Usage] ( #usage )
29
30
* [ Quick Setup] ( #quick-setup )
30
31
* [ Examples] ( #examples )
75
76
composer require php-school/cli-menu
76
77
```
77
78
79
+ ## Upgrading
80
+
81
+ Please refer to the [ Upgrade Documentation] ( UPGRADE.md ) documentation to see what is required to upgrade your installed
82
+ ` cli-menu ` version.
83
+
78
84
## Usage
79
85
80
86
### Quick Setup
Original file line number Diff line number Diff line change
1
+ # Upgrade Documentation
2
+
3
+ This document serves as a reference to upgrade your current cli-menu installation if improvements, deprecations
4
+ or backwards compatibility (BC) breakages occur.
5
+
6
+ ## 3.0.0
7
+
8
+ ### BC breaks
9
+
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 ` .
13
+ * Removed ` PhpSchool\CliMenu\Terminal ` namespace, the code has been migrated to the ` php-school/terminal ` package and is
14
+ largely modified.
You can’t perform that action at this time.
0 commit comments