aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/plugin-stub-generator/composer.json
blob: a995443bf150cfae2129fead9084cd36e1d84253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "shirabe/plugin-stub-generator",
    "description": "Deterministic emitter for the proxy stub classes loaded into the plugin PHP worker",
    "license": "MIT",
    "require": {
        "php": ">=8.1",
        "nikic/php-parser": "^5.0"
    },
    "autoload": {
        "psr-4": {
            "Shirabe\\PluginStubGenerator\\": "src/"
        }
    }
}