Skip to content

Commit 919a3d9

Browse files
authored
[3.x] Update README/SECURITY (#49)
* Update README.md * Update SECURITY.md
1 parent 1db6077 commit 919a3d9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The String Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/string/status.svg?ref=refs/heads/2.0-dev)](https://ci.joomla.org/joomla-framework/string)
1+
# The String Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/string/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/string)
22

33
[![Latest Stable Version](https://poser.pugx.org/joomla/string/v/stable)](https://packagist.org/packages/joomla/string)
44
[![Total Downloads](https://poser.pugx.org/joomla/string/downloads)](https://packagist.org/packages/joomla/string)
@@ -7,18 +7,18 @@
77

88
## Installation via Composer
99

10-
Add `"joomla/string": "~2.0"` to the require block in your composer.json and then run `composer install`.
10+
Add `"joomla/string": "~3.0"` to the require block in your composer.json and then run `composer install`.
1111

1212
```json
1313
{
1414
"require": {
15-
"joomla/string": "~2.0"
15+
"joomla/string": "~3.0"
1616
}
1717
}
1818
```
1919

2020
Alternatively, you can simply run the following from the command line:
2121

2222
```sh
23-
composer require joomla/string "~2.0"
23+
composer require joomla/string "~3.0"
2424
```

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ These versions are currently being supported with security updates:
66

77
| Version | Supported |
88
| ------- | ------------------ |
9+
| 3.x.x | :white_check_mark: |
910
| 2.0.x | :white_check_mark: |
10-
| 1.4.x | :white_check_mark: |
11+
| 1.4.x | :x: |
1112
| < 1.4 | :x: |
1213

1314
## Reporting a Vulnerability

0 commit comments

Comments
 (0)