{
    "name": "mageworx/module-ordereditor-braintree",
    "description": "Order Editor Braintree payments reauthorization Plugin",
    "require": {
        "mageworx/module-ordereditorbase": ">=2.11.4",
        "paypal/module-braintree-core": ">=4.2"
    },
    "type": "magento2-module",
    "version": "1.0.1",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "MageWorx\\OrderEditorBraintree\\": ""
        }
    }
}
