File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 )
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
2020Alternatively, 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```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments