Skip to content

Commit a78f535

Browse files
authored
Update README.md
1 parent 0b86e91 commit a78f535

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,35 @@
11
# Pimcore Monitoring
22

33
#### Requirements
4-
* Pimcore 5.
4+
* Pimcore 5/6
55

66
## Installation
77
:information_source: Please pay attention to the [upgrade notes](./UPGRADE.md).
88

99
Create the configuration for this service containing the authentication code (must be alphanumeric, also don't use special characters which will be encoded by the browser):
10+
1011
```yaml
1112
# app/config/monitoring.yml
1213
monitoring:
1314
api_code: 'putSomethingUniqueHere'
1415
```
15-
and add it to your project-config:
16+
17+
Add it to your project-config:
1618
```yaml
1719
# app/config/config.yml
1820
imports:
1921
- { resource: monitoring.yml }
2022
```
23+
2124
Use composer to require dachcom-digital/monitoring or add it manually:
2225
```json
2326
{
2427
"require": {
25-
"dachcom-digital/monitoring" : "~2.0.0"
28+
"dachcom-digital/monitoring" : "~2.1.0"
2629
}
2730
}
2831
```
32+
2933
Include routing:
3034
```yaml
3135
# app/config/routing.yml
@@ -123,4 +127,4 @@ Versions are compared using perl's string-comparison (see $SUBSTITUTED_OPERANDS
123127

124128
## Copyright and license
125129
Copyright: [DACHCOM.DIGITAL](http://dachcom-digital.ch)
126-
For licensing details please visit [LICENSE.md](LICENSE.md)
130+
For licensing details please visit [LICENSE.md](LICENSE.md)

0 commit comments

Comments
 (0)