Skip to content

Commit

Permalink
minor #303 [Composer] Add showing plugins command after creating a ne…
Browse files Browse the repository at this point in the history
…w project (GSadee)

This PR was merged into the 1.3 branch.

Discussion
----------

Waiting for Sylius/Sylius#10004 and for Sylius 1.3.6

![image](https://user-images.githubusercontent.com/6140884/49527667-b1767e00-f8b2-11e8-913e-40425e0f59bb.png)


Commits
-------

2ff9a36 [Composer] Add showing plugins command after creating a new project
  • Loading branch information
pamil authored Dec 31, 2018
2 parents 1de5e1c + 2ff9a36 commit 668ddb8
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 668ddb8

Please sign in to comment.