Closed jdreesen closed 2 years ago
@jdreesen Thanks for the PR, but this package has been deprecated (#11), and already removed from payum/core (payum/core#879), so you should not rely on this package anymore, or upgrade the version of Payum you are using which should get rid of the error.
As this package is still present in Payum's composer.json
(here you say it'll get removed in v2), composer adds it to the autoloading and thus the warning is still there.
So it seems the only way to get rid of the warning before Payum v2 is released would be to merge this and release a new version of payum/iso4217
.
Thanks @jdreesen
Currently, composer warns about the test files not complying to PSR-4:
As those files are not needed when installing the package, I added them to
.gitattributes
which fixes the warning.