forked from n2n/n2n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.01 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
{
"name": "n2n/n2n",
"type": "n2n-module",
"description": "The core of n2n framework.",
"keywords": ["n2n","framework"],
"homepage": "http://www.n2n.ch",
"license": "GNU LGPL v3",
"authors": [
{
"name": "Andreas von Burg",
"email": "[email protected]",
"homepage": "http://andreas.von-burg.net"
},
{
"name": "Bert Hofmänner",
"email": "[email protected]",
"homepage": "http://www.hnm.ch"
},
{
"name": "Thomas Günther",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"n2n/n2n-composer-module-installer": "master-dev",
"n2n/n2n-io": "master-dev",
"n2n/n2n-l10n": "master-dev",
"n2n/n2n-log4php": "master-dev",
"n2n/n2n-reflection": "master-dev",
"n2n/n2n-util": "master-dev"
},
"autoload": {
"psr-4": {
"n2n\\core\\": "src/app/n2n/core"
}
}
}