Skip to content

Commit

Permalink
Merge branch '1.3' into 1.4
Browse files Browse the repository at this point in the history
* 1.3:
  Fix post-create commands when bin/console is not executable
  • Loading branch information
pamil committed Feb 15, 2019
2 parents 6814653 + 4a5fb13 commit 39e3246
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 @@ -69,8 +69,8 @@
"@auto-scripts"
],
"post-create-project-cmd": [
"bin/console sylius:inform-about-gus",
"bin/console sylius:show-available-plugins --ansi"
"php bin/console sylius:inform-about-gus",
"php bin/console sylius:show-available-plugins --ansi"
]
},
"config": {
Expand Down

0 comments on commit 39e3246

Please sign in to comment.