We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9b26c commit 971fb35Copy full SHA for 971fb35
src/support/command/Publish.php
@@ -116,6 +116,7 @@ private function parse(): Publish
116
'name' => $config['name'] ?? ($package['name'] ?? ''),
117
'icon' => $config['icon'] ?? '',
118
'cover' => $config['cover'] ?? '',
119
+ 'super' => $config['super'] ?? false,
120
'license' => (array)($config['license'] ?? ($package['license'] ?? [])),
121
'version' => $config['version'] ?? ($package['version'] ?? ''),
122
'homepage' => $config['homepage'] ?? ($package['homepage'] ?? ''),
0 commit comments