-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
53 lines (53 loc) · 1.11 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
49
50
51
52
53
{
"name": "professional-wiki/network",
"type": "mediawiki-extension",
"description": "MediaWiki extension for adding interactive network visualizations to your wiki pages",
"keywords": [
"MediaWiki",
"Network",
"Visualization",
"Chart",
"visjs",
"interactive",
"dynamic",
"graph",
"force-directed graph",
"pages",
"links",
"outgoing links",
"incoming links",
"what links here"
],
"homepage": "https://github.com/ProfessionalWiki/Network",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Professional.Wiki",
"email": "[email protected]",
"homepage": "https://professional.wiki",
"role": "Creator"
},
{
"name": "Jeroen De Dauw",
"email": "[email protected]",
"homepage": "https://www.entropywins.wtf",
"role": "Creator and lead developer"
}
],
"support": {
"source": "https://github.com/ProfessionalWiki/Network/issues"
},
"require": {
"php": ">=7.3",
"composer/installers": "^2|^1.0.1"
},
"require-dev": {
"vimeo/psalm": "*",
"phpstan/phpstan": "^2.0.2"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}