Commit 583c660c by Qiang Xue

Fixes #5047.

parent 72a81b8e
{ {
"name": "<?= $generator->vendorName ?>/<?= $generator->packageName ?>", "name": "<?= $generator->vendorName ?>/<?= $generator->packageName ?>",
"description": "<?= $generator->description ?>", "description": "<?= $generator->description ?>",
"type": "<?= $generator->type ?>", "type": "<?= $generator->type ?>",
"keywords": <?= $generator->keywordsArrayJson ?>, "keywords": <?= $generator->keywordsArrayJson ?>,
"license": "<?= $generator->license ?>", "license": "<?= $generator->license ?>",
"authors": [ "authors": [
{ {
"name": "<?= $generator->authorName ?>", "name": "<?= $generator->authorName ?>",
"email": "<?= $generator->authorEmail ?>" "email": "<?= $generator->authorEmail ?>"
} }
], ],
"autoload": { "require": {
"psr-4": { "yiisoft/yii2": "*"
"<?= str_replace('\\','\\\\',$generator->namespace) ?>": "" },
} "autoload": {
} "psr-4": {
"<?= str_replace('\\','\\\\',$generator->namespace) ?>": ""
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment