-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.14 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "instride/pimcore-monitor",
"type": "pimcore-bundle",
"license": "GPL-3.0-or-later",
"description": "Monitoring for Pimcore instances",
"keywords": [
"pimcore",
"pimcore-bundle"
],
"homepage": "https://github.com/instride-ch/pimcore-monitor",
"authors": [
{
"name": "instride AG",
"email": "[email protected]",
"homepage": "https://instride.ch",
"role": "Digital Agency"
}
],
"require": {
"php": ">=8.1",
"laminas/laminas-diagnostics": "^1.25",
"pimcore/pimcore": "^11.2",
"spatie/ssl-certificate": "^2.6",
"symfony/http-client": "^6.4"
},
"require-dev": {
"deployer/deployer": "^7.4",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-symfony": "^1.3",
"roave/security-advisories": "dev-latest",
"symplify/easy-coding-standard": "^12.1"
},
"autoload": {
"psr-4": {
"Instride\\Bundle\\PimcoreMonitorBundle\\": "src/PimcoreMonitorBundle/"
}
},
"extra": {
"pimcore": {
"bundles": [
"Instride\\Bundle\\PimcoreMonitorBundle\\PimcoreMonitorBundle"
]
},
"branch-alias": {
"dev-main": "3.0-dev"
}
}
}