forked from pcw22/Model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
120 lines (120 loc) · 3.8 KB
/
composer.lock
File metadata and controls
120 lines (120 loc) · 3.8 KB
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
{
"_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",
"This file is @generated automatically"
],
"hash": "4159671be721ca6af14cc62071c1c83d",
"packages": [],
"packages-dev": [
{
"name": "devco/event-emitter",
"version": "1.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/devco/EventEmitter.git",
"reference": "e4cef56f1fdd611fec41c7635b5bc2f1608cd497"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/devco/EventEmitter/zipball/e4cef56f1fdd611fec41c7635b5bc2f1608cd497",
"reference": "e4cef56f1fdd611fec41c7635b5bc2f1608cd497",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Nekoo": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christophe Robin",
"email": "crobin@nekoo.com"
}
],
"description": "Port of NodeJSs EventEmitter to PHP 5.4 using traits",
"homepage": "https://github.com/christopherobin/EventEmitter",
"keywords": [
"event",
"listener",
"observer"
],
"time": "2013-09-27 02:03:58"
},
{
"name": "devco/testes",
"version": "1.1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/devco/Testes.git",
"reference": "a2b36c90c7699a73d5a08aaea940d1620ee364d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/devco/Testes/zipball/a2b36c90c7699a73d5a08aaea940d1620ee364d7",
"reference": "a2b36c90c7699a73d5a08aaea940d1620ee364d7",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"devco/event-emitter": "1.0.*-dev",
"ext-xdebug": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Testes": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Trey Shugart",
"email": "treshugart@gmail.com",
"homepage": "http://iamtres.com",
"role": "Lead Developer"
}
],
"description": "Dead simple unit and story test framework.",
"homepage": "http://github.com/treshugart/Testes",
"keywords": [
"BDD",
"Behavior",
"development",
"driven",
"story",
"test",
"testing",
"unit"
],
"time": "2013-09-27 05:00:15"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"devco/testes": 20,
"devco/event-emitter": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": {
"ext-memcache": ">=3.0.0"
}
}