Updates to composer deps

This commit is contained in:
Nabeel Shahzad
2017-12-16 09:27:19 -06:00
parent 3d43864bbd
commit 2dd259802d
4 changed files with 93 additions and 90 deletions

View File

@@ -18,7 +18,7 @@ if [ "$TRAVIS" = "true" ]; then
find ./vendor -type d -name ".git" | xargs rm -rf
rm -rf .idea phpvms.iml .travis .dpl
rm -rf .phpstorm.meta.php _ide_helper.php
php artisan version:show > VERSION
php artisan version:show --format compact --suppress-app-name > VERSION
mv .env.dev.example .env
echo "creating tarball"