From 416ade6e02120bb579ddfee6615083c81107164e Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Sat, 22 Sep 2018 16:08:07 +0200 Subject: [PATCH] [MsgPhpUserBundle] Fix maker conflict --- msgphp/user-bundle/{0.3 => 0.6}/config/packages/msgphp_user.php | 0 msgphp/user-bundle/{0.3 => 0.6}/manifest.json | 0 msgphp/user-bundle/{0.3 => 0.6}/post-install.txt | 2 +- msgphp/user-bundle/{0.3 => 0.6}/src/Entity/User/User.php | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename msgphp/user-bundle/{0.3 => 0.6}/config/packages/msgphp_user.php (100%) rename msgphp/user-bundle/{0.3 => 0.6}/manifest.json (100%) rename msgphp/user-bundle/{0.3 => 0.6}/post-install.txt (72%) rename msgphp/user-bundle/{0.3 => 0.6}/src/Entity/User/User.php (100%) diff --git a/msgphp/user-bundle/0.3/config/packages/msgphp_user.php b/msgphp/user-bundle/0.6/config/packages/msgphp_user.php similarity index 100% rename from msgphp/user-bundle/0.3/config/packages/msgphp_user.php rename to msgphp/user-bundle/0.6/config/packages/msgphp_user.php diff --git a/msgphp/user-bundle/0.3/manifest.json b/msgphp/user-bundle/0.6/manifest.json similarity index 100% rename from msgphp/user-bundle/0.3/manifest.json rename to msgphp/user-bundle/0.6/manifest.json diff --git a/msgphp/user-bundle/0.3/post-install.txt b/msgphp/user-bundle/0.6/post-install.txt similarity index 72% rename from msgphp/user-bundle/0.3/post-install.txt rename to msgphp/user-bundle/0.6/post-install.txt index 0d27067d..7cdd329f 100644 --- a/msgphp/user-bundle/0.3/post-install.txt +++ b/msgphp/user-bundle/0.6/post-install.txt @@ -4,5 +4,5 @@ * Install the Symfony Maker Bundle using composer require maker --dev. It's required for the next step. - * Run bin/console make:user. It will guide you through the basic setup by asking a series of questions + * Run bin/console make:user:msgphp. It will guide you through the basic setup by asking a series of questions and generates the minimal application source files needed. diff --git a/msgphp/user-bundle/0.3/src/Entity/User/User.php b/msgphp/user-bundle/0.6/src/Entity/User/User.php similarity index 100% rename from msgphp/user-bundle/0.3/src/Entity/User/User.php rename to msgphp/user-bundle/0.6/src/Entity/User/User.php