Deprecation Notice: Class Caereservices\Mailup\MailUpException located in /caereservices/mailup/src/MailupException.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.
Composer is complaining because MailUpException doesn't fit MailupException.php : There is an uppercase "U" in classname.
I can open up a PR and fix it, either by renaming the file or changing classname depending on which solution you believe is more suited.
Deprecation Notice: Class Caereservices\Mailup\MailUpException located in /caereservices/mailup/src/MailupException.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.Composer is complaining because
MailUpExceptiondoesn't fitMailupException.php: There is an uppercase "U" in classname.I can open up a PR and fix it, either by renaming the file or changing classname depending on which solution you believe is more suited.