Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support BaconQrCode v3 #303

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rossbearman
Copy link

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
Copy link

any update?

@rossbearman
Copy link
Author

@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",
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants