init without trunk

This commit is contained in:
Kevin Adametz 2020-07-09 12:49:32 +02:00
parent ed24ac4994
commit bb809e7233
14652 changed files with 177862 additions and 94817 deletions

17
vendor/doctrine/migrations/build-phar.sh vendored Executable file
View file

@ -0,0 +1,17 @@
#!/usr/bin/env bash
git fetch origin master --tags
if [ -f composer.lock ]; then
rm composer.lock
fi
composer install --no-dev --optimize-autoloader
mkdir -p build
if [ ! -f box.phar ]; then
wget https://github.com/box-project/box2/releases/download/2.6.0/box-2.6.0.phar -O box.phar
fi
php box.phar build -vv