{ "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 PHPStreamServerRuntime as the Application Runtime by either:", " * setting env APP_RUNTIME=\"PHPStreamServer\\Symfony\\PHPStreamServerRuntime\"", " * adding extra.runtime.class to composer.json", " Read more: https://phpstreamserver.dev/docs/integrations/symfony#runtime-configuration", " If you edited composer.json, run composer dump-autoload to apply.", "", "* Your Symfony application is ready to run with PHPStreamServer.", " Start the server with: bin/phpss start", "", "* 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": "99f46b724b8df97501a970a2ad470cbbf8338dbc" } } }