1
0
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:
Dan Brown
2024-03-24 11:58:31 +00:00
parent a2fd80954b
commit 3345680f7d
3 changed files with 6 additions and 2 deletions

View File

@@ -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
{

View File

@@ -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;