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