Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer v2 optimized autoloading support #1

Open
ottaz opened this issue Feb 2, 2021 · 0 comments
Open

Composer v2 optimized autoloading support #1

ottaz opened this issue Feb 2, 2021 · 0 comments

Comments

@ottaz
Copy link

ottaz commented Feb 2, 2021

Class Emv\Tlv\Codec\Tag located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Codec/Tag.php does not comply with psr-4 autoloading standard. Skipping.
Class Emv\Tlv\Codec located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Codec.php does not comply with psr-4 autoloading standard. Skipping.
Class Emv\Tlv\Decoder\Exception\ExceptionInterface located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Decoder/Exception/ExceptionInterface.php does not comply with psr-4 autoloading standard. Skipping.
Class Emv\Tlv\Decoder\Exception\MalformedDataBlockException located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Decoder/Exception/MalformedDataBlockException.php does not comply with psr-4 autoloading standard. Skipping.
Class Emv\Tlv\Decoder\LengthInspector located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Decoder/LengthInspector.php does not comply with psr-4 autoloading standard. Skipping.
Class Emv\Tlv\Decoder\TagInspector located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Decoder/TagInspector.php does not comply with psr-4 autoloading standard. Skipping.
Class Emv\Tlv\Decoder located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Decoder.php does not comply with psr-4 autoloading standard. Skipping.
Class Emv\Tlv\Encoder located in ./vendor/billpocket/php-emv/src/Emv/Tlv/Encoder.php does not comply with psr-4 autoloading standard. Skipping.

Composer v2 adds stricter autoloading compliance standards to the degree that classes which violate PSR standards are skipped.

Can you update the composer.json file to consider the Emv folder when assigning the Emv\\ namespace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant