forked from ivorypenguin/resourcespace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
75 lines (75 loc) · 2.05 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "claytondaley/dam4",
"description": "zf2 enhanced digital asset management framework",
"license": "GPL-3.0+",
"keywords": ["zf2","dam","dms"],
"support": {
"issues": "https://github.com/claytondaley/dam4/issues",
"source": "https://github.com/claytondaley/dam4"
},
"homepage": "https://github.com/claytondaley/dam4",
"repositories": [
{
"type": "package",
"package": {
"name": "resourcespace/resourcespace",
"version": "6513",
"source": {
"type": "svn",
"url": "http://svn.montala.net/svn/",
"reference": "resourcespace@6513"
}
}
},
{
"type": "vcs",
"url": "https://github.com/claytondaley/LegacyRS.git"
},
{
"type": "vcs",
"url": "https://github.com/claytondaley/daleypiwik"
},
{
"type": "vcs",
"url": "https://github.com/claytondaley/zf2.git"
},
{
"type": "vcs",
"url": "https://github.com/claytondaley/ZendTable"
},
{
"type": "vcs",
"url": "https://github.com/claytondaley/ZfcUser"
},
{
"type": "vcs",
"url": "https://github.com/claytondaley/ZfcUserAdmin"
},
{
"type": "vcs",
"url": "https://github.com/vocjunior/doctrine2-nestedset"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "dev-table as 2.4",
"danielss89/zfc-user-admin": "1.9.*",
"goalio/goalio-forgotpassword": "1.*",
"goalio/goalio-forgotpassword-doctrine-orm": "1.*",
"zf-commons/zfc-admin": "0.2.*",
"zf-commons/zfc-rbac": "2.*",
"zf-commons/zfc-user": "1.9.*",
"zf-commons/zfc-user-doctrine-orm": "1.*",
"doctrine/common": ">=2.1",
"doctrine/doctrine-orm-module": "0.7.*",
"vocjunior/doctrine2-nestedset": "dev-master",
"piwik/piwik-php-tracker": "dev-master",
"claytondaley/zend-table": "2.*",
"claytondaley/piwiktracker": "dev-master",
"claytondaley/legacyrs": "1.6513.*"
},
"require-dev": {
"zendframework/zend-developer-tools": "*"
}
}