-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
154 lines (150 loc) · 4.8 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
{
"_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": "e02f58582ecb18022ede6a4d569bf95a",
"packages": [
{
"name": "letsdrink/ouzo",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/letsdrink/ouzo.git",
"reference": "1180b83512bf7da805daf9127cd97050939f9603"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/letsdrink/ouzo/zipball/1180b83512bf7da805daf9127cd97050939f9603",
"reference": "1180b83512bf7da805daf9127cd97050939f9603",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "3.7.*@dev",
"satooshi/php-coveralls": "dev-master"
},
"type": "library",
"autoload": {
"psr-0": {
"Ouzo": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ouzo developers",
"email": "ouzo@thulium.eu"
}
],
"description": "Ouzo PHP MVC framework",
"keywords": [
"TDD",
"framework",
"mvc",
"orm",
"php"
],
"time": "2014-03-07 10:43:37"
},
{
"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": "symfony/console",
"version": "v2.3.11",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
"reference": "7613bbd8b02c569e417cb4fcb668a3e6570d7a7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/7613bbd8b02c569e417cb4fcb668a3e6570d7a7f",
"reference": "7613bbd8b02c569e417cb4fcb668a3e6570d7a7f",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/event-dispatcher": "~2.1"
},
"suggest": {
"symfony/event-dispatcher": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com",
"time": "2014-02-12 08:04:19"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"letsdrink/ouzo": 20
},
"platform": [
],
"platform-dev": [
]
}