Skip to content

Instantly share code, notes, and snippets.

@RickCogley
Last active February 6, 2021 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickCogley/fa41e14a2db5438e6b208494f31d6f78 to your computer and use it in GitHub Desktop.
Save RickCogley/fa41e14a2db5438e6b208494f31d6f78 to your computer and use it in GitHub Desktop.
Kirby 3 series Install Log of Composer Errors
  • MacOS Big Sur 11.2
  • Composer version 2.0.9 2021-01-27 16:09:27, installed via brew
{
"name": "getkirby/starterkit",
"description": "Kirby Starterkit",
"type": "project",
"keywords": ["kirby", "cms", "starterkit"],
"homepage": "https://getkirby.com",
"authors": [
{
"name": "Bastian Allgeier",
"email": "bastian@getkirby.com",
"homepage": "https://getkirby.com"
}
],
"support": {
"email": "support@getkirby.com",
"issues": "https://github.com/getkirby/starterkit/issues",
"forum": "https://forum.getkirby.com",
"source": "https://github.com/getkirby/starterkit"
},
"require": {
"php": ">=7.1.0",
"getkirby/cms": "^3.0"
},
"scripts": {
"start": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000 kirby/router.php"
]
},
"config": {
"optimize-autoloader": true
}
}
❯ composer create-project getkirby/starterkit esolia-kirby ─╯
Creating a "getkirby/starterkit" project at "./esolia-kirby"
Installing getkirby/starterkit (3.5.1)
- Downloading getkirby/starterkit (3.5.1)
- Installing getkirby/starterkit (3.5.1): Extracting archive
Created project in /Users/rcogley/dev/esolia-kirby
Loading composer repositories with package information
Updating dependencies
Lock file operations: 13 installs, 0 updates, 0 removals
- Locking claviska/simpleimage (3.5.1)
- Locking filp/whoops (2.9.1)
- Locking getkirby/cms (3.5.1)
- Locking getkirby/composer-installer (1.2.1)
- Locking laminas/laminas-escaper (2.7.0)
- Locking laminas/laminas-zendframework-bridge (1.1.1)
- Locking league/color-extractor (0.3.2)
- Locking michelf/php-smartypants (1.8.1)
- Locking mustangostang/spyc (0.6.3)
- Locking phpmailer/phpmailer (v6.2.0)
- Locking psr/log (1.1.3)
- Locking symfony/polyfill-mbstring (v1.22.0)
- Locking true/punycode (v2.1.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 13 installs, 0 updates, 0 removals
- Downloading getkirby/composer-installer (1.2.1)
- Downloading symfony/polyfill-mbstring (v1.22.0)
- Downloading true/punycode (v2.1.1)
- Downloading phpmailer/phpmailer (v6.2.0)
- Downloading mustangostang/spyc (0.6.3)
- Downloading michelf/php-smartypants (1.8.1)
- Downloading laminas/laminas-zendframework-bridge (1.1.1)
- Downloading laminas/laminas-escaper (2.7.0)
- Downloading psr/log (1.1.3)
- Downloading filp/whoops (2.9.1)
- Downloading league/color-extractor (0.3.2)
- Downloading claviska/simpleimage (3.5.1)
- Downloading getkirby/cms (3.5.1)
- Installing getkirby/composer-installer (1.2.1): Extracting archive
- Installing symfony/polyfill-mbstring (v1.22.0): Extracting archive
- Installing true/punycode (v2.1.1): Extracting archive
- Installing phpmailer/phpmailer (v6.2.0): Extracting archive
- Installing mustangostang/spyc (0.6.3): Extracting archive
- Installing michelf/php-smartypants (1.8.1): Extracting archive
- Installing laminas/laminas-zendframework-bridge (1.1.1): Extracting archive
- Installing laminas/laminas-escaper (2.7.0): Extracting archive
- Installing psr/log (1.1.3): Extracting archive
- Installing filp/whoops (2.9.1): Extracting archive
- Installing league/color-extractor (0.3.2): Extracting archive
- Installing claviska/simpleimage (3.5.1): Extracting archive
- Installing getkirby/cms (3.5.1): Extracting archive
5 package suggestions were added by new dependencies, use `composer suggest` to see details.Generating optimized autoload files
Warning: Ambiguous class resolution, "ParsedownExtra" was found in both "/Users/rcogley/dev/esolia-kirby/kirby/dependencies/parsedown-extra/ParsedownExtra.php" and "/Users/rcogley/dev/esolia-kirby/kirby/dependencies/dependencies/parsedown-extra/ParsedownExtra.php", the first will be used.
Warning: Ambiguous class resolution, "Parsedown" was found in both "/Users/rcogley/dev/esolia-kirby/kirby/dependencies/dependencies/parsedown/Parsedown.php" and "/Users/rcogley/dev/esolia-kirby/kirby/dependencies/parsedown/Parsedown.php", the first will be used.
Class Kirby\Database\Database located in ./kirby/src/src/Database/Database.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Database\Sql located in ./kirby/src/src/Database/Sql.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Database\Db located in ./kirby/src/src/Database/Db.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Database\Query located in ./kirby/src/src/Database/Query.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Database\Sql\Mysql located in ./kirby/src/src/Database/Sql/Mysql.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Database\Sql\Sqlite located in ./kirby/src/src/Database/Sql/Sqlite.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\OptionsApi located in ./kirby/src/src/Form/OptionsApi.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Fields located in ./kirby/src/src/Form/Fields.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\FieldClass located in ./kirby/src/src/Form/FieldClass.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Mixin\Min located in ./kirby/src/src/Form/Mixin/Min.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Mixin\Max located in ./kirby/src/src/Form/Mixin/Max.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Mixin\EmptyState located in ./kirby/src/src/Form/Mixin/EmptyState.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Field located in ./kirby/src/src/Form/Field.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Field\BlocksField located in ./kirby/src/src/Form/Field/BlocksField.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Field\LayoutField located in ./kirby/src/src/Form/Field/LayoutField.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Options located in ./kirby/src/src/Form/Options.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\OptionsQuery located in ./kirby/src/src/Form/OptionsQuery.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Validations located in ./kirby/src/src/Form/Validations.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Form\Form located in ./kirby/src/src/Form/Form.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cache\FileCache located in ./kirby/src/src/Cache/FileCache.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cache\MemoryCache located in ./kirby/src/src/Cache/MemoryCache.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cache\Cache located in ./kirby/src/src/Cache/Cache.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cache\NullCache located in ./kirby/src/src/Cache/NullCache.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cache\Value located in ./kirby/src/src/Cache/Value.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cache\MemCached located in ./kirby/src/src/Cache/MemCached.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cache\ApcuCache located in ./kirby/src/src/Cache/ApcuCache.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Parsley\Element located in ./kirby/src/src/Parsley/Element.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Parsley\Parsley located in ./kirby/src/src/Parsley/Parsley.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Parsley\Schema\Blocks located in ./kirby/src/src/Parsley/Schema/Blocks.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Parsley\Schema\Plain located in ./kirby/src/src/Parsley/Schema/Plain.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Parsley\Inline located in ./kirby/src/src/Parsley/Inline.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Parsley\Schema located in ./kirby/src/src/Parsley/Schema.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Dimensions located in ./kirby/src/src/Image/Dimensions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Darkroom\ImageMagick located in ./kirby/src/src/Image/Darkroom/ImageMagick.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Darkroom\GdLib located in ./kirby/src/src/Image/Darkroom/GdLib.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Exif located in ./kirby/src/src/Image/Exif.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Darkroom located in ./kirby/src/src/Image/Darkroom.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Location located in ./kirby/src/src/Image/Location.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Camera located in ./kirby/src/src/Image/Camera.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Image\Image located in ./kirby/src/src/Image/Image.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Email located in ./kirby/src/src/Cms/Email.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\AppPlugins located in ./kirby/src/src/Cms/AppPlugins.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Translation located in ./kirby/src/src/Cms/Translation.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Blocks located in ./kirby/src/src/Cms/Blocks.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\NestObject located in ./kirby/src/src/Cms/NestObject.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\LayoutColumn located in ./kirby/src/src/Cms/LayoutColumn.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\ModelWithContent located in ./kirby/src/src/Cms/ModelWithContent.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Filename located in ./kirby/src/src/Cms/Filename.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Items located in ./kirby/src/src/Cms/Items.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\SitePermissions located in ./kirby/src/src/Cms/SitePermissions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Event located in ./kirby/src/src/Cms/Event.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\AppTranslations located in ./kirby/src/src/Cms/AppTranslations.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\HasMethods located in ./kirby/src/src/Cms/HasMethods.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\KirbyTags located in ./kirby/src/src/Cms/KirbyTags.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Visitor located in ./kirby/src/src/Cms/Visitor.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\NestCollection located in ./kirby/src/src/Cms/NestCollection.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Auth located in ./kirby/src/src/Cms/Auth.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Roles located in ./kirby/src/src/Cms/Roles.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\AppErrors located in ./kirby/src/src/Cms/AppErrors.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\UserPermissions located in ./kirby/src/src/Cms/UserPermissions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\App located in ./kirby/src/src/Cms/App.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\SiteRules located in ./kirby/src/src/Cms/SiteRules.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Responder located in ./kirby/src/src/Cms/Responder.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Blueprint located in ./kirby/src/src/Cms/Blueprint.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PanelPlugins located in ./kirby/src/src/Cms/PanelPlugins.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\UserBlueprint located in ./kirby/src/src/Cms/UserBlueprint.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Languages located in ./kirby/src/src/Cms/Languages.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\SiteBlueprint located in ./kirby/src/src/Cms/SiteBlueprint.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\StructureObject located in ./kirby/src/src/Cms/StructureObject.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Pagination located in ./kirby/src/src/Cms/Pagination.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FileActions located in ./kirby/src/src/Cms/FileActions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\HasSiblings located in ./kirby/src/src/Cms/HasSiblings.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Response located in ./kirby/src/src/Cms/Response.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Auth\Status located in ./kirby/src/src/Cms/Auth/Status.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Auth\EmailChallenge located in ./kirby/src/src/Cms/Auth/EmailChallenge.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Auth\Challenge located in ./kirby/src/src/Cms/Auth/Challenge.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\ContentLocks located in ./kirby/src/src/Cms/ContentLocks.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Permissions located in ./kirby/src/src/Cms/Permissions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\BlockConverter located in ./kirby/src/src/Cms/BlockConverter.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Dir located in ./kirby/src/src/Cms/Dir.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Fieldsets located in ./kirby/src/src/Cms/Fieldsets.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\File located in ./kirby/src/src/Cms/File.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Files located in ./kirby/src/src/Cms/Files.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PagePicker located in ./kirby/src/src/Cms/PagePicker.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FileRules located in ./kirby/src/src/Cms/FileRules.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PageRules located in ./kirby/src/src/Cms/PageRules.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PageBlueprint located in ./kirby/src/src/Cms/PageBlueprint.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Plugin located in ./kirby/src/src/Cms/Plugin.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PageActions located in ./kirby/src/src/Cms/PageActions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\User located in ./kirby/src/src/Cms/User.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Role located in ./kirby/src/src/Cms/Role.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\HasChildren located in ./kirby/src/src/Cms/HasChildren.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Model located in ./kirby/src/src/Cms/Model.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Content located in ./kirby/src/src/Cms/Content.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FileBlueprint located in ./kirby/src/src/Cms/FileBlueprint.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Field located in ./kirby/src/src/Cms/Field.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FilePermissions located in ./kirby/src/src/Cms/FilePermissions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\LanguageRouter located in ./kirby/src/src/Cms/LanguageRouter.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Section located in ./kirby/src/src/Cms/Section.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\LanguageRoutes located in ./kirby/src/src/Cms/LanguageRoutes.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Search located in ./kirby/src/src/Cms/Search.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\System located in ./kirby/src/src/Cms/System.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FileVersion located in ./kirby/src/src/Cms/FileVersion.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Url located in ./kirby/src/src/Cms/Url.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Layout located in ./kirby/src/src/Cms/Layout.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Block located in ./kirby/src/src/Cms/Block.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\ContentLock located in ./kirby/src/src/Cms/ContentLock.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Users located in ./kirby/src/src/Cms/Users.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\LayoutColumns located in ./kirby/src/src/Cms/LayoutColumns.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FilePicker located in ./kirby/src/src/Cms/FilePicker.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\UserActions located in ./kirby/src/src/Cms/UserActions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Structure located in ./kirby/src/src/Cms/Structure.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\HasFiles located in ./kirby/src/src/Cms/HasFiles.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Picker located in ./kirby/src/src/Cms/Picker.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Ingredients located in ./kirby/src/src/Cms/Ingredients.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\AppCaches located in ./kirby/src/src/Cms/AppCaches.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Html located in ./kirby/src/src/Cms/Html.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Panel located in ./kirby/src/src/Cms/Panel.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FileModifications located in ./kirby/src/src/Cms/FileModifications.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PageSiblings located in ./kirby/src/src/Cms/PageSiblings.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Nest located in ./kirby/src/src/Cms/Nest.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PluginAssets located in ./kirby/src/src/Cms/PluginAssets.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\FileFoundation located in ./kirby/src/src/Cms/FileFoundation.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Translations located in ./kirby/src/src/Cms/Translations.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Language located in ./kirby/src/src/Cms/Language.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Item located in ./kirby/src/src/Cms/Item.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Layouts located in ./kirby/src/src/Cms/Layouts.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Collection located in ./kirby/src/src/Cms/Collection.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\ModelPermissions located in ./kirby/src/src/Cms/ModelPermissions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Fieldset located in ./kirby/src/src/Cms/Fieldset.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\AppUsers located in ./kirby/src/src/Cms/AppUsers.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\UserRules located in ./kirby/src/src/Cms/UserRules.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Page located in ./kirby/src/src/Cms/Page.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Api located in ./kirby/src/src/Cms/Api.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\ContentTranslation located in ./kirby/src/src/Cms/ContentTranslation.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Collections located in ./kirby/src/src/Cms/Collections.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Form located in ./kirby/src/src/Cms/Form.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Template located in ./kirby/src/src/Cms/Template.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\SiteActions located in ./kirby/src/src/Cms/SiteActions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Media located in ./kirby/src/src/Cms/Media.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\PagePermissions located in ./kirby/src/src/Cms/PagePermissions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\S located in ./kirby/src/src/Cms/S.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\KirbyTag located in ./kirby/src/src/Cms/KirbyTag.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\R located in ./kirby/src/src/Cms/R.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\UserPicker located in ./kirby/src/src/Cms/UserPicker.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Pages located in ./kirby/src/src/Cms/Pages.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Site located in ./kirby/src/src/Cms/Site.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\LanguageRules located in ./kirby/src/src/Cms/LanguageRules.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Cms\Asset located in ./kirby/src/src/Cms/Asset.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Idn located in ./kirby/src/src/Http/Idn.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Visitor located in ./kirby/src/src/Http/Visitor.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Params located in ./kirby/src/src/Http/Params.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Server located in ./kirby/src/src/Http/Server.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Response located in ./kirby/src/src/Http/Response.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Cookie located in ./kirby/src/src/Http/Cookie.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Remote located in ./kirby/src/src/Http/Remote.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Path located in ./kirby/src/src/Http/Path.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Exceptions\NextRouteException located in ./kirby/src/src/Http/Exceptions/NextRouteException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Url located in ./kirby/src/src/Http/Url.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Request located in ./kirby/src/src/Http/Request.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Header located in ./kirby/src/src/Http/Header.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Route located in ./kirby/src/src/Http/Route.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Uri located in ./kirby/src/src/Http/Uri.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Router located in ./kirby/src/src/Http/Router.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Request\Auth\BasicAuth located in ./kirby/src/src/Http/Request/Auth/BasicAuth.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Request\Auth\BearerAuth located in ./kirby/src/src/Http/Request/Auth/BearerAuth.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Request\Files located in ./kirby/src/src/Http/Request/Files.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Request\Body located in ./kirby/src/src/Http/Request/Body.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Request\Data located in ./kirby/src/src/Http/Request/Data.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Request\Query located in ./kirby/src/src/Http/Request/Query.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Http\Query located in ./kirby/src/src/Http/Query.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Api\Model located in ./kirby/src/src/Api/Model.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Api\Collection located in ./kirby/src/src/Api/Collection.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Api\Api located in ./kirby/src/src/Api/Api.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Text\SmartyPants located in ./kirby/src/src/Text/SmartyPants.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Text\Markdown located in ./kirby/src/src/Text/Markdown.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Text\KirbyTags located in ./kirby/src/src/Text/KirbyTags.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Text\KirbyTag located in ./kirby/src/src/Text/KirbyTag.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Data\Json located in ./kirby/src/src/Data/Json.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Data\Handler located in ./kirby/src/src/Data/Handler.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Data\Xml located in ./kirby/src/src/Data/Xml.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Data\Txt located in ./kirby/src/src/Data/Txt.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Data\Data located in ./kirby/src/src/Data/Data.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Data\Yaml located in ./kirby/src/src/Data/Yaml.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Data\PHP located in ./kirby/src/src/Data/PHP.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\LogicException located in ./kirby/src/src/Exception/LogicException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\PermissionException located in ./kirby/src/src/Exception/PermissionException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\NotFoundException located in ./kirby/src/src/Exception/NotFoundException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\InvalidArgumentException located in ./kirby/src/src/Exception/InvalidArgumentException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\BadMethodCallException located in ./kirby/src/src/Exception/BadMethodCallException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\DuplicateException located in ./kirby/src/src/Exception/DuplicateException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\ErrorPageException located in ./kirby/src/src/Exception/ErrorPageException.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Exception\Exception located in ./kirby/src/src/Exception/Exception.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Silo located in ./kirby/src/src/Toolkit/Silo.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Tpl located in ./kirby/src/src/Toolkit/Tpl.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Controller located in ./kirby/src/src/Toolkit/Controller.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Str located in ./kirby/src/src/Toolkit/Str.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Pagination located in ./kirby/src/src/Toolkit/Pagination.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Properties located in ./kirby/src/src/Toolkit/Properties.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Dir located in ./kirby/src/src/Toolkit/Dir.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\File located in ./kirby/src/src/Toolkit/File.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Obj located in ./kirby/src/src/Toolkit/Obj.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Xml located in ./kirby/src/src/Toolkit/Xml.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Config located in ./kirby/src/src/Toolkit/Config.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Component located in ./kirby/src/src/Toolkit/Component.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Html located in ./kirby/src/src/Toolkit/Html.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\View located in ./kirby/src/src/Toolkit/View.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\I18n located in ./kirby/src/src/Toolkit/I18n.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Mime located in ./kirby/src/src/Toolkit/Mime.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Collection located in ./kirby/src/src/Toolkit/Collection.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Query located in ./kirby/src/src/Toolkit/Query.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\A located in ./kirby/src/src/Toolkit/A.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\V located in ./kirby/src/src/Toolkit/V.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Escape located in ./kirby/src/src/Toolkit/Escape.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Locale located in ./kirby/src/src/Toolkit/Locale.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Iterator located in ./kirby/src/src/Toolkit/Iterator.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\F located in ./kirby/src/src/Toolkit/F.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Toolkit\Facade located in ./kirby/src/src/Toolkit/Facade.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Email\Email located in ./kirby/src/src/Email/Email.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Email\PHPMailer located in ./kirby/src/src/Email/PHPMailer.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Email\Body located in ./kirby/src/src/Email/Body.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Session\AutoSession located in ./kirby/src/src/Session/AutoSession.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Session\Sessions located in ./kirby/src/src/Session/Sessions.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Session\Session located in ./kirby/src/src/Session/Session.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Session\SessionStore located in ./kirby/src/src/Session/SessionStore.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Session\FileSessionStore located in ./kirby/src/src/Session/FileSessionStore.php does not comply with psr-4 autoloading standard. Skipping.
Class Kirby\Session\SessionData located in ./kirby/src/src/Session/SessionData.php does not comply with psr-4 autoloading standard. Skipping.
7 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
user=1.23s system=1.17s cpu=26% total=9.132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment