diff options
Diffstat (limited to 'scripts/plugin-class-classifier/composer.json')
| -rw-r--r-- | scripts/plugin-class-classifier/composer.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/plugin-class-classifier/composer.json b/scripts/plugin-class-classifier/composer.json new file mode 100644 index 00000000..853e755e --- /dev/null +++ b/scripts/plugin-class-classifier/composer.json @@ -0,0 +1,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/" + } + } +} |
