File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ [{scripts/* } ]
2
+ indent_size = 4
3
+ tab_width = 4
4
+
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ for REPLY; do
28
28
echo " Setting minimum-stability = dev"
29
29
composer global config minimum-stability dev
30
30
fi
31
- case $REPLY in
32
- hirak/prestissimo|hirak/prestissimo:* )
33
- echo " Installing prestissimo first, to accelerate other installs"
34
- composer global require --prefer-dist " $REPLY "
35
- ;;
36
- * ) args+=(" $REPLY " ) ;;
37
- esac
31
+ case $REPLY in
32
+ hirak/prestissimo|hirak/prestissimo:* )
33
+ echo " Installing prestissimo first, to accelerate other installs"
34
+ composer global require --prefer-dist " $REPLY "
35
+ ;;
36
+ * ) args+=(" $REPLY " ) ;;
37
+ esac
38
38
done
39
39
40
40
if (( ${# args[@]} )) ; then composer global require --prefer-dist " ${args[@]} " ; fi
You can’t perform that action at this time.
0 commit comments