scratch – Diff between revs 115 and 117

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 115 Rev 117
1 [ 1 [
2 { 2 {
3 "name": "mustangostang/spyc", 3 "name": "mustangostang/spyc",
4 "version": "0.6.2", 4 "version": "0.6.2",
5 "version_normalized": "0.6.2.0", 5 "version_normalized": "0.6.2.0",
6 "source": { 6 "source": {
7 "type": "git", 7 "type": "git",
8 "url": "https://github.com/mustangostang/spyc.git", 8 "url": "https://github.com/mustangostang/spyc.git",
9 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d" 9 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
10 }, 10 },
11 "dist": { 11 "dist": {
12 "type": "zip", 12 "type": "zip",
13 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", 13 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
14 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d", 14 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
15 "shasum": "" 15 "shasum": ""
16 }, 16 },
17 "require": { 17 "require": {
18 "php": ">=5.3.1" 18 "php": ">=5.3.1"
19 }, 19 },
20 "require-dev": { 20 "require-dev": {
21 "phpunit/phpunit": "4.3.*@dev" 21 "phpunit/phpunit": "4.3.*@dev"
22 }, 22 },
23 "time": "2017-02-24T16:06:33+00:00", 23 "time": "2017-02-24T16:06:33+00:00",
24 "type": "library", 24 "type": "library",
25 "extra": { 25 "extra": {
26 "branch-alias": { 26 "branch-alias": {
27 "dev-master": "0.5.x-dev" 27 "dev-master": "0.5.x-dev"
28 } 28 }
29 }, 29 },
30 "installation-source": "dist", 30 "installation-source": "dist",
31 "autoload": { 31 "autoload": {
32 "files": [ 32 "files": [
33 "Spyc.php" 33 "Spyc.php"
34 ] 34 ]
35 }, 35 },
36 "notification-url": "https://packagist.org/downloads/", 36 "notification-url": "https://packagist.org/downloads/",
37 "license": [ 37 "license": [
38 "MIT" 38 "MIT"
39 ], 39 ],
40 "authors": [ 40 "authors": [
41 { 41 {
42 "name": "mustangostang", 42 "name": "mustangostang",
43 "email": "vlad.andersen@gmail.com" 43 "email": "vlad.andersen@gmail.com"
44 } 44 }
45 ], 45 ],
46 "description": "A simple YAML loader/dumper class for PHP", 46 "description": "A simple YAML loader/dumper class for PHP",
47 "homepage": "https://github.com/mustangostang/spyc/", 47 "homepage": "https://github.com/mustangostang/spyc/",
48 "keywords": [ 48 "keywords": [
49 "spyc", 49 "spyc",
50 "yaml", 50 "yaml",
51 "yml" 51 "yml"
52 ] 52 ]
53 }, 53 },
54 { 54 {
55 "name": "psr/log", 55 "name": "psr/log",
56 "version": "1.0.2", 56 "version": "1.0.2",
57 "version_normalized": "1.0.2.0", 57 "version_normalized": "1.0.2.0",
58 "source": { 58 "source": {
59 "type": "git", 59 "type": "git",
60 "url": "https://github.com/php-fig/log.git", 60 "url": "https://github.com/php-fig/log.git",
61 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" 61 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
62 }, 62 },
63 "dist": { 63 "dist": {
64 "type": "zip", 64 "type": "zip",
65 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 65 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
66 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 66 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
67 "shasum": "" 67 "shasum": ""
68 }, 68 },
69 "require": { 69 "require": {
70 "php": ">=5.3.0" 70 "php": ">=5.3.0"
71 }, 71 },
72 "time": "2016-10-10T12:19:37+00:00", 72 "time": "2016-10-10T12:19:37+00:00",
73 "type": "library", 73 "type": "library",
74 "extra": { 74 "extra": {
75 "branch-alias": { 75 "branch-alias": {
76 "dev-master": "1.0.x-dev" 76 "dev-master": "1.0.x-dev"
77 } 77 }
78 }, 78 },
79 "installation-source": "dist", 79 "installation-source": "dist",
80 "autoload": { 80 "autoload": {
81 "psr-4": { 81 "psr-4": {
82 "Psr\\Log\\": "Psr/Log/" 82 "Psr\\Log\\": "Psr/Log/"
83 } 83 }
84 }, 84 },
85 "notification-url": "https://packagist.org/downloads/", 85 "notification-url": "https://packagist.org/downloads/",
86 "license": [ 86 "license": [
87 "MIT" 87 "MIT"
88 ], 88 ],
89 "authors": [ 89 "authors": [
90 { 90 {
91 "name": "PHP-FIG", 91 "name": "PHP-FIG",
92 "homepage": "http://www.php-fig.org/" 92 "homepage": "http://www.php-fig.org/"
93 } 93 }
94 ], 94 ],
95 "description": "Common interface for logging libraries", 95 "description": "Common interface for logging libraries",
96 "homepage": "https://github.com/php-fig/log", 96 "homepage": "https://github.com/php-fig/log",
97 "keywords": [ 97 "keywords": [
98 "log", 98 "log",
99 "psr", 99 "psr",
100 "psr-3" 100 "psr-3"
101 ] 101 ]
102 }, 102 },
103 { 103 {
104 "name": "monolog/monolog", 104 "name": "monolog/monolog",
105 "version": "1.23.0", 105 "version": "1.23.0",
106 "version_normalized": "1.23.0.0", 106 "version_normalized": "1.23.0.0",
107 "source": { 107 "source": {
108 "type": "git", 108 "type": "git",
109 "url": "https://github.com/Seldaek/monolog.git", 109 "url": "https://github.com/Seldaek/monolog.git",
110 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" 110 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
111 }, 111 },
112 "dist": { 112 "dist": {
113 "type": "zip", 113 "type": "zip",
114 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 114 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
115 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", 115 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
116 "shasum": "" 116 "shasum": ""
117 }, 117 },
118 "require": { 118 "require": {
119 "php": ">=5.3.0", 119 "php": ">=5.3.0",
120 "psr/log": "~1.0" 120 "psr/log": "~1.0"
121 }, 121 },
122 "provide": { 122 "provide": {
123 "psr/log-implementation": "1.0.0" 123 "psr/log-implementation": "1.0.0"
124 }, 124 },
125 "require-dev": { 125 "require-dev": {
126 "aws/aws-sdk-php": "^2.4.9 || ^3.0", 126 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
127 "doctrine/couchdb": "~1.0@dev", 127 "doctrine/couchdb": "~1.0@dev",
128 "graylog2/gelf-php": "~1.0", 128 "graylog2/gelf-php": "~1.0",
129 "jakub-onderka/php-parallel-lint": "0.9", 129 "jakub-onderka/php-parallel-lint": "0.9",
130 "php-amqplib/php-amqplib": "~2.4", 130 "php-amqplib/php-amqplib": "~2.4",
131 "php-console/php-console": "^3.1.3", 131 "php-console/php-console": "^3.1.3",
132 "phpunit/phpunit": "~4.5", 132 "phpunit/phpunit": "~4.5",
133 "phpunit/phpunit-mock-objects": "2.3.0", 133 "phpunit/phpunit-mock-objects": "2.3.0",
134 "ruflin/elastica": ">=0.90 <3.0", 134 "ruflin/elastica": ">=0.90 <3.0",
135 "sentry/sentry": "^0.13", 135 "sentry/sentry": "^0.13",
136 "swiftmailer/swiftmailer": "^5.3|^6.0" 136 "swiftmailer/swiftmailer": "^5.3|^6.0"
137 }, 137 },
138 "suggest": { 138 "suggest": {
139 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", 139 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
140 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", 140 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
141 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", 141 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
142 "ext-mongo": "Allow sending log messages to a MongoDB server", 142 "ext-mongo": "Allow sending log messages to a MongoDB server",
143 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", 143 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
144 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", 144 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
145 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", 145 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
146 "php-console/php-console": "Allow sending log messages to Google Chrome", 146 "php-console/php-console": "Allow sending log messages to Google Chrome",
147 "rollbar/rollbar": "Allow sending log messages to Rollbar", 147 "rollbar/rollbar": "Allow sending log messages to Rollbar",
148 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", 148 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
149 "sentry/sentry": "Allow sending log messages to a Sentry server" 149 "sentry/sentry": "Allow sending log messages to a Sentry server"
150 }, 150 },
151 "time": "2017-06-19T01:22:40+00:00", 151 "time": "2017-06-19T01:22:40+00:00",
152 "type": "library", 152 "type": "library",
153 "extra": { 153 "extra": {
154 "branch-alias": { 154 "branch-alias": {
155 "dev-master": "2.0.x-dev" 155 "dev-master": "2.0.x-dev"
156 } 156 }
157 }, 157 },
158 "installation-source": "dist", 158 "installation-source": "dist",
159 "autoload": { 159 "autoload": {
160 "psr-4": { 160 "psr-4": {
161 "Monolog\\": "src/Monolog" 161 "Monolog\\": "src/Monolog"
162 } 162 }
163 }, 163 },
164 "notification-url": "https://packagist.org/downloads/", 164 "notification-url": "https://packagist.org/downloads/",
165 "license": [ 165 "license": [
166 "MIT" 166 "MIT"
167 ], 167 ],
168 "authors": [ 168 "authors": [
169 { 169 {
170 "name": "Jordi Boggiano", 170 "name": "Jordi Boggiano",
171 "email": "j.boggiano@seld.be", 171 "email": "j.boggiano@seld.be",
172 "homepage": "http://seld.be" 172 "homepage": "http://seld.be"
173 } 173 }
174 ], 174 ],
175 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", 175 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
176 "homepage": "http://github.com/Seldaek/monolog", 176 "homepage": "http://github.com/Seldaek/monolog",
177 "keywords": [ 177 "keywords": [
178 "log", 178 "log",
179 "logging", 179 "logging",
180 "psr-3" 180 "psr-3"
181 ] 181 ]
182 }, 182 },
183 { 183 {
184 "name": "symfony/filesystem", -  
185 "version": "v3.3.2", -  
186 "version_normalized": "3.3.2.0", -  
187 "source": { -  
188 "type": "git", -  
189 "url": "https://github.com/symfony/filesystem.git", -  
190 "reference": "c709670bf64721202ddbe4162846f250735842c0" -  
191 }, -  
192 "dist": { -  
193 "type": "zip", -  
194 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c709670bf64721202ddbe4162846f250735842c0", -  
195 "reference": "c709670bf64721202ddbe4162846f250735842c0", -  
196 "shasum": "" -  
197 }, -  
198 "require": { -  
199 "php": ">=5.5.9" -  
200 }, -  
201 "time": "2017-05-28T14:08:56+00:00", -  
202 "type": "library", -  
203 "extra": { -  
204 "branch-alias": { -  
205 "dev-master": "3.3-dev" -  
206 } -  
207 }, -  
208 "installation-source": "dist", -  
209 "autoload": { -  
210 "psr-4": { -  
211 "Symfony\\Component\\Filesystem\\": "" -  
212 }, -  
213 "exclude-from-classmap": [ -  
214 "/Tests/" -  
215 ] -  
216 }, -  
217 "notification-url": "https://packagist.org/downloads/", -  
218 "license": [ -  
219 "MIT" -  
220 ], -  
221 "authors": [ -  
222 { -  
223 "name": "Fabien Potencier", -  
224 "email": "fabien@symfony.com" -  
225 }, -  
226 { -  
227 "name": "Symfony Community", -  
228 "homepage": "https://symfony.com/contributors" -  
229 } -  
230 ], -  
231 "description": "Symfony Filesystem Component", -  
232 "homepage": "https://symfony.com" -  
233 }, -  
234 { -  
235 "name": "neutron/temporary-filesystem", 184 "name": "neutron/temporary-filesystem",
236 "version": "2.2.0", 185 "version": "2.2.0",
237 "version_normalized": "2.2.0.0", 186 "version_normalized": "2.2.0.0",
238 "source": { 187 "source": {
239 "type": "git", 188 "type": "git",
240 "url": "https://github.com/romainneutron/Temporary-Filesystem.git", 189 "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
241 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8" 190 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8"
242 }, 191 },
243 "dist": { 192 "dist": {
244 "type": "zip", 193 "type": "zip",
245 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8", 194 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8",
246 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8", 195 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8",
247 "shasum": "" 196 "shasum": ""
248 }, 197 },
249 "require": { 198 "require": {
250 "php": "^5.3.9 || ^7.0", 199 "php": "^5.3.9 || ^7.0",
251 "symfony/filesystem": "^2.3 || ^3.0" 200 "symfony/filesystem": "^2.3 || ^3.0"
252 }, 201 },
253 "require-dev": { 202 "require-dev": {
254 "phpunit/phpunit": "^4.8" 203 "phpunit/phpunit": "^4.8"
255 }, 204 },
256 "time": "2016-03-05T10:22:50+00:00", 205 "time": "2016-03-05T10:22:50+00:00",
257 "type": "library", 206 "type": "library",
258 "installation-source": "dist", 207 "installation-source": "dist",
259 "autoload": { 208 "autoload": {
260 "psr-0": { 209 "psr-0": {
261 "Neutron": "src" 210 "Neutron": "src"
262 } 211 }
263 }, 212 },
264 "notification-url": "https://packagist.org/downloads/", 213 "notification-url": "https://packagist.org/downloads/",
265 "license": [ 214 "license": [
266 "MIT" 215 "MIT"
267 ], 216 ],
268 "authors": [ 217 "authors": [
269 { 218 {
270 "name": "Romain Neutron", 219 "name": "Romain Neutron",
271 "email": "imprec@gmail.com" 220 "email": "imprec@gmail.com"
272 } 221 }
273 ], 222 ],
274 "description": "Symfony filesystem extension to handle temporary files" 223 "description": "Symfony filesystem extension to handle temporary files"
275 }, 224 },
276 { 225 {
277 "name": "evenement/evenement", 226 "name": "evenement/evenement",
278 "version": "v2.0.0", 227 "version": "v2.0.0",
279 "version_normalized": "2.0.0.0", 228 "version_normalized": "2.0.0.0",
280 "source": { 229 "source": {
281 "type": "git", 230 "type": "git",
282 "url": "https://github.com/igorw/evenement.git", 231 "url": "https://github.com/igorw/evenement.git",
283 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" 232 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
284 }, 233 },
285 "dist": { 234 "dist": {
286 "type": "zip", 235 "type": "zip",
287 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", 236 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
288 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", 237 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
289 "shasum": "" 238 "shasum": ""
290 }, 239 },
291 "require": { 240 "require": {
292 "php": ">=5.4.0" 241 "php": ">=5.4.0"
293 }, 242 },
294 "time": "2012-11-02T14:49:47+00:00", 243 "time": "2012-11-02T14:49:47+00:00",
295 "type": "library", 244 "type": "library",
296 "extra": { 245 "extra": {
297 "branch-alias": { 246 "branch-alias": {
298 "dev-master": "2.0-dev" 247 "dev-master": "2.0-dev"
299 } 248 }
300 }, 249 },
301 "installation-source": "dist", 250 "installation-source": "dist",
302 "autoload": { 251 "autoload": {
303 "psr-0": { 252 "psr-0": {
304 "Evenement": "src" 253 "Evenement": "src"
305 } 254 }
306 }, 255 },
307 "notification-url": "https://packagist.org/downloads/", 256 "notification-url": "https://packagist.org/downloads/",
308 "license": [ 257 "license": [
309 "MIT" 258 "MIT"
310 ], 259 ],
311 "authors": [ 260 "authors": [
312 { 261 {
313 "name": "Igor Wiedler", 262 "name": "Igor Wiedler",
314 "email": "igor@wiedler.ch", 263 "email": "igor@wiedler.ch",
315 "homepage": "http://wiedler.ch/igor/" 264 "homepage": "http://wiedler.ch/igor/"
316 } 265 }
317 ], 266 ],
318 "description": "Événement is a very simple event dispatching library for PHP", 267 "description": "Événement is a very simple event dispatching library for PHP",
319 "keywords": [ 268 "keywords": [
320 "event-dispatcher", 269 "event-dispatcher",
321 "event-emitter" 270 "event-emitter"
322 ] 271 ]
323 }, 272 },
324 { 273 {
325 "name": "doctrine/cache", 274 "name": "doctrine/cache",
326 "version": "v1.6.1", 275 "version": "v1.6.1",
327 "version_normalized": "1.6.1.0", 276 "version_normalized": "1.6.1.0",
328 "source": { 277 "source": {
329 "type": "git", 278 "type": "git",
330 "url": "https://github.com/doctrine/cache.git", 279 "url": "https://github.com/doctrine/cache.git",
331 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" 280 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
332 }, 281 },
333 "dist": { 282 "dist": {
334 "type": "zip", 283 "type": "zip",
335 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", 284 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
336 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", 285 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
337 "shasum": "" 286 "shasum": ""
338 }, 287 },
339 "require": { 288 "require": {
340 "php": "~5.5|~7.0" 289 "php": "~5.5|~7.0"
341 }, 290 },
342 "conflict": { 291 "conflict": {
343 "doctrine/common": ">2.2,<2.4" 292 "doctrine/common": ">2.2,<2.4"
344 }, 293 },
345 "require-dev": { 294 "require-dev": {
346 "phpunit/phpunit": "~4.8|~5.0", 295 "phpunit/phpunit": "~4.8|~5.0",
347 "predis/predis": "~1.0", 296 "predis/predis": "~1.0",
348 "satooshi/php-coveralls": "~0.6" 297 "satooshi/php-coveralls": "~0.6"
349 }, 298 },
350 "time": "2016-10-29T11:16:17+00:00", 299 "time": "2016-10-29T11:16:17+00:00",
351 "type": "library", 300 "type": "library",
352 "extra": { 301 "extra": {
353 "branch-alias": { 302 "branch-alias": {
354 "dev-master": "1.6.x-dev" 303 "dev-master": "1.6.x-dev"
355 } 304 }
356 }, 305 },
357 "installation-source": "dist", 306 "installation-source": "dist",
358 "autoload": { 307 "autoload": {
359 "psr-4": { 308 "psr-4": {
360 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" 309 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
361 } 310 }
362 }, 311 },
363 "notification-url": "https://packagist.org/downloads/", 312 "notification-url": "https://packagist.org/downloads/",
364 "license": [ 313 "license": [
365 "MIT" 314 "MIT"
366 ], 315 ],
367 "authors": [ 316 "authors": [
368 { 317 {
369 "name": "Roman Borschel", 318 "name": "Roman Borschel",
370 "email": "roman@code-factory.org" 319 "email": "roman@code-factory.org"
371 }, 320 },
372 { 321 {
373 "name": "Benjamin Eberlei", 322 "name": "Benjamin Eberlei",
374 "email": "kontakt@beberlei.de" 323 "email": "kontakt@beberlei.de"
375 }, 324 },
376 { 325 {
377 "name": "Guilherme Blanco", 326 "name": "Guilherme Blanco",
378 "email": "guilhermeblanco@gmail.com" 327 "email": "guilhermeblanco@gmail.com"
379 }, 328 },
380 { 329 {
381 "name": "Jonathan Wage", 330 "name": "Jonathan Wage",
382 "email": "jonwage@gmail.com" 331 "email": "jonwage@gmail.com"
383 }, 332 },
384 { 333 {
385 "name": "Johannes Schmitt", 334 "name": "Johannes Schmitt",
386 "email": "schmittjoh@gmail.com" 335 "email": "schmittjoh@gmail.com"
387 } 336 }
388 ], 337 ],
389 "description": "Caching library offering an object-oriented API for many cache backends", 338 "description": "Caching library offering an object-oriented API for many cache backends",
390 "homepage": "http://www.doctrine-project.org", 339 "homepage": "http://www.doctrine-project.org",
391 "keywords": [ 340 "keywords": [
392 "cache", 341 "cache",
393 "caching" 342 "caching"
394 ] 343 ]
395 }, 344 },
396 { 345 {
397 "name": "symfony/process", 346 "name": "symfony/process",
398 "version": "v3.3.2", 347 "version": "v3.3.2",
399 "version_normalized": "3.3.2.0", 348 "version_normalized": "3.3.2.0",
400 "source": { 349 "source": {
401 "type": "git", 350 "type": "git",
402 "url": "https://github.com/symfony/process.git", 351 "url": "https://github.com/symfony/process.git",
403 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf" 352 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf"
404 }, 353 },
405 "dist": { 354 "dist": {
406 "type": "zip", 355 "type": "zip",
407 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", 356 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
408 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf", 357 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
409 "shasum": "" 358 "shasum": ""
410 }, 359 },
411 "require": { 360 "require": {
412 "php": ">=5.5.9" 361 "php": ">=5.5.9"
413 }, 362 },
414 "time": "2017-05-22T12:32:03+00:00", 363 "time": "2017-05-22T12:32:03+00:00",
415 "type": "library", 364 "type": "library",
416 "extra": { 365 "extra": {
417 "branch-alias": { 366 "branch-alias": {
418 "dev-master": "3.3-dev" 367 "dev-master": "3.3-dev"
419 } 368 }
420 }, 369 },
421 "installation-source": "dist", 370 "installation-source": "dist",
422 "autoload": { 371 "autoload": {
423 "psr-4": { 372 "psr-4": {
424 "Symfony\\Component\\Process\\": "" 373 "Symfony\\Component\\Process\\": ""
425 }, 374 },
426 "exclude-from-classmap": [ 375 "exclude-from-classmap": [
427 "/Tests/" 376 "/Tests/"
428 ] 377 ]
429 }, 378 },
430 "notification-url": "https://packagist.org/downloads/", 379 "notification-url": "https://packagist.org/downloads/",
431 "license": [ 380 "license": [
432 "MIT" 381 "MIT"
433 ], 382 ],
434 "authors": [ 383 "authors": [
435 { 384 {
436 "name": "Fabien Potencier", 385 "name": "Fabien Potencier",
437 "email": "fabien@symfony.com" 386 "email": "fabien@symfony.com"
438 }, 387 },
439 { 388 {
440 "name": "Symfony Community", 389 "name": "Symfony Community",
441 "homepage": "https://symfony.com/contributors" 390 "homepage": "https://symfony.com/contributors"
442 } 391 }
443 ], 392 ],
444 "description": "Symfony Process Component", 393 "description": "Symfony Process Component",
445 "homepage": "https://symfony.com" 394 "homepage": "https://symfony.com"
446 }, 395 },
447 { 396 {
448 "name": "alchemy/binary-driver", 397 "name": "alchemy/binary-driver",
449 "version": "1.6.0", 398 "version": "1.6.0",
450 "version_normalized": "1.6.0.0", 399 "version_normalized": "1.6.0.0",
451 "source": { 400 "source": {
452 "type": "git", 401 "type": "git",
453 "url": "https://github.com/alchemy-fr/BinaryDriver.git", 402 "url": "https://github.com/alchemy-fr/BinaryDriver.git",
454 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95" 403 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
455 }, 404 },
456 "dist": { 405 "dist": {
457 "type": "zip", 406 "type": "zip",
458 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95", 407 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
459 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95", 408 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
460 "shasum": "" 409 "shasum": ""
461 }, 410 },
462 "require": { 411 "require": {
463 "evenement/evenement": "^2.0|^1.0", 412 "evenement/evenement": "^2.0|^1.0",
464 "monolog/monolog": "^1.3", 413 "monolog/monolog": "^1.3",
465 "php": ">=5.5", 414 "php": ">=5.5",
466 "psr/log": "^1.0", 415 "psr/log": "^1.0",
467 "symfony/process": "^2.0|^3.0" 416 "symfony/process": "^2.0|^3.0"
468 }, 417 },
469 "require-dev": { 418 "require-dev": {
470 "phpunit/phpunit": "^4.0|^5.0" 419 "phpunit/phpunit": "^4.0|^5.0"
471 }, 420 },
472 "time": "2016-03-02T13:49:15+00:00", 421 "time": "2016-03-02T13:49:15+00:00",
473 "type": "library", 422 "type": "library",
474 "installation-source": "dist", 423 "installation-source": "dist",
475 "autoload": { 424 "autoload": {
476 "psr-0": { 425 "psr-0": {
477 "Alchemy": "src" 426 "Alchemy": "src"
478 } 427 }
479 }, 428 },
480 "notification-url": "https://packagist.org/downloads/", 429 "notification-url": "https://packagist.org/downloads/",
481 "license": [ 430 "license": [
482 "MIT" 431 "MIT"
483 ], 432 ],
484 "authors": [ 433 "authors": [
485 { 434 {
486 "name": "Romain Neutron", 435 "name": "Romain Neutron",
487 "email": "imprec@gmail.com", 436 "email": "imprec@gmail.com",
488 "homepage": "http://www.lickmychip.com/" 437 "homepage": "http://www.lickmychip.com/"
489 }, 438 },
490 { 439 {
491 "name": "Phraseanet Team", 440 "name": "Phraseanet Team",
492 "email": "info@alchemy.fr", 441 "email": "info@alchemy.fr",
493 "homepage": "http://www.phraseanet.com/" 442 "homepage": "http://www.phraseanet.com/"
494 }, 443 },
495 { 444 {
496 "name": "Nicolas Le Goff", 445 "name": "Nicolas Le Goff",
497 "email": "legoff.n@gmail.com" 446 "email": "legoff.n@gmail.com"
498 } 447 }
499 ], 448 ],
500 "description": "A set of tools to build binary drivers", 449 "description": "A set of tools to build binary drivers",
501 "keywords": [ 450 "keywords": [
502 "binary", 451 "binary",
503 "driver" 452 "driver"
504 ] 453 ]
505 }, 454 },
506 { 455 {
507 "name": "php-ffmpeg/php-ffmpeg", 456 "name": "php-ffmpeg/php-ffmpeg",
508 "version": "0.9.5", 457 "version": "0.9.5",
509 "version_normalized": "0.9.5.0", 458 "version_normalized": "0.9.5.0",
510 "source": { 459 "source": {
511 "type": "git", 460 "type": "git",
512 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git", 461 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
513 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127" 462 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127"
514 }, 463 },
515 "dist": { 464 "dist": {
516 "type": "zip", 465 "type": "zip",
517 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127", 466 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127",
518 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127", 467 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127",
519 "shasum": "" 468 "shasum": ""
520 }, 469 },
521 "require": { 470 "require": {
522 "alchemy/binary-driver": "^1.5", 471 "alchemy/binary-driver": "^1.5",
523 "doctrine/cache": "^1.0", 472 "doctrine/cache": "^1.0",
524 "evenement/evenement": "^2.0 || ^1.0", 473 "evenement/evenement": "^2.0 || ^1.0",
525 "neutron/temporary-filesystem": "^2.1.1", 474 "neutron/temporary-filesystem": "^2.1.1",
526 "php": "^5.3.9 || ^7.0" 475 "php": "^5.3.9 || ^7.0"
527 }, 476 },
528 "require-dev": { 477 "require-dev": {
529 "phpunit/phpunit": "^4.8", 478 "phpunit/phpunit": "^4.8",
530 "sami/sami": "~1.0", 479 "sami/sami": "~1.0",
531 "silex/silex": "~1.0" 480 "silex/silex": "~1.0"
532 }, 481 },
533 "suggest": { 482 "suggest": {
534 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg" 483 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
535 }, 484 },
536 "time": "2017-06-30T19:27:10+00:00", 485 "time": "2017-06-30T19:27:10+00:00",
537 "type": "library", 486 "type": "library",
538 "extra": { 487 "extra": {
539 "branch-alias": { 488 "branch-alias": {
540 "dev-master": "0.7-dev" 489 "dev-master": "0.7-dev"
541 } 490 }
542 }, 491 },
543 "installation-source": "dist", 492 "installation-source": "dist",
544 "autoload": { 493 "autoload": {
545 "psr-0": { 494 "psr-0": {
546 "FFMpeg": "src" 495 "FFMpeg": "src"
547 } 496 }
548 }, 497 },
549 "notification-url": "https://packagist.org/downloads/", 498 "notification-url": "https://packagist.org/downloads/",
550 "license": [ 499 "license": [
551 "MIT" 500 "MIT"
552 ], 501 ],
553 "authors": [ 502 "authors": [
554 { 503 {
555 "name": "Romain Neutron", 504 "name": "Romain Neutron",
556 "email": "imprec@gmail.com", 505 "email": "imprec@gmail.com",
557 "homepage": "http://www.lickmychip.com/" 506 "homepage": "http://www.lickmychip.com/"
558 }, 507 },
559 { 508 {
560 "name": "Phraseanet Team", 509 "name": "Phraseanet Team",
561 "email": "info@alchemy.fr", 510 "email": "info@alchemy.fr",
562 "homepage": "http://www.phraseanet.com/" 511 "homepage": "http://www.phraseanet.com/"
563 }, 512 },
564 { 513 {
565 "name": "Patrik Karisch", 514 "name": "Patrik Karisch",
566 "email": "patrik@karisch.guru", 515 "email": "patrik@karisch.guru",
567 "homepage": "http://www.karisch.guru" 516 "homepage": "http://www.karisch.guru"
568 }, 517 },
569 { 518 {
570 "name": "Romain Biard", 519 "name": "Romain Biard",
571 "email": "romain.biard@gmail.com", 520 "email": "romain.biard@gmail.com",
572 "homepage": "https://www.strime.io/" 521 "homepage": "https://www.strime.io/"
573 } 522 }
574 ], 523 ],
575 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", 524 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
576 "keywords": [ 525 "keywords": [
577 "audio", 526 "audio",
578 "audio processing", 527 "audio processing",
579 "avconv", 528 "avconv",
580 "avprobe", 529 "avprobe",
581 "ffmpeg", 530 "ffmpeg",
582 "ffprobe", 531 "ffprobe",
583 "video", 532 "video",
584 "video processing" 533 "video processing"
585 ] 534 ]
-   535 },
-   536 {
-   537 "name": "symfony/filesystem",
-   538 "version": "v3.3.4",
-   539 "version_normalized": "3.3.4.0",
-   540 "source": {
-   541 "type": "git",
-   542 "url": "https://github.com/symfony/filesystem.git",
-   543 "reference": "311fa718389efbd8b627c272b9324a62437018cc"
-   544 },
-   545 "dist": {
-   546 "type": "zip",
-   547 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc",
-   548 "reference": "311fa718389efbd8b627c272b9324a62437018cc",
-   549 "shasum": ""
-   550 },
-   551 "require": {
-   552 "php": ">=5.5.9"
-   553 },
-   554 "time": "2017-06-24T09:29:48+00:00",
-   555 "type": "library",
-   556 "extra": {
-   557 "branch-alias": {
-   558 "dev-master": "3.3-dev"
-   559 }
-   560 },
-   561 "installation-source": "dist",
-   562 "autoload": {
-   563 "psr-4": {
-   564 "Symfony\\Component\\Filesystem\\": ""
-   565 },
-   566 "exclude-from-classmap": [
-   567 "/Tests/"
-   568 ]
-   569 },
-   570 "notification-url": "https://packagist.org/downloads/",
-   571 "license": [
-   572 "MIT"
-   573 ],
-   574 "authors": [
-   575 {
-   576 "name": "Fabien Potencier",
-   577 "email": "fabien@symfony.com"
-   578 },
-   579 {
-   580 "name": "Symfony Community",
-   581 "homepage": "https://symfony.com/contributors"
-   582 }
-   583 ],
-   584 "description": "Symfony Filesystem Component",
-   585 "homepage": "https://symfony.com"
-   586 },
-   587 {
-   588 "name": "symfony/finder",
-   589 "version": "v3.3.4",
-   590 "version_normalized": "3.3.4.0",
-   591 "source": {
-   592 "type": "git",
-   593 "url": "https://github.com/symfony/finder.git",
-   594 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
-   595 },
-   596 "dist": {
-   597 "type": "zip",
-   598 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
-   599 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
-   600 "shasum": ""
-   601 },
-   602 "require": {
-   603 "php": ">=5.5.9"
-   604 },
-   605 "time": "2017-06-01T21:01:25+00:00",
-   606 "type": "library",
-   607 "extra": {
-   608 "branch-alias": {
-   609 "dev-master": "3.3-dev"
-   610 }
-   611 },
-   612 "installation-source": "dist",
-   613 "autoload": {
-   614 "psr-4": {
-   615 "Symfony\\Component\\Finder\\": ""
-   616 },
-   617 "exclude-from-classmap": [
-   618 "/Tests/"
-   619 ]
-   620 },
-   621 "notification-url": "https://packagist.org/downloads/",
-   622 "license": [
-   623 "MIT"
-   624 ],
-   625 "authors": [
-   626 {
-   627 "name": "Fabien Potencier",
-   628 "email": "fabien@symfony.com"
-   629 },
-   630 {
-   631 "name": "Symfony Community",
-   632 "homepage": "https://symfony.com/contributors"
-   633 }
-   634 ],
-   635 "description": "Symfony Finder Component",
-   636 "homepage": "https://symfony.com"
586 } 637 }
587 ] 638 ]
588   639