Skip to content

Commit cf3220a

Browse files
committed
Use composer 2 as default
To switch versions use: - `ln -fs composer2 /usr/bin/composer` - `ln -fs composer1 /usr/bin/composer`
1 parent 2dc649e commit cf3220a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ endif
7575
# Set up timezone
7676
$(call php-0, cp /usr/share/zoneinfo/Europe/Paris /etc/localtime)
7777
$(call php-0, kill -USR2 1)
78-
$(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")
78+
# Set composer2 as default
79+
$(call php-0, ln -fs composer2 /usr/bin/composer)
7980

8081
## Install backend dependencies
8182
back:

0 commit comments

Comments
 (0)