Skip to content

Commit

Permalink
[Composer] Add showing plugins command after creating a new project
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Dec 5, 2018
1 parent 7900c5a commit 2ff9a36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
],
"post-update-cmd": [
"@auto-scripts"
],
"post-create-project-cmd": [
"bin/console sylius:show-available-plugins --ansi"
]
},
"config": {
Expand Down

0 comments on commit 2ff9a36

Please sign in to comment.