Skip to content

Commit 49a0862

Browse files
committed
Add packages-composer make target to 'all'
1 parent 6c6cf88 commit 49a0862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP_VERSION ?= 7.4
22
DC_RUN_PHP = docker-compose run --rm php
33

4-
all: update style phan psalm phpstan test
4+
all: update style packages-composer phan psalm phpstan test
55
install:
66
$(DC_RUN_PHP) env XDEBUG_MODE=off composer install
77
update:

0 commit comments

Comments
 (0)