{
    "name": "mlocati/composer-patcher",
    "description": "A Composer plugin to patch Composer packages.",
    "type": "composer-plugin",
    "keywords": [
        "composer",
        "plugin",
        "patch",
        "patches",
        "patcher"
    ],
    "homepage": "https://github.com/mlocati/composer-patcher",
    "license": "MIT",
    "authors": [
        {
            "name": "Michele Locati",
            "email": "michele@locati.it",
            "role": "author",
            "homepage": "https://mlocati.github.io"
        }
    ],
    "support": {
        "issues": "https://github.com/mlocati/composer-patcher/issues"
    },
    "require": {
        "composer-plugin-api": "^1.1 || ^2",
        "php": ">= 5.3.2"
    },
    "require-dev": {
        "composer/composer": "^1.1 || ^2",
        "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.4"
    },
    "autoload": {
        "psr-4": {
            "ComposerPatcher\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ComposerPatcher\\Test\\": "test"
        }
    },
    "extra": {
        "class": "ComposerPatcher\\Plugin"
    },
    "conflict": {
        "cweagans/composer-patches": "*"
    },
    "scripts": {
        "test": "phpunit --verbose"
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/mlocati"
        },
        {
            "type": "other",
            "url": "https://paypal.me/mlocati"
        }
    ]
}
