mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 00:25:52 +03:00
[PR #104] [CLOSED] Support bacon-qr-code 2.0.0 #155
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/antonioribeiro/google2fa/pull/104
Author: @asbiin
Created: 5/2/2018
Status: ❌ Closed
Base:
master← Head:bacon-qr-code-2.0.0📝 Commits (2)
08963a2Support bacon-qr-code 2.0.022ef2b9Fix StyleCI📊 Changes
1 file changed (+28 additions, -4 deletions)
View changed files
📝
src/Support/QRCode.php(+28 -4)📄 Description
Add support of bacon-qr-code v2.0.0
Class Png does not exist anymore.
We have to use
ImagickImageBackEndinstead - which require imagick php extension.I've also added the support of svg image, by adding a new parameter to
getQRCodeInline.PS: the test on line https://github.com/antonioribeiro/google2fa/blob/master/tests/Google2FATest.php#L220 does not work on my computer: I hav php 7.1, and I get QRCODEPHPABOVE72 result...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.