{
    "name": "webtotem/wt-backups",
    "description": "This package is necessary for the plugin to work for creating and managing backups",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "WebTotem team",
            "email": "support@wtotem.com"
        }
    ],
    "require": {
        "guzzlehttp/guzzle": "7.8.0",
        "guzzlehttp/promises": "2.0.1",
        "guzzlehttp/psr7": "2.6.1",
        "illuminate/collections": "v8.83.27",
        "illuminate/contracts": "v8.83.27",
        "illuminate/macroable": "v8.83.27",
        "kunalvarma05/dropbox-php-sdk": "v0.4.2",
        "psr/container": "1.1.2",
        "psr/http-client": "1.0.3",
        "psr/http-factory": "1.0.2",
        "psr/http-message": "2.0",
        "psr/simple-cache": "1.0.1",
        "ralouphie/getallheaders": "3.0.3",
        "symfony/deprecation-contracts": "v2.5.2",
    },
    "autoload": {
        "files": [
            "vendor/autoload.php"
        ]
    }
}