Skip to content

Commit 648e1a9

Browse files
committed
update docs and remove drone
1 parent 89ee8c4 commit 648e1a9

4 files changed

Lines changed: 6 additions & 247 deletions

File tree

.drone.jsonnet

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

.drone.yml

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2222
Alternatively, 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

2828
If 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
```

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
These 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

0 commit comments

Comments
 (0)