diff --git a/RECIPES.md b/RECIPES.md index 7de39bf4..d197701f 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -308,6 +308,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [longitude-one/meta-bundle](https://packagist.org/packages/longitude-one/meta-bundle) | [1.0](longitude-one/meta-bundle/1.0) | | [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/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.phprunner-bundle/f2aa7a639caddac0a101948db5dd92d6f531f30d.json b/archived/luzrain.phprunner-bundle/f2aa7a639caddac0a101948db5dd92d6f531f30d.json new file mode 100644 index 00000000..e520a4ef --- /dev/null +++ b/archived/luzrain.phprunner-bundle/f2aa7a639caddac0a101948db5dd92d6f531f30d.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "luzrain/phprunner-bundle": { + "manifest": { + "bundles": { + "Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/phprunner.yaml": { + "contents": [ + "phprunner:", + " 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": "f2aa7a639caddac0a101948db5dd92d6f531f30d" + } + } +} diff --git a/index.json b/index.json index 227c2d7a..7770eb6f 100644 --- a/index.json +++ b/index.json @@ -970,6 +970,9 @@ "loophp/repository-monadic-helper": [ "1.0" ], + "luzrain/phprunner-bundle": [ + "0.1" + ], "luzrain/workerman-bundle": [ "0.1" ], diff --git a/luzrain.phprunner-bundle.0.1.json b/luzrain.phprunner-bundle.0.1.json new file mode 100644 index 00000000..e520a4ef --- /dev/null +++ b/luzrain.phprunner-bundle.0.1.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "luzrain/phprunner-bundle": { + "manifest": { + "bundles": { + "Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/phprunner.yaml": { + "contents": [ + "phprunner:", + " 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": "f2aa7a639caddac0a101948db5dd92d6f531f30d" + } + } +}