1
0

adding kirby3-janitor

This commit is contained in:
Philip Wagner
2024-10-14 14:22:24 +02:00
parent b0db09492d
commit 94fbb996f0
204 changed files with 27855 additions and 4 deletions

View File

@@ -6,6 +6,25 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
'Bnomei\\BackupZipJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/BackupZipJob.php',
'Bnomei\\CleanCacheFilesJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/CleanCacheFilesJob.php',
'Bnomei\\CleanContentJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/CleanContentJob.php',
'Bnomei\\CleanSessionsJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/CleanSessionsJob.php',
'Bnomei\\ContextJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/ContextJob.php',
'Bnomei\\FlushLapseJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/FlushLapseJob.php',
'Bnomei\\FlushPagesCacheJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/FlushPagesCacheJob.php',
'Bnomei\\FlushRedisDBJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/FlushRedisDBJob.php',
'Bnomei\\FlushSessionFilesJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/FlushSessionFilesJob.php',
'Bnomei\\Janitor' => $baseDir . '/site/plugins/kirby3-janitor/classes/Janitor.php',
'Bnomei\\JanitorJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/JanitorJob.php',
'Bnomei\\Job' => $baseDir . '/site/plugins/kirby3-janitor/classes/Job.php',
'Bnomei\\QuietWriter' => $baseDir . '/site/plugins/kirby3-janitor/classes/QuietWriter.php',
'Bnomei\\ReindexAutoIDJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/ReindexAutoIDJob.php',
'Bnomei\\ReindexSearchForKirbyJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/ReindexSearchForKirbyJob.php',
'Bnomei\\RenderJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/RenderJob.php',
'Bnomei\\ThumbsJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/ThumbsJob.php',
'Bnomei\\WhistleJob' => $baseDir . '/site/plugins/kirby3-janitor/classes/WhistleJob.php',
'Composer\\CaBundle\\CaBundle' => $vendorDir . '/composer/ca-bundle/src/CaBundle.php',
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'Embed\\Adapters\\Archive\\Api' => $vendorDir . '/embed/embed/src/Adapters/Archive/Api.php',
@@ -400,6 +419,93 @@ return array(
'Laminas\\Escaper\\Exception\\ExceptionInterface' => $vendorDir . '/laminas/laminas-escaper/src/Exception/ExceptionInterface.php',
'Laminas\\Escaper\\Exception\\InvalidArgumentException' => $vendorDir . '/laminas/laminas-escaper/src/Exception/InvalidArgumentException.php',
'Laminas\\Escaper\\Exception\\RuntimeException' => $vendorDir . '/laminas/laminas-escaper/src/Exception/RuntimeException.php',
'League\\CLImate\\Argument\\Argument' => $vendorDir . '/league/climate/src/Argument/Argument.php',
'League\\CLImate\\Argument\\Filter' => $vendorDir . '/league/climate/src/Argument/Filter.php',
'League\\CLImate\\Argument\\Manager' => $vendorDir . '/league/climate/src/Argument/Manager.php',
'League\\CLImate\\Argument\\Parser' => $vendorDir . '/league/climate/src/Argument/Parser.php',
'League\\CLImate\\Argument\\Summary' => $vendorDir . '/league/climate/src/Argument/Summary.php',
'League\\CLImate\\CLImate' => $vendorDir . '/league/climate/src/CLImate.php',
'League\\CLImate\\Decorator\\Component\\BackgroundColor' => $vendorDir . '/league/climate/src/Decorator/Component/BackgroundColor.php',
'League\\CLImate\\Decorator\\Component\\BaseDecorator' => $vendorDir . '/league/climate/src/Decorator/Component/BaseDecorator.php',
'League\\CLImate\\Decorator\\Component\\Color' => $vendorDir . '/league/climate/src/Decorator/Component/Color.php',
'League\\CLImate\\Decorator\\Component\\Command' => $vendorDir . '/league/climate/src/Decorator/Component/Command.php',
'League\\CLImate\\Decorator\\Component\\DecoratorInterface' => $vendorDir . '/league/climate/src/Decorator/Component/DecoratorInterface.php',
'League\\CLImate\\Decorator\\Component\\Format' => $vendorDir . '/league/climate/src/Decorator/Component/Format.php',
'League\\CLImate\\Decorator\\Parser\\Ansi' => $vendorDir . '/league/climate/src/Decorator/Parser/Ansi.php',
'League\\CLImate\\Decorator\\Parser\\NonAnsi' => $vendorDir . '/league/climate/src/Decorator/Parser/NonAnsi.php',
'League\\CLImate\\Decorator\\Parser\\Parser' => $vendorDir . '/league/climate/src/Decorator/Parser/Parser.php',
'League\\CLImate\\Decorator\\Parser\\ParserFactory' => $vendorDir . '/league/climate/src/Decorator/Parser/ParserFactory.php',
'League\\CLImate\\Decorator\\Parser\\ParserImporter' => $vendorDir . '/league/climate/src/Decorator/Parser/ParserImporter.php',
'League\\CLImate\\Decorator\\Style' => $vendorDir . '/league/climate/src/Decorator/Style.php',
'League\\CLImate\\Decorator\\Tags' => $vendorDir . '/league/climate/src/Decorator/Tags.php',
'League\\CLImate\\Exceptions\\Exception' => $vendorDir . '/league/climate/src/Exceptions/Exception.php',
'League\\CLImate\\Exceptions\\InvalidArgumentException' => $vendorDir . '/league/climate/src/Exceptions/InvalidArgumentException.php',
'League\\CLImate\\Exceptions\\RuntimeException' => $vendorDir . '/league/climate/src/Exceptions/RuntimeException.php',
'League\\CLImate\\Exceptions\\UnexpectedValueException' => $vendorDir . '/league/climate/src/Exceptions/UnexpectedValueException.php',
'League\\CLImate\\Logger' => $vendorDir . '/league/climate/src/Logger.php',
'League\\CLImate\\Settings\\Art' => $vendorDir . '/league/climate/src/Settings/Art.php',
'League\\CLImate\\Settings\\Manager' => $vendorDir . '/league/climate/src/Settings/Manager.php',
'League\\CLImate\\Settings\\SettingsImporter' => $vendorDir . '/league/climate/src/Settings/SettingsImporter.php',
'League\\CLImate\\Settings\\SettingsInterface' => $vendorDir . '/league/climate/src/Settings/SettingsInterface.php',
'League\\CLImate\\TerminalObject\\Basic\\BasicTerminalObject' => $vendorDir . '/league/climate/src/TerminalObject/Basic/BasicTerminalObject.php',
'League\\CLImate\\TerminalObject\\Basic\\BasicTerminalObjectInterface' => $vendorDir . '/league/climate/src/TerminalObject/Basic/BasicTerminalObjectInterface.php',
'League\\CLImate\\TerminalObject\\Basic\\Border' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Border.php',
'League\\CLImate\\TerminalObject\\Basic\\Br' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Br.php',
'League\\CLImate\\TerminalObject\\Basic\\Clear' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Clear.php',
'League\\CLImate\\TerminalObject\\Basic\\ClearLine' => $vendorDir . '/league/climate/src/TerminalObject/Basic/ClearLine.php',
'League\\CLImate\\TerminalObject\\Basic\\Columns' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Columns.php',
'League\\CLImate\\TerminalObject\\Basic\\Draw' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Draw.php',
'League\\CLImate\\TerminalObject\\Basic\\Dump' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Dump.php',
'League\\CLImate\\TerminalObject\\Basic\\Flank' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Flank.php',
'League\\CLImate\\TerminalObject\\Basic\\Inline' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Inline.php',
'League\\CLImate\\TerminalObject\\Basic\\Json' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Json.php',
'League\\CLImate\\TerminalObject\\Basic\\Out' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Out.php',
'League\\CLImate\\TerminalObject\\Basic\\Repeatable' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Repeatable.php',
'League\\CLImate\\TerminalObject\\Basic\\Tab' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Tab.php',
'League\\CLImate\\TerminalObject\\Basic\\Table' => $vendorDir . '/league/climate/src/TerminalObject/Basic/Table.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Animation' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Animation.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Animation\\Keyframe' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Animation/Keyframe.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkbox\\Checkbox' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Checkbox/Checkbox.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkbox\\CheckboxGroup' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Checkbox/CheckboxGroup.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkbox\\RadioGroup' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Checkbox/RadioGroup.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkboxes' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Checkboxes.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Confirm' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Confirm.php',
'League\\CLImate\\TerminalObject\\Dynamic\\DynamicTerminalObject' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/DynamicTerminalObject.php',
'League\\CLImate\\TerminalObject\\Dynamic\\DynamicTerminalObjectInterface' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/DynamicTerminalObjectInterface.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Input' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Input.php',
'League\\CLImate\\TerminalObject\\Dynamic\\InputAbstract' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/InputAbstract.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Padding' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Padding.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Password' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Password.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Progress' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Progress.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Radio' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Radio.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Spinner' => $vendorDir . '/league/climate/src/TerminalObject/Dynamic/Spinner.php',
'League\\CLImate\\TerminalObject\\Helper\\Art' => $vendorDir . '/league/climate/src/TerminalObject/Helper/Art.php',
'League\\CLImate\\TerminalObject\\Helper\\Sleeper' => $vendorDir . '/league/climate/src/TerminalObject/Helper/Sleeper.php',
'League\\CLImate\\TerminalObject\\Helper\\SleeperInterface' => $vendorDir . '/league/climate/src/TerminalObject/Helper/SleeperInterface.php',
'League\\CLImate\\TerminalObject\\Helper\\StringLength' => $vendorDir . '/league/climate/src/TerminalObject/Helper/StringLength.php',
'League\\CLImate\\TerminalObject\\Router\\BaseRouter' => $vendorDir . '/league/climate/src/TerminalObject/Router/BaseRouter.php',
'League\\CLImate\\TerminalObject\\Router\\BasicRouter' => $vendorDir . '/league/climate/src/TerminalObject/Router/BasicRouter.php',
'League\\CLImate\\TerminalObject\\Router\\DynamicRouter' => $vendorDir . '/league/climate/src/TerminalObject/Router/DynamicRouter.php',
'League\\CLImate\\TerminalObject\\Router\\ExtensionCollection' => $vendorDir . '/league/climate/src/TerminalObject/Router/ExtensionCollection.php',
'League\\CLImate\\TerminalObject\\Router\\Router' => $vendorDir . '/league/climate/src/TerminalObject/Router/Router.php',
'League\\CLImate\\TerminalObject\\Router\\RouterInterface' => $vendorDir . '/league/climate/src/TerminalObject/Router/RouterInterface.php',
'League\\CLImate\\Util\\Cursor' => $vendorDir . '/league/climate/src/Util/Cursor.php',
'League\\CLImate\\Util\\Helper' => $vendorDir . '/league/climate/src/Util/Helper.php',
'League\\CLImate\\Util\\Output' => $vendorDir . '/league/climate/src/Util/Output.php',
'League\\CLImate\\Util\\OutputImporter' => $vendorDir . '/league/climate/src/Util/OutputImporter.php',
'League\\CLImate\\Util\\Reader\\ReaderInterface' => $vendorDir . '/league/climate/src/Util/Reader/ReaderInterface.php',
'League\\CLImate\\Util\\Reader\\Stdin' => $vendorDir . '/league/climate/src/Util/Reader/Stdin.php',
'League\\CLImate\\Util\\System\\Linux' => $vendorDir . '/league/climate/src/Util/System/Linux.php',
'League\\CLImate\\Util\\System\\System' => $vendorDir . '/league/climate/src/Util/System/System.php',
'League\\CLImate\\Util\\System\\SystemFactory' => $vendorDir . '/league/climate/src/Util/System/SystemFactory.php',
'League\\CLImate\\Util\\System\\Windows' => $vendorDir . '/league/climate/src/Util/System/Windows.php',
'League\\CLImate\\Util\\UtilFactory' => $vendorDir . '/league/climate/src/Util/UtilFactory.php',
'League\\CLImate\\Util\\UtilImporter' => $vendorDir . '/league/climate/src/Util/UtilImporter.php',
'League\\CLImate\\Util\\Writer\\Buffer' => $vendorDir . '/league/climate/src/Util/Writer/Buffer.php',
'League\\CLImate\\Util\\Writer\\File' => $vendorDir . '/league/climate/src/Util/Writer/File.php',
'League\\CLImate\\Util\\Writer\\StdErr' => $vendorDir . '/league/climate/src/Util/Writer/StdErr.php',
'League\\CLImate\\Util\\Writer\\StdOut' => $vendorDir . '/league/climate/src/Util/Writer/StdOut.php',
'League\\CLImate\\Util\\Writer\\WriterInterface' => $vendorDir . '/league/climate/src/Util/Writer/WriterInterface.php',
'League\\ColorExtractor\\Color' => $vendorDir . '/league/color-extractor/src/League/ColorExtractor/Color.php',
'League\\ColorExtractor\\ColorExtractor' => $vendorDir . '/league/color-extractor/src/League/ColorExtractor/ColorExtractor.php',
'League\\ColorExtractor\\Palette' => $vendorDir . '/league/color-extractor/src/League/ColorExtractor/Palette.php',
@@ -450,6 +556,7 @@ return array(
'PHPMailer\\PHPMailer\\SMTP' => $vendorDir . '/phpmailer/phpmailer/src/SMTP.php',
'Parsedown' => $baseDir . '/kirby/dependencies/parsedown/Parsedown.php',
'ParsedownExtra' => $baseDir . '/kirby/dependencies/parsedown-extra/ParsedownExtra.php',
'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
'Psr\\Http\\Client\\ClientExceptionInterface' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php',
'Psr\\Http\\Client\\ClientInterface' => $vendorDir . '/psr/http-client/src/ClientInterface.php',
'Psr\\Http\\Client\\NetworkExceptionInterface' => $vendorDir . '/psr/http-client/src/NetworkExceptionInterface.php',
@@ -478,13 +585,42 @@ return array(
'Psr\\Log\\Test\\DummyTest' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php',
'Psr\\Log\\Test\\LoggerInterfaceTest' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
'Psr\\Log\\Test\\TestLogger' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php',
'Seld\\CliPrompt\\CliPrompt' => $vendorDir . '/seld/cli-prompt/src/CliPrompt.php',
'Spyc' => $baseDir . '/kirby/dependencies/spyc/Spyc.php',
'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
'Symfony\\Component\\Finder\\Comparator\\Comparator' => $vendorDir . '/symfony/finder/Comparator/Comparator.php',
'Symfony\\Component\\Finder\\Comparator\\DateComparator' => $vendorDir . '/symfony/finder/Comparator/DateComparator.php',
'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => $vendorDir . '/symfony/finder/Comparator/NumberComparator.php',
'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => $vendorDir . '/symfony/finder/Exception/AccessDeniedException.php',
'Symfony\\Component\\Finder\\Exception\\DirectoryNotFoundException' => $vendorDir . '/symfony/finder/Exception/DirectoryNotFoundException.php',
'Symfony\\Component\\Finder\\Finder' => $vendorDir . '/symfony/finder/Finder.php',
'Symfony\\Component\\Finder\\Gitignore' => $vendorDir . '/symfony/finder/Gitignore.php',
'Symfony\\Component\\Finder\\Glob' => $vendorDir . '/symfony/finder/Glob.php',
'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => $vendorDir . '/symfony/finder/Iterator/CustomFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\DepthRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/DepthRangeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\ExcludeDirectoryFilterIterator' => $vendorDir . '/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\FileTypeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FileTypeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\FilecontentFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FilecontentFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\FilenameFilterIterator' => $vendorDir . '/symfony/finder/Iterator/FilenameFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\LazyIterator' => $vendorDir . '/symfony/finder/Iterator/LazyIterator.php',
'Symfony\\Component\\Finder\\Iterator\\MultiplePcreFilterIterator' => $vendorDir . '/symfony/finder/Iterator/MultiplePcreFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\PathFilterIterator' => $vendorDir . '/symfony/finder/Iterator/PathFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\RecursiveDirectoryIterator' => $vendorDir . '/symfony/finder/Iterator/RecursiveDirectoryIterator.php',
'Symfony\\Component\\Finder\\Iterator\\SizeRangeFilterIterator' => $vendorDir . '/symfony/finder/Iterator/SizeRangeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\SortableIterator' => $vendorDir . '/symfony/finder/Iterator/SortableIterator.php',
'Symfony\\Component\\Finder\\Iterator\\VcsIgnoredFilterIterator' => $vendorDir . '/symfony/finder/Iterator/VcsIgnoredFilterIterator.php',
'Symfony\\Component\\Finder\\SplFileInfo' => $vendorDir . '/symfony/finder/SplFileInfo.php',
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => $vendorDir . '/symfony/polyfill-intl-idn/Idn.php',
'Symfony\\Polyfill\\Intl\\Idn\\Info' => $vendorDir . '/symfony/polyfill-intl-idn/Info.php',
'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\DisallowedRanges' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php',
'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex' => $vendorDir . '/symfony/polyfill-intl-idn/Resources/unidata/Regex.php',
'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Normalizer.php',
'Symfony\\Polyfill\\Mbstring\\Mbstring' => $vendorDir . '/symfony/polyfill-mbstring/Mbstring.php',
'Symfony\\Polyfill\\Php80\\Php80' => $vendorDir . '/symfony/polyfill-php80/Php80.php',
'Symfony\\Polyfill\\Php80\\PhpToken' => $vendorDir . '/symfony/polyfill-php80/PhpToken.php',
'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
'Whoops\\Exception\\ErrorException' => $vendorDir . '/filp/whoops/src/Whoops/Exception/ErrorException.php',
'Whoops\\Exception\\Formatter' => $vendorDir . '/filp/whoops/src/Whoops/Exception/Formatter.php',
'Whoops\\Exception\\Frame' => $vendorDir . '/filp/whoops/src/Whoops/Exception/Frame.php',

View File

@@ -6,8 +6,10 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'09fc349b549513bf7f4291502426f919' => $vendorDir . '/embed/embed/src/functions.php',
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',

View File

@@ -7,19 +7,24 @@ $baseDir = dirname($vendorDir);
return array(
'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'),
'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'),
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
'Seld\\CliPrompt\\' => array($vendorDir . '/seld/cli-prompt/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'ML\\JsonLD\\' => array($vendorDir . '/ml/json-ld'),
'League\\CLImate\\' => array($vendorDir . '/league/climate/src'),
'Laminas\\Escaper\\' => array($vendorDir . '/laminas/laminas-escaper/src'),
'Kirby\\' => array($baseDir . '/kirby/src', $vendorDir . '/getkirby/composer-installer/src'),
'HtmlParser\\' => array($vendorDir . '/oscarotero/html-parser/src'),
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
'Embed\\' => array($vendorDir . '/embed/embed/src'),
'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
'Bnomei\\' => array($baseDir . '/site/plugins/kirby3-janitor/classes'),
'' => array($vendorDir . '/league/color-extractor/src'),
);

View File

@@ -7,8 +7,10 @@ namespace Composer\Autoload;
class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
{
public static $files = array (
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
'09fc349b549513bf7f4291502426f919' => __DIR__ . '/..' . '/embed/embed/src/functions.php',
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@@ -23,9 +25,12 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
),
'S' =>
array (
'Symfony\\Polyfill\\Php80\\' => 23,
'Symfony\\Polyfill\\Mbstring\\' => 26,
'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33,
'Symfony\\Polyfill\\Intl\\Idn\\' => 26,
'Symfony\\Component\\Finder\\' => 25,
'Seld\\CliPrompt\\' => 15,
),
'P' =>
array (
@@ -40,6 +45,7 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
),
'L' =>
array (
'League\\CLImate\\' => 15,
'Laminas\\Escaper\\' => 16,
),
'K' =>
@@ -62,6 +68,10 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
array (
'Composer\\CaBundle\\' => 18,
),
'B' =>
array (
'Bnomei\\' => 7,
),
);
public static $prefixDirsPsr4 = array (
@@ -69,6 +79,10 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
array (
0 => __DIR__ . '/..' . '/filp/whoops/src/Whoops',
),
'Symfony\\Polyfill\\Php80\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-php80',
),
'Symfony\\Polyfill\\Mbstring\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
@@ -81,6 +95,14 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
array (
0 => __DIR__ . '/..' . '/symfony/polyfill-intl-idn',
),
'Symfony\\Component\\Finder\\' =>
array (
0 => __DIR__ . '/..' . '/symfony/finder',
),
'Seld\\CliPrompt\\' =>
array (
0 => __DIR__ . '/..' . '/seld/cli-prompt/src',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
@@ -102,6 +124,10 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
array (
0 => __DIR__ . '/..' . '/ml/json-ld',
),
'League\\CLImate\\' =>
array (
0 => __DIR__ . '/..' . '/league/climate/src',
),
'Laminas\\Escaper\\' =>
array (
0 => __DIR__ . '/..' . '/laminas/laminas-escaper/src',
@@ -127,6 +153,10 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
array (
0 => __DIR__ . '/..' . '/composer/ca-bundle/src',
),
'Bnomei\\' =>
array (
0 => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes',
),
);
public static $fallbackDirsPsr4 = array (
@@ -155,6 +185,25 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
);
public static $classMap = array (
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
'Bnomei\\BackupZipJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/BackupZipJob.php',
'Bnomei\\CleanCacheFilesJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/CleanCacheFilesJob.php',
'Bnomei\\CleanContentJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/CleanContentJob.php',
'Bnomei\\CleanSessionsJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/CleanSessionsJob.php',
'Bnomei\\ContextJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/ContextJob.php',
'Bnomei\\FlushLapseJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/FlushLapseJob.php',
'Bnomei\\FlushPagesCacheJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/FlushPagesCacheJob.php',
'Bnomei\\FlushRedisDBJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/FlushRedisDBJob.php',
'Bnomei\\FlushSessionFilesJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/FlushSessionFilesJob.php',
'Bnomei\\Janitor' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/Janitor.php',
'Bnomei\\JanitorJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/JanitorJob.php',
'Bnomei\\Job' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/Job.php',
'Bnomei\\QuietWriter' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/QuietWriter.php',
'Bnomei\\ReindexAutoIDJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/ReindexAutoIDJob.php',
'Bnomei\\ReindexSearchForKirbyJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/ReindexSearchForKirbyJob.php',
'Bnomei\\RenderJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/RenderJob.php',
'Bnomei\\ThumbsJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/ThumbsJob.php',
'Bnomei\\WhistleJob' => __DIR__ . '/../..' . '/site/plugins/kirby3-janitor/classes/WhistleJob.php',
'Composer\\CaBundle\\CaBundle' => __DIR__ . '/..' . '/composer/ca-bundle/src/CaBundle.php',
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'Embed\\Adapters\\Archive\\Api' => __DIR__ . '/..' . '/embed/embed/src/Adapters/Archive/Api.php',
@@ -549,6 +598,93 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
'Laminas\\Escaper\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/laminas/laminas-escaper/src/Exception/ExceptionInterface.php',
'Laminas\\Escaper\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/laminas/laminas-escaper/src/Exception/InvalidArgumentException.php',
'Laminas\\Escaper\\Exception\\RuntimeException' => __DIR__ . '/..' . '/laminas/laminas-escaper/src/Exception/RuntimeException.php',
'League\\CLImate\\Argument\\Argument' => __DIR__ . '/..' . '/league/climate/src/Argument/Argument.php',
'League\\CLImate\\Argument\\Filter' => __DIR__ . '/..' . '/league/climate/src/Argument/Filter.php',
'League\\CLImate\\Argument\\Manager' => __DIR__ . '/..' . '/league/climate/src/Argument/Manager.php',
'League\\CLImate\\Argument\\Parser' => __DIR__ . '/..' . '/league/climate/src/Argument/Parser.php',
'League\\CLImate\\Argument\\Summary' => __DIR__ . '/..' . '/league/climate/src/Argument/Summary.php',
'League\\CLImate\\CLImate' => __DIR__ . '/..' . '/league/climate/src/CLImate.php',
'League\\CLImate\\Decorator\\Component\\BackgroundColor' => __DIR__ . '/..' . '/league/climate/src/Decorator/Component/BackgroundColor.php',
'League\\CLImate\\Decorator\\Component\\BaseDecorator' => __DIR__ . '/..' . '/league/climate/src/Decorator/Component/BaseDecorator.php',
'League\\CLImate\\Decorator\\Component\\Color' => __DIR__ . '/..' . '/league/climate/src/Decorator/Component/Color.php',
'League\\CLImate\\Decorator\\Component\\Command' => __DIR__ . '/..' . '/league/climate/src/Decorator/Component/Command.php',
'League\\CLImate\\Decorator\\Component\\DecoratorInterface' => __DIR__ . '/..' . '/league/climate/src/Decorator/Component/DecoratorInterface.php',
'League\\CLImate\\Decorator\\Component\\Format' => __DIR__ . '/..' . '/league/climate/src/Decorator/Component/Format.php',
'League\\CLImate\\Decorator\\Parser\\Ansi' => __DIR__ . '/..' . '/league/climate/src/Decorator/Parser/Ansi.php',
'League\\CLImate\\Decorator\\Parser\\NonAnsi' => __DIR__ . '/..' . '/league/climate/src/Decorator/Parser/NonAnsi.php',
'League\\CLImate\\Decorator\\Parser\\Parser' => __DIR__ . '/..' . '/league/climate/src/Decorator/Parser/Parser.php',
'League\\CLImate\\Decorator\\Parser\\ParserFactory' => __DIR__ . '/..' . '/league/climate/src/Decorator/Parser/ParserFactory.php',
'League\\CLImate\\Decorator\\Parser\\ParserImporter' => __DIR__ . '/..' . '/league/climate/src/Decorator/Parser/ParserImporter.php',
'League\\CLImate\\Decorator\\Style' => __DIR__ . '/..' . '/league/climate/src/Decorator/Style.php',
'League\\CLImate\\Decorator\\Tags' => __DIR__ . '/..' . '/league/climate/src/Decorator/Tags.php',
'League\\CLImate\\Exceptions\\Exception' => __DIR__ . '/..' . '/league/climate/src/Exceptions/Exception.php',
'League\\CLImate\\Exceptions\\InvalidArgumentException' => __DIR__ . '/..' . '/league/climate/src/Exceptions/InvalidArgumentException.php',
'League\\CLImate\\Exceptions\\RuntimeException' => __DIR__ . '/..' . '/league/climate/src/Exceptions/RuntimeException.php',
'League\\CLImate\\Exceptions\\UnexpectedValueException' => __DIR__ . '/..' . '/league/climate/src/Exceptions/UnexpectedValueException.php',
'League\\CLImate\\Logger' => __DIR__ . '/..' . '/league/climate/src/Logger.php',
'League\\CLImate\\Settings\\Art' => __DIR__ . '/..' . '/league/climate/src/Settings/Art.php',
'League\\CLImate\\Settings\\Manager' => __DIR__ . '/..' . '/league/climate/src/Settings/Manager.php',
'League\\CLImate\\Settings\\SettingsImporter' => __DIR__ . '/..' . '/league/climate/src/Settings/SettingsImporter.php',
'League\\CLImate\\Settings\\SettingsInterface' => __DIR__ . '/..' . '/league/climate/src/Settings/SettingsInterface.php',
'League\\CLImate\\TerminalObject\\Basic\\BasicTerminalObject' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/BasicTerminalObject.php',
'League\\CLImate\\TerminalObject\\Basic\\BasicTerminalObjectInterface' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/BasicTerminalObjectInterface.php',
'League\\CLImate\\TerminalObject\\Basic\\Border' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Border.php',
'League\\CLImate\\TerminalObject\\Basic\\Br' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Br.php',
'League\\CLImate\\TerminalObject\\Basic\\Clear' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Clear.php',
'League\\CLImate\\TerminalObject\\Basic\\ClearLine' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/ClearLine.php',
'League\\CLImate\\TerminalObject\\Basic\\Columns' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Columns.php',
'League\\CLImate\\TerminalObject\\Basic\\Draw' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Draw.php',
'League\\CLImate\\TerminalObject\\Basic\\Dump' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Dump.php',
'League\\CLImate\\TerminalObject\\Basic\\Flank' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Flank.php',
'League\\CLImate\\TerminalObject\\Basic\\Inline' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Inline.php',
'League\\CLImate\\TerminalObject\\Basic\\Json' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Json.php',
'League\\CLImate\\TerminalObject\\Basic\\Out' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Out.php',
'League\\CLImate\\TerminalObject\\Basic\\Repeatable' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Repeatable.php',
'League\\CLImate\\TerminalObject\\Basic\\Tab' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Tab.php',
'League\\CLImate\\TerminalObject\\Basic\\Table' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Basic/Table.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Animation' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Animation.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Animation\\Keyframe' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Animation/Keyframe.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkbox\\Checkbox' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Checkbox/Checkbox.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkbox\\CheckboxGroup' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Checkbox/CheckboxGroup.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkbox\\RadioGroup' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Checkbox/RadioGroup.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Checkboxes' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Checkboxes.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Confirm' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Confirm.php',
'League\\CLImate\\TerminalObject\\Dynamic\\DynamicTerminalObject' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/DynamicTerminalObject.php',
'League\\CLImate\\TerminalObject\\Dynamic\\DynamicTerminalObjectInterface' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/DynamicTerminalObjectInterface.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Input' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Input.php',
'League\\CLImate\\TerminalObject\\Dynamic\\InputAbstract' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/InputAbstract.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Padding' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Padding.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Password' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Password.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Progress' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Progress.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Radio' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Radio.php',
'League\\CLImate\\TerminalObject\\Dynamic\\Spinner' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Dynamic/Spinner.php',
'League\\CLImate\\TerminalObject\\Helper\\Art' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Helper/Art.php',
'League\\CLImate\\TerminalObject\\Helper\\Sleeper' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Helper/Sleeper.php',
'League\\CLImate\\TerminalObject\\Helper\\SleeperInterface' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Helper/SleeperInterface.php',
'League\\CLImate\\TerminalObject\\Helper\\StringLength' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Helper/StringLength.php',
'League\\CLImate\\TerminalObject\\Router\\BaseRouter' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Router/BaseRouter.php',
'League\\CLImate\\TerminalObject\\Router\\BasicRouter' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Router/BasicRouter.php',
'League\\CLImate\\TerminalObject\\Router\\DynamicRouter' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Router/DynamicRouter.php',
'League\\CLImate\\TerminalObject\\Router\\ExtensionCollection' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Router/ExtensionCollection.php',
'League\\CLImate\\TerminalObject\\Router\\Router' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Router/Router.php',
'League\\CLImate\\TerminalObject\\Router\\RouterInterface' => __DIR__ . '/..' . '/league/climate/src/TerminalObject/Router/RouterInterface.php',
'League\\CLImate\\Util\\Cursor' => __DIR__ . '/..' . '/league/climate/src/Util/Cursor.php',
'League\\CLImate\\Util\\Helper' => __DIR__ . '/..' . '/league/climate/src/Util/Helper.php',
'League\\CLImate\\Util\\Output' => __DIR__ . '/..' . '/league/climate/src/Util/Output.php',
'League\\CLImate\\Util\\OutputImporter' => __DIR__ . '/..' . '/league/climate/src/Util/OutputImporter.php',
'League\\CLImate\\Util\\Reader\\ReaderInterface' => __DIR__ . '/..' . '/league/climate/src/Util/Reader/ReaderInterface.php',
'League\\CLImate\\Util\\Reader\\Stdin' => __DIR__ . '/..' . '/league/climate/src/Util/Reader/Stdin.php',
'League\\CLImate\\Util\\System\\Linux' => __DIR__ . '/..' . '/league/climate/src/Util/System/Linux.php',
'League\\CLImate\\Util\\System\\System' => __DIR__ . '/..' . '/league/climate/src/Util/System/System.php',
'League\\CLImate\\Util\\System\\SystemFactory' => __DIR__ . '/..' . '/league/climate/src/Util/System/SystemFactory.php',
'League\\CLImate\\Util\\System\\Windows' => __DIR__ . '/..' . '/league/climate/src/Util/System/Windows.php',
'League\\CLImate\\Util\\UtilFactory' => __DIR__ . '/..' . '/league/climate/src/Util/UtilFactory.php',
'League\\CLImate\\Util\\UtilImporter' => __DIR__ . '/..' . '/league/climate/src/Util/UtilImporter.php',
'League\\CLImate\\Util\\Writer\\Buffer' => __DIR__ . '/..' . '/league/climate/src/Util/Writer/Buffer.php',
'League\\CLImate\\Util\\Writer\\File' => __DIR__ . '/..' . '/league/climate/src/Util/Writer/File.php',
'League\\CLImate\\Util\\Writer\\StdErr' => __DIR__ . '/..' . '/league/climate/src/Util/Writer/StdErr.php',
'League\\CLImate\\Util\\Writer\\StdOut' => __DIR__ . '/..' . '/league/climate/src/Util/Writer/StdOut.php',
'League\\CLImate\\Util\\Writer\\WriterInterface' => __DIR__ . '/..' . '/league/climate/src/Util/Writer/WriterInterface.php',
'League\\ColorExtractor\\Color' => __DIR__ . '/..' . '/league/color-extractor/src/League/ColorExtractor/Color.php',
'League\\ColorExtractor\\ColorExtractor' => __DIR__ . '/..' . '/league/color-extractor/src/League/ColorExtractor/ColorExtractor.php',
'League\\ColorExtractor\\Palette' => __DIR__ . '/..' . '/league/color-extractor/src/League/ColorExtractor/Palette.php',
@@ -599,6 +735,7 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
'PHPMailer\\PHPMailer\\SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/SMTP.php',
'Parsedown' => __DIR__ . '/../..' . '/kirby/dependencies/parsedown/Parsedown.php',
'ParsedownExtra' => __DIR__ . '/../..' . '/kirby/dependencies/parsedown-extra/ParsedownExtra.php',
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
'Psr\\Http\\Client\\ClientExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/ClientExceptionInterface.php',
'Psr\\Http\\Client\\ClientInterface' => __DIR__ . '/..' . '/psr/http-client/src/ClientInterface.php',
'Psr\\Http\\Client\\NetworkExceptionInterface' => __DIR__ . '/..' . '/psr/http-client/src/NetworkExceptionInterface.php',
@@ -627,13 +764,42 @@ class ComposerStaticInit34ad0fcfd7efff0ce7004033b941cfcf
'Psr\\Log\\Test\\DummyTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/DummyTest.php',
'Psr\\Log\\Test\\LoggerInterfaceTest' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',
'Psr\\Log\\Test\\TestLogger' => __DIR__ . '/..' . '/psr/log/Psr/Log/Test/TestLogger.php',
'Seld\\CliPrompt\\CliPrompt' => __DIR__ . '/..' . '/seld/cli-prompt/src/CliPrompt.php',
'Spyc' => __DIR__ . '/../..' . '/kirby/dependencies/spyc/Spyc.php',
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
'Symfony\\Component\\Finder\\Comparator\\Comparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/Comparator.php',
'Symfony\\Component\\Finder\\Comparator\\DateComparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/DateComparator.php',
'Symfony\\Component\\Finder\\Comparator\\NumberComparator' => __DIR__ . '/..' . '/symfony/finder/Comparator/NumberComparator.php',
'Symfony\\Component\\Finder\\Exception\\AccessDeniedException' => __DIR__ . '/..' . '/symfony/finder/Exception/AccessDeniedException.php',
'Symfony\\Component\\Finder\\Exception\\DirectoryNotFoundException' => __DIR__ . '/..' . '/symfony/finder/Exception/DirectoryNotFoundException.php',
'Symfony\\Component\\Finder\\Finder' => __DIR__ . '/..' . '/symfony/finder/Finder.php',
'Symfony\\Component\\Finder\\Gitignore' => __DIR__ . '/..' . '/symfony/finder/Gitignore.php',
'Symfony\\Component\\Finder\\Glob' => __DIR__ . '/..' . '/symfony/finder/Glob.php',
'Symfony\\Component\\Finder\\Iterator\\CustomFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/CustomFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\DateRangeFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/DateRangeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\DepthRangeFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/DepthRangeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\ExcludeDirectoryFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\FileTypeFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/FileTypeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\FilecontentFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/FilecontentFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\FilenameFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/FilenameFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\LazyIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/LazyIterator.php',
'Symfony\\Component\\Finder\\Iterator\\MultiplePcreFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/MultiplePcreFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\PathFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/PathFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\RecursiveDirectoryIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/RecursiveDirectoryIterator.php',
'Symfony\\Component\\Finder\\Iterator\\SizeRangeFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/SizeRangeFilterIterator.php',
'Symfony\\Component\\Finder\\Iterator\\SortableIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/SortableIterator.php',
'Symfony\\Component\\Finder\\Iterator\\VcsIgnoredFilterIterator' => __DIR__ . '/..' . '/symfony/finder/Iterator/VcsIgnoredFilterIterator.php',
'Symfony\\Component\\Finder\\SplFileInfo' => __DIR__ . '/..' . '/symfony/finder/SplFileInfo.php',
'Symfony\\Polyfill\\Intl\\Idn\\Idn' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Idn.php',
'Symfony\\Polyfill\\Intl\\Idn\\Info' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Info.php',
'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\DisallowedRanges' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php',
'Symfony\\Polyfill\\Intl\\Idn\\Resources\\unidata\\Regex' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/Resources/unidata/Regex.php',
'Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Normalizer.php',
'Symfony\\Polyfill\\Mbstring\\Mbstring' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/Mbstring.php',
'Symfony\\Polyfill\\Php80\\Php80' => __DIR__ . '/..' . '/symfony/polyfill-php80/Php80.php',
'Symfony\\Polyfill\\Php80\\PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/PhpToken.php',
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
'Whoops\\Exception\\ErrorException' => __DIR__ . '/..' . '/filp/whoops/src/Whoops/Exception/ErrorException.php',
'Whoops\\Exception\\Formatter' => __DIR__ . '/..' . '/filp/whoops/src/Whoops/Exception/Formatter.php',
'Whoops\\Exception\\Frame' => __DIR__ . '/..' . '/filp/whoops/src/Whoops/Exception/Frame.php',

View File

@@ -1,5 +1,90 @@
{
"packages": [
{
"name": "bnomei/kirby3-janitor",
"version": "2.16.0",
"version_normalized": "2.16.0.0",
"source": {
"type": "git",
"url": "https://github.com/bnomei/kirby3-janitor.git",
"reference": "12a9132cf221f3e248d9f22bddb7cbd7d303ae3a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bnomei/kirby3-janitor/zipball/12a9132cf221f3e248d9f22bddb7cbd7d303ae3a",
"reference": "12a9132cf221f3e248d9f22bddb7cbd7d303ae3a",
"shasum": ""
},
"require": {
"getkirby/composer-installer": "^1.2",
"league/climate": "^3.7",
"php": ">=7.4.0",
"symfony/deprecation-contracts": "2.5",
"symfony/finder": "^5.4"
},
"require-dev": {
"getkirby/cms": "^3.5",
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^9.5"
},
"time": "2022-04-14T18:24:35+00:00",
"type": "kirby-plugin",
"extra": {
"kirby-cms-path": "tests/kirby"
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Bnomei\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Meilick",
"email": "b@bnomei.com"
}
],
"description": "Kirby 3 Plugin for running jobs like cleaning the cache from within the Panel, PHP code or a cronjob",
"keywords": [
"ajax",
"button",
"cache",
"clean",
"cronjob",
"janitor",
"job-runner",
"kirby3",
"kirby3-cms",
"kirby3-plugin"
],
"support": {
"issues": "https://github.com/bnomei/kirby3-janitor/issues",
"source": "https://github.com/bnomei/kirby3-janitor/tree/v2.16.0"
},
"funding": [
{
"url": "https://buymeacoff.ee/bnomei",
"type": "custom"
},
{
"url": "https://paypal.me/bnomei",
"type": "custom"
},
{
"url": "https://github.com/bnomei",
"type": "github"
},
{
"url": "https://www.patreon.com/bnomei",
"type": "patreon"
}
],
"install-path": "../../site/plugins/kirby3-janitor"
},
{
"name": "claviska/simpleimage",
"version": "3.7.0",
@@ -671,6 +756,74 @@
],
"install-path": "../laminas/laminas-escaper"
},
{
"name": "league/climate",
"version": "3.8.2",
"version_normalized": "3.8.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/climate.git",
"reference": "a785a3ac8f584eed4abd45e4e16fe64c46659a28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/climate/zipball/a785a3ac8f584eed4abd45e4e16fe64c46659a28",
"reference": "a785a3ac8f584eed4abd45e4e16fe64c46659a28",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"seld/cli-prompt": "^1.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6.10",
"mockery/mockery": "^1.4.2",
"phpunit/phpunit": "^9.5.10"
},
"suggest": {
"ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring"
},
"time": "2022-06-18T14:42:08+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"League\\CLImate\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joe Tannenbaum",
"email": "hey@joe.codes",
"homepage": "http://joe.codes/",
"role": "Developer"
},
{
"name": "Craig Duncan",
"email": "git@duncanc.co.uk",
"homepage": "https://github.com/duncan3dc",
"role": "Developer"
}
],
"description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.",
"keywords": [
"cli",
"colors",
"command",
"php",
"terminal"
],
"support": {
"issues": "https://github.com/thephpleague/climate/issues",
"source": "https://github.com/thephpleague/climate/tree/3.8.2"
},
"install-path": "../league/climate"
},
{
"name": "league/color-extractor",
"version": "0.3.2",
@@ -1305,6 +1458,64 @@
},
"install-path": "../ralouphie/getallheaders"
},
{
"name": "seld/cli-prompt",
"version": "1.0.4",
"version_normalized": "1.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/cli-prompt.git",
"reference": "b8dfcf02094b8c03b40322c229493bb2884423c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
"reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpstan/phpstan": "^0.12.63"
},
"time": "2020-12-15T21:32:01+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Seld\\CliPrompt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
"keywords": [
"cli",
"console",
"hidden",
"input",
"prompt"
],
"support": {
"issues": "https://github.com/Seldaek/cli-prompt/issues",
"source": "https://github.com/Seldaek/cli-prompt/tree/1.0.4"
},
"install-path": "../seld/cli-prompt"
},
{
"name": "sylvainjule/color-palette",
"version": "1.0.4",
@@ -1389,6 +1600,142 @@
},
"install-path": "../../site/plugins/embed"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.5.0",
"version_normalized": "2.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"time": "2021-07-12T14:48:14+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/deprecation-contracts"
},
{
"name": "symfony/finder",
"version": "v5.4.43",
"version_normalized": "5.4.43.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "ae25a9145a900764158d439653d5630191155ca0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/ae25a9145a900764158d439653d5630191155ca0",
"reference": "ae25a9145a900764158d439653d5630191155ca0",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"time": "2024-08-13T14:03:51+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.43"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/finder"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.26.0",
@@ -1648,6 +1995,89 @@
}
],
"install-path": "../symfony/polyfill-mbstring"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.31.0",
"version_normalized": "1.31.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"time": "2024-09-09T11:45:10+00:00",
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/polyfill-php80"
}
],
"dev": true,

View File

@@ -3,13 +3,22 @@
'name' => 'getkirby/plainkit',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'a4b2aece7b44b516ca8349830f01c2eccae22ff0',
'reference' => 'b0db09492d378d45eb0ecd0234e85a57db00d2f8',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'bnomei/kirby3-janitor' => array(
'pretty_version' => '2.16.0',
'version' => '2.16.0.0',
'reference' => '12a9132cf221f3e248d9f22bddb7cbd7d303ae3a',
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../site/plugins/kirby3-janitor',
'aliases' => array(),
'dev_requirement' => false,
),
'claviska/simpleimage' => array(
'pretty_version' => '3.7.0',
'version' => '3.7.0.0',
@@ -67,7 +76,7 @@
'getkirby/plainkit' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'a4b2aece7b44b516ca8349830f01c2eccae22ff0',
'reference' => 'b0db09492d378d45eb0ecd0234e85a57db00d2f8',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -100,6 +109,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'league/climate' => array(
'pretty_version' => '3.8.2',
'version' => '3.8.2.0',
'reference' => 'a785a3ac8f584eed4abd45e4e16fe64c46659a28',
'type' => 'library',
'install_path' => __DIR__ . '/../league/climate',
'aliases' => array(),
'dev_requirement' => false,
),
'league/color-extractor' => array(
'pretty_version' => '0.3.2',
'version' => '0.3.2.0',
@@ -217,6 +235,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'seld/cli-prompt' => array(
'pretty_version' => '1.0.4',
'version' => '1.0.4.0',
'reference' => 'b8dfcf02094b8c03b40322c229493bb2884423c5',
'type' => 'library',
'install_path' => __DIR__ . '/../seld/cli-prompt',
'aliases' => array(),
'dev_requirement' => false,
),
'sylvainjule/color-palette' => array(
'pretty_version' => '1.0.4',
'version' => '1.0.4.0',
@@ -235,6 +262,24 @@
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/deprecation-contracts' => array(
'pretty_version' => 'v2.5.0',
'version' => '2.5.0.0',
'reference' => '6f981ee24cf69ee7ce9736146d1c57c2780598a8',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/finder' => array(
'pretty_version' => 'v5.4.43',
'version' => '5.4.43.0',
'reference' => 'ae25a9145a900764158d439653d5630191155ca0',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/finder',
'aliases' => array(),
'dev_requirement' => false,
),
'symfony/polyfill-intl-idn' => array(
'pretty_version' => 'v1.26.0',
'version' => '1.26.0.0',
@@ -268,5 +313,14 @@
0 => '*',
),
),
'symfony/polyfill-php80' => array(
'pretty_version' => 'v1.31.0',
'version' => '1.31.0.0',
'reference' => '60328e362d4c2c802a54fcbf04f9d3fb892b4cf8',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
'aliases' => array(),
'dev_requirement' => false,
),
),
);