libern / qr-code-reader

Simple PHP QR Code Reader / Decoder
92 stars 28 forks source link

customFunctions.php causes errors on composer update #17

Open brianfreytag opened 3 years ago

brianfreytag commented 3 years ago

When I run composer update on my Symfony application, I receive the error:

PHP Fatal error:  require(): Failed opening required '/path/to/vendor/composer/../libern/qr-code-reader/src/lib/Common/customFunctions.php' (include_path='.:/usr/share/php') in /path/to/vendor/composer/autoload_real.php on line 69

Version 1.0.7 and 1.0.8 work correctly

larylinz commented 3 years ago

Got the same error. Any updates? Startet with a fresh l8 installation. is l8 supported? i'm verry curios about this 'add on' - looking foreward to use this QR Code Reader!

larylinz commented 3 years ago

didn't work with Laravel7 as well. Error above as brianfreytag reports.