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
I think we need just few updates to make it fully compatible with Php8.4, in my Laravel 11 app i get:
PHP Deprecated: SimpleSoftwareIO\QrCode\Generator::generate(): Implicitly marking parameter $filename as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/simplesoftwareio/simple-qrcode/src/Generator.php on line 169
PHP Deprecated: BaconQrCode\Encoder\Encoder::chooseMode(): Implicitly marking parameter $encoding as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php on line 158
PHP Deprecated: BaconQrCode\Common\ReedSolomonCodec::decode(): Implicitly marking parameter $erasures as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vendor/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php on line 225
The text was updated successfully, but these errors were encountered:
I think we need just few updates to make it fully compatible with Php8.4, in my Laravel 11 app i get:
The text was updated successfully, but these errors were encountered: