summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-26 11:34:57 +0200
committerMaxence Lange <maxence@artificial-owl.com>2018-10-26 11:34:57 +0200
commit08d621670ad1edfc9b746f468191d9f22498074a (patch)
tree1fe9a10132a0d4d8b31afec5c66ff4ef8ea7e4dd /Makefile
parentee4f77439489044e9f50e7ad88bf145e5cc9c255 (diff)
+composer
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c63a317d..6bc4d277 100644
--- a/Makefile
+++ b/Makefile
@@ -43,3 +43,6 @@ clean:
clean-dev:
rm -rf node_modules
+
+composer:
+ composer install --prefer-dist