Skip to content

Commit 72fce1e

Browse files
authored
String package stable
1 parent 778682c commit 72fce1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
## Installation via Composer
99

10-
Add `"joomla/string": "2.0.*@dev"` to the require block in your composer.json and then run `composer install`.
10+
Add `"joomla/string": "~2.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.*@dev"
15+
"joomla/string": "~2.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.*@dev"
23+
composer require joomla/string "~2.0"
2424
```

0 commit comments

Comments
 (0)