- 🇩🇪Germany Peter Majmesku 🇩🇪Düsseldorf
This is not really a fix, but it works as a workaround, at least:
"autoload": { "files": [ "vendor/willdurand/geocoder/Provider/Provider.php", "vendor/willdurand/geocoder/Provider/AbstractProvider.php" ] } - 🇩🇪Germany Peter Majmesku 🇩🇪Düsseldorf
Later this did not help and the following helped me in my projects composer.json file:
"autoload": { "psr-4": { "Geocoder\\": "vendor/willdurand/geocoder" } }