khanamiryan/php-qrcode-detector-decoder

psr4 autoload doesn't follow psr4 rules and won't work with composer 2

Closed this issue · 3 comments

In the latest composer (1.10.0-rc) the following is shown:

Deprecation Notice: Class Zxing\Common\CharacterSetEci\AbstractEnum\AbstractEnum located in ./vendor/khanamiryan/qrcode-detector-decoder/lib/Common/AbstractEnum.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.

(namespace and path mismatch)

It can be fixed by changing the namespace, moving it 1 folder deeper or adding the class to the files part in composer autoload.

M

It already fixed in 9fbe9fd, just need a new release.

@khanamiryan can you release another version to include that change?

fixed in 1.0.2