DivanteLtd / magento2-external-checkout

The project is now maintained by VENDIC: https://github.com/Vendic/magento2-external-checkout
https://github.com/Vendic/magento2-external-checkout
MIT License
11 stars 24 forks source link

update composer.json for Magento 2.3 compatibility #13

Open kgerasimov opened 5 years ago

kgerasimov commented 5 years ago

As I see, the code itself is fully compatible with Magento 2.3.x, however composer declaration requires 2.2.x versions of dependencies:

    "magento/module-store": "100.2.*",
    "magento/module-customer": "101.0.*",
    "magento/module-authorization": "100.2.*",
    "magento/module-checkout": "100.2.*",
    "magento/module-backend": "100.2.*",
    "magento/module-eav": "101.0.*",
    "magento/module-config": "101.0.*",
    "magento/framework": "101.0.*",
    "magento/module-quote": "101.0.*"