Compare commits

..

No commits in common. "d7432963929840593ed4f739a239222a3fa1268a" and "d3bc8ff8fec5883b20d9c31b1db2150734ec8265" have entirely different histories.

View File

@ -11,7 +11,7 @@ if ! command -v git &> /dev/null; then
fi fi
git config --global --add safe.directory $(pwd) git config --global --add safe.directory $(pwd)
git fetch --all && git reset --hard origin/legacy && git pull origin legacy git fetch --all && git reset --hard origin/dev && git pull origin dev
rm -rf composer.lock composer.phar rm -rf composer.lock composer.phar
wget https://github.com/composer/composer/releases/latest/download/composer.phar -O composer.phar wget https://github.com/composer/composer/releases/latest/download/composer.phar -O composer.phar
php composer.phar update -vvv php composer.phar update -vvv