{ "manifests": { "phpstreamserver/symfony": { "manifest": { "bundles": { "PHPStreamServer\\Symfony\\PHPStreamServerBundle": [ "all" ] }, "copy-from-recipe": { "bin/": "%BIN_DIR%/", "config/": "%CONFIG_DIR%/" }, "post-install-output": [ "* You're ready to run your Symfony application with PHPStreamServer!", " Run bin/phpss start command to get started", "", "* Read the documentation at https://phpstreamserver.dev/docs/general/" ] }, "files": { "bin/phpss": { "contents": [ "#!/usr/bin/env php", "addWorker(new SymfonyHttpServerProcess(", " listen: '0.0.0.0:8080',", " reloadStrategies: [", " new ExceptionReloadStrategy(),", " ],", " ));", "};", "" ], "executable": false } }, "ref": "1b6f82bb07b647988aabe46f07074d672d237c5f" } } }