-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
58 lines (55 loc) · 1.61 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
{
"hash": "2926129afbb2612069c0b07fb554848e",
"packages": [
],
"packages-dev": [
{
"name": "lapistano/proxy-object",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "git://github.com/lapistano/proxy-object.git",
"reference": "v2.0.1"
},
"dist": {
"type": "zip",
"url": "https://github.com/lapistano/proxy-object/zipball/v2.0.1",
"reference": "v2.0.1",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-05-22 14:25:53",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"lapistano/ProxyObject": "src/"
}
},
"license": [
"Apache 2.0"
],
"authors": [
{
"name": "Bastian Feder",
"email": "[email protected]",
"homepage": "http://blog.bastian-feder.de"
}
],
"description": "A library that makes it much easier to generate a proxy of your system under test (SUT)",
"homepage": "http://www.github.com/lapistano/proxy-object",
"keywords": [
"testing",
"phpunit",
"proxy-object"
]
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
]
}