Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With Composer 1 this would already throw a warning: ``` Deprecation Notice: Class Emico\RobinHqLib\Client\InvalidApiResponseException located in ./vendor/emico/robinhq-lib/src/Client/Exception/InvalidApiResponseException.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///home/rutger/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201 ``` When installed via Composer 2 it would say ``` Class Emico\RobinHqLib\Client\InvalidApiResponseException located in ./vendor/emico/robinhq-lib/src/Client/Exception/InvalidApiResponseException.php does not comply with psr-4 autoloading standard. Skipping. ```
- Loading branch information