diff --git a/CustomizeCommand.php b/CustomizeCommand.php index 7d1e503..ba20b41 100644 --- a/CustomizeCommand.php +++ b/CustomizeCommand.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace YourOrg\YourPackage; +namespace AlexSkrypnyk\Customizer; use Composer\Command\BaseCommand; use Composer\Console\Input\InputOption; diff --git a/README.md b/README.md index d761cf2..a6eab24 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ to provide a customizer for it. }, "scripts": { "customize": [ - "YourOrg\\YourPackage\\CustomizeCommand" + "AlexSkrypnyk\\Customizer\\CustomizeCommand" ], "post-create-project-cmd": [ "@customize" diff --git a/composer.json b/composer.json index 40f9dbf..61a05e7 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,10 @@ "prefer-stable": true, "scripts": { "customize": [ - "YourOrg\\YourPackage\\CustomizeCommand" + "AlexSkrypnyk\\Customizer\\CustomizeCommand" + ], + "post-create-project-cmd": [ + "@customize" ], "lint": [ "phpcs", diff --git a/questions.php b/questions.php index b4f20e4..225f349 100644 --- a/questions.php +++ b/questions.php @@ -1,6 +1,6 @@