-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (39 loc) · 1001 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
{
"name": "vast-n3/vastn3",
"description": "vast-n3 main frame",
"minimum-stability": "dev",
"require": {
"php": "^7.0",
"ext-json": "*",
"mnsami/composer-custom-directory-installer": "1.1.*",
"neoan3-apps/ops": "^1",
"neoan3-apps/db": "^0.2.1",
"neoan3-model/index": "^0.0.1",
"neoan3-apps/transformer": "^1",
"neoan3-apps/stateless": "^1",
"phpmailer/phpmailer": "~6.1"
},
"license": "MIT",
"authors": [
{
"name": "neoan",
"email": "[email protected]"
}
],
"extra": {
"installer-paths": {
"./frame/{$name}": [
],
"./model/{$name}": [
"neoan3-model/index"
],
"./component/{$name}": []
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sroehrl/neoan3-userModel.git"
}
]
}