3
0
Files
pcm-search-bundle/Makefile

8 lines
118 B
Makefile

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