From 1ec9b054132eac9b80bd39759a0f17fbef1be188 Mon Sep 17 00:00:00 2001 From: Matt Feeny Date: Wed, 20 Jul 2022 21:05:54 +0100 Subject: [PATCH] Working on DependencyInjection --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 467a967..b5199a3 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ PHP = docker compose run php - composer_install: @$(PHP) composer install +composer_update: + @$(PHP) composer update + static_analysis: - @$(PHP) vendor/bin/psalm \ No newline at end of file + @$(PHP) vendor/bin/psalm