Skip to content

Commit 9bfb3f2

Browse files
committed
Add information about the routin installer
1 parent 04cabaf commit 9bfb3f2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ When a health check failed the HTTP Response status code will be 503. And the JS
5050
type: attribute
5151
prefix: /
5252
```
53+
_Note: this is currently done by the bundle itself, with an external dependency called https://github.com/endroid/installer_
5354
5455
* Add security exceptions in `config/packages/security.yaml` (if this is required at all)
5556
```yaml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"OpenConext\\MonitorBundle\\": "src"
27+
"OpenConext\\MonitorBundle\\": "src/"
2828
}
2929
},
3030
"autoload-dev": {

0 commit comments

Comments
 (0)