aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/plugin-class-classifier/composer.json
blob: 853e755ebfce31b9f9e07624eb78e29e856432ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "shirabe/plugin-class-classifier",
    "description": "Deterministic classifier for Composer classes at the Shirabe plugin boundary",
    "license": "MIT",
    "require": {
        "php": ">=8.1",
        "nikic/php-parser": "^5.0",
        "jetbrains/phpstorm-stubs": "^2026.1"
    },
    "autoload": {
        "psr-4": {
            "Shirabe\\PluginClassifier\\": "src/"
        }
    }
}