forked from europaphp/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
154 lines (152 loc) · 4.84 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"hash": "21d6031b9835a46e80a4a699cfe428f3",
"packages": [
],
"packages-dev": [
{
"name": "europaphp/module-main",
"version": "dev-master",
"source": {
"type": "git",
"url": "http://github.com/europaphp/module-main",
"reference": "462224edf468740fb07b711c2d0cd9e70b72f01a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/europaphp/module-main/zipball/462224edf468740fb07b711c2d0cd9e70b72f01a",
"reference": "462224edf468740fb07b711c2d0cd9e70b72f01a",
"shasum": ""
},
"require": {
"europaphp/europaphp": "2.2.x-dev"
},
"time": "2013-02-04 23:13:34",
"type": "library",
"autoload": {
"psr-0": {
"": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Trey Shugart",
"email": "[email protected]",
"homepage": "http://iamtres.com",
"role": "Lead Developer"
}
],
"description": "Main module dependency for some other modules.",
"keywords": [
"default",
"main"
]
},
{
"name": "europaphp/module-tests",
"version": "dev-master",
"source": {
"type": "git",
"url": "http://github.com/europaphp/module-tests",
"reference": "8e81d2f70ec9acaaf5f47b63861769e727858ea9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/europaphp/module-tests/zipball/8e81d2f70ec9acaaf5f47b63861769e727858ea9",
"reference": "8e81d2f70ec9acaaf5f47b63861769e727858ea9",
"shasum": ""
},
"require": {
"europaphp/module-main": "dev-master"
},
"time": "2013-02-04 23:13:48",
"type": "library",
"autoload": {
"psr-0": {
"": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Trey Shugart",
"email": "[email protected]",
"homepage": "http://iamtres.com",
"role": "Lead Developer"
}
],
"description": "Tests and test runner for EuropaPHP.",
"keywords": [
"cli",
"help",
"man"
]
},
{
"name": "treshugart/testes",
"version": "1.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/treshugart/Testes.git",
"reference": "206a6a8fecc6cee8a34db10b123bb5193632e728"
},
"dist": {
"type": "zip",
"url": "https://github.com/treshugart/Testes/archive/206a6a8fecc6cee8a34db10b123bb5193632e728.zip",
"reference": "206a6a8fecc6cee8a34db10b123bb5193632e728",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"ext-xdebug": "*"
},
"time": "2013-01-23 01:06:13",
"type": "library",
"autoload": {
"psr-0": {
"Testes": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Trey Shugart",
"email": "[email protected]",
"homepage": "http://iamtres.com",
"role": "Lead Developer"
}
],
"description": "Dead simple unit and story test framework.",
"homepage": "http://github.com/treshugart/Testes",
"keywords": [
"testing",
"BDD",
"test",
"Behavior",
"development",
"unit",
"story",
"driven"
]
}
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"europaphp/module-main": 20,
"europaphp/module-tests": 20,
"treshugart/testes": 20
}
}