Itonomy / magento2-bundle-products-change-qty

Allow quantity changes with the checkbox based options on bundle products.
MIT License
12 stars 13 forks source link

composer PHP 8 support #12

Open steveberrill opened 3 months ago

steveberrill commented 3 months ago

Hello,

I noticed that the project's composer.json doesn't currently specify compatibility with PHP 8.2. I've tested it on PHP 8.2 and it is working as expected. Would it be possible to add PHP 8.2 to the supported versions in the composer.json file? This would help with wider adoption of the module by allowing those on PHP 8.2 to confidently use it.

Thank you for considering my suggestion.