Skip to content

Commit

Permalink
Add recipe for luzrain/phprunner-bundle (#1601)
Browse files Browse the repository at this point in the history
* Add recipe for luzrain/phprunner-bundle

* Change default port
  • Loading branch information
luzrain committed Mar 15, 2024
1 parent bb846a6 commit 1673fc3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions luzrain/phprunner-bundle/0.1/config/packages/phprunner.yaml
@@ -0,0 +1,12 @@
phprunner:
servers:
-
name: Webserver
listen: http://0.0.0.0:8080
processes: 4

reload_strategy:
on_exception:
active: true
on_file_change:
active: true
8 changes: 8 additions & 0 deletions luzrain/phprunner-bundle/0.1/manifest.json
@@ -0,0 +1,8 @@
{
"bundles": {
"Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 1673fc3

Please sign in to comment.