We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7cb18 commit 80fefc1Copy full SHA for 80fefc1
Makefile
@@ -20,6 +20,7 @@ clean: composer minimal login
20
21
composer:
22
rm -rf composer.lock vendor app/vendor
23
+ mkdir -p app/composer/Plugin/RecipeUnpack
24
$(EXEC) composer install --ignore-platform-req=php
25
26
start: stop-php
0 commit comments