scratch – Blame information for rev 110

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