-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcomposer.json
35 lines (35 loc) · 903 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
{
"name": "allovince/phalcon",
"description": "",
"license": "Business Licenses",
"authors": [
{
"name": "AlloVince",
"email": "[email protected]",
"homepage": "http://avnpc.com"
}
],
"require": {
"php": ">=5.3.10",
"ircmaxell/password-compat": "dev-master",
"zircote/swagger-php": "*",
"phalcon/incubator" : "dev-master",
"knplabs/gaufrette" : "dev-master",
"allovince/evaoauth": "dev-master",
"allovince/evathumber": "dev-master",
"allovince/evapinyin": "dev-master",
"imagine/imagine": "dev-master",
"swiftmailer/swiftmailer" : "dev-master",
"ircmaxell/random-lib": "dev-master",
"erusev/parsedown" : "dev-master"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/AlloVince/EvaOAuth.git"
}
],
"require-dev" : {
"doctrine/orm": "*"
}
}