3
0
Files
pcm-search-bundle/Makefile
T
2022-07-20 21:05:54 +01:00

11 lines
161 B
Makefile

PHP = docker compose run php
composer_install:
@$(PHP) composer install
composer_update:
@$(PHP) composer update
static_analysis:
@$(PHP) vendor/bin/psalm