mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Licensing: Added license gen as composer command
This commit is contained in:
@@ -22,7 +22,7 @@ $licenseInfo = implode($outputSeparator, $packageOutput) . "\n";
|
||||
file_put_contents($outputPath, $licenseInfo);
|
||||
|
||||
echo "License information written to {$outputPath}\n";
|
||||
echo implode("\n", getWarnings());
|
||||
echo implode("\n", getWarnings()) . "\n";
|
||||
|
||||
function packageToOutput(string $packagePath): string
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@ $licenseInfo = implode($outputSeparator, $packageOutput) . "\n";
|
||||
file_put_contents($outputPath, $licenseInfo);
|
||||
|
||||
echo "License information written to {$outputPath}\n";
|
||||
echo implode("\n", getWarnings());
|
||||
echo implode("\n", getWarnings()) . "\n";
|
||||
|
||||
function packageToOutput(stdClass $package) : string {
|
||||
global $rootPath;
|
||||
|
Reference in New Issue
Block a user