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
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 theEmv
folder when assigning theEmv\\
namespace?The text was updated successfully, but these errors were encountered: