Php versions – Composer complains about non-compliance to PSR-4, even though everything seems fine
In my project, I'm including a package I'm developing, which has a composer.json, which includes the following autoload entry: (censored to not get in trouble with my company of course) { "autoload": { "psr-4": { "Vendor\Package\": "src/Package" } } }…