-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
47 lines (47 loc) · 1.13 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
{
"name": "mediawiki/font-awesome",
"type": "mediawiki-extension",
"description": "Provides the FontAwesome icon font, CSS, and SVG framework in the wiki",
"keywords": [
"wiki",
"MediaWiki",
"extension"
],
"homepage": "https://www.mediawiki.org/wiki/Extension:FontAwesome",
"readme": "README.md",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Stephan Gambke",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Professional Wiki",
"email": "[email protected]",
"homepage": "https://professional.wiki",
"role": "Maintainer"
}
],
"support": {
"wiki": "https://www.mediawiki.org/wiki/Extension:FontAwesome",
"forum": "https://www.mediawiki.org/wiki/Extension_talk:FontAwesome",
"source": "https://github.com/ProfessionalWiki/FontAwesome",
"issues": "https://github.com/ProfessionalWiki/FontAwesome/issues",
"irc": "irc://libera.chat:6667/mediawiki"
},
"require": {
"php": ">=7.4.3",
"composer/installers": "^2|^1.0.1"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}