Skip to content
Snippets Groups Projects
Commit 9ed34db9 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

chore(make): add composer update commande

parent cbe038e5
No related branches found
No related tags found
No related merge requests found
Pipeline #93882 failed
......@@ -202,10 +202,14 @@ analyse_php_md_report_gitlab: ## ...
.PHONY: analyse_php_md_report_gitlab
composer_install: ## ...
composer_install: ## Install PHP dependencies required for Tajine software
cd src/webapp/ && composer install
.PHONY: composer_install
composer_update: ## Updating PHP dependencies on Tajine software
cd src/webapp/ && composer update
.PHONY: composer_update
# Checks for outdated packages
# ####################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment