|
@@ -1,5 +1,6 @@
|
|
|
git fetch --all && git reset --hard origin/master && git pull origin master
|
|
|
-rm -rf composer.lock
|
|
|
+rm -rf composer.lock composer.phar
|
|
|
+wget https://getcomposer.org/download/2.0.13/composer.phar
|
|
|
php composer.phar update -vvv
|
|
|
php artisan v2board:update
|
|
|
php artisan config:cache
|