-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 937 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
{
"name": "scims/scims",
"description": "SciMS is a CMS like to post research articles.",
"license": "GPL-3.0",
"type": "project",
"keywords": ["SciMS", "CMS", "Research", "Framework", "PHP", "TinyMCE", "MathJax", "Kero76", "Nicolas GILLE"],
"authors": [
{
"name": "Nicolas GILLE",
"email": "[email protected]",
"homepage": "http://www.nicolas-gille.fr",
"role": "Lead Developer"
},
{
"name": "Grégoire POMMIER",
"role": "Developer, Beta-tester"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Kero76/SciMS/issues",
"source": "https://github.com/Kero76/SciMS"
},
"require": {
"symfony/yaml": "~v3.2.0-RC2",
"twig/twig": "~1.27.0",
"twig/extensions": "~1.4.1",
"forxer/Gravatar": "~1.2",
"ircmaxell/password-compat": "~v1.0.4"
},
"autoload": {
"psr-4": {
"SciMS\\": "src/"
}
}
}