Add package to display current version

This commit is contained in:
Nabeel Shahzad
2017-12-15 18:02:35 -06:00
parent 5bedbba2a7
commit 451e9ee8f7
8 changed files with 171 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ if [ "$TRAVIS" = "true" ]; then
# delete all superfluous files
echo "cleaning files"
find . -type d -name ".git" | xargs rm -rf
find ./vendor -type d -name ".git" | xargs rm -rf
rm -rf .idea phpvms.iml .travis .dpl
rm -rf .phpstorm.meta.php _ide_helper.php
mv .env.dev.example .env