{
    "require": {
        "payuindia/payu": "2.4.6",
        "cweagans/composer-patches": "^1.7"
    },
     "extra": {
            "composer-exit-on-patch-failure": true,
            "patches": {
                "payuindia/payu": {
                    "MAGETWO-1234: Checkout page freezes when ordering with Authorize.net with invalid credit card": "patches/composer/dyson1.patch"
                }
            }
        },
    "config": {
        "allow-plugins": {
            "cweagans/composer-patches": true
        }
    }
}
