scratch – Blame information for rev 123

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": "alchemy/binary-driver",
347 "version": "1.6.0",
348 "version_normalized": "1.6.0.0",
349 "source": {
350 "type": "git",
351 "url": "https://github.com/alchemy-fr/BinaryDriver.git",
352 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
353 },
354 "dist": {
355 "type": "zip",
356 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
357 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
358 "shasum": ""
359 },
360 "require": {
361 "evenement/evenement": "^2.0|^1.0",
362 "monolog/monolog": "^1.3",
363 "php": ">=5.5",
364 "psr/log": "^1.0",
365 "symfony/process": "^2.0|^3.0"
366 },
367 "require-dev": {
368 "phpunit/phpunit": "^4.0|^5.0"
369 },
370 "time": "2016-03-02T13:49:15+00:00",
371 "type": "library",
372 "installation-source": "dist",
373 "autoload": {
374 "psr-0": {
375 "Alchemy": "src"
376 }
377 },
378 "notification-url": "https://packagist.org/downloads/",
379 "license": [
380 "MIT"
381 ],
382 "authors": [
383 {
384 "name": "Romain Neutron",
385 "email": "imprec@gmail.com",
386 "homepage": "http://www.lickmychip.com/"
387 },
388 {
389 "name": "Phraseanet Team",
390 "email": "info@alchemy.fr",
391 "homepage": "http://www.phraseanet.com/"
392 },
393 {
394 "name": "Nicolas Le Goff",
395 "email": "legoff.n@gmail.com"
396 }
397 ],
398 "description": "A set of tools to build binary drivers",
399 "keywords": [
400 "binary",
401 "driver"
402 ]
403 },
404 {
405 "name": "php-ffmpeg/php-ffmpeg",
406 "version": "0.9.5",
407 "version_normalized": "0.9.5.0",
408 "source": {
409 "type": "git",
410 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
411 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127"
412 },
413 "dist": {
414 "type": "zip",
415 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127",
416 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127",
417 "shasum": ""
418 },
419 "require": {
420 "alchemy/binary-driver": "^1.5",
421 "doctrine/cache": "^1.0",
422 "evenement/evenement": "^2.0 || ^1.0",
423 "neutron/temporary-filesystem": "^2.1.1",
424 "php": "^5.3.9 || ^7.0"
425 },
426 "require-dev": {
427 "phpunit/phpunit": "^4.8",
428 "sami/sami": "~1.0",
429 "silex/silex": "~1.0"
430 },
431 "suggest": {
432 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
433 },
434 "time": "2017-06-30T19:27:10+00:00",
435 "type": "library",
436 "extra": {
437 "branch-alias": {
438 "dev-master": "0.7-dev"
439 }
440 },
441 "installation-source": "dist",
442 "autoload": {
443 "psr-0": {
444 "FFMpeg": "src"
445 }
446 },
447 "notification-url": "https://packagist.org/downloads/",
448 "license": [
449 "MIT"
450 ],
451 "authors": [
452 {
453 "name": "Romain Neutron",
454 "email": "imprec@gmail.com",
455 "homepage": "http://www.lickmychip.com/"
456 },
457 {
458 "name": "Phraseanet Team",
459 "email": "info@alchemy.fr",
460 "homepage": "http://www.phraseanet.com/"
461 },
462 {
463 "name": "Patrik Karisch",
464 "email": "patrik@karisch.guru",
465 "homepage": "http://www.karisch.guru"
466 },
467 {
468 "name": "Romain Biard",
469 "email": "romain.biard@gmail.com",
470 "homepage": "https://www.strime.io/"
471 }
472 ],
473 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
474 "keywords": [
475 "audio",
476 "audio processing",
477 "avconv",
478 "avprobe",
479 "ffmpeg",
480 "ffprobe",
481 "video",
482 "video processing"
483 ]
117 office 484 },
485 {
123 office 486 "name": "aura/installer-default",
487 "version": "1.0.0",
488 "version_normalized": "1.0.0.0",
489 "source": {
490 "type": "git",
491 "url": "https://github.com/auraphp/installer-default.git",
492 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8"
493 },
494 "dist": {
495 "type": "zip",
496 "url": "https://api.github.com/repos/auraphp/installer-default/zipball/52f8de3670cc1ef45a916f40f732937436d028c8",
497 "reference": "52f8de3670cc1ef45a916f40f732937436d028c8",
498 "shasum": ""
499 },
500 "time": "2012-11-26T21:35:57+00:00",
501 "type": "composer-installer",
502 "extra": {
503 "class": "Aura\\Composer\\DefaultInstaller"
504 },
505 "installation-source": "dist",
506 "autoload": {
507 "psr-0": {
508 "Aura\\Composer\\": "src/"
509 }
510 },
511 "notification-url": "https://packagist.org/downloads/",
512 "license": [
513 "BSD-2-Clause"
514 ],
515 "authors": [
516 {
517 "name": "Paul M. Jones",
518 "email": "pmjones88@gmail.com",
519 "homepage": "http://paul-m-jones.com"
520 }
521 ],
522 "description": "Installs Aura packages using the Composer defaults.",
523 "keywords": [
524 "aura",
525 "installer"
526 ]
527 },
528 {
529 "name": "aura/uri",
530 "version": "1.2.0",
531 "version_normalized": "1.2.0.0",
532 "source": {
533 "type": "git",
534 "url": "https://github.com/auraphp/Aura.Uri.git",
535 "reference": "298abdf98f64e06928a159abc61c227b2814c065"
536 },
537 "dist": {
538 "type": "zip",
539 "url": "https://api.github.com/repos/auraphp/Aura.Uri/zipball/298abdf98f64e06928a159abc61c227b2814c065",
540 "reference": "298abdf98f64e06928a159abc61c227b2814c065",
541 "shasum": ""
542 },
543 "require": {
544 "aura/installer-default": "1.0.*",
545 "php": ">=5.4.0"
546 },
547 "time": "2014-05-31T00:00:00+00:00",
548 "type": "aura-package",
549 "installation-source": "dist",
550 "autoload": {
551 "psr-0": {
552 "Aura\\Uri": "src/"
553 }
554 },
555 "notification-url": "https://packagist.org/downloads/",
556 "license": [
557 "BSD-2-Clause"
558 ],
559 "authors": [
560 {
561 "name": "Paul M. Jones",
562 "email": "pmjones88@gmail.com",
563 "homepage": "http://paul-m-jones.com"
564 },
565 {
566 "name": "Hari KT",
567 "email": "kthari85@gmail.com",
568 "homepage": "http://harikt.com"
569 },
570 {
571 "name": "Aura.Uri Contributors",
572 "homepage": "https://github.com/auraphp/Aura.Uri/contributors"
573 },
574 {
575 "name": "Jonathon Hill",
576 "email": "jhill9693@gmail.com",
577 "homepage": "http://jonathonhill.net",
578 "role": "Developer"
579 },
580 {
581 "name": "Jeremy Kendall",
582 "email": "jeremy@jeremykendall.net",
583 "homepage": "http://www.jeremykendall.net"
584 }
585 ],
586 "description": "The Aura Uri package provides tools to build and manipulate URL strings.",
587 "homepage": "http://auraphp.com/Aura.Uri",
588 "keywords": [
589 "uri",
590 "url"
591 ]
592 },
593 {
594 "name": "symfony/filesystem",
117 office 595 "version": "v3.3.4",
596 "version_normalized": "3.3.4.0",
597 "source": {
598 "type": "git",
123 office 599 "url": "https://github.com/symfony/filesystem.git",
600 "reference": "311fa718389efbd8b627c272b9324a62437018cc"
117 office 601 },
602 "dist": {
603 "type": "zip",
123 office 604 "url": "https://api.github.com/repos/symfony/filesystem/zipball/311fa718389efbd8b627c272b9324a62437018cc",
605 "reference": "311fa718389efbd8b627c272b9324a62437018cc",
117 office 606 "shasum": ""
607 },
608 "require": {
609 "php": ">=5.5.9"
610 },
123 office 611 "time": "2017-06-24T09:29:48+00:00",
117 office 612 "type": "library",
613 "extra": {
614 "branch-alias": {
615 "dev-master": "3.3-dev"
616 }
617 },
618 "installation-source": "dist",
619 "autoload": {
620 "psr-4": {
123 office 621 "Symfony\\Component\\Filesystem\\": ""
117 office 622 },
623 "exclude-from-classmap": [
624 "/Tests/"
625 ]
626 },
627 "notification-url": "https://packagist.org/downloads/",
628 "license": [
629 "MIT"
630 ],
631 "authors": [
632 {
633 "name": "Fabien Potencier",
634 "email": "fabien@symfony.com"
635 },
636 {
637 "name": "Symfony Community",
638 "homepage": "https://symfony.com/contributors"
639 }
640 ],
123 office 641 "description": "Symfony Filesystem Component",
117 office 642 "homepage": "https://symfony.com"
123 office 643 },
644 {
645 "name": "symfony/process",
646 "version": "v3.3.4",
647 "version_normalized": "3.3.4.0",
648 "source": {
649 "type": "git",
650 "url": "https://github.com/symfony/process.git",
651 "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30"
652 },
653 "dist": {
654 "type": "zip",
655 "url": "https://api.github.com/repos/symfony/process/zipball/5ab8949b682b1bf9d4511a228b5e045c96758c30",
656 "reference": "5ab8949b682b1bf9d4511a228b5e045c96758c30",
657 "shasum": ""
658 },
659 "require": {
660 "php": ">=5.5.9"
661 },
662 "time": "2017-07-03T08:12:02+00:00",
663 "type": "library",
664 "extra": {
665 "branch-alias": {
666 "dev-master": "3.3-dev"
667 }
668 },
669 "installation-source": "dist",
670 "autoload": {
671 "psr-4": {
672 "Symfony\\Component\\Process\\": ""
673 },
674 "exclude-from-classmap": [
675 "/Tests/"
676 ]
677 },
678 "notification-url": "https://packagist.org/downloads/",
679 "license": [
680 "MIT"
681 ],
682 "authors": [
683 {
684 "name": "Fabien Potencier",
685 "email": "fabien@symfony.com"
686 },
687 {
688 "name": "Symfony Community",
689 "homepage": "https://symfony.com/contributors"
690 }
691 ],
692 "description": "Symfony Process Component",
693 "homepage": "https://symfony.com"
66 office 694 }
695 ]