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
Craft 5 currently depends on bacon/bacon-qr-code with the dependency constraint ^2.0.
This is blocking us from upgrading a Craft 4 project that has a dependency on endroid/qr-code, which requires bacon-qr-code:^3.0.
Based on the dependency graph only, in theory we could downgrade endroid/qr-code in our project from 6.x to 4.x. But, considering bacon-qr-code 2.0.8 (the version currently required by Craft) was released in December 2022, and the only breaking change in 3.x appears to be that support for PHP <8.1 was dropped, it might be a good idea to bump Craft's version constraint on this package?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Craft 5 currently depends on
bacon/bacon-qr-codewith the dependency constraint^2.0.This is blocking us from upgrading a Craft 4 project that has a dependency on
endroid/qr-code, which requiresbacon-qr-code:^3.0.Based on the dependency graph only, in theory we could downgrade
endroid/qr-codein our project from 6.x to 4.x. But, consideringbacon-qr-code2.0.8 (the version currently required by Craft) was released in December 2022, and the only breaking change in 3.x appears to be that support for PHP <8.1 was dropped, it might be a good idea to bump Craft's version constraint on this package?Beta Was this translation helpful? Give feedback.
All reactions