scratch – Blame information for rev 117

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