File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 29
29
studio load " ../workbench/*"
30
30
31
31
# Setup the local framework development repository if there is a composer.json file inside framework
32
- if [ -f " ../framework/composer.json" ]; then
32
+ if [ -d " ../framework " && - f " ../framework/composer.json" ]; then
33
33
# then load it
34
34
studio load " ../framework/framework/*"
35
35
studio load " ../framework/extensions/*"
36
36
studio load " ../framework/php-packages/*"
37
-
38
- # Set minimum-stability to dev
39
- composer config minimum-stability dev
40
- # Set prefer-stable to true
41
- composer config prefer-stable true
42
37
fi
43
38
39
+ # Set minimum-stability to dev
40
+ composer config minimum-stability dev
41
+
42
+ # Set prefer-stable to true
43
+ composer config prefer-stable true
44
+
44
45
# Download dependencies
45
46
composer install --optimize-autoloader --no-interaction --no-progress
46
47
You can’t perform that action at this time.
0 commit comments