forked from mnapoli/phpBeanstalkdAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
102 lines (100 loc) · 3 KB
/
composer.lock
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"hash": "2c1df5cc54b61a8ced430c99701630b2",
"packages": [
{
"name": "doctrine/common",
"version": "2.2.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common",
"reference": "2.2.3"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/common/zipball/2.2.3",
"reference": "2.2.3",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-08-29 06:04:14",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Doctrine\\Common": "lib/"
}
}
},
{
"name": "mnapoli/php-di",
"version": "0.9.0",
"source": {
"type": "git",
"url": "git://github.com/mnapoli/PHP-DI.git",
"reference": "0.9.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/mnapoli/PHP-DI/zipball/0.9.0",
"reference": "0.9.0",
"shasum": ""
},
"require": {
"doctrine/common": "2.2.*"
},
"time": "2012-09-29 11:16:51",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"DI": "src/",
"DI\\Tests": "tests/"
}
}
},
{
"name": "zendframework/zendframework1",
"version": "1.12.0",
"source": {
"type": "svn",
"url": "http://framework.zend.com/svn/framework/standard",
"reference": "/tags/release-1.12.0/@25051"
},
"require": {
"php": ">=5.2.4"
},
"time": "2012-08-27 15:35:21",
"type": "library",
"extra": {
"branch-alias": {
"dev-trunk": "1.12.x-dev",
"dev-release-1.0": "1.0.x-dev",
"dev-release-1.5": "1.5.x-dev",
"dev-release-1.6": "1.6.x-dev",
"dev-release-1.7": "1.7.x-dev",
"dev-release-1.8": "1.8.x-dev",
"dev-release-1.9": "1.9.x-dev",
"dev-release-1.10": "1.10.x-dev",
"dev-release-1.11": "1.11.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Zend": "library/"
}
},
"include-path": [
"library/"
]
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}