{
    "name": "mastercard/match",
    "description": "This is the api for match",
    "version": "1.0.4",
    "license": "BSD-2-Clause",
    "authors": [
        {
            "name": "MasterCard Worldwide",
            "email": "ApiSupport@mastercard.com"
        }
    ],
    "require": {
        "mastercard/mastercard-api-core": ">=1.4.0 <1.5.0"
    },
    "require-dev": {
	    "phpunit/phpunit": "^5.5"
	},
    "autoload": {
        "psr-0": {
            "MasterCard": ""
        }
    },
    "archive": {
        "exclude": ["/result", "/*.p12", ".gitignore", "allfiles.tar"]
    }
}
