Veriteworks / CookieFix

Fix Magento2.2/2.3/2.4 Cookie SameSite attribute
Academic Free License v3.0
65 stars 35 forks source link

add ability to install on Magento 2.3.x via composer #12

Closed vovsky closed 3 years ago

vovsky commented 3 years ago

Currently it is not possible to install module on Magento v2.3.2 via composer due to this requirement

"magento/framework": "~102.0.5"

Module has been tested on v2.3.2, so I assume this requirement can be updated. Thanks

HirokazuNishi commented 3 years ago

Thanks!