-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 982 Bytes
/
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
{
"name": "innmind/vendors-graphs",
"type": "project",
"description": "View dependencies graphs for your vendors",
"keywords": [],
"homepage": "http://github.com/innmind/vendors-graphs",
"license": "MIT",
"authors": [
{
"name": "Baptiste Langlade",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/innmind/vendors-graphs/issues"
},
"require": {
"php": "~8.2",
"innmind/framework": "~2.3",
"innmind/ui": "~1.0",
"formal/orm": "^3.1.1",
"innmind/html": "~6.4",
"innmind/dependency-graph": "^3.7.3",
"innmind/url-template": "~3.1",
"innmind/async-http-server": "^3.0.1",
"innmind/hash": "^1.6"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"require-dev": {
"vimeo/psalm": "~5.13",
"innmind/coding-standard": "~2.0"
}
}