Skip to content

Commit f5d4fcf

Browse files
authored
2.0 stable
1 parent 30aaf82 commit f5d4fcf

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
@@ -390,18 +390,18 @@ echo $flattenend2['flower/olive']; // 'peace'
390390

391391
## Installation via Composer
392392

393-
Add `"joomla/utilities": "2.0.*@dev"` to the require block in your composer.json and then run `composer install`.
393+
Add `"joomla/utilities": "~2.0"` to the require block in your composer.json and then run `composer install`.
394394

395395
```json
396396
{
397397
"require": {
398-
"joomla/utilities": "2.0.*@dev"
398+
"joomla/utilities": "~2.0"
399399
}
400400
}
401401
```
402402

403403
Alternatively, you can simply run the following from the command line:
404404

405405
```sh
406-
composer require joomla/utilities "2.0.*@dev"
406+
composer require joomla/utilities "~2.0"
407407
```

0 commit comments

Comments
 (0)