{
    "require": {
        "payuindia/payu": "2.4.6",
        "cweagans/composer-patches": "^1.7"
    },
    "config": {
        "allow-plugins": {
            "cweagans/composer-patches": true
        }
    },
    "extra": {
	    "composer-exit-on-patch-failure": true,
	    "patches": {
	        "magento/module-payment": {
	            "MAGETWO-123456: Test patch": "discount_2.4.6.patch"
	        }
	    }
	}

}
