Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

Classes do not comply with PSR-4 #101

Closed khamyl closed 2 years ago

khamyl commented 2 years ago

The installation

composer require libern/qr-code-reader

yields

Class Zxing\Common\AbstractEnum located in .../www/vendor/libern/qr-code-reader/src/lib\common\AbstractEnum.php does not comply with psr-4 autoloading standard. Skipping.

Errors for each Zxing class

DASPRiD commented 2 years ago

This is not the Zxing project.

khamyl commented 2 years ago

:D I know.. as you can see I was trying to install libern/qr-code-reader not Zxing.

DASPRiD commented 2 years ago

That's not this project either.

khamyl commented 2 years ago

Oh, sorry :/