{
    "name": "spatie/flysystem-dropbox",
    "description": "Flysystem Adapter for the Dropbox v2 API",
    "keywords": [
        "spatie",
        "flysystem-dropbox",
        "flysystem",
        "dropbox",
        "v2",
        "api"
    ],
    "homepage": "https://github.com/spatie/flysystem-dropbox",
    "license": "MIT",
    "authors": [
        {
            "name": "Alex Vanderbist",
            "email": "alex.vanderbist@gmail.com",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.2",
        "league/flysystem": "^3.7.0",
        "spatie/dropbox-api": "^1.17.1"
    },
    "require-dev": {
        "mockery/mockery": "^1.6",
        "pestphp/pest": "^3.0",
        "phpunit/phpunit": "^11.0"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\FlysystemDropbox\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\FlysystemDropbox\\Test\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/pest"
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true
        }
    }
}
