File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ The Console package provides the infrastructure for building command line applic
99
1010## Installation via Composer
1111
12- Add ` "joomla/console": "~3 .0" ` to the require block in your composer.json and then run ` composer install ` .
12+ Add ` "joomla/console": "~4 .0" ` to the require block in your composer.json and then run ` composer install ` .
1313
1414``` json
1515{
1616 "require" : {
17- "joomla/console" : " ~3 .0"
17+ "joomla/console" : " ~4 .0"
1818 }
1919}
2020```
2121
2222Alternatively, you can simply run the following from the command line:
2323
2424``` sh
25- composer require joomla/console " ~3 .0"
25+ composer require joomla/console " ~4 .0"
2626```
2727
2828If you want to include the test sources and docs, use
2929
3030``` sh
31- composer require --prefer-source joomla/console " ~3 .0"
31+ composer require --prefer-source joomla/console " ~4 .0"
3232```
Original file line number Diff line number Diff line change 55These versions are currently being supported with security updates:
66
77| Version | Supported |
8- | ------- | ------------------ |
8+ | ---------| ------------------ |
9+ | 4.x.x | :white_check_mark : |
910| 3.x.x | :white_check_mark : |
1011| 2.0.x | :white_check_mark : |
1112
You can’t perform that action at this time.
0 commit comments