-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
106 lines (102 loc) · 3.15 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
103
104
105
106
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "18f77a84df10d9c6f321f10763cee53f",
"packages": [
],
"packages-dev": [
{
"name": "mikey179/vfsStream",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/mikey179/vfsStream.git",
"reference": "063fb10633f10c5ccbcac26227e94f46d9336f90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/063fb10633f10c5ccbcac26227e94f46d9336f90",
"reference": "063fb10633f10c5ccbcac26227e94f46d9336f90",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"org\\bovigo\\vfs\\": "src/main/php"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"homepage": "http://vfs.bovigo.org/",
"time": "2013-04-01 10:41:02"
},
{
"name": "phake/phake",
"version": "v1.0.5",
"source": {
"type": "git",
"url": "https://github.com/mlively/Phake.git",
"reference": "14e4788698e4a21774220c22f3dcaa2e97648b61"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mlively/Phake/zipball/14e4788698e4a21774220c22f3dcaa2e97648b61",
"reference": "14e4788698e4a21774220c22f3dcaa2e97648b61",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"doctrine/common": "2.3.*",
"ext-soap": "*",
"hamcrest/hamcrest-php": "1.1.*",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"src"
],
"license": [
"BSD"
],
"authors": [
{
"name": "Mike Lively",
"email": "[email protected]"
}
],
"description": "The Phake mock testing library",
"homepage": "https://github.com/mlively/Phake",
"keywords": [
"mock",
"testing"
],
"time": "2014-04-16 14:49:56"
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"phake/phake": 0,
"mikey179/vfsstream": 0
},
"platform": [
],
"platform-dev": [
]
}