{
    "name": "tmc/revisionmanager",
    "description": "Clone your post, page or custom post type to a draft. Draft up revisions of live, published content.",
    "minimum-stability": "stable",
    "license": "proprietary",
    "authors": [
        {
            "name": "Jakub Kuranda",
            "email": "jakubkuranda@gmail.com"
        }
    ],
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/TheMasterCut/ShellPress"
        }
    ],
    "require": {
        "php": ">=7.1",
        "tmc/shellpress": "dev-1_4_1",
        "ext-json": "*",
        "johnpbloch/wordpress": "^6.5"
    },
    "autoload": {
        "psr-4": {
            "tmc\\revisionmanager\\": ""
        }
    },
    "config": {
        "secure-http": false,
        "discard-changes": true,
        "vendor-dir": "vendor",
        "allow-plugins": {
            "johnpbloch/wordpress-core-installer": true
        }
    },
    "archive": {
        "exclude": [
            "!vendor/*",
            "**/vendor-dev",
            "**/node_modules",
            "**/.*",
            "**/*.zip",
            "**/docker.yaml"
        ]
    },
    "extra": {
        "wordpress-install-dir": "vendor-dev/wordpress"
    }
}