Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 3, 2020
1 parent 095a197 commit ab13009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"laravel/ui": "^2.0",
"spatie/laravel-flash": "^1.5",
"spatie/laravel-json-api-paginate": "^1.7",
"spatie/laravel-mailcoach": "^2.10",
"spatie/laravel-mailcoach": "v3.x-dev",
"spatie/laravel-mailcoach-mailgun-feedback": "^2.0",
"spatie/laravel-mailcoach-monaco": "^1.0",
"spatie/laravel-mailcoach-postmark-feedback": "^2.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@php artisan horizon:publish"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi",
Expand Down

0 comments on commit ab13009

Please sign in to comment.