- Issue created by @dieterholvoet
- 🇧🇪Belgium dieterholvoet Brussels
Looks like this has been done already in ✨ Consider replacing qr-code-bundle dependency with the base (non-Symfony) library Fixed .
This module has a dependency on the endroid/qr-code-bundle
package, which pulls in the following dependencies:
endroid/installer
(a Composer plugin that causes the annoying, interactive message 'Do you trust "endroid/installer" to execute code and wish to enable it now?'' during composer i
)endroid/qr-code
symfony/framework-bundle
symfony/twig-bundle
symfony/yaml
The only class from the endroid/qr-code-bundle
this module uses is QrCodeResponse
, and this is a simple wrapper around QrCodeInterface::writeString()
, which means that the only package we actually need is endroid/qr-code
.
QrCodeResponse
with QrCodeInterface::writeString()
endroid/qr-code-bundle
with endroid/qr-code
Active
4.0
Code
Looks like this has been done already in ✨ Consider replacing qr-code-bundle dependency with the base (non-Symfony) library Fixed .