]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - composer.lock
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / composer.lock
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#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "432005c9db3e890f42fde27036d2a70f",
8 "packages": [
9 {
10 "name": "arthurhoaro/web-thumbnailer",
11 "version": "v1.3.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
15 "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/7142bd94ec93719a756a7012ebb8e1c5813c6860",
20 "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.6",
25 "phpunit/php-text-template": "^1.2"
26 },
27 "conflict": {
28 "phpunit/php-timer": ">=2"
29 },
30 "require-dev": {
31 "php-coveralls/php-coveralls": "^2.0",
32 "phpunit/phpunit": "5.2.*",
33 "squizlabs/php_codesniffer": "^3.2"
34 },
35 "type": "library",
36 "autoload": {
37 "psr-0": {
38 "WebThumbnailer\\": [
39 "src/",
40 "tests/"
41 ]
42 }
43 },
44 "notification-url": "https://packagist.org/downloads/",
45 "license": [
46 "MIT"
47 ],
48 "authors": [
49 {
50 "name": "Arthur Hoaro",
51 "homepage": "http://hoa.ro"
52 }
53 ],
54 "description": "PHP library which will retrieve a thumbnail for any given URL",
55 "time": "2018-08-11T12:21:52+00:00"
56 },
57 {
58 "name": "container-interop/container-interop",
59 "version": "1.2.0",
60 "source": {
61 "type": "git",
62 "url": "https://github.com/container-interop/container-interop.git",
63 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
64 },
65 "dist": {
66 "type": "zip",
67 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
68 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
69 "shasum": ""
70 },
71 "require": {
72 "psr/container": "^1.0"
73 },
74 "type": "library",
75 "autoload": {
76 "psr-4": {
77 "Interop\\Container\\": "src/Interop/Container/"
78 }
79 },
80 "notification-url": "https://packagist.org/downloads/",
81 "license": [
82 "MIT"
83 ],
84 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
85 "homepage": "https://github.com/container-interop/container-interop",
86 "time": "2017-02-14T19:40:03+00:00"
87 },
88 {
89 "name": "erusev/parsedown",
90 "version": "1.7.1",
91 "source": {
92 "type": "git",
93 "url": "https://github.com/erusev/parsedown.git",
94 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
95 },
96 "dist": {
97 "type": "zip",
98 "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
99 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
100 "shasum": ""
101 },
102 "require": {
103 "ext-mbstring": "*",
104 "php": ">=5.3.0"
105 },
106 "require-dev": {
107 "phpunit/phpunit": "^4.8.35"
108 },
109 "type": "library",
110 "autoload": {
111 "psr-0": {
112 "Parsedown": ""
113 }
114 },
115 "notification-url": "https://packagist.org/downloads/",
116 "license": [
117 "MIT"
118 ],
119 "authors": [
120 {
121 "name": "Emanuil Rusev",
122 "email": "hello@erusev.com",
123 "homepage": "http://erusev.com"
124 }
125 ],
126 "description": "Parser for Markdown.",
127 "homepage": "http://parsedown.org",
128 "keywords": [
129 "markdown",
130 "parser"
131 ],
132 "time": "2018-03-08T01:11:30+00:00"
133 },
134 {
135 "name": "gettext/gettext",
136 "version": "v4.6.2",
137 "source": {
138 "type": "git",
139 "url": "https://github.com/oscarotero/Gettext.git",
140 "reference": "93176b272d61fb58a9767be71c50d19149cb1e48"
141 },
142 "dist": {
143 "type": "zip",
144 "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/93176b272d61fb58a9767be71c50d19149cb1e48",
145 "reference": "93176b272d61fb58a9767be71c50d19149cb1e48",
146 "shasum": ""
147 },
148 "require": {
149 "gettext/languages": "^2.3",
150 "php": ">=5.4.0"
151 },
152 "require-dev": {
153 "illuminate/view": "*",
154 "phpunit/phpunit": "^4.8|^5.7|^6.5",
155 "squizlabs/php_codesniffer": "^3.0",
156 "symfony/yaml": "~2",
157 "twig/extensions": "*",
158 "twig/twig": "^1.31|^2.0"
159 },
160 "suggest": {
161 "illuminate/view": "Is necessary if you want to use the Blade extractor",
162 "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
163 "twig/extensions": "Is necessary if you want to use the Twig extractor",
164 "twig/twig": "Is necessary if you want to use the Twig extractor"
165 },
166 "type": "library",
167 "autoload": {
168 "psr-4": {
169 "Gettext\\": "src"
170 }
171 },
172 "notification-url": "https://packagist.org/downloads/",
173 "license": [
174 "MIT"
175 ],
176 "authors": [
177 {
178 "name": "Oscar Otero",
179 "email": "oom@oscarotero.com",
180 "homepage": "http://oscarotero.com",
181 "role": "Developer"
182 }
183 ],
184 "description": "PHP gettext manager",
185 "homepage": "https://github.com/oscarotero/Gettext",
186 "keywords": [
187 "JS",
188 "gettext",
189 "i18n",
190 "mo",
191 "po",
192 "translation"
193 ],
194 "time": "2019-01-12T18:40:56+00:00"
195 },
196 {
197 "name": "gettext/languages",
198 "version": "2.5.0",
199 "source": {
200 "type": "git",
201 "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git",
202 "reference": "78db2d17933f0765a102f368a6663f057162ddbd"
203 },
204 "dist": {
205 "type": "zip",
206 "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/78db2d17933f0765a102f368a6663f057162ddbd",
207 "reference": "78db2d17933f0765a102f368a6663f057162ddbd",
208 "shasum": ""
209 },
210 "require": {
211 "php": ">=5.3"
212 },
213 "require-dev": {
214 "phpunit/phpunit": "^4"
215 },
216 "bin": [
217 "bin/export-plural-rules",
218 "bin/export-plural-rules.php"
219 ],
220 "type": "library",
221 "autoload": {
222 "psr-4": {
223 "Gettext\\Languages\\": "src/"
224 }
225 },
226 "notification-url": "https://packagist.org/downloads/",
227 "license": [
228 "MIT"
229 ],
230 "authors": [
231 {
232 "name": "Michele Locati",
233 "email": "mlocati@gmail.com",
234 "role": "Developer"
235 }
236 ],
237 "description": "gettext languages with plural rules",
238 "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules",
239 "keywords": [
240 "cldr",
241 "i18n",
242 "internationalization",
243 "l10n",
244 "language",
245 "languages",
246 "localization",
247 "php",
248 "plural",
249 "plural rules",
250 "plurals",
251 "translate",
252 "translations",
253 "unicode"
254 ],
255 "time": "2018-11-13T22:06:07+00:00"
256 },
257 {
258 "name": "katzgrau/klogger",
259 "version": "1.2.1",
260 "source": {
261 "type": "git",
262 "url": "https://github.com/katzgrau/KLogger.git",
263 "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1"
264 },
265 "dist": {
266 "type": "zip",
267 "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
268 "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
269 "shasum": ""
270 },
271 "require": {
272 "php": ">=5.3",
273 "psr/log": "^1.0.0"
274 },
275 "require-dev": {
276 "phpunit/phpunit": "4.0.*"
277 },
278 "type": "library",
279 "autoload": {
280 "psr-4": {
281 "Katzgrau\\KLogger\\": "src/"
282 },
283 "classmap": [
284 "src/"
285 ]
286 },
287 "notification-url": "https://packagist.org/downloads/",
288 "license": [
289 "MIT"
290 ],
291 "authors": [
292 {
293 "name": "Kenny Katzgrau",
294 "email": "katzgrau@gmail.com"
295 },
296 {
297 "name": "Dan Horrigan",
298 "email": "dan@dhorrigan.com"
299 }
300 ],
301 "description": "A Simple Logging Class",
302 "keywords": [
303 "logging"
304 ],
305 "time": "2016-11-07T19:29:14+00:00"
306 },
307 {
308 "name": "nikic/fast-route",
309 "version": "v1.3.0",
310 "source": {
311 "type": "git",
312 "url": "https://github.com/nikic/FastRoute.git",
313 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
314 },
315 "dist": {
316 "type": "zip",
317 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
318 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
319 "shasum": ""
320 },
321 "require": {
322 "php": ">=5.4.0"
323 },
324 "require-dev": {
325 "phpunit/phpunit": "^4.8.35|~5.7"
326 },
327 "type": "library",
328 "autoload": {
329 "psr-4": {
330 "FastRoute\\": "src/"
331 },
332 "files": [
333 "src/functions.php"
334 ]
335 },
336 "notification-url": "https://packagist.org/downloads/",
337 "license": [
338 "BSD-3-Clause"
339 ],
340 "authors": [
341 {
342 "name": "Nikita Popov",
343 "email": "nikic@php.net"
344 }
345 ],
346 "description": "Fast request router for PHP",
347 "keywords": [
348 "router",
349 "routing"
350 ],
351 "time": "2018-02-13T20:26:39+00:00"
352 },
353 {
354 "name": "phpunit/php-text-template",
355 "version": "1.2.1",
356 "source": {
357 "type": "git",
358 "url": "https://github.com/sebastianbergmann/php-text-template.git",
359 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
360 },
361 "dist": {
362 "type": "zip",
363 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
364 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
365 "shasum": ""
366 },
367 "require": {
368 "php": ">=5.3.3"
369 },
370 "type": "library",
371 "autoload": {
372 "classmap": [
373 "src/"
374 ]
375 },
376 "notification-url": "https://packagist.org/downloads/",
377 "license": [
378 "BSD-3-Clause"
379 ],
380 "authors": [
381 {
382 "name": "Sebastian Bergmann",
383 "email": "sebastian@phpunit.de",
384 "role": "lead"
385 }
386 ],
387 "description": "Simple template engine.",
388 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
389 "keywords": [
390 "template"
391 ],
392 "time": "2015-06-21T13:50:34+00:00"
393 },
394 {
395 "name": "pimple/pimple",
396 "version": "v3.2.3",
397 "source": {
398 "type": "git",
399 "url": "https://github.com/silexphp/Pimple.git",
400 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
401 },
402 "dist": {
403 "type": "zip",
404 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
405 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
406 "shasum": ""
407 },
408 "require": {
409 "php": ">=5.3.0",
410 "psr/container": "^1.0"
411 },
412 "require-dev": {
413 "symfony/phpunit-bridge": "^3.2"
414 },
415 "type": "library",
416 "extra": {
417 "branch-alias": {
418 "dev-master": "3.2.x-dev"
419 }
420 },
421 "autoload": {
422 "psr-0": {
423 "Pimple": "src/"
424 }
425 },
426 "notification-url": "https://packagist.org/downloads/",
427 "license": [
428 "MIT"
429 ],
430 "authors": [
431 {
432 "name": "Fabien Potencier",
433 "email": "fabien@symfony.com"
434 }
435 ],
436 "description": "Pimple, a simple Dependency Injection Container",
437 "homepage": "http://pimple.sensiolabs.org",
438 "keywords": [
439 "container",
440 "dependency injection"
441 ],
442 "time": "2018-01-21T07:42:36+00:00"
443 },
444 {
445 "name": "psr/container",
446 "version": "1.0.0",
447 "source": {
448 "type": "git",
449 "url": "https://github.com/php-fig/container.git",
450 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
451 },
452 "dist": {
453 "type": "zip",
454 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
455 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
456 "shasum": ""
457 },
458 "require": {
459 "php": ">=5.3.0"
460 },
461 "type": "library",
462 "extra": {
463 "branch-alias": {
464 "dev-master": "1.0.x-dev"
465 }
466 },
467 "autoload": {
468 "psr-4": {
469 "Psr\\Container\\": "src/"
470 }
471 },
472 "notification-url": "https://packagist.org/downloads/",
473 "license": [
474 "MIT"
475 ],
476 "authors": [
477 {
478 "name": "PHP-FIG",
479 "homepage": "http://www.php-fig.org/"
480 }
481 ],
482 "description": "Common Container Interface (PHP FIG PSR-11)",
483 "homepage": "https://github.com/php-fig/container",
484 "keywords": [
485 "PSR-11",
486 "container",
487 "container-interface",
488 "container-interop",
489 "psr"
490 ],
491 "time": "2017-02-14T16:28:37+00:00"
492 },
493 {
494 "name": "psr/http-message",
495 "version": "1.0.1",
496 "source": {
497 "type": "git",
498 "url": "https://github.com/php-fig/http-message.git",
499 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
500 },
501 "dist": {
502 "type": "zip",
503 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
504 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
505 "shasum": ""
506 },
507 "require": {
508 "php": ">=5.3.0"
509 },
510 "type": "library",
511 "extra": {
512 "branch-alias": {
513 "dev-master": "1.0.x-dev"
514 }
515 },
516 "autoload": {
517 "psr-4": {
518 "Psr\\Http\\Message\\": "src/"
519 }
520 },
521 "notification-url": "https://packagist.org/downloads/",
522 "license": [
523 "MIT"
524 ],
525 "authors": [
526 {
527 "name": "PHP-FIG",
528 "homepage": "http://www.php-fig.org/"
529 }
530 ],
531 "description": "Common interface for HTTP messages",
532 "homepage": "https://github.com/php-fig/http-message",
533 "keywords": [
534 "http",
535 "http-message",
536 "psr",
537 "psr-7",
538 "request",
539 "response"
540 ],
541 "time": "2016-08-06T14:39:51+00:00"
542 },
543 {
544 "name": "psr/log",
545 "version": "1.1.0",
546 "source": {
547 "type": "git",
548 "url": "https://github.com/php-fig/log.git",
549 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
550 },
551 "dist": {
552 "type": "zip",
553 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
554 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
555 "shasum": ""
556 },
557 "require": {
558 "php": ">=5.3.0"
559 },
560 "type": "library",
561 "extra": {
562 "branch-alias": {
563 "dev-master": "1.0.x-dev"
564 }
565 },
566 "autoload": {
567 "psr-4": {
568 "Psr\\Log\\": "Psr/Log/"
569 }
570 },
571 "notification-url": "https://packagist.org/downloads/",
572 "license": [
573 "MIT"
574 ],
575 "authors": [
576 {
577 "name": "PHP-FIG",
578 "homepage": "http://www.php-fig.org/"
579 }
580 ],
581 "description": "Common interface for logging libraries",
582 "homepage": "https://github.com/php-fig/log",
583 "keywords": [
584 "log",
585 "psr",
586 "psr-3"
587 ],
588 "time": "2018-11-20T15:27:04+00:00"
589 },
590 {
591 "name": "pubsubhubbub/publisher",
592 "version": "dev-master",
593 "source": {
594 "type": "git",
595 "url": "https://github.com/pubsubhubbub/php-publisher.git",
596 "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884"
597 },
598 "dist": {
599 "type": "zip",
600 "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/047b0faf6219071527a45942d6fef4dbc6d1d884",
601 "reference": "047b0faf6219071527a45942d6fef4dbc6d1d884",
602 "shasum": ""
603 },
604 "require": {
605 "ext-curl": "*",
606 "php": "~5.4 || ~7.0"
607 },
608 "type": "library",
609 "autoload": {
610 "psr-4": {
611 "pubsubhubbub\\publisher\\": "library/"
612 }
613 },
614 "notification-url": "https://packagist.org/downloads/",
615 "license": [
616 "Apache-2.0"
617 ],
618 "authors": [
619 {
620 "name": "pubsubhubbub publisher Contributors",
621 "homepage": "https://github.com/pubsubhubbub/php-publisher/contributors"
622 }
623 ],
624 "description": "pubsubhubbub implementation of publisher.",
625 "homepage": "https://github.com/pubsubhubbub/php-publisher",
626 "keywords": [
627 "data",
628 "feeds",
629 "publishers",
630 "pubsubhubbub",
631 "websub"
632 ],
633 "time": "2018-10-09T05:20:28+00:00"
634 },
635 {
636 "name": "shaarli/netscape-bookmark-parser",
637 "version": "v2.1.0",
638 "source": {
639 "type": "git",
640 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
641 "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577"
642 },
643 "dist": {
644 "type": "zip",
645 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/819008ee42c4dd7e45d988176a4a22d6ed689577",
646 "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577",
647 "shasum": ""
648 },
649 "require": {
650 "katzgrau/klogger": "~1.0",
651 "php": ">=5.6"
652 },
653 "require-dev": {
654 "phpunit/phpunit": "^5.0"
655 },
656 "type": "library",
657 "autoload": {
658 "files": [
659 "NetscapeBookmarkParser.php"
660 ]
661 },
662 "notification-url": "https://packagist.org/downloads/",
663 "license": [
664 "MIT"
665 ],
666 "authors": [
667 {
668 "name": "Kafene",
669 "email": "io@kafene.org",
670 "homepage": "https://github.com/kafene",
671 "role": "Developer"
672 },
673 {
674 "name": "VirtualTam",
675 "email": "virtualtam@flibidi.net",
676 "homepage": "https://github.com/virtualtam",
677 "role": "Developer"
678 }
679 ],
680 "description": "Generic Netscape bookmark parser",
681 "homepage": "https://github.com/shaarli/netscape-bookmark-parser",
682 "keywords": [
683 "bookmark",
684 "link",
685 "netscape",
686 "parser"
687 ],
688 "time": "2018-10-06T14:43:38+00:00"
689 },
690 {
691 "name": "slim/slim",
692 "version": "3.12.0",
693 "source": {
694 "type": "git",
695 "url": "https://github.com/slimphp/Slim.git",
696 "reference": "f4947cc900b6e51cbfda58b9f1247bca2f76f9f0"
697 },
698 "dist": {
699 "type": "zip",
700 "url": "https://api.github.com/repos/slimphp/Slim/zipball/f4947cc900b6e51cbfda58b9f1247bca2f76f9f0",
701 "reference": "f4947cc900b6e51cbfda58b9f1247bca2f76f9f0",
702 "shasum": ""
703 },
704 "require": {
705 "container-interop/container-interop": "^1.2",
706 "nikic/fast-route": "^1.0",
707 "php": ">=5.5.0",
708 "pimple/pimple": "^3.0",
709 "psr/container": "^1.0",
710 "psr/http-message": "^1.0"
711 },
712 "provide": {
713 "psr/http-message-implementation": "1.0"
714 },
715 "require-dev": {
716 "phpunit/phpunit": "^4.0",
717 "squizlabs/php_codesniffer": "^2.5"
718 },
719 "type": "library",
720 "autoload": {
721 "psr-4": {
722 "Slim\\": "Slim"
723 }
724 },
725 "notification-url": "https://packagist.org/downloads/",
726 "license": [
727 "MIT"
728 ],
729 "authors": [
730 {
731 "name": "Rob Allen",
732 "email": "rob@akrabat.com",
733 "homepage": "http://akrabat.com"
734 },
735 {
736 "name": "Josh Lockhart",
737 "email": "hello@joshlockhart.com",
738 "homepage": "https://joshlockhart.com"
739 },
740 {
741 "name": "Gabriel Manricks",
742 "email": "gmanricks@me.com",
743 "homepage": "http://gabrielmanricks.com"
744 },
745 {
746 "name": "Andrew Smith",
747 "email": "a.smith@silentworks.co.uk",
748 "homepage": "http://silentworks.co.uk"
749 }
750 ],
751 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
752 "homepage": "https://slimframework.com",
753 "keywords": [
754 "api",
755 "framework",
756 "micro",
757 "router"
758 ],
759 "time": "2019-01-15T13:21:25+00:00"
760 }
761 ],
762 "packages-dev": [
763 {
764 "name": "doctrine/instantiator",
765 "version": "1.0.5",
766 "source": {
767 "type": "git",
768 "url": "https://github.com/doctrine/instantiator.git",
769 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
770 },
771 "dist": {
772 "type": "zip",
773 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
774 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
775 "shasum": ""
776 },
777 "require": {
778 "php": ">=5.3,<8.0-DEV"
779 },
780 "require-dev": {
781 "athletic/athletic": "~0.1.8",
782 "ext-pdo": "*",
783 "ext-phar": "*",
784 "phpunit/phpunit": "~4.0",
785 "squizlabs/php_codesniffer": "~2.0"
786 },
787 "type": "library",
788 "extra": {
789 "branch-alias": {
790 "dev-master": "1.0.x-dev"
791 }
792 },
793 "autoload": {
794 "psr-4": {
795 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
796 }
797 },
798 "notification-url": "https://packagist.org/downloads/",
799 "license": [
800 "MIT"
801 ],
802 "authors": [
803 {
804 "name": "Marco Pivetta",
805 "email": "ocramius@gmail.com",
806 "homepage": "http://ocramius.github.com/"
807 }
808 ],
809 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
810 "homepage": "https://github.com/doctrine/instantiator",
811 "keywords": [
812 "constructor",
813 "instantiate"
814 ],
815 "time": "2015-06-14T21:17:01+00:00"
816 },
817 {
818 "name": "myclabs/deep-copy",
819 "version": "1.7.0",
820 "source": {
821 "type": "git",
822 "url": "https://github.com/myclabs/DeepCopy.git",
823 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
824 },
825 "dist": {
826 "type": "zip",
827 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
828 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
829 "shasum": ""
830 },
831 "require": {
832 "php": "^5.6 || ^7.0"
833 },
834 "require-dev": {
835 "doctrine/collections": "^1.0",
836 "doctrine/common": "^2.6",
837 "phpunit/phpunit": "^4.1"
838 },
839 "type": "library",
840 "autoload": {
841 "psr-4": {
842 "DeepCopy\\": "src/DeepCopy/"
843 },
844 "files": [
845 "src/DeepCopy/deep_copy.php"
846 ]
847 },
848 "notification-url": "https://packagist.org/downloads/",
849 "license": [
850 "MIT"
851 ],
852 "description": "Create deep copies (clones) of your objects",
853 "keywords": [
854 "clone",
855 "copy",
856 "duplicate",
857 "object",
858 "object graph"
859 ],
860 "time": "2017-10-19T19:58:43+00:00"
861 },
862 {
863 "name": "phpdocumentor/reflection-common",
864 "version": "1.0.1",
865 "source": {
866 "type": "git",
867 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
868 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
869 },
870 "dist": {
871 "type": "zip",
872 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
873 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
874 "shasum": ""
875 },
876 "require": {
877 "php": ">=5.5"
878 },
879 "require-dev": {
880 "phpunit/phpunit": "^4.6"
881 },
882 "type": "library",
883 "extra": {
884 "branch-alias": {
885 "dev-master": "1.0.x-dev"
886 }
887 },
888 "autoload": {
889 "psr-4": {
890 "phpDocumentor\\Reflection\\": [
891 "src"
892 ]
893 }
894 },
895 "notification-url": "https://packagist.org/downloads/",
896 "license": [
897 "MIT"
898 ],
899 "authors": [
900 {
901 "name": "Jaap van Otterdijk",
902 "email": "opensource@ijaap.nl"
903 }
904 ],
905 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
906 "homepage": "http://www.phpdoc.org",
907 "keywords": [
908 "FQSEN",
909 "phpDocumentor",
910 "phpdoc",
911 "reflection",
912 "static analysis"
913 ],
914 "time": "2017-09-11T18:02:19+00:00"
915 },
916 {
917 "name": "phpdocumentor/reflection-docblock",
918 "version": "3.3.2",
919 "source": {
920 "type": "git",
921 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
922 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
923 },
924 "dist": {
925 "type": "zip",
926 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
927 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
928 "shasum": ""
929 },
930 "require": {
931 "php": "^5.6 || ^7.0",
932 "phpdocumentor/reflection-common": "^1.0.0",
933 "phpdocumentor/type-resolver": "^0.4.0",
934 "webmozart/assert": "^1.0"
935 },
936 "require-dev": {
937 "mockery/mockery": "^0.9.4",
938 "phpunit/phpunit": "^4.4"
939 },
940 "type": "library",
941 "autoload": {
942 "psr-4": {
943 "phpDocumentor\\Reflection\\": [
944 "src/"
945 ]
946 }
947 },
948 "notification-url": "https://packagist.org/downloads/",
949 "license": [
950 "MIT"
951 ],
952 "authors": [
953 {
954 "name": "Mike van Riel",
955 "email": "me@mikevanriel.com"
956 }
957 ],
958 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
959 "time": "2017-11-10T14:09:06+00:00"
960 },
961 {
962 "name": "phpdocumentor/type-resolver",
963 "version": "0.4.0",
964 "source": {
965 "type": "git",
966 "url": "https://github.com/phpDocumentor/TypeResolver.git",
967 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
968 },
969 "dist": {
970 "type": "zip",
971 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
972 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
973 "shasum": ""
974 },
975 "require": {
976 "php": "^5.5 || ^7.0",
977 "phpdocumentor/reflection-common": "^1.0"
978 },
979 "require-dev": {
980 "mockery/mockery": "^0.9.4",
981 "phpunit/phpunit": "^5.2||^4.8.24"
982 },
983 "type": "library",
984 "extra": {
985 "branch-alias": {
986 "dev-master": "1.0.x-dev"
987 }
988 },
989 "autoload": {
990 "psr-4": {
991 "phpDocumentor\\Reflection\\": [
992 "src/"
993 ]
994 }
995 },
996 "notification-url": "https://packagist.org/downloads/",
997 "license": [
998 "MIT"
999 ],
1000 "authors": [
1001 {
1002 "name": "Mike van Riel",
1003 "email": "me@mikevanriel.com"
1004 }
1005 ],
1006 "time": "2017-07-14T14:27:02+00:00"
1007 },
1008 {
1009 "name": "phpspec/prophecy",
1010 "version": "1.8.0",
1011 "source": {
1012 "type": "git",
1013 "url": "https://github.com/phpspec/prophecy.git",
1014 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
1015 },
1016 "dist": {
1017 "type": "zip",
1018 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1019 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1020 "shasum": ""
1021 },
1022 "require": {
1023 "doctrine/instantiator": "^1.0.2",
1024 "php": "^5.3|^7.0",
1025 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1026 "sebastian/comparator": "^1.1|^2.0|^3.0",
1027 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1028 },
1029 "require-dev": {
1030 "phpspec/phpspec": "^2.5|^3.2",
1031 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1032 },
1033 "type": "library",
1034 "extra": {
1035 "branch-alias": {
1036 "dev-master": "1.8.x-dev"
1037 }
1038 },
1039 "autoload": {
1040 "psr-0": {
1041 "Prophecy\\": "src/"
1042 }
1043 },
1044 "notification-url": "https://packagist.org/downloads/",
1045 "license": [
1046 "MIT"
1047 ],
1048 "authors": [
1049 {
1050 "name": "Konstantin Kudryashov",
1051 "email": "ever.zet@gmail.com",
1052 "homepage": "http://everzet.com"
1053 },
1054 {
1055 "name": "Marcello Duarte",
1056 "email": "marcello.duarte@gmail.com"
1057 }
1058 ],
1059 "description": "Highly opinionated mocking framework for PHP 5.3+",
1060 "homepage": "https://github.com/phpspec/prophecy",
1061 "keywords": [
1062 "Double",
1063 "Dummy",
1064 "fake",
1065 "mock",
1066 "spy",
1067 "stub"
1068 ],
1069 "time": "2018-08-05T17:53:17+00:00"
1070 },
1071 {
1072 "name": "phpunit/php-code-coverage",
1073 "version": "4.0.8",
1074 "source": {
1075 "type": "git",
1076 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1077 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1078 },
1079 "dist": {
1080 "type": "zip",
1081 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1082 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1083 "shasum": ""
1084 },
1085 "require": {
1086 "ext-dom": "*",
1087 "ext-xmlwriter": "*",
1088 "php": "^5.6 || ^7.0",
1089 "phpunit/php-file-iterator": "^1.3",
1090 "phpunit/php-text-template": "^1.2",
1091 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1092 "sebastian/code-unit-reverse-lookup": "^1.0",
1093 "sebastian/environment": "^1.3.2 || ^2.0",
1094 "sebastian/version": "^1.0 || ^2.0"
1095 },
1096 "require-dev": {
1097 "ext-xdebug": "^2.1.4",
1098 "phpunit/phpunit": "^5.7"
1099 },
1100 "suggest": {
1101 "ext-xdebug": "^2.5.1"
1102 },
1103 "type": "library",
1104 "extra": {
1105 "branch-alias": {
1106 "dev-master": "4.0.x-dev"
1107 }
1108 },
1109 "autoload": {
1110 "classmap": [
1111 "src/"
1112 ]
1113 },
1114 "notification-url": "https://packagist.org/downloads/",
1115 "license": [
1116 "BSD-3-Clause"
1117 ],
1118 "authors": [
1119 {
1120 "name": "Sebastian Bergmann",
1121 "email": "sb@sebastian-bergmann.de",
1122 "role": "lead"
1123 }
1124 ],
1125 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1126 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1127 "keywords": [
1128 "coverage",
1129 "testing",
1130 "xunit"
1131 ],
1132 "time": "2017-04-02T07:44:40+00:00"
1133 },
1134 {
1135 "name": "phpunit/php-file-iterator",
1136 "version": "1.4.5",
1137 "source": {
1138 "type": "git",
1139 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1140 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1141 },
1142 "dist": {
1143 "type": "zip",
1144 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1145 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1146 "shasum": ""
1147 },
1148 "require": {
1149 "php": ">=5.3.3"
1150 },
1151 "type": "library",
1152 "extra": {
1153 "branch-alias": {
1154 "dev-master": "1.4.x-dev"
1155 }
1156 },
1157 "autoload": {
1158 "classmap": [
1159 "src/"
1160 ]
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "BSD-3-Clause"
1165 ],
1166 "authors": [
1167 {
1168 "name": "Sebastian Bergmann",
1169 "email": "sb@sebastian-bergmann.de",
1170 "role": "lead"
1171 }
1172 ],
1173 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1174 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1175 "keywords": [
1176 "filesystem",
1177 "iterator"
1178 ],
1179 "time": "2017-11-27T13:52:08+00:00"
1180 },
1181 {
1182 "name": "phpunit/php-timer",
1183 "version": "1.0.9",
1184 "source": {
1185 "type": "git",
1186 "url": "https://github.com/sebastianbergmann/php-timer.git",
1187 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1188 },
1189 "dist": {
1190 "type": "zip",
1191 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1192 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1193 "shasum": ""
1194 },
1195 "require": {
1196 "php": "^5.3.3 || ^7.0"
1197 },
1198 "require-dev": {
1199 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1200 },
1201 "type": "library",
1202 "extra": {
1203 "branch-alias": {
1204 "dev-master": "1.0-dev"
1205 }
1206 },
1207 "autoload": {
1208 "classmap": [
1209 "src/"
1210 ]
1211 },
1212 "notification-url": "https://packagist.org/downloads/",
1213 "license": [
1214 "BSD-3-Clause"
1215 ],
1216 "authors": [
1217 {
1218 "name": "Sebastian Bergmann",
1219 "email": "sb@sebastian-bergmann.de",
1220 "role": "lead"
1221 }
1222 ],
1223 "description": "Utility class for timing",
1224 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1225 "keywords": [
1226 "timer"
1227 ],
1228 "time": "2017-02-26T11:10:40+00:00"
1229 },
1230 {
1231 "name": "phpunit/php-token-stream",
1232 "version": "1.4.12",
1233 "source": {
1234 "type": "git",
1235 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1236 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1237 },
1238 "dist": {
1239 "type": "zip",
1240 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1241 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1242 "shasum": ""
1243 },
1244 "require": {
1245 "ext-tokenizer": "*",
1246 "php": ">=5.3.3"
1247 },
1248 "require-dev": {
1249 "phpunit/phpunit": "~4.2"
1250 },
1251 "type": "library",
1252 "extra": {
1253 "branch-alias": {
1254 "dev-master": "1.4-dev"
1255 }
1256 },
1257 "autoload": {
1258 "classmap": [
1259 "src/"
1260 ]
1261 },
1262 "notification-url": "https://packagist.org/downloads/",
1263 "license": [
1264 "BSD-3-Clause"
1265 ],
1266 "authors": [
1267 {
1268 "name": "Sebastian Bergmann",
1269 "email": "sebastian@phpunit.de"
1270 }
1271 ],
1272 "description": "Wrapper around PHP's tokenizer extension.",
1273 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1274 "keywords": [
1275 "tokenizer"
1276 ],
1277 "time": "2017-12-04T08:55:13+00:00"
1278 },
1279 {
1280 "name": "phpunit/phpcov",
1281 "version": "3.1.0",
1282 "source": {
1283 "type": "git",
1284 "url": "https://github.com/sebastianbergmann/phpcov.git",
1285 "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d"
1286 },
1287 "dist": {
1288 "type": "zip",
1289 "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d",
1290 "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d",
1291 "shasum": ""
1292 },
1293 "require": {
1294 "php": "^5.6 || ^7.0",
1295 "phpunit/php-code-coverage": "^4.0",
1296 "phpunit/phpunit": "^5.0",
1297 "sebastian/diff": "^1.1",
1298 "sebastian/finder-facade": "^1.1",
1299 "sebastian/version": "^1.0|^2.0",
1300 "symfony/console": "^2|^3"
1301 },
1302 "bin": [
1303 "phpcov"
1304 ],
1305 "type": "library",
1306 "extra": {
1307 "branch-alias": {
1308 "dev-master": "3.1.x-dev"
1309 }
1310 },
1311 "autoload": {
1312 "classmap": [
1313 "src/"
1314 ]
1315 },
1316 "notification-url": "https://packagist.org/downloads/",
1317 "license": [
1318 "BSD-3-Clause"
1319 ],
1320 "authors": [
1321 {
1322 "name": "Sebastian Bergmann",
1323 "email": "sebastian@phpunit.de",
1324 "role": "lead"
1325 }
1326 ],
1327 "description": "CLI frontend for PHP_CodeCoverage",
1328 "homepage": "https://github.com/sebastianbergmann/phpcov",
1329 "time": "2016-06-03T07:01:55+00:00"
1330 },
1331 {
1332 "name": "phpunit/phpunit",
1333 "version": "5.7.27",
1334 "source": {
1335 "type": "git",
1336 "url": "https://github.com/sebastianbergmann/phpunit.git",
1337 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1338 },
1339 "dist": {
1340 "type": "zip",
1341 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1342 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1343 "shasum": ""
1344 },
1345 "require": {
1346 "ext-dom": "*",
1347 "ext-json": "*",
1348 "ext-libxml": "*",
1349 "ext-mbstring": "*",
1350 "ext-xml": "*",
1351 "myclabs/deep-copy": "~1.3",
1352 "php": "^5.6 || ^7.0",
1353 "phpspec/prophecy": "^1.6.2",
1354 "phpunit/php-code-coverage": "^4.0.4",
1355 "phpunit/php-file-iterator": "~1.4",
1356 "phpunit/php-text-template": "~1.2",
1357 "phpunit/php-timer": "^1.0.6",
1358 "phpunit/phpunit-mock-objects": "^3.2",
1359 "sebastian/comparator": "^1.2.4",
1360 "sebastian/diff": "^1.4.3",
1361 "sebastian/environment": "^1.3.4 || ^2.0",
1362 "sebastian/exporter": "~2.0",
1363 "sebastian/global-state": "^1.1",
1364 "sebastian/object-enumerator": "~2.0",
1365 "sebastian/resource-operations": "~1.0",
1366 "sebastian/version": "^1.0.6|^2.0.1",
1367 "symfony/yaml": "~2.1|~3.0|~4.0"
1368 },
1369 "conflict": {
1370 "phpdocumentor/reflection-docblock": "3.0.2"
1371 },
1372 "require-dev": {
1373 "ext-pdo": "*"
1374 },
1375 "suggest": {
1376 "ext-xdebug": "*",
1377 "phpunit/php-invoker": "~1.1"
1378 },
1379 "bin": [
1380 "phpunit"
1381 ],
1382 "type": "library",
1383 "extra": {
1384 "branch-alias": {
1385 "dev-master": "5.7.x-dev"
1386 }
1387 },
1388 "autoload": {
1389 "classmap": [
1390 "src/"
1391 ]
1392 },
1393 "notification-url": "https://packagist.org/downloads/",
1394 "license": [
1395 "BSD-3-Clause"
1396 ],
1397 "authors": [
1398 {
1399 "name": "Sebastian Bergmann",
1400 "email": "sebastian@phpunit.de",
1401 "role": "lead"
1402 }
1403 ],
1404 "description": "The PHP Unit Testing framework.",
1405 "homepage": "https://phpunit.de/",
1406 "keywords": [
1407 "phpunit",
1408 "testing",
1409 "xunit"
1410 ],
1411 "time": "2018-02-01T05:50:59+00:00"
1412 },
1413 {
1414 "name": "phpunit/phpunit-mock-objects",
1415 "version": "3.4.4",
1416 "source": {
1417 "type": "git",
1418 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1419 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1420 },
1421 "dist": {
1422 "type": "zip",
1423 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1424 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1425 "shasum": ""
1426 },
1427 "require": {
1428 "doctrine/instantiator": "^1.0.2",
1429 "php": "^5.6 || ^7.0",
1430 "phpunit/php-text-template": "^1.2",
1431 "sebastian/exporter": "^1.2 || ^2.0"
1432 },
1433 "conflict": {
1434 "phpunit/phpunit": "<5.4.0"
1435 },
1436 "require-dev": {
1437 "phpunit/phpunit": "^5.4"
1438 },
1439 "suggest": {
1440 "ext-soap": "*"
1441 },
1442 "type": "library",
1443 "extra": {
1444 "branch-alias": {
1445 "dev-master": "3.2.x-dev"
1446 }
1447 },
1448 "autoload": {
1449 "classmap": [
1450 "src/"
1451 ]
1452 },
1453 "notification-url": "https://packagist.org/downloads/",
1454 "license": [
1455 "BSD-3-Clause"
1456 ],
1457 "authors": [
1458 {
1459 "name": "Sebastian Bergmann",
1460 "email": "sb@sebastian-bergmann.de",
1461 "role": "lead"
1462 }
1463 ],
1464 "description": "Mock Object library for PHPUnit",
1465 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1466 "keywords": [
1467 "mock",
1468 "xunit"
1469 ],
1470 "time": "2017-06-30T09:13:00+00:00"
1471 },
1472 {
1473 "name": "roave/security-advisories",
1474 "version": "dev-master",
1475 "source": {
1476 "type": "git",
1477 "url": "https://github.com/Roave/SecurityAdvisories.git",
1478 "reference": "d155baccb43ba2542941fbcba258b85ce7786419"
1479 },
1480 "dist": {
1481 "type": "zip",
1482 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d155baccb43ba2542941fbcba258b85ce7786419",
1483 "reference": "d155baccb43ba2542941fbcba258b85ce7786419",
1484 "shasum": ""
1485 },
1486 "conflict": {
1487 "3f/pygmentize": "<1.2",
1488 "adodb/adodb-php": "<5.20.12",
1489 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
1490 "amphp/artax": "<1.0.6|>=2,<2.0.6",
1491 "amphp/http": "<1.0.1",
1492 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
1493 "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
1494 "aws/aws-sdk-php": ">=3,<3.2.1",
1495 "brightlocal/phpwhois": "<=4.2.5",
1496 "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
1497 "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4",
1498 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
1499 "cartalyst/sentry": "<=2.1.6",
1500 "codeigniter/framework": "<=3.0.6",
1501 "composer/composer": "<=1.0.0-alpha11",
1502 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
1503 "contao/core": ">=2,<3.5.35",
1504 "contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
1505 "contao/listing-bundle": ">=4,<4.4.8",
1506 "contao/newsletter-bundle": ">=4,<4.1",
1507 "david-garcia/phpwhois": "<=4.3.1",
1508 "doctrine/annotations": ">=1,<1.2.7",
1509 "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
1510 "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
1511 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
1512 "doctrine/doctrine-bundle": "<1.5.2",
1513 "doctrine/doctrine-module": "<=0.7.1",
1514 "doctrine/mongodb-odm": ">=1,<1.0.2",
1515 "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
1516 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
1517 "dompdf/dompdf": ">=0.6,<0.6.2",
1518 "drupal/core": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
1519 "drupal/drupal": ">=7,<7.60|>=8,<8.5.8|>=8.6,<8.6.2",
1520 "erusev/parsedown": "<1.7",
1521 "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1",
1522 "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3",
1523 "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
1524 "ezyang/htmlpurifier": "<4.1.1",
1525 "firebase/php-jwt": "<2",
1526 "fooman/tcpdf": "<6.2.22",
1527 "fossar/tcpdf-parser": "<6.2.22",
1528 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
1529 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
1530 "fuel/core": "<1.8.1",
1531 "gree/jose": "<=2.2",
1532 "gregwar/rst": "<1.0.3",
1533 "guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
1534 "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
1535 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
1536 "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
1537 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
1538 "ivankristianto/phpwhois": "<=4.3",
1539 "james-heinrich/getid3": "<1.9.9",
1540 "joomla/session": "<1.3.1",
1541 "jsmitty12/phpwhois": "<5.1",
1542 "kazist/phpwhois": "<=4.2.6",
1543 "kreait/firebase-php": ">=3.2,<3.8.1",
1544 "la-haute-societe/tcpdf": "<6.2.22",
1545 "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
1546 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
1547 "league/commonmark": ">=0.15.6,<0.18.1",
1548 "magento/magento1ce": "<1.9.4",
1549 "magento/magento1ee": ">=1.9,<1.14.4",
1550 "magento/product-community-edition": ">=2,<2.2.7",
1551 "monolog/monolog": ">=1.8,<1.12",
1552 "namshi/jose": "<2.2",
1553 "onelogin/php-saml": "<2.10.4",
1554 "openid/php-openid": "<2.3",
1555 "oro/crm": ">=1.7,<1.7.4",
1556 "oro/platform": ">=1.7,<1.7.4",
1557 "padraic/humbug_get_contents": "<1.1.2",
1558 "pagarme/pagarme-php": ">=0,<3",
1559 "paragonie/random_compat": "<2",
1560 "paypal/merchant-sdk-php": "<3.12",
1561 "pear/archive_tar": "<1.4.4",
1562 "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
1563 "phpoffice/phpexcel": "<=1.8.1",
1564 "phpoffice/phpspreadsheet": "<=1.5",
1565 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
1566 "phpwhois/phpwhois": "<=4.2.5",
1567 "phpxmlrpc/extras": "<0.6.1",
1568 "propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
1569 "propel/propel1": ">=1,<=1.7.1",
1570 "pusher/pusher-php-server": "<2.2.1",
1571 "robrichards/xmlseclibs": ">=1,<3.0.2",
1572 "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
1573 "sensiolabs/connect": "<4.2.3",
1574 "serluck/phpwhois": "<=4.2.6",
1575 "shopware/shopware": "<5.3.7",
1576 "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
1577 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
1578 "silverstripe/framework": ">=3,<3.3",
1579 "silverstripe/userforms": "<3",
1580 "simple-updates/phpwhois": "<=1",
1581 "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
1582 "simplesamlphp/simplesamlphp": "<1.16.3",
1583 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
1584 "slim/slim": "<2.6",
1585 "smarty/smarty": "<3.1.33",
1586 "socalnick/scn-social-auth": "<1.15.2",
1587 "spoonity/tcpdf": "<6.2.22",
1588 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
1589 "stormpath/sdk": ">=0,<9.9.99",
1590 "swiftmailer/swiftmailer": ">=4,<5.4.5",
1591 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1592 "sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
1593 "symfony/dependency-injection": ">=2,<2.0.17",
1594 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
1595 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
1596 "symfony/http-foundation": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3",
1597 "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
1598 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
1599 "symfony/polyfill": ">=1,<1.10",
1600 "symfony/polyfill-php55": ">=1,<1.10",
1601 "symfony/routing": ">=2,<2.0.19",
1602 "symfony/security": ">=2,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.19|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
1603 "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1604 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
1605 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1606 "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
1607 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
1608 "symfony/serializer": ">=2,<2.0.11",
1609 "symfony/symfony": ">=2,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
1610 "symfony/translation": ">=2,<2.0.17",
1611 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
1612 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
1613 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
1614 "tecnickcom/tcpdf": "<6.2.22",
1615 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
1616 "thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
1617 "theonedemon/phpwhois": "<=4.2.5",
1618 "titon/framework": ">=0,<9.9.99",
1619 "truckersmp/phpwhois": "<=4.3.1",
1620 "twig/twig": "<1.20",
1621 "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.21|>=9,<9.5.2",
1622 "typo3/cms-core": ">=8,<8.7.21|>=9,<9.5.2",
1623 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
1624 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
1625 "ua-parser/uap-php": "<3.8",
1626 "wallabag/tcpdf": "<6.2.22",
1627 "willdurand/js-translation-bundle": "<2.1.1",
1628 "yiisoft/yii": ">=1.1.14,<1.1.15",
1629 "yiisoft/yii2": "<2.0.15",
1630 "yiisoft/yii2-bootstrap": "<2.0.4",
1631 "yiisoft/yii2-dev": "<2.0.15",
1632 "yiisoft/yii2-elasticsearch": "<2.0.5",
1633 "yiisoft/yii2-gii": "<2.0.4",
1634 "yiisoft/yii2-jui": "<2.0.4",
1635 "yiisoft/yii2-redis": "<2.0.8",
1636 "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
1637 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
1638 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
1639 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
1640 "zendframework/zend-diactoros": ">=1,<1.8.4",
1641 "zendframework/zend-feed": ">=1,<2.10.3",
1642 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
1643 "zendframework/zend-http": ">=1,<2.8.1",
1644 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1645 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
1646 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
1647 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
1648 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
1649 "zendframework/zend-validator": ">=2.3,<2.3.6",
1650 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
1651 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
1652 "zendframework/zendframework": "<2.5.1",
1653 "zendframework/zendframework1": "<1.12.20",
1654 "zendframework/zendopenid": ">=2,<2.0.2",
1655 "zendframework/zendxml": ">=1,<1.0.1",
1656 "zetacomponents/mail": "<1.8.2",
1657 "zf-commons/zfc-user": "<1.2.2",
1658 "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
1659 "zfr/zfr-oauth2-server-module": "<0.1.2"
1660 },
1661 "type": "metapackage",
1662 "notification-url": "https://packagist.org/downloads/",
1663 "license": [
1664 "MIT"
1665 ],
1666 "authors": [
1667 {
1668 "name": "Marco Pivetta",
1669 "email": "ocramius@gmail.com",
1670 "role": "maintainer"
1671 }
1672 ],
1673 "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
1674 "time": "2019-01-15T19:39:37+00:00"
1675 },
1676 {
1677 "name": "sebastian/code-unit-reverse-lookup",
1678 "version": "1.0.1",
1679 "source": {
1680 "type": "git",
1681 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1682 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1683 },
1684 "dist": {
1685 "type": "zip",
1686 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1687 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1688 "shasum": ""
1689 },
1690 "require": {
1691 "php": "^5.6 || ^7.0"
1692 },
1693 "require-dev": {
1694 "phpunit/phpunit": "^5.7 || ^6.0"
1695 },
1696 "type": "library",
1697 "extra": {
1698 "branch-alias": {
1699 "dev-master": "1.0.x-dev"
1700 }
1701 },
1702 "autoload": {
1703 "classmap": [
1704 "src/"
1705 ]
1706 },
1707 "notification-url": "https://packagist.org/downloads/",
1708 "license": [
1709 "BSD-3-Clause"
1710 ],
1711 "authors": [
1712 {
1713 "name": "Sebastian Bergmann",
1714 "email": "sebastian@phpunit.de"
1715 }
1716 ],
1717 "description": "Looks up which function or method a line of code belongs to",
1718 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1719 "time": "2017-03-04T06:30:41+00:00"
1720 },
1721 {
1722 "name": "sebastian/comparator",
1723 "version": "1.2.4",
1724 "source": {
1725 "type": "git",
1726 "url": "https://github.com/sebastianbergmann/comparator.git",
1727 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1728 },
1729 "dist": {
1730 "type": "zip",
1731 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1732 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1733 "shasum": ""
1734 },
1735 "require": {
1736 "php": ">=5.3.3",
1737 "sebastian/diff": "~1.2",
1738 "sebastian/exporter": "~1.2 || ~2.0"
1739 },
1740 "require-dev": {
1741 "phpunit/phpunit": "~4.4"
1742 },
1743 "type": "library",
1744 "extra": {
1745 "branch-alias": {
1746 "dev-master": "1.2.x-dev"
1747 }
1748 },
1749 "autoload": {
1750 "classmap": [
1751 "src/"
1752 ]
1753 },
1754 "notification-url": "https://packagist.org/downloads/",
1755 "license": [
1756 "BSD-3-Clause"
1757 ],
1758 "authors": [
1759 {
1760 "name": "Jeff Welch",
1761 "email": "whatthejeff@gmail.com"
1762 },
1763 {
1764 "name": "Volker Dusch",
1765 "email": "github@wallbash.com"
1766 },
1767 {
1768 "name": "Bernhard Schussek",
1769 "email": "bschussek@2bepublished.at"
1770 },
1771 {
1772 "name": "Sebastian Bergmann",
1773 "email": "sebastian@phpunit.de"
1774 }
1775 ],
1776 "description": "Provides the functionality to compare PHP values for equality",
1777 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1778 "keywords": [
1779 "comparator",
1780 "compare",
1781 "equality"
1782 ],
1783 "time": "2017-01-29T09:50:25+00:00"
1784 },
1785 {
1786 "name": "sebastian/diff",
1787 "version": "1.4.3",
1788 "source": {
1789 "type": "git",
1790 "url": "https://github.com/sebastianbergmann/diff.git",
1791 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1792 },
1793 "dist": {
1794 "type": "zip",
1795 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1796 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1797 "shasum": ""
1798 },
1799 "require": {
1800 "php": "^5.3.3 || ^7.0"
1801 },
1802 "require-dev": {
1803 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1804 },
1805 "type": "library",
1806 "extra": {
1807 "branch-alias": {
1808 "dev-master": "1.4-dev"
1809 }
1810 },
1811 "autoload": {
1812 "classmap": [
1813 "src/"
1814 ]
1815 },
1816 "notification-url": "https://packagist.org/downloads/",
1817 "license": [
1818 "BSD-3-Clause"
1819 ],
1820 "authors": [
1821 {
1822 "name": "Kore Nordmann",
1823 "email": "mail@kore-nordmann.de"
1824 },
1825 {
1826 "name": "Sebastian Bergmann",
1827 "email": "sebastian@phpunit.de"
1828 }
1829 ],
1830 "description": "Diff implementation",
1831 "homepage": "https://github.com/sebastianbergmann/diff",
1832 "keywords": [
1833 "diff"
1834 ],
1835 "time": "2017-05-22T07:24:03+00:00"
1836 },
1837 {
1838 "name": "sebastian/environment",
1839 "version": "2.0.0",
1840 "source": {
1841 "type": "git",
1842 "url": "https://github.com/sebastianbergmann/environment.git",
1843 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1844 },
1845 "dist": {
1846 "type": "zip",
1847 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1848 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1849 "shasum": ""
1850 },
1851 "require": {
1852 "php": "^5.6 || ^7.0"
1853 },
1854 "require-dev": {
1855 "phpunit/phpunit": "^5.0"
1856 },
1857 "type": "library",
1858 "extra": {
1859 "branch-alias": {
1860 "dev-master": "2.0.x-dev"
1861 }
1862 },
1863 "autoload": {
1864 "classmap": [
1865 "src/"
1866 ]
1867 },
1868 "notification-url": "https://packagist.org/downloads/",
1869 "license": [
1870 "BSD-3-Clause"
1871 ],
1872 "authors": [
1873 {
1874 "name": "Sebastian Bergmann",
1875 "email": "sebastian@phpunit.de"
1876 }
1877 ],
1878 "description": "Provides functionality to handle HHVM/PHP environments",
1879 "homepage": "http://www.github.com/sebastianbergmann/environment",
1880 "keywords": [
1881 "Xdebug",
1882 "environment",
1883 "hhvm"
1884 ],
1885 "time": "2016-11-26T07:53:53+00:00"
1886 },
1887 {
1888 "name": "sebastian/exporter",
1889 "version": "2.0.0",
1890 "source": {
1891 "type": "git",
1892 "url": "https://github.com/sebastianbergmann/exporter.git",
1893 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1894 },
1895 "dist": {
1896 "type": "zip",
1897 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1898 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1899 "shasum": ""
1900 },
1901 "require": {
1902 "php": ">=5.3.3",
1903 "sebastian/recursion-context": "~2.0"
1904 },
1905 "require-dev": {
1906 "ext-mbstring": "*",
1907 "phpunit/phpunit": "~4.4"
1908 },
1909 "type": "library",
1910 "extra": {
1911 "branch-alias": {
1912 "dev-master": "2.0.x-dev"
1913 }
1914 },
1915 "autoload": {
1916 "classmap": [
1917 "src/"
1918 ]
1919 },
1920 "notification-url": "https://packagist.org/downloads/",
1921 "license": [
1922 "BSD-3-Clause"
1923 ],
1924 "authors": [
1925 {
1926 "name": "Jeff Welch",
1927 "email": "whatthejeff@gmail.com"
1928 },
1929 {
1930 "name": "Volker Dusch",
1931 "email": "github@wallbash.com"
1932 },
1933 {
1934 "name": "Bernhard Schussek",
1935 "email": "bschussek@2bepublished.at"
1936 },
1937 {
1938 "name": "Sebastian Bergmann",
1939 "email": "sebastian@phpunit.de"
1940 },
1941 {
1942 "name": "Adam Harvey",
1943 "email": "aharvey@php.net"
1944 }
1945 ],
1946 "description": "Provides the functionality to export PHP variables for visualization",
1947 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1948 "keywords": [
1949 "export",
1950 "exporter"
1951 ],
1952 "time": "2016-11-19T08:54:04+00:00"
1953 },
1954 {
1955 "name": "sebastian/finder-facade",
1956 "version": "1.2.2",
1957 "source": {
1958 "type": "git",
1959 "url": "https://github.com/sebastianbergmann/finder-facade.git",
1960 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
1961 },
1962 "dist": {
1963 "type": "zip",
1964 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
1965 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
1966 "shasum": ""
1967 },
1968 "require": {
1969 "symfony/finder": "~2.3|~3.0|~4.0",
1970 "theseer/fdomdocument": "~1.3"
1971 },
1972 "type": "library",
1973 "autoload": {
1974 "classmap": [
1975 "src/"
1976 ]
1977 },
1978 "notification-url": "https://packagist.org/downloads/",
1979 "license": [
1980 "BSD-3-Clause"
1981 ],
1982 "authors": [
1983 {
1984 "name": "Sebastian Bergmann",
1985 "email": "sebastian@phpunit.de",
1986 "role": "lead"
1987 }
1988 ],
1989 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
1990 "homepage": "https://github.com/sebastianbergmann/finder-facade",
1991 "time": "2017-11-18T17:31:49+00:00"
1992 },
1993 {
1994 "name": "sebastian/global-state",
1995 "version": "1.1.1",
1996 "source": {
1997 "type": "git",
1998 "url": "https://github.com/sebastianbergmann/global-state.git",
1999 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2000 },
2001 "dist": {
2002 "type": "zip",
2003 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2004 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2005 "shasum": ""
2006 },
2007 "require": {
2008 "php": ">=5.3.3"
2009 },
2010 "require-dev": {
2011 "phpunit/phpunit": "~4.2"
2012 },
2013 "suggest": {
2014 "ext-uopz": "*"
2015 },
2016 "type": "library",
2017 "extra": {
2018 "branch-alias": {
2019 "dev-master": "1.0-dev"
2020 }
2021 },
2022 "autoload": {
2023 "classmap": [
2024 "src/"
2025 ]
2026 },
2027 "notification-url": "https://packagist.org/downloads/",
2028 "license": [
2029 "BSD-3-Clause"
2030 ],
2031 "authors": [
2032 {
2033 "name": "Sebastian Bergmann",
2034 "email": "sebastian@phpunit.de"
2035 }
2036 ],
2037 "description": "Snapshotting of global state",
2038 "homepage": "http://www.github.com/sebastianbergmann/global-state",
2039 "keywords": [
2040 "global state"
2041 ],
2042 "time": "2015-10-12T03:26:01+00:00"
2043 },
2044 {
2045 "name": "sebastian/object-enumerator",
2046 "version": "2.0.1",
2047 "source": {
2048 "type": "git",
2049 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2050 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2051 },
2052 "dist": {
2053 "type": "zip",
2054 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2055 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2056 "shasum": ""
2057 },
2058 "require": {
2059 "php": ">=5.6",
2060 "sebastian/recursion-context": "~2.0"
2061 },
2062 "require-dev": {
2063 "phpunit/phpunit": "~5"
2064 },
2065 "type": "library",
2066 "extra": {
2067 "branch-alias": {
2068 "dev-master": "2.0.x-dev"
2069 }
2070 },
2071 "autoload": {
2072 "classmap": [
2073 "src/"
2074 ]
2075 },
2076 "notification-url": "https://packagist.org/downloads/",
2077 "license": [
2078 "BSD-3-Clause"
2079 ],
2080 "authors": [
2081 {
2082 "name": "Sebastian Bergmann",
2083 "email": "sebastian@phpunit.de"
2084 }
2085 ],
2086 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2087 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2088 "time": "2017-02-18T15:18:39+00:00"
2089 },
2090 {
2091 "name": "sebastian/recursion-context",
2092 "version": "2.0.0",
2093 "source": {
2094 "type": "git",
2095 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2096 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2097 },
2098 "dist": {
2099 "type": "zip",
2100 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2101 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2102 "shasum": ""
2103 },
2104 "require": {
2105 "php": ">=5.3.3"
2106 },
2107 "require-dev": {
2108 "phpunit/phpunit": "~4.4"
2109 },
2110 "type": "library",
2111 "extra": {
2112 "branch-alias": {
2113 "dev-master": "2.0.x-dev"
2114 }
2115 },
2116 "autoload": {
2117 "classmap": [
2118 "src/"
2119 ]
2120 },
2121 "notification-url": "https://packagist.org/downloads/",
2122 "license": [
2123 "BSD-3-Clause"
2124 ],
2125 "authors": [
2126 {
2127 "name": "Jeff Welch",
2128 "email": "whatthejeff@gmail.com"
2129 },
2130 {
2131 "name": "Sebastian Bergmann",
2132 "email": "sebastian@phpunit.de"
2133 },
2134 {
2135 "name": "Adam Harvey",
2136 "email": "aharvey@php.net"
2137 }
2138 ],
2139 "description": "Provides functionality to recursively process PHP variables",
2140 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2141 "time": "2016-11-19T07:33:16+00:00"
2142 },
2143 {
2144 "name": "sebastian/resource-operations",
2145 "version": "1.0.0",
2146 "source": {
2147 "type": "git",
2148 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2149 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2150 },
2151 "dist": {
2152 "type": "zip",
2153 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2154 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2155 "shasum": ""
2156 },
2157 "require": {
2158 "php": ">=5.6.0"
2159 },
2160 "type": "library",
2161 "extra": {
2162 "branch-alias": {
2163 "dev-master": "1.0.x-dev"
2164 }
2165 },
2166 "autoload": {
2167 "classmap": [
2168 "src/"
2169 ]
2170 },
2171 "notification-url": "https://packagist.org/downloads/",
2172 "license": [
2173 "BSD-3-Clause"
2174 ],
2175 "authors": [
2176 {
2177 "name": "Sebastian Bergmann",
2178 "email": "sebastian@phpunit.de"
2179 }
2180 ],
2181 "description": "Provides a list of PHP built-in functions that operate on resources",
2182 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2183 "time": "2015-07-28T20:34:47+00:00"
2184 },
2185 {
2186 "name": "sebastian/version",
2187 "version": "2.0.1",
2188 "source": {
2189 "type": "git",
2190 "url": "https://github.com/sebastianbergmann/version.git",
2191 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2192 },
2193 "dist": {
2194 "type": "zip",
2195 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2196 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2197 "shasum": ""
2198 },
2199 "require": {
2200 "php": ">=5.6"
2201 },
2202 "type": "library",
2203 "extra": {
2204 "branch-alias": {
2205 "dev-master": "2.0.x-dev"
2206 }
2207 },
2208 "autoload": {
2209 "classmap": [
2210 "src/"
2211 ]
2212 },
2213 "notification-url": "https://packagist.org/downloads/",
2214 "license": [
2215 "BSD-3-Clause"
2216 ],
2217 "authors": [
2218 {
2219 "name": "Sebastian Bergmann",
2220 "email": "sebastian@phpunit.de",
2221 "role": "lead"
2222 }
2223 ],
2224 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2225 "homepage": "https://github.com/sebastianbergmann/version",
2226 "time": "2016-10-03T07:35:21+00:00"
2227 },
2228 {
2229 "name": "squizlabs/php_codesniffer",
2230 "version": "2.9.2",
2231 "source": {
2232 "type": "git",
2233 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2234 "reference": "2acf168de78487db620ab4bc524135a13cfe6745"
2235 },
2236 "dist": {
2237 "type": "zip",
2238 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745",
2239 "reference": "2acf168de78487db620ab4bc524135a13cfe6745",
2240 "shasum": ""
2241 },
2242 "require": {
2243 "ext-simplexml": "*",
2244 "ext-tokenizer": "*",
2245 "ext-xmlwriter": "*",
2246 "php": ">=5.1.2"
2247 },
2248 "require-dev": {
2249 "phpunit/phpunit": "~4.0"
2250 },
2251 "bin": [
2252 "scripts/phpcs",
2253 "scripts/phpcbf"
2254 ],
2255 "type": "library",
2256 "extra": {
2257 "branch-alias": {
2258 "dev-master": "2.x-dev"
2259 }
2260 },
2261 "autoload": {
2262 "classmap": [
2263 "CodeSniffer.php",
2264 "CodeSniffer/CLI.php",
2265 "CodeSniffer/Exception.php",
2266 "CodeSniffer/File.php",
2267 "CodeSniffer/Fixer.php",
2268 "CodeSniffer/Report.php",
2269 "CodeSniffer/Reporting.php",
2270 "CodeSniffer/Sniff.php",
2271 "CodeSniffer/Tokens.php",
2272 "CodeSniffer/Reports/",
2273 "CodeSniffer/Tokenizers/",
2274 "CodeSniffer/DocGenerators/",
2275 "CodeSniffer/Standards/AbstractPatternSniff.php",
2276 "CodeSniffer/Standards/AbstractScopeSniff.php",
2277 "CodeSniffer/Standards/AbstractVariableSniff.php",
2278 "CodeSniffer/Standards/IncorrectPatternException.php",
2279 "CodeSniffer/Standards/Generic/Sniffs/",
2280 "CodeSniffer/Standards/MySource/Sniffs/",
2281 "CodeSniffer/Standards/PEAR/Sniffs/",
2282 "CodeSniffer/Standards/PSR1/Sniffs/",
2283 "CodeSniffer/Standards/PSR2/Sniffs/",
2284 "CodeSniffer/Standards/Squiz/Sniffs/",
2285 "CodeSniffer/Standards/Zend/Sniffs/"
2286 ]
2287 },
2288 "notification-url": "https://packagist.org/downloads/",
2289 "license": [
2290 "BSD-3-Clause"
2291 ],
2292 "authors": [
2293 {
2294 "name": "Greg Sherwood",
2295 "role": "lead"
2296 }
2297 ],
2298 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2299 "homepage": "http://www.squizlabs.com/php-codesniffer",
2300 "keywords": [
2301 "phpcs",
2302 "standards"
2303 ],
2304 "time": "2018-11-07T22:31:41+00:00"
2305 },
2306 {
2307 "name": "symfony/console",
2308 "version": "v3.4.21",
2309 "source": {
2310 "type": "git",
2311 "url": "https://github.com/symfony/console.git",
2312 "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a"
2313 },
2314 "dist": {
2315 "type": "zip",
2316 "url": "https://api.github.com/repos/symfony/console/zipball/a700b874d3692bc8342199adfb6d3b99f62cc61a",
2317 "reference": "a700b874d3692bc8342199adfb6d3b99f62cc61a",
2318 "shasum": ""
2319 },
2320 "require": {
2321 "php": "^5.5.9|>=7.0.8",
2322 "symfony/debug": "~2.8|~3.0|~4.0",
2323 "symfony/polyfill-mbstring": "~1.0"
2324 },
2325 "conflict": {
2326 "symfony/dependency-injection": "<3.4",
2327 "symfony/process": "<3.3"
2328 },
2329 "require-dev": {
2330 "psr/log": "~1.0",
2331 "symfony/config": "~3.3|~4.0",
2332 "symfony/dependency-injection": "~3.4|~4.0",
2333 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2334 "symfony/lock": "~3.4|~4.0",
2335 "symfony/process": "~3.3|~4.0"
2336 },
2337 "suggest": {
2338 "psr/log-implementation": "For using the console logger",
2339 "symfony/event-dispatcher": "",
2340 "symfony/lock": "",
2341 "symfony/process": ""
2342 },
2343 "type": "library",
2344 "extra": {
2345 "branch-alias": {
2346 "dev-master": "3.4-dev"
2347 }
2348 },
2349 "autoload": {
2350 "psr-4": {
2351 "Symfony\\Component\\Console\\": ""
2352 },
2353 "exclude-from-classmap": [
2354 "/Tests/"
2355 ]
2356 },
2357 "notification-url": "https://packagist.org/downloads/",
2358 "license": [
2359 "MIT"
2360 ],
2361 "authors": [
2362 {
2363 "name": "Fabien Potencier",
2364 "email": "fabien@symfony.com"
2365 },
2366 {
2367 "name": "Symfony Community",
2368 "homepage": "https://symfony.com/contributors"
2369 }
2370 ],
2371 "description": "Symfony Console Component",
2372 "homepage": "https://symfony.com",
2373 "time": "2019-01-04T04:42:43+00:00"
2374 },
2375 {
2376 "name": "symfony/debug",
2377 "version": "v3.4.21",
2378 "source": {
2379 "type": "git",
2380 "url": "https://github.com/symfony/debug.git",
2381 "reference": "26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186"
2382 },
2383 "dist": {
2384 "type": "zip",
2385 "url": "https://api.github.com/repos/symfony/debug/zipball/26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186",
2386 "reference": "26d7f23b9bd0b93bee5583e4d6ca5cb1ab31b186",
2387 "shasum": ""
2388 },
2389 "require": {
2390 "php": "^5.5.9|>=7.0.8",
2391 "psr/log": "~1.0"
2392 },
2393 "conflict": {
2394 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2395 },
2396 "require-dev": {
2397 "symfony/http-kernel": "~2.8|~3.0|~4.0"
2398 },
2399 "type": "library",
2400 "extra": {
2401 "branch-alias": {
2402 "dev-master": "3.4-dev"
2403 }
2404 },
2405 "autoload": {
2406 "psr-4": {
2407 "Symfony\\Component\\Debug\\": ""
2408 },
2409 "exclude-from-classmap": [
2410 "/Tests/"
2411 ]
2412 },
2413 "notification-url": "https://packagist.org/downloads/",
2414 "license": [
2415 "MIT"
2416 ],
2417 "authors": [
2418 {
2419 "name": "Fabien Potencier",
2420 "email": "fabien@symfony.com"
2421 },
2422 {
2423 "name": "Symfony Community",
2424 "homepage": "https://symfony.com/contributors"
2425 }
2426 ],
2427 "description": "Symfony Debug Component",
2428 "homepage": "https://symfony.com",
2429 "time": "2019-01-01T13:45:19+00:00"
2430 },
2431 {
2432 "name": "symfony/finder",
2433 "version": "v3.4.21",
2434 "source": {
2435 "type": "git",
2436 "url": "https://github.com/symfony/finder.git",
2437 "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e"
2438 },
2439 "dist": {
2440 "type": "zip",
2441 "url": "https://api.github.com/repos/symfony/finder/zipball/3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e",
2442 "reference": "3f2a2ab6315dd7682d4c16dcae1e7b95c8b8555e",
2443 "shasum": ""
2444 },
2445 "require": {
2446 "php": "^5.5.9|>=7.0.8"
2447 },
2448 "type": "library",
2449 "extra": {
2450 "branch-alias": {
2451 "dev-master": "3.4-dev"
2452 }
2453 },
2454 "autoload": {
2455 "psr-4": {
2456 "Symfony\\Component\\Finder\\": ""
2457 },
2458 "exclude-from-classmap": [
2459 "/Tests/"
2460 ]
2461 },
2462 "notification-url": "https://packagist.org/downloads/",
2463 "license": [
2464 "MIT"
2465 ],
2466 "authors": [
2467 {
2468 "name": "Fabien Potencier",
2469 "email": "fabien@symfony.com"
2470 },
2471 {
2472 "name": "Symfony Community",
2473 "homepage": "https://symfony.com/contributors"
2474 }
2475 ],
2476 "description": "Symfony Finder Component",
2477 "homepage": "https://symfony.com",
2478 "time": "2019-01-01T13:45:19+00:00"
2479 },
2480 {
2481 "name": "symfony/polyfill-ctype",
2482 "version": "v1.10.0",
2483 "source": {
2484 "type": "git",
2485 "url": "https://github.com/symfony/polyfill-ctype.git",
2486 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2487 },
2488 "dist": {
2489 "type": "zip",
2490 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2491 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2492 "shasum": ""
2493 },
2494 "require": {
2495 "php": ">=5.3.3"
2496 },
2497 "suggest": {
2498 "ext-ctype": "For best performance"
2499 },
2500 "type": "library",
2501 "extra": {
2502 "branch-alias": {
2503 "dev-master": "1.9-dev"
2504 }
2505 },
2506 "autoload": {
2507 "psr-4": {
2508 "Symfony\\Polyfill\\Ctype\\": ""
2509 },
2510 "files": [
2511 "bootstrap.php"
2512 ]
2513 },
2514 "notification-url": "https://packagist.org/downloads/",
2515 "license": [
2516 "MIT"
2517 ],
2518 "authors": [
2519 {
2520 "name": "Symfony Community",
2521 "homepage": "https://symfony.com/contributors"
2522 },
2523 {
2524 "name": "Gert de Pagter",
2525 "email": "BackEndTea@gmail.com"
2526 }
2527 ],
2528 "description": "Symfony polyfill for ctype functions",
2529 "homepage": "https://symfony.com",
2530 "keywords": [
2531 "compatibility",
2532 "ctype",
2533 "polyfill",
2534 "portable"
2535 ],
2536 "time": "2018-08-06T14:22:27+00:00"
2537 },
2538 {
2539 "name": "symfony/polyfill-mbstring",
2540 "version": "v1.10.0",
2541 "source": {
2542 "type": "git",
2543 "url": "https://github.com/symfony/polyfill-mbstring.git",
2544 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2545 },
2546 "dist": {
2547 "type": "zip",
2548 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
2549 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2550 "shasum": ""
2551 },
2552 "require": {
2553 "php": ">=5.3.3"
2554 },
2555 "suggest": {
2556 "ext-mbstring": "For best performance"
2557 },
2558 "type": "library",
2559 "extra": {
2560 "branch-alias": {
2561 "dev-master": "1.9-dev"
2562 }
2563 },
2564 "autoload": {
2565 "psr-4": {
2566 "Symfony\\Polyfill\\Mbstring\\": ""
2567 },
2568 "files": [
2569 "bootstrap.php"
2570 ]
2571 },
2572 "notification-url": "https://packagist.org/downloads/",
2573 "license": [
2574 "MIT"
2575 ],
2576 "authors": [
2577 {
2578 "name": "Nicolas Grekas",
2579 "email": "p@tchwork.com"
2580 },
2581 {
2582 "name": "Symfony Community",
2583 "homepage": "https://symfony.com/contributors"
2584 }
2585 ],
2586 "description": "Symfony polyfill for the Mbstring extension",
2587 "homepage": "https://symfony.com",
2588 "keywords": [
2589 "compatibility",
2590 "mbstring",
2591 "polyfill",
2592 "portable",
2593 "shim"
2594 ],
2595 "time": "2018-09-21T13:07:52+00:00"
2596 },
2597 {
2598 "name": "symfony/yaml",
2599 "version": "v3.4.21",
2600 "source": {
2601 "type": "git",
2602 "url": "https://github.com/symfony/yaml.git",
2603 "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea"
2604 },
2605 "dist": {
2606 "type": "zip",
2607 "url": "https://api.github.com/repos/symfony/yaml/zipball/554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
2608 "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
2609 "shasum": ""
2610 },
2611 "require": {
2612 "php": "^5.5.9|>=7.0.8",
2613 "symfony/polyfill-ctype": "~1.8"
2614 },
2615 "conflict": {
2616 "symfony/console": "<3.4"
2617 },
2618 "require-dev": {
2619 "symfony/console": "~3.4|~4.0"
2620 },
2621 "suggest": {
2622 "symfony/console": "For validating YAML files using the lint command"
2623 },
2624 "type": "library",
2625 "extra": {
2626 "branch-alias": {
2627 "dev-master": "3.4-dev"
2628 }
2629 },
2630 "autoload": {
2631 "psr-4": {
2632 "Symfony\\Component\\Yaml\\": ""
2633 },
2634 "exclude-from-classmap": [
2635 "/Tests/"
2636 ]
2637 },
2638 "notification-url": "https://packagist.org/downloads/",
2639 "license": [
2640 "MIT"
2641 ],
2642 "authors": [
2643 {
2644 "name": "Fabien Potencier",
2645 "email": "fabien@symfony.com"
2646 },
2647 {
2648 "name": "Symfony Community",
2649 "homepage": "https://symfony.com/contributors"
2650 }
2651 ],
2652 "description": "Symfony Yaml Component",
2653 "homepage": "https://symfony.com",
2654 "time": "2019-01-01T13:45:19+00:00"
2655 },
2656 {
2657 "name": "theseer/fdomdocument",
2658 "version": "1.6.6",
2659 "source": {
2660 "type": "git",
2661 "url": "https://github.com/theseer/fDOMDocument.git",
2662 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
2663 },
2664 "dist": {
2665 "type": "zip",
2666 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2667 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2668 "shasum": ""
2669 },
2670 "require": {
2671 "ext-dom": "*",
2672 "lib-libxml": "*",
2673 "php": ">=5.3.3"
2674 },
2675 "type": "library",
2676 "autoload": {
2677 "classmap": [
2678 "src/"
2679 ]
2680 },
2681 "notification-url": "https://packagist.org/downloads/",
2682 "license": [
2683 "BSD-3-Clause"
2684 ],
2685 "authors": [
2686 {
2687 "name": "Arne Blankerts",
2688 "email": "arne@blankerts.de",
2689 "role": "lead"
2690 }
2691 ],
2692 "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
2693 "homepage": "https://github.com/theseer/fDOMDocument",
2694 "time": "2017-06-30T11:53:12+00:00"
2695 },
2696 {
2697 "name": "webmozart/assert",
2698 "version": "1.4.0",
2699 "source": {
2700 "type": "git",
2701 "url": "https://github.com/webmozart/assert.git",
2702 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
2703 },
2704 "dist": {
2705 "type": "zip",
2706 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
2707 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
2708 "shasum": ""
2709 },
2710 "require": {
2711 "php": "^5.3.3 || ^7.0",
2712 "symfony/polyfill-ctype": "^1.8"
2713 },
2714 "require-dev": {
2715 "phpunit/phpunit": "^4.6",
2716 "sebastian/version": "^1.0.1"
2717 },
2718 "type": "library",
2719 "extra": {
2720 "branch-alias": {
2721 "dev-master": "1.3-dev"
2722 }
2723 },
2724 "autoload": {
2725 "psr-4": {
2726 "Webmozart\\Assert\\": "src/"
2727 }
2728 },
2729 "notification-url": "https://packagist.org/downloads/",
2730 "license": [
2731 "MIT"
2732 ],
2733 "authors": [
2734 {
2735 "name": "Bernhard Schussek",
2736 "email": "bschussek@gmail.com"
2737 }
2738 ],
2739 "description": "Assertions to validate method input/output with nice error messages.",
2740 "keywords": [
2741 "assert",
2742 "check",
2743 "validate"
2744 ],
2745 "time": "2018-12-25T11:19:39+00:00"
2746 }
2747 ],
2748 "aliases": [],
2749 "minimum-stability": "stable",
2750 "stability-flags": {
2751 "pubsubhubbub/publisher": 20,
2752 "roave/security-advisories": 20
2753 },
2754 "prefer-stable": false,
2755 "prefer-lowest": false,
2756 "platform": {
2757 "php": ">=5.6",
2758 "ext-json": "*",
2759 "ext-zlib": "*"
2760 },
2761 "platform-dev": [],
2762 "platform-overrides": {
2763 "php": "5.6.31"
2764 }
2765 }