From 38e5cdb3a56b0ac156be3d8247b7499916fc2bfb Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 11 Apr 2024 06:50:35 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...89f182037f196dd4ec2d8f5d2994275b5f8b3.json | 37 +++++++++++++++++++ index.json | 3 ++ luzrain.phpstreamserver-bundle.0.2.json | 37 +++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 archived/luzrain.phpstreamserver-bundle/8e789f182037f196dd4ec2d8f5d2994275b5f8b3.json create mode 100644 luzrain.phpstreamserver-bundle.0.2.json diff --git a/RECIPES.md b/RECIPES.md index f6b358e0..f87189cc 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -311,6 +311,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [loophp/psr17](https://packagist.org/packages/loophp/psr17) | [1.0](loophp/psr17/1.0) | | [loophp/repository-monadic-helper](https://packagist.org/packages/loophp/repository-monadic-helper) | [1.0](loophp/repository-monadic-helper/1.0) | | [luzrain/phprunner-bundle](https://packagist.org/packages/luzrain/phprunner-bundle) | [0.1](luzrain/phprunner-bundle/0.1) | +| [luzrain/phpstreamserver-bundle](https://packagist.org/packages/luzrain/phpstreamserver-bundle) | [0.2](luzrain/phpstreamserver-bundle/0.2) | | [luzrain/workerman-bundle](https://packagist.org/packages/luzrain/workerman-bundle) | [0.1](luzrain/workerman-bundle/0.1) | | [m-adamski/symfony-mailer-bundle](https://packagist.org/packages/m-adamski/symfony-mailer-bundle) | [1.0](m-adamski/symfony-mailer-bundle/1.0) | | [m-adamski/symfony-schedule-bundle](https://packagist.org/packages/m-adamski/symfony-schedule-bundle) | [1.0](m-adamski/symfony-schedule-bundle/1.0) | diff --git a/archived/luzrain.phpstreamserver-bundle/8e789f182037f196dd4ec2d8f5d2994275b5f8b3.json b/archived/luzrain.phpstreamserver-bundle/8e789f182037f196dd4ec2d8f5d2994275b5f8b3.json new file mode 100644 index 00000000..5f95f741 --- /dev/null +++ b/archived/luzrain.phpstreamserver-bundle/8e789f182037f196dd4ec2d8f5d2994275b5f8b3.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "luzrain/phpstreamserver-bundle": { + "manifest": { + "bundles": { + "Luzrain\\PHPStreamServerBundle\\PHPStreamServerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/phpstreamserver.yaml": { + "contents": [ + "phpstreamserver:", + " servers:", + " -", + " name: Webserver", + " listen: http://0.0.0.0:8080", + " processes: 4", + "", + " reload_strategy:", + " on_exception:", + " active: true", + " on_file_change:", + " active: true", + "" + ], + "executable": false + } + }, + "ref": "8e789f182037f196dd4ec2d8f5d2994275b5f8b3" + } + } +} diff --git a/index.json b/index.json index ed2300a9..a3a20dc7 100644 --- a/index.json +++ b/index.json @@ -980,6 +980,9 @@ "luzrain/phprunner-bundle": [ "0.1" ], + "luzrain/phpstreamserver-bundle": [ + "0.2" + ], "luzrain/workerman-bundle": [ "0.1" ], diff --git a/luzrain.phpstreamserver-bundle.0.2.json b/luzrain.phpstreamserver-bundle.0.2.json new file mode 100644 index 00000000..5f95f741 --- /dev/null +++ b/luzrain.phpstreamserver-bundle.0.2.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "luzrain/phpstreamserver-bundle": { + "manifest": { + "bundles": { + "Luzrain\\PHPStreamServerBundle\\PHPStreamServerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/phpstreamserver.yaml": { + "contents": [ + "phpstreamserver:", + " servers:", + " -", + " name: Webserver", + " listen: http://0.0.0.0:8080", + " processes: 4", + "", + " reload_strategy:", + " on_exception:", + " active: true", + " on_file_change:", + " active: true", + "" + ], + "executable": false + } + }, + "ref": "8e789f182037f196dd4ec2d8f5d2994275b5f8b3" + } + } +}