Hi, I’m on Mac Big Sur latest, using Composer version 2.0.9 2021-01-27 16:09:27 installed via brew, I’m trying to install the starterkit. Using this:
composer create-project getkirby/starterkit esolia-kirby
It starts off looking good, then when it starts installing plugins, it goes south quickly, leading to a lot of psr-4 related errors and skipping, e.g.:
Class Kirby\Database\Sql located in ./kirby/src/src/Database/Sql.php does not comply with psr-4 autoloading standard. Skipping.
Pasted the whole log from std-out in this gist:
I found a statement somewhere saying that it has to do with the autoloader section of the composer.json, but, there’s no such section in this case.
Can anyone say what I need to do to get it to install correctly? I’m afraid I’m utterly new to composer…