Add laravel-version

This commit is contained in:
George Frederick "Buzz" Beurling
2020-06-21 18:26:15 -04:00
parent 2a8f73cc76
commit 418455c508
5 changed files with 268 additions and 4 deletions

View File

@@ -18,7 +18,8 @@
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0",
"nao-pon/flysystem-google-drive": "^1.1",
"nexmo/client": "^2.0"
"nexmo/client": "^2.0",
"pragmarx/version": "^1.2"
},
"require-dev": {
"filp/whoops": "^2.0",
@@ -59,7 +60,8 @@
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
"@php artisan package:discover",
"@php artisan version"
]
},
"config": {