Skip to content

Commit

Permalink
bug #330 Fix post-create commands when bin/console is not executable …
Browse files Browse the repository at this point in the history
…(theyoux)

This PR was merged into the 1.3 branch.

Discussion
----------



Commits
-------

a18a362 Fix post-create commands when bin/console is not executable
  • Loading branch information
pamil authored Feb 15, 2019
2 parents d24e3dc + a18a362 commit 4a5fb13
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 @@ -71,8 +71,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 4a5fb13

Please sign in to comment.