We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc649e commit cf3220aCopy full SHA for cf3220a
Makefile
@@ -75,7 +75,8 @@ endif
75
# Set up timezone
76
$(call php-0, cp /usr/share/zoneinfo/Europe/Paris /etc/localtime)
77
$(call php-0, kill -USR2 1)
78
- $(call php, composer global require -o --update-no-dev --no-suggest "hirak/prestissimo:^0.3")
+ # Set composer2 as default
79
+ $(call php-0, ln -fs composer2 /usr/bin/composer)
80
81
## Install backend dependencies
82
back:
0 commit comments