We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cabaf commit 9bfb3f2Copy full SHA for 9bfb3f2
2 files changed
README.md
@@ -50,6 +50,7 @@ When a health check failed the HTTP Response status code will be 503. And the JS
50
type: attribute
51
prefix: /
52
```
53
+_Note: this is currently done by the bundle itself, with an external dependency called https://github.com/endroid/installer_
54
55
* Add security exceptions in `config/packages/security.yaml` (if this is required at all)
56
```yaml
composer.json
@@ -24,7 +24,7 @@
24
},
25
"autoload": {
26
"psr-4": {
27
- "OpenConext\\MonitorBundle\\": "src"
+ "OpenConext\\MonitorBundle\\": "src/"
28
}
29
30
"autoload-dev": {
0 commit comments