Skip to content

Commit 57420b0

Browse files
Permit dev versions of packages to be installed
1 parent db7c000 commit 57420b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"bin": [
1313
"bin/wp.bat", "bin/wp"
1414
],
15+
"minimum-stability": "dev",
16+
"prefer-stable": true,
1517
"require": {
1618
"php": ">=5.3.29",
1719
"wp-cli/php-cli-tools": "~0.11.2",

0 commit comments

Comments
 (0)