diff --git a/composer.json b/composer.json index 2ea67f9..8fdde28 100644 --- a/composer.json +++ b/composer.json @@ -36,21 +36,10 @@ } }, "scripts": { - "post-autoload-dump": [ - "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", - "@php artisan package:discover --ansi" - ], - "post-update-cmd": [ - "@php artisan vendor:publish --tag=laravel-assets --ansi --force" - ], - "post-root-package-install": [ - "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" - ], + "test": "vendor/bin/phpunit tests", "post-create-project-cmd": [ "@php artisan key:generate --ansi" - ], - "test": "vendor/bin/phpunit tests", - "test-coverage": "vendor/bin/phpunit --coverage-html coverage" + ] }, "extra": { "laravel": {