From 73a5cd4e2f863b81171ea9b863070dfc83bf9efa Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Mon, 1 Apr 2024 19:51:49 +0200 Subject: [PATCH] add composer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c9ab7a..7f942e8 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ install: vendor/autoload.php php artisan up vendor/autoload.php: composer.lock - php composer.phar install + composer install touch vendor/autoload.php public/build/manifest.json: package.json