You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.
The text was updated successfully, but these errors were encountered: