Skip to content

Commit 14b42fa

Browse files
committed
fix: monorepo composer install
1 parent 5ce6608 commit 14b42fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/fl-install

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ if [ -d "../framework" ]; then
3131
studio load "../framework/framework/*"
3232
studio load "../framework/extensions/*"
3333
studio load "../framework/php-packages/*"
34+
35+
# Set minimum-stability to dev
36+
composer config minimum-stability dev
3437
fi
3538

3639
# Download dependencies

0 commit comments

Comments
 (0)