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 6c6cf88 commit 49a0862Copy full SHA for 49a0862
Makefile
@@ -1,7 +1,7 @@
1
PHP_VERSION ?= 7.4
2
DC_RUN_PHP = docker-compose run --rm php
3
4
-all: update style phan psalm phpstan test
+all: update style packages-composer phan psalm phpstan test
5
install:
6
$(DC_RUN_PHP) env XDEBUG_MODE=off composer install
7
update:
0 commit comments