-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 934 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": "pkamps/basexmsapp",
"description": "BaseX Application",
"version": "1.0",
"homepage": "http://www.mugo.ca",
"licence": "GPL-2.0",
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
},
{
"type": "vcs",
"url": "https://github.com/pkamps/BaseXMS"
},
{
"type": "vcs",
"url": "https://github.com/pkamps/BaseXClient"
}
],
"require": {
"php": ">=5.3.1",
"pkamps/BaseXMS" : "dev-master",
"pkamps/BaseXClient" : "dev-master",
"zendframework/zendframework" : "2.*",
"zendframework/zendoauth" : "2.0.*"
},
"autoload" :
{
"psr-0" :
{
"BaseXMS" : "vendor/pkamps/",
"BaseXClient" : "vendor/pkamps/"
}
}
}