Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-04-11 06:50:35 +00:00
parent 63f33fb3d4
commit 38e5cdb3a5
4 changed files with 78 additions and 0 deletions
+1
View File
@@ -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) |
@@ -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"
}
}
}
+3
View File
@@ -980,6 +980,9 @@
"luzrain/phprunner-bundle": [
"0.1"
],
"luzrain/phpstreamserver-bundle": [
"0.2"
],
"luzrain/workerman-bundle": [
"0.1"
],
+37
View File
@@ -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"
}
}
}