forked from ProfessionalWiki/WikibaseEdtf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1012 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
38
39
40
41
42
43
44
45
46
{
"name": "professional-wiki/wikibase-edtf",
"type": "mediawiki-extension",
"description": "Adds the EDTF data type to Wikibase",
"keywords": [
"MediaWiki",
"Wikibase",
"EDTF",
"datatype",
"Extended Date Time Format",
"datetime",
"standard",
"time interval",
"uncertainty",
"seasons",
"extension",
"wiki",
"structured data",
"semantic web",
"wikidata"
],
"homepage": "https://github.com/ProfessionalWiki/WikibaseEdtf",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Professional.Wiki",
"email": "info@professional.wiki",
"homepage": "https://Professional.Wiki",
"role": "Creator"
},
{
"name": "Jeroen De Dauw",
"email": "jeroendedauw@gmail.com",
"homepage": "https://www.EntropyWins.wtf/mediawiki",
"role": "Creator and developer"
}
],
"support": {
"source": "https://github.com/ProfessionalWiki/WikibaseEdtf/issues"
},
"require": {
"php": ">=7.4",
"composer/installers": "^1.0.1",
"professional-wiki/edtf": "^1.1.0"
}
}