diff --git a/extensions/gii/generators/extension/Generator.php b/extensions/gii/generators/extension/Generator.php index f6a1c9d5a6..33ce0470e5 100644 --- a/extensions/gii/generators/extension/Generator.php +++ b/extensions/gii/generators/extension/Generator.php @@ -112,7 +112,7 @@ class Generator extends \yii\gii\Generator return [ 'vendorName' => 'This refers to the name of the publisher, your GitHub user name is usually a good choice, eg. myself.', 'packageName' => 'This is the name of the extension on packagist, eg. yii2-foobar.', - 'namespace' => 'PSR-4, eg. myself\foobar\ This will be added to your autoloading by composer. Do not use yii or yii2 in the namespace.', + 'namespace' => 'PSR-4, eg. myself\foobar\ This will be added to your autoloading by composer. Do not use yii, yii2 or yiisoft in the namespace.', 'keywords' => 'Comma separated keywords for this extension.', 'outputPath' => 'The temporary location of the generated files.', 'title' => 'A more descriptive name of your application for the README file.',