{
    "name": "bayonet/bayonet-php",
    "description": "Bayonet PHP library",
    "keywords": ["bayonet", "php", "anti-fraud"],
    "homepage": "https://bayonet.io",
    "license": "MIT",
    "version": "1.0.0",
    "authors": [
        {
            "name": "Luis Herrada"
        },
        {
            "name": "Imran Arshad"
        }
    ],
    "support": {
        "email": "support@bayonet.io"
    },
    "require": {
        "php": ">=5.4.0",
        "guzzlehttp/guzzle": "^6.2"
    },
    "autoload": {
        "psr-4": {
            "Bayonet\\": "src/"
        }
    }
}
