-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 973 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": "daniel-km/omeka-s-module-next",
"type": "library",
"description": "Next, module for Omeka S, that allows to use some new features of the next release of Omeka S in the stable release.",
"license": "CECILL-2.1",
"authors": [
{
"name": "Daniel Berthereau",
"email": "Daniel.packagist@Berthereau.net"
}
],
"homepage": "https://gitlab.com/Daniel-KM/Omeka-S-module-Next",
"support": {
"issues": "https://gitlab.com/Daniel-KM/Omeka-S-module-Next/-/issues",
"forum": "https://forum.omeka.org/"
},
"keywords": [
"Omeka S",
"module",
"feature",
"block",
"admin"
],
"require-dev": {
"biblibre/omeka-s-test-helper": "dev-master"
},
"autoload": {
"psr-4": {
"Next\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"NextTest\\": "test/NextTest/"
}
}
}