From 97c2270402368b629398a9c3025008295b6d0ee0 Mon Sep 17 00:00:00 2001 From: Marcin Zelent Date: Mon, 4 Dec 2017 13:29:05 +0100 Subject: Update rebuild.sh --- rebuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebuild.sh b/rebuild.sh index 42e79d6..15b4fc4 100644 --- a/rebuild.sh +++ b/rebuild.sh @@ -1 +1,3 @@ -rm -Rf app bin src tests var web composer.json composer.lock composer.phar phpunit.xml.dist README.md web.config +rm -Rf app bin src tests var web .gitignore composer.json composer.lock composer.phar phpunit.xml.dist README.md web.config +curl -sS https://getcomposer.org/installer | php +php composer.phar install -- cgit v1.2.3