Skip to content

Commit 6505287

Browse files
authored
Merge pull request #11 from GaryJones/composer-again
Composer: Add minimum-stability
2 parents 1975141 + 9abbb57 commit 6505287

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"wiki" : "https://github.com/sirbrillig/phpcs-variable-analysis/wiki",
1515
"source": "https://github.com/sirbrillig/phpcs-variable-analysis"
1616
},
17+
"config": {
18+
"sort-order": true
19+
},
20+
"minimum-stability": "dev",
21+
"prefer-stable": true,
1722
"require" : {
1823
"php" : ">=5.4.0",
1924
"squizlabs/php_codesniffer" : "^3.0.2",

0 commit comments

Comments
 (0)