-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 960 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": "zendframework/skeleton-application",
"description": "Skeleton Application for ZF2",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"repositories": [
{
"type": "package",
"package": {
"name": "backelite/bkcommon",
"version": "0.4.6",
"source": {
"url": "http://subversion.backelite.com/backelite/bkcommon",
"type": "svn",
"reference": "tags/bkcommon-0.4.6/"
}
}
}
],
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "dev-master#cef2f9c90a9dc3fe3018b624ff9113666a397b73"
},
"autoload": {
"psr-0": {
"Application": "module/Application/src"
}
},
"config": {
"vendor-dir": "lib"
}
}