Update deploy scripts to remove some extra packages

This commit is contained in:
Nabeel Shahzad
2018-05-06 10:01:02 -05:00
parent 0cd7b3b71f
commit f671d3f624
4 changed files with 333 additions and 335 deletions

View File

@@ -39,7 +39,6 @@
"igaster/laravel-theme": "^2.0",
"anhskohbo/no-captcha": "^3.0",
"league/csv": "^9.1",
"codedungeon/phpunit-result-printer": "^0.13.0",
"intervention/image": "^2.4"
},
"require-dev": {
@@ -51,7 +50,8 @@
"bpocallaghan/generators": "5.0.1",
"nunomaduro/collision": "^2.0",
"phpstan/phpstan": "^0.9.2",
"weebly/phpstan-laravel": "^1.1"
"weebly/phpstan-laravel": "^1.1",
"codedungeon/phpunit-result-printer": "^0.13.0"
},
"autoload": {
"classmap": [
@@ -80,12 +80,6 @@
}
},
"scripts": {
"post-root-package-install": [
"php -r \"file_exists('env.php') || copy('env.php.example', 'env.php');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall"
],