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 8b5c094 commit 7f2a26bCopy full SHA for 7f2a26b
Makefile
@@ -10,6 +10,7 @@ help:
10
11
.PHONY: install
12
install: ## Install depedencies
13
+ docker compose run phpfpm rm -rf composer.lock
14
docker compose run phpfpm composer install
15
16
.PHONY: cs
0 commit comments