From a18a362b5b4fd4eb8389e8baaa9fe0203ff846b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Thu, 31 Jan 2019 19:30:30 +0100 Subject: [PATCH] Fix post-create commands when bin/console is not executable --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a5c70b6ebe..82e9cbbc37 100644 --- a/composer.json +++ b/composer.json @@ -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": {