-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·44 lines (44 loc) · 916 Bytes
/
composer.json
File metadata and controls
executable file
·44 lines (44 loc) · 916 Bytes
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
{
"name": "dianjoy/lemon-grass",
"description": "a backend provide RESTful api",
"require": {
"mustache/mustache": "^2.9",
"dianjoy/macaw": "dev-master",
"phpmailer/phpmailer": "^5.2",
"rodneyrehm/plist": "dev-master",
"phpoffice/phpexcel": "^1.0",
"elasticsearch/elasticsearch": "^5.0"
},
"require-dev": {
"meathill/friday": "dev-master"
},
"license": "MIT",
"version": "0.4.0",
"authors": [
{
"name": "Meathill",
"email": "lujia.zhai@dianjoy.com"
},
{
"name": "Woddy He",
"email": "woddy.he@dianjoy.com"
},
{
"name": "Csonshen",
"email": "sheng.chen@dianjoy.com"
}
],
"autoload": {
"classmap": [
"app"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}