{
    "name": "matthewbaggett/s3db",
    "type": "project",
    "require": {
        "php": ">8.1",
        "ext-json": "*",
        "ext-curl": "*",
        "kint-php/kint": "^3",
        "league/flysystem-aws-s3-v3": "^3.2",
        "league/flysystem": "^3.2",
        "vanilla/garden-cli": "~2.0",
        "monolog/monolog": "^2.2",
        "bramus/monolog-colored-line-formatter": "~3.0",
        "adambrett/shell-wrapper": "dev-master",
        "spatie/emoji": "^2.3",
        "rych/bytesize": "^1.0",
        "jimmiw/php-time-ago": "^3.2",
        "matthewbaggett/wait-for-mysql": "^1.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.0"
    },
    "license": "GPL",
    "autoload": {
        "psr-4": {
            "S3DB\\Sync\\": "syncer/"
        }
    },
    "authors": [
        {
            "name": "Matthew Baggett",
            "email": "matthew@baggett.me"
        }
    ]
}