{
    "name": "xcoobee/xcoobee-sdk",
    "description": "XcooBee Privacy and GDPR SDK for PHP",
    "type": "library",    
    "license": "Apache-2.0",       
    "authors": [
        {
            "name": "XcooBee LLC",
            "email": "info2@xcoobee.com"
        },
        {
            "name": "Mahmoud Saeed",  
            "email": "msaeed.ma@gmail.com"
        },
        {
            "name": "Sunder Magar"
        }, 
        {
            "name": "Volodymyr Rabeshko"
        }         
    ],
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/XcooBee/openpgp-php"
        }
    ],
    "require": {
        "php": ">=5.5",
        "singpolyma/openpgp-php": "^0.4.0",
        "guzzlehttp/guzzle": "^6.3",
        "rtheunissen/guzzle-log-middleware": "^0.4.1",
        "monolog/monolog": "^1.23",
        "tedivm/stash": "^0.14.2"
    },
    "require-dev": {
        "phpunit/phpunit": "^7",
        "php-mock/php-mock-phpunit": "^2.1",
        "zalas/phpunit-globals": "^1.1"
    },
    "autoload":{
        "psr-4":{
            "XcooBee\\":"src/XcooBee"
        }
    }
}
