{
    "name": "watchfulli\/xcloner-wordpress",
    "license": "GPL-2.0-or-later",
    "description": "WordPress backup plugin for XCloner",
    "require": {
        "as247\/flysystem-onedrive": "^1.0",
        "gliterd\/backblaze-b2": "^1.5",
        "league\/flysystem": "^1.0",
        "league\/flysystem-aws-s3-v3": "^1.0",
        "league\/flysystem-azure-blob-storage": "^0.1.6",
        "league\/flysystem-sftp": "^1.0",
        "league\/flysystem-webdav": "^1.0",
        "mhetreramesh\/flysystem-backblaze": "^1.6",
        "monolog\/monolog": "^1.22",
        "nao-pon\/flysystem-google-drive": "^1.1",
        "splitbrain\/php-archive": "^1.0",
        "srmklive\/flysystem-dropbox-v2": "^1.0",
        "vakata\/jstree": "^3.3"
    },
    "prefer-stable": true,
    "require-dev": {
        "dealerdirect\/phpcodesniffer-composer-installer": "^0.7",
        "phpcompatibility\/phpcompatibility-wp": "*",
        "phpstan\/extension-installer": "^1.1",
        "phpstan\/phpstan": "^1.0",
        "phpunit\/phpunit": "^7.0",
        "squizlabs\/php_codesniffer": "3.*",
        "symfony\/process": "^5.4",
        "szepeviktor\/phpstan-wordpress": "^1.0",
        "yoast\/phpunit-polyfills": "^1.0"
    },
    "scripts": {
        "test": "vendor\/bin\/phpunit --config=phpunit-integration.xml",
        "pre-autoload-dump": "Watchfulli\\XClonerCore\\Xcloner_Composer_Actions::cleanup",
        "post-autoload-dump": "Watchfulli\\XClonerCore\\Xcloner_Composer_Actions::prevent_vendor_direct_access"
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true,
        "optimize-autoloader": true,
        "allow-plugins": {
            "bamarni\/composer-bin-plugin": true,
            "dealerdirect\/phpcodesniffer-composer-installer": true,
            "phpstan\/extension-installer": true
        }
    },
    "extra": {
        "custom-commands": {
            "commands": [
                "ImaginaryMachines\\IsStableTagLatestTag"
            ]
        },
        "google\/apiclient-services": [
            "Drive"
        ],
        "aws\/aws-sdk-php": [
            "S3"
        ]
    },
    "autoload": {
        "psr-4": {
            "XCloner\\Watchfulli\\XClonerCore\\": "lib\/"
        }
    }
}