Skip to content

Commit a320cd3

Browse files
committed
Allow dev packages so we can install Testbench 9
1 parent 95dd894 commit a320cd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@
3737
},
3838
"scripts": {
3939
"test": "phpunit"
40-
}
40+
},
41+
"minimum-stability": "dev",
42+
"prefer-stable": true
4143
}

0 commit comments

Comments
 (0)