-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
45 lines (45 loc) · 1.22 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
{
"name": "daniel-km/omeka-s-module-timeline",
"description": "Module for Omeka S that integrates the Simile Timeline and the Knightlab Timeline to create advanced timelines from the dates of items.",
"type": "library",
"license": "CECILL-2.1",
"authors": [
{
"name": "Daniel Berthereau",
"email": "[email protected]"
}
],
"homepage": "https://gitlab.com/Daniel-KM/Omeka-S-module-Timeline",
"support": {
"issues": "https://gitlab.com/Daniel-KM/Omeka-S-module-Timeline/-/issues",
"forum": "https://forum.omeka.org/"
},
"keywords": [
"Omeka S",
"module",
"data visualization",
"timeline",
"chronology"
],
"require": {
"ext-xml": "*",
"openspout/openspout": "^4.25"
},
"require-dev": {
"biblibre/omeka-s-test-helper": "dev-master"
},
"autoload-dev": {
"psr-4": {
"TimelineTest\\": "test/TimelineTest/"
}
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"composer/installers": true,
"oomphinc/composer-installers-extender": true
}
}
}