scratch – Blame information for rev 115

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": "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",
236 "version": "2.2.0",
237 "version_normalized": "2.2.0.0",
238 "source": {
239 "type": "git",
240 "url": "https://github.com/romainneutron/Temporary-Filesystem.git",
241 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8"
242 },
243 "dist": {
244 "type": "zip",
245 "url": "https://api.github.com/repos/romainneutron/Temporary-Filesystem/zipball/0a72a1c858b95fd469d87baa333f627978504ea8",
246 "reference": "0a72a1c858b95fd469d87baa333f627978504ea8",
247 "shasum": ""
248 },
249 "require": {
250 "php": "^5.3.9 || ^7.0",
251 "symfony/filesystem": "^2.3 || ^3.0"
252 },
253 "require-dev": {
254 "phpunit/phpunit": "^4.8"
255 },
256 "time": "2016-03-05T10:22:50+00:00",
257 "type": "library",
258 "installation-source": "dist",
259 "autoload": {
260 "psr-0": {
261 "Neutron": "src"
262 }
263 },
264 "notification-url": "https://packagist.org/downloads/",
265 "license": [
266 "MIT"
267 ],
268 "authors": [
269 {
270 "name": "Romain Neutron",
271 "email": "imprec@gmail.com"
272 }
273 ],
274 "description": "Symfony filesystem extension to handle temporary files"
275 },
276 {
277 "name": "evenement/evenement",
278 "version": "v2.0.0",
279 "version_normalized": "2.0.0.0",
280 "source": {
281 "type": "git",
282 "url": "https://github.com/igorw/evenement.git",
283 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
284 },
285 "dist": {
286 "type": "zip",
287 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
288 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
289 "shasum": ""
290 },
291 "require": {
292 "php": ">=5.4.0"
293 },
294 "time": "2012-11-02T14:49:47+00:00",
295 "type": "library",
296 "extra": {
297 "branch-alias": {
298 "dev-master": "2.0-dev"
299 }
300 },
301 "installation-source": "dist",
302 "autoload": {
303 "psr-0": {
304 "Evenement": "src"
305 }
306 },
307 "notification-url": "https://packagist.org/downloads/",
308 "license": [
309 "MIT"
310 ],
311 "authors": [
312 {
313 "name": "Igor Wiedler",
314 "email": "igor@wiedler.ch",
315 "homepage": "http://wiedler.ch/igor/"
316 }
317 ],
318 "description": "Événement is a very simple event dispatching library for PHP",
319 "keywords": [
320 "event-dispatcher",
321 "event-emitter"
322 ]
323 },
324 {
325 "name": "doctrine/cache",
326 "version": "v1.6.1",
327 "version_normalized": "1.6.1.0",
328 "source": {
329 "type": "git",
330 "url": "https://github.com/doctrine/cache.git",
331 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
332 },
333 "dist": {
334 "type": "zip",
335 "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
336 "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
337 "shasum": ""
338 },
339 "require": {
340 "php": "~5.5|~7.0"
341 },
342 "conflict": {
343 "doctrine/common": ">2.2,<2.4"
344 },
345 "require-dev": {
346 "phpunit/phpunit": "~4.8|~5.0",
347 "predis/predis": "~1.0",
348 "satooshi/php-coveralls": "~0.6"
349 },
350 "time": "2016-10-29T11:16:17+00:00",
351 "type": "library",
352 "extra": {
353 "branch-alias": {
354 "dev-master": "1.6.x-dev"
355 }
356 },
357 "installation-source": "dist",
358 "autoload": {
359 "psr-4": {
360 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
361 }
362 },
363 "notification-url": "https://packagist.org/downloads/",
364 "license": [
365 "MIT"
366 ],
367 "authors": [
368 {
369 "name": "Roman Borschel",
370 "email": "roman@code-factory.org"
371 },
372 {
373 "name": "Benjamin Eberlei",
374 "email": "kontakt@beberlei.de"
375 },
376 {
377 "name": "Guilherme Blanco",
378 "email": "guilhermeblanco@gmail.com"
379 },
380 {
381 "name": "Jonathan Wage",
382 "email": "jonwage@gmail.com"
383 },
384 {
385 "name": "Johannes Schmitt",
386 "email": "schmittjoh@gmail.com"
387 }
388 ],
389 "description": "Caching library offering an object-oriented API for many cache backends",
390 "homepage": "http://www.doctrine-project.org",
391 "keywords": [
392 "cache",
393 "caching"
394 ]
395 },
396 {
397 "name": "symfony/process",
398 "version": "v3.3.2",
399 "version_normalized": "3.3.2.0",
400 "source": {
401 "type": "git",
402 "url": "https://github.com/symfony/process.git",
403 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf"
404 },
405 "dist": {
406 "type": "zip",
407 "url": "https://api.github.com/repos/symfony/process/zipball/8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
408 "reference": "8e30690c67aafb6c7992d6d8eb0d707807dd3eaf",
409 "shasum": ""
410 },
411 "require": {
412 "php": ">=5.5.9"
413 },
414 "time": "2017-05-22T12:32:03+00:00",
415 "type": "library",
416 "extra": {
417 "branch-alias": {
418 "dev-master": "3.3-dev"
419 }
420 },
421 "installation-source": "dist",
422 "autoload": {
423 "psr-4": {
424 "Symfony\\Component\\Process\\": ""
425 },
426 "exclude-from-classmap": [
427 "/Tests/"
428 ]
429 },
430 "notification-url": "https://packagist.org/downloads/",
431 "license": [
432 "MIT"
433 ],
434 "authors": [
435 {
436 "name": "Fabien Potencier",
437 "email": "fabien@symfony.com"
438 },
439 {
440 "name": "Symfony Community",
441 "homepage": "https://symfony.com/contributors"
442 }
443 ],
444 "description": "Symfony Process Component",
445 "homepage": "https://symfony.com"
446 },
447 {
448 "name": "alchemy/binary-driver",
449 "version": "1.6.0",
450 "version_normalized": "1.6.0.0",
451 "source": {
452 "type": "git",
453 "url": "https://github.com/alchemy-fr/BinaryDriver.git",
454 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95"
455 },
456 "dist": {
457 "type": "zip",
458 "url": "https://api.github.com/repos/alchemy-fr/BinaryDriver/zipball/80c6633890afb71d2417ae851d0ad167d8b00b95",
459 "reference": "80c6633890afb71d2417ae851d0ad167d8b00b95",
460 "shasum": ""
461 },
462 "require": {
463 "evenement/evenement": "^2.0|^1.0",
464 "monolog/monolog": "^1.3",
465 "php": ">=5.5",
466 "psr/log": "^1.0",
467 "symfony/process": "^2.0|^3.0"
468 },
469 "require-dev": {
470 "phpunit/phpunit": "^4.0|^5.0"
471 },
472 "time": "2016-03-02T13:49:15+00:00",
473 "type": "library",
474 "installation-source": "dist",
475 "autoload": {
476 "psr-0": {
477 "Alchemy": "src"
478 }
479 },
480 "notification-url": "https://packagist.org/downloads/",
481 "license": [
482 "MIT"
483 ],
484 "authors": [
485 {
486 "name": "Romain Neutron",
487 "email": "imprec@gmail.com",
488 "homepage": "http://www.lickmychip.com/"
489 },
490 {
491 "name": "Phraseanet Team",
492 "email": "info@alchemy.fr",
493 "homepage": "http://www.phraseanet.com/"
494 },
495 {
496 "name": "Nicolas Le Goff",
497 "email": "legoff.n@gmail.com"
498 }
499 ],
500 "description": "A set of tools to build binary drivers",
501 "keywords": [
502 "binary",
503 "driver"
504 ]
505 },
506 {
507 "name": "php-ffmpeg/php-ffmpeg",
508 "version": "0.9.5",
509 "version_normalized": "0.9.5.0",
510 "source": {
511 "type": "git",
512 "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
513 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127"
514 },
515 "dist": {
516 "type": "zip",
517 "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/96225b2dff65a4c3b0b541f2420742ffe5851127",
518 "reference": "96225b2dff65a4c3b0b541f2420742ffe5851127",
519 "shasum": ""
520 },
521 "require": {
522 "alchemy/binary-driver": "^1.5",
523 "doctrine/cache": "^1.0",
524 "evenement/evenement": "^2.0 || ^1.0",
525 "neutron/temporary-filesystem": "^2.1.1",
526 "php": "^5.3.9 || ^7.0"
527 },
528 "require-dev": {
529 "phpunit/phpunit": "^4.8",
530 "sami/sami": "~1.0",
531 "silex/silex": "~1.0"
532 },
533 "suggest": {
534 "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
535 },
536 "time": "2017-06-30T19:27:10+00:00",
537 "type": "library",
538 "extra": {
539 "branch-alias": {
540 "dev-master": "0.7-dev"
541 }
542 },
543 "installation-source": "dist",
544 "autoload": {
545 "psr-0": {
546 "FFMpeg": "src"
547 }
548 },
549 "notification-url": "https://packagist.org/downloads/",
550 "license": [
551 "MIT"
552 ],
553 "authors": [
554 {
555 "name": "Romain Neutron",
556 "email": "imprec@gmail.com",
557 "homepage": "http://www.lickmychip.com/"
558 },
559 {
560 "name": "Phraseanet Team",
561 "email": "info@alchemy.fr",
562 "homepage": "http://www.phraseanet.com/"
563 },
564 {
565 "name": "Patrik Karisch",
566 "email": "patrik@karisch.guru",
567 "homepage": "http://www.karisch.guru"
568 },
569 {
570 "name": "Romain Biard",
571 "email": "romain.biard@gmail.com",
572 "homepage": "https://www.strime.io/"
573 }
574 ],
575 "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
576 "keywords": [
577 "audio",
578 "audio processing",
579 "avconv",
580 "avprobe",
581 "ffmpeg",
582 "ffprobe",
583 "video",
584 "video processing"
585 ]
66 office 586 }
587 ]