We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce6608 commit 14b42faCopy full SHA for 14b42fa
1 file changed
bin/fl-install
@@ -31,6 +31,9 @@ if [ -d "../framework" ]; then
31
studio load "../framework/framework/*"
32
studio load "../framework/extensions/*"
33
studio load "../framework/php-packages/*"
34
+
35
+ # Set minimum-stability to dev
36
+ composer config minimum-stability dev
37
fi
38
39
# Download dependencies
0 commit comments