{ "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/" } } }