-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathcomposer.json
More file actions
51 lines (51 loc) · 1.89 KB
/
Copy pathcomposer.json
File metadata and controls
51 lines (51 loc) · 1.89 KB
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
49
50
51
{
"name": "liip/monitor-bundle",
"type": "symfony-bundle",
"description": "Liip Monitor Bundle",
"keywords": ["monitoring", "monitor", "check", "health"],
"license": "MIT",
"authors": [
{"name": "Alvaro Videla", "email": "alvaro.videla@liip.ch"},
{"name": "Kevin Bond", "homepage": "https://zenstruck.com/"},
{"name": "Liip AG", "homepage": "https://www.liip.ch/"},
{"name": "Symfony Community", "homepage": "https://github.com/liip/LiipMonitorBundle/contributors"}
],
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
"laminas/laminas-diagnostics": "^1.27"
},
"require-dev": {
"doctrine/doctrine-migrations-bundle": "^2.0 || ^3.0 || ^4.0",
"doctrine/migrations": "^2.0 || ^3.0 || ^4.0",
"doctrine/persistence": "^1.3.3 || ^2.0 || ^3.0 || ^4.0",
"enlightn/security-checker": "^1.11 || ^2.0",
"guzzlehttp/guzzle": "^5.3.2 || ^6.3.3 || ^7.0.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.3 || ^5.0 || ^6.3",
"php-cs-fixer/shim": "^3.75",
"phpunit/phpunit": "^9.6.23 || ^10.5.63",
"symfony/asset": "^6.4|^7.0|^8.0",
"symfony/browser-kit": "^6.4|^7.0|^8.0",
"symfony/expression-language": "^6.4|^7.0|^8.0",
"symfony/finder": "^6.4|^7.0|^8.0",
"symfony/mailer": "^6.4|^7.0|^8.0",
"symfony/messenger": "^6.4|^7.0|^8.0",
"symfony/phpunit-bridge": "^7.3|^8.0",
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
"symfony/yaml": "^6.4|^7.0|^8.0"
},
"suggest": {
"symfony/expression-language": "To use the Expression check"
},
"autoload": {
"psr-4": {
"Liip\\MonitorBundle\\": ""
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}