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 30aaf82 commit f5d4fcfCopy full SHA for f5d4fcf
README.md
@@ -390,18 +390,18 @@ echo $flattenend2['flower/olive']; // 'peace'
390
391
## Installation via Composer
392
393
-Add `"joomla/utilities": "2.0.*@dev"` to the require block in your composer.json and then run `composer install`.
+Add `"joomla/utilities": "~2.0"` to the require block in your composer.json and then run `composer install`.
394
395
```json
396
{
397
"require": {
398
- "joomla/utilities": "2.0.*@dev"
+ "joomla/utilities": "~2.0"
399
}
400
401
```
402
403
Alternatively, you can simply run the following from the command line:
404
405
```sh
406
-composer require joomla/utilities "2.0.*@dev"
+composer require joomla/utilities "~2.0"
407
0 commit comments