We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778682c commit 72fce1eCopy full SHA for 72fce1e
README.md
@@ -7,18 +7,18 @@
7
8
## Installation via Composer
9
10
-Add `"joomla/string": "2.0.*@dev"` to the require block in your composer.json and then run `composer install`.
+Add `"joomla/string": "~2.0"` to the require block in your composer.json and then run `composer install`.
11
12
```json
13
{
14
"require": {
15
- "joomla/string": "2.0.*@dev"
+ "joomla/string": "~2.0"
16
}
17
18
```
19
20
Alternatively, you can simply run the following from the command line:
21
22
```sh
23
-composer require joomla/string "2.0.*@dev"
+composer require joomla/string "~2.0"
24
0 commit comments