genecommerce / module-encryption-key-manager

Tooling to help generate and invalidate magento encryption keys
GNU Lesser General Public License v3.0
54 stars 14 forks source link

Issue with old version of composer/composer #14

Closed jorgehs91 closed 1 month ago

jorgehs91 commented 1 month ago

Hi guys, Any chance to replace the following imported namespace? https://github.com/genecommerce/module-encryption-key-manager/blob/7b9e50e9562c63645acb2f7ecc09ea0f4853b0f0/Console/ReencryptColumn.php#L5 Older versions of composer/composer doesn't have this class (below version 2.4.0). I believe this class could be used instead: \Symfony\Component\Console\Input\InputArgument

convenient commented 1 month ago

Any chance you can raise a PR?

I must have accepted the suggested one in phpstorm and not spotted it, I definitely intended to use symphony console

convenient commented 1 month ago

https://github.com/genecommerce/module-encryption-key-manager/releases/tag/v0.0.5-alpha

convenient commented 1 month ago

Thanks for the contribution @jorgehs91