Skip to content

Commit a00428d

Browse files
author
Michael Babker
authored
Merge pull request #233 from gruz/patch-2
Fixes outdated command
2 parents ff3ed5f + e1b10ef commit a00428d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ composer require joomla/coding-standards "~3.0"
3535
As stability of joomla/coding-standards 3.0.0 is currently alpha, make sure you allow usage of alpha software in Composer:
3636

3737
```bash
38-
composer property-set minimum-stability "alpha"
38+
composer config minimum-stability "alpha"
3939
```
4040

4141
If you want to install the coding-standards globally, edit your Composer global configuration by running:

0 commit comments

Comments
 (0)