{ "manifests": { "phpstreamserver/symfony": { "manifest": { "bundles": { "PHPStreamServer\\Symfony\\PHPStreamServerBundle": [ "all" ] }, "copy-from-recipe": { "bin/": "%BIN_DIR%/", "config/": "%CONFIG_DIR%/" }, "post-install-output": [ " * One more step to complete setup:", " Set PHPStreamServer as the application runtime using one of these options:", "", " 1. Set the environment variable:", " APP_RUNTIME=\"PHPStreamServer\\Symfony\\PHPStreamServerRuntime\"", "", " 2. Set extra.runtime.class in composer.json to:", " PHPStreamServer\\Symfony\\PHPStreamServerRuntime", " Then run:", " composer dump-autoload", "", " See https://phpstreamserver.dev/docs/integrations/symfony#runtime-configuration", "", " * Run your application with bin/phpss start", "", " * Read the documentation at https://phpstreamserver.dev/docs/general/" ] }, "files": { "bin/phpss": { "contents": [ "#!/usr/bin/env php", "addWorker(new SymfonyHttpServerWorker(", " listen: '0.0.0.0:8080',", " reloadStrategies: [", " new ExceptionReloadStrategy(),", " ],", " ));", "};", "" ], "executable": false } }, "ref": "2890c6e4b00ef832dc6621718b6973618d741b27" } } }