jjaffeux / postmark-inbound-php

Simple API wrapper for Postmark Inbound Hook
http://developer.postmarkapp.com/developer-inbound.html
MIT License
97 stars 20 forks source link

Composer autoloading issue #15

Open drakakisgeo opened 3 years ago

drakakisgeo commented 3 years ago

Hi there, I get this error when I run composer dumpautoload

Class Postmark\InboundException located in ./vendor/jjaffeux/postmark-inbound-php/lib/Postmark/Exception.php does not comply with psr-0 autoloading standard. Skipping.

I am using "jjaffeux/postmark-inbound-php": "^3.0",

navitronic commented 3 years ago

Have created a PR to fix this: #16