SimpleSoftwareIO / simple-qrcode

An easy-to-use PHP QrCode generator with first-party support for Laravel.
https://www.simplesoftware.io/simple-qrcode
MIT License
2.66k stars 363 forks source link

Support BaconQrCode v3 #303

Open rossbearman opened 3 weeks ago

rossbearman commented 3 weeks ago

Extends the BaconQrCode dependency to ^2.0|^3.0.

The only breaking change with v3 is dropping support for PHP versions below 8.1.

emmanpbarrameda commented 2 weeks ago

any update?

rossbearman commented 2 weeks ago

@emmanpbarrameda If you need this in the short term, you can switch to my branch to get support for this:

In composer.json:

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/rossbearman/simple-qrcode"
        }
    ],

And then update the version of the simplesoftwareio/simple-qrcode to dev-baconqrcode-v3

    "require": {
        "simplesoftwareio/simple-qrcode": "dev-baconqrcode-v3",
    }