]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - composer.lock
Fix a JS bug preventing AJAX tag deletion to work
[github/shaarli/Shaarli.git] / composer.lock
CommitLineData
1c070fa8
A
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
787faa42 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
1c070fa8
A
5 "This file is @generated automatically"
6 ],
787faa42 7 "content-hash": "da7a0c081b61d949154c5d2e5370cbab",
1c070fa8 8 "packages": [
e85b7a05
A
9 {
10 "name": "arthurhoaro/web-thumbnailer",
5e66ba18 11 "version": "v1.3.1",
e85b7a05
A
12 "source": {
13 "type": "git",
14 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
5e66ba18 15 "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860"
e85b7a05
A
16 },
17 "dist": {
18 "type": "zip",
5e66ba18
A
19 "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/7142bd94ec93719a756a7012ebb8e1c5813c6860",
20 "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860",
e85b7a05
A
21 "shasum": ""
22 },
23 "require": {
fcba541e
A
24 "php": ">=5.6",
25 "phpunit/php-text-template": "^1.2"
e85b7a05 26 },
787faa42
A
27 "conflict": {
28 "phpunit/php-timer": ">=2"
29 },
e85b7a05 30 "require-dev": {
787faa42
A
31 "php-coveralls/php-coveralls": "^2.0",
32 "phpunit/phpunit": "5.2.*",
33 "squizlabs/php_codesniffer": "^3.2"
e85b7a05
A
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 ],
787faa42 54 "description": "PHP library which will retrieve a thumbnail for any given URL",
5e66ba18 55 "time": "2018-08-11T12:21:52+00:00"
e85b7a05 56 },
1c070fa8
A
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",
c5ee1318 90 "version": "1.7.1",
1c070fa8
A
91 "source": {
92 "type": "git",
93 "url": "https://github.com/erusev/parsedown.git",
c5ee1318 94 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
1c070fa8
A
95 },
96 "dist": {
97 "type": "zip",
c5ee1318
A
98 "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
99 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
1c070fa8
A
100 "shasum": ""
101 },
c5ee1318
A
102 "require": {
103 "ext-mbstring": "*",
104 "php": ">=5.3.0"
105 },
106 "require-dev": {
107 "phpunit/phpunit": "^4.8.35"
108 },
1c070fa8
A
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 ],
c5ee1318 132 "time": "2018-03-08T01:11:30+00:00"
1c070fa8 133 },
12266213
A
134 {
135 "name": "gettext/gettext",
fcba541e 136 "version": "v4.6.0",
12266213
A
137 "source": {
138 "type": "git",
139 "url": "https://github.com/oscarotero/Gettext.git",
fcba541e 140 "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357"
12266213
A
141 },
142 "dist": {
143 "type": "zip",
fcba541e
A
144 "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cae84aff39a87e07bd6e5cddb5adb720a0ffa357",
145 "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357",
12266213
A
146 "shasum": ""
147 },
148 "require": {
149 "gettext/languages": "^2.3",
150 "php": ">=5.4.0"
151 },
152 "require-dev": {
153 "illuminate/view": "*",
fcba541e 154 "phpunit/phpunit": "^4.8|^5.7|^6.5",
12266213
A
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 ],
fcba541e 194 "time": "2018-06-26T16:51:09+00:00"
12266213
A
195 },
196 {
197 "name": "gettext/languages",
fcba541e 198 "version": "2.4.0",
12266213
A
199 "source": {
200 "type": "git",
201 "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git",
fcba541e 202 "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5"
12266213
A
203 },
204 "dist": {
205 "type": "zip",
fcba541e
A
206 "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/1b74377bd0c4cd87e8d72b948f5d8867e23505a5",
207 "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5",
12266213
A
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 ],
fcba541e 255 "time": "2018-06-21T15:58:36+00:00"
12266213 256 },
1c070fa8
A
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",
c5ee1318 309 "version": "v1.3.0",
1c070fa8
A
310 "source": {
311 "type": "git",
312 "url": "https://github.com/nikic/FastRoute.git",
c5ee1318 313 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1c070fa8
A
314 },
315 "dist": {
316 "type": "zip",
c5ee1318
A
317 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
318 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1c070fa8
A
319 "shasum": ""
320 },
321 "require": {
322 "php": ">=5.4.0"
323 },
c5ee1318
A
324 "require-dev": {
325 "phpunit/phpunit": "^4.8.35|~5.7"
326 },
1c070fa8
A
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 ],
c5ee1318 351 "time": "2018-02-13T20:26:39+00:00"
1c070fa8 352 },
fcba541e
A
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 },
1c070fa8
A
394 {
395 "name": "pimple/pimple",
44c818ce 396 "version": "v3.2.3",
1c070fa8
A
397 "source": {
398 "type": "git",
399 "url": "https://github.com/silexphp/Pimple.git",
44c818ce 400 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
1c070fa8
A
401 },
402 "dist": {
403 "type": "zip",
44c818ce
A
404 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
405 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
1c070fa8
A
406 "shasum": ""
407 },
408 "require": {
89118630
A
409 "php": ">=5.3.0",
410 "psr/container": "^1.0"
411 },
412 "require-dev": {
413 "symfony/phpunit-bridge": "^3.2"
1c070fa8
A
414 },
415 "type": "library",
416 "extra": {
417 "branch-alias": {
89118630 418 "dev-master": "3.2.x-dev"
1c070fa8
A
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 ],
44c818ce 442 "time": "2018-01-21T07:42:36+00:00"
1c070fa8
A
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.0.2",
546 "source": {
547 "type": "git",
548 "url": "https://github.com/php-fig/log.git",
549 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
550 },
551 "dist": {
552 "type": "zip",
553 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
554 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
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": "2016-10-10T12:19:37+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",
28f26524 596 "reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5"
1c070fa8
A
597 },
598 "dist": {
599 "type": "zip",
28f26524
A
600 "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/5008fc529b057251b48f4d17a10fdb20047ea8f5",
601 "reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5",
1c070fa8
A
602 "shasum": ""
603 },
604 "require": {
605 "php": "~5.4 || ~7.0"
606 },
607 "type": "library",
608 "autoload": {
609 "psr-4": {
610 "pubsubhubbub\\publisher\\": "library/"
611 }
612 },
613 "notification-url": "https://packagist.org/downloads/",
614 "license": [
615 "Apache-2.0"
616 ],
617 "authors": [
618 {
619 "name": "pubsubhubbub publisher Contributors",
620 "homepage": "https://github.com/pubsubhubbub/php-publisher/contributors"
621 }
622 ],
623 "description": "pubsubhubbub implementation of publisher.",
624 "homepage": "https://github.com/pubsubhubbub/php-publisher",
625 "keywords": [
626 "data",
627 "feeds",
628 "publishers",
629 "pubsubhubbub"
630 ],
28f26524 631 "time": "2018-05-22T11:56:26+00:00"
1c070fa8
A
632 },
633 {
634 "name": "shaarli/netscape-bookmark-parser",
44c818ce 635 "version": "v2.0.5",
1c070fa8
A
636 "source": {
637 "type": "git",
638 "url": "https://github.com/shaarli/netscape-bookmark-parser.git",
44c818ce 639 "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315"
1c070fa8
A
640 },
641 "dist": {
642 "type": "zip",
44c818ce
A
643 "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/ea6911a0ea3dd372fa7002593c5aef9c15a49315",
644 "reference": "ea6911a0ea3dd372fa7002593c5aef9c15a49315",
1c070fa8
A
645 "shasum": ""
646 },
647 "require": {
648 "katzgrau/klogger": "~1.0",
649 "php": ">=5.3.4"
650 },
651 "require-dev": {
652 "phpunit/phpunit": "4.8.*"
653 },
654 "type": "library",
655 "autoload": {
656 "files": [
657 "NetscapeBookmarkParser.php"
658 ]
659 },
660 "notification-url": "https://packagist.org/downloads/",
661 "license": [
662 "MIT"
663 ],
664 "authors": [
665 {
666 "name": "Kafene",
667 "email": "io@kafene.org",
668 "homepage": "https://github.com/kafene",
669 "role": "Developer"
670 },
671 {
672 "name": "VirtualTam",
673 "email": "virtualtam@flibidi.net",
674 "homepage": "https://github.com/virtualtam",
675 "role": "Developer"
676 }
677 ],
678 "description": "Generic Netscape bookmark parser",
679 "homepage": "https://github.com/shaarli/netscape-bookmark-parser",
680 "keywords": [
681 "bookmark",
682 "link",
683 "netscape",
684 "parse"
685 ],
44c818ce 686 "time": "2018-01-30T17:34:48+00:00"
1c070fa8
A
687 },
688 {
689 "name": "slim/slim",
787faa42 690 "version": "3.10.0",
1c070fa8
A
691 "source": {
692 "type": "git",
693 "url": "https://github.com/slimphp/Slim.git",
787faa42 694 "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748"
1c070fa8
A
695 },
696 "dist": {
697 "type": "zip",
787faa42
A
698 "url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
699 "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748",
1c070fa8
A
700 "shasum": ""
701 },
702 "require": {
703 "container-interop/container-interop": "^1.2",
704 "nikic/fast-route": "^1.0",
705 "php": ">=5.5.0",
706 "pimple/pimple": "^3.0",
707 "psr/container": "^1.0",
708 "psr/http-message": "^1.0"
709 },
710 "provide": {
711 "psr/http-message-implementation": "1.0"
712 },
713 "require-dev": {
714 "phpunit/phpunit": "^4.0",
715 "squizlabs/php_codesniffer": "^2.5"
716 },
717 "type": "library",
718 "autoload": {
719 "psr-4": {
720 "Slim\\": "Slim"
721 }
722 },
723 "notification-url": "https://packagist.org/downloads/",
724 "license": [
725 "MIT"
726 ],
727 "authors": [
728 {
729 "name": "Rob Allen",
730 "email": "rob@akrabat.com",
731 "homepage": "http://akrabat.com"
732 },
733 {
734 "name": "Josh Lockhart",
735 "email": "hello@joshlockhart.com",
736 "homepage": "https://joshlockhart.com"
737 },
738 {
739 "name": "Gabriel Manricks",
740 "email": "gmanricks@me.com",
741 "homepage": "http://gabrielmanricks.com"
742 },
743 {
744 "name": "Andrew Smith",
745 "email": "a.smith@silentworks.co.uk",
746 "homepage": "http://silentworks.co.uk"
747 }
748 ],
749 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
750 "homepage": "https://slimframework.com",
751 "keywords": [
752 "api",
753 "framework",
754 "micro",
755 "router"
756 ],
787faa42 757 "time": "2018-04-19T19:29:08+00:00"
1c070fa8
A
758 }
759 ],
760 "packages-dev": [
761 {
762 "name": "doctrine/instantiator",
763 "version": "1.0.5",
764 "source": {
765 "type": "git",
766 "url": "https://github.com/doctrine/instantiator.git",
767 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
768 },
769 "dist": {
770 "type": "zip",
771 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
772 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
773 "shasum": ""
774 },
775 "require": {
776 "php": ">=5.3,<8.0-DEV"
777 },
778 "require-dev": {
779 "athletic/athletic": "~0.1.8",
780 "ext-pdo": "*",
781 "ext-phar": "*",
782 "phpunit/phpunit": "~4.0",
783 "squizlabs/php_codesniffer": "~2.0"
784 },
785 "type": "library",
786 "extra": {
787 "branch-alias": {
788 "dev-master": "1.0.x-dev"
789 }
790 },
791 "autoload": {
792 "psr-4": {
793 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
794 }
795 },
796 "notification-url": "https://packagist.org/downloads/",
797 "license": [
798 "MIT"
799 ],
800 "authors": [
801 {
802 "name": "Marco Pivetta",
803 "email": "ocramius@gmail.com",
804 "homepage": "http://ocramius.github.com/"
805 }
806 ],
807 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
808 "homepage": "https://github.com/doctrine/instantiator",
809 "keywords": [
810 "constructor",
811 "instantiate"
812 ],
813 "time": "2015-06-14T21:17:01+00:00"
814 },
5617dcf9
A
815 {
816 "name": "myclabs/deep-copy",
817 "version": "1.7.0",
818 "source": {
819 "type": "git",
820 "url": "https://github.com/myclabs/DeepCopy.git",
821 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
822 },
823 "dist": {
824 "type": "zip",
825 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
826 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
827 "shasum": ""
828 },
829 "require": {
830 "php": "^5.6 || ^7.0"
831 },
832 "require-dev": {
833 "doctrine/collections": "^1.0",
834 "doctrine/common": "^2.6",
835 "phpunit/phpunit": "^4.1"
836 },
837 "type": "library",
838 "autoload": {
839 "psr-4": {
840 "DeepCopy\\": "src/DeepCopy/"
841 },
842 "files": [
843 "src/DeepCopy/deep_copy.php"
844 ]
845 },
846 "notification-url": "https://packagist.org/downloads/",
847 "license": [
848 "MIT"
849 ],
850 "description": "Create deep copies (clones) of your objects",
851 "keywords": [
852 "clone",
853 "copy",
854 "duplicate",
855 "object",
856 "object graph"
857 ],
858 "time": "2017-10-19T19:58:43+00:00"
859 },
1c070fa8
A
860 {
861 "name": "pdepend/pdepend",
44c818ce 862 "version": "2.5.2",
1c070fa8
A
863 "source": {
864 "type": "git",
865 "url": "https://github.com/pdepend/pdepend.git",
44c818ce 866 "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
1c070fa8
A
867 },
868 "dist": {
869 "type": "zip",
44c818ce
A
870 "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
871 "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
1c070fa8
A
872 "shasum": ""
873 },
874 "require": {
875 "php": ">=5.3.7",
44c818ce
A
876 "symfony/config": "^2.3.0|^3|^4",
877 "symfony/dependency-injection": "^2.3.0|^3|^4",
878 "symfony/filesystem": "^2.3.0|^3|^4"
1c070fa8
A
879 },
880 "require-dev": {
44c818ce 881 "phpunit/phpunit": "^4.8|^5.7",
1c070fa8
A
882 "squizlabs/php_codesniffer": "^2.0.0"
883 },
884 "bin": [
885 "src/bin/pdepend"
886 ],
887 "type": "library",
888 "autoload": {
889 "psr-4": {
890 "PDepend\\": "src/main/php/PDepend"
891 }
892 },
893 "notification-url": "https://packagist.org/downloads/",
894 "license": [
895 "BSD-3-Clause"
896 ],
897 "description": "Official version of pdepend to be handled with Composer",
44c818ce 898 "time": "2017-12-13T13:21:38+00:00"
1c070fa8
A
899 },
900 {
901 "name": "phpdocumentor/reflection-common",
f39580c6 902 "version": "1.0.1",
1c070fa8
A
903 "source": {
904 "type": "git",
905 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
f39580c6 906 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1c070fa8
A
907 },
908 "dist": {
909 "type": "zip",
f39580c6
A
910 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
911 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1c070fa8
A
912 "shasum": ""
913 },
914 "require": {
915 "php": ">=5.5"
916 },
917 "require-dev": {
918 "phpunit/phpunit": "^4.6"
919 },
920 "type": "library",
921 "extra": {
922 "branch-alias": {
923 "dev-master": "1.0.x-dev"
924 }
925 },
926 "autoload": {
927 "psr-4": {
928 "phpDocumentor\\Reflection\\": [
929 "src"
930 ]
931 }
932 },
933 "notification-url": "https://packagist.org/downloads/",
934 "license": [
935 "MIT"
936 ],
937 "authors": [
938 {
939 "name": "Jaap van Otterdijk",
940 "email": "opensource@ijaap.nl"
941 }
942 ],
943 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
944 "homepage": "http://www.phpdoc.org",
945 "keywords": [
946 "FQSEN",
947 "phpDocumentor",
948 "phpdoc",
949 "reflection",
950 "static analysis"
951 ],
f39580c6 952 "time": "2017-09-11T18:02:19+00:00"
1c070fa8
A
953 },
954 {
955 "name": "phpdocumentor/reflection-docblock",
5617dcf9 956 "version": "3.3.2",
1c070fa8
A
957 "source": {
958 "type": "git",
959 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5617dcf9 960 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
1c070fa8
A
961 },
962 "dist": {
963 "type": "zip",
5617dcf9
A
964 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
965 "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
1c070fa8
A
966 "shasum": ""
967 },
968 "require": {
5617dcf9
A
969 "php": "^5.6 || ^7.0",
970 "phpdocumentor/reflection-common": "^1.0.0",
971 "phpdocumentor/type-resolver": "^0.4.0",
1c070fa8
A
972 "webmozart/assert": "^1.0"
973 },
974 "require-dev": {
975 "mockery/mockery": "^0.9.4",
976 "phpunit/phpunit": "^4.4"
977 },
978 "type": "library",
979 "autoload": {
980 "psr-4": {
981 "phpDocumentor\\Reflection\\": [
982 "src/"
983 ]
984 }
985 },
986 "notification-url": "https://packagist.org/downloads/",
987 "license": [
988 "MIT"
989 ],
990 "authors": [
991 {
992 "name": "Mike van Riel",
993 "email": "me@mikevanriel.com"
994 }
995 ],
996 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
5617dcf9 997 "time": "2017-11-10T14:09:06+00:00"
1c070fa8
A
998 },
999 {
1000 "name": "phpdocumentor/type-resolver",
5617dcf9 1001 "version": "0.4.0",
1c070fa8
A
1002 "source": {
1003 "type": "git",
1004 "url": "https://github.com/phpDocumentor/TypeResolver.git",
5617dcf9 1005 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1c070fa8
A
1006 },
1007 "dist": {
1008 "type": "zip",
5617dcf9
A
1009 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1010 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1c070fa8
A
1011 "shasum": ""
1012 },
1013 "require": {
89118630 1014 "php": "^5.5 || ^7.0",
1c070fa8
A
1015 "phpdocumentor/reflection-common": "^1.0"
1016 },
1017 "require-dev": {
1018 "mockery/mockery": "^0.9.4",
1019 "phpunit/phpunit": "^5.2||^4.8.24"
1020 },
1021 "type": "library",
1022 "extra": {
1023 "branch-alias": {
1024 "dev-master": "1.0.x-dev"
1025 }
1026 },
1027 "autoload": {
1028 "psr-4": {
1029 "phpDocumentor\\Reflection\\": [
1030 "src/"
1031 ]
1032 }
1033 },
1034 "notification-url": "https://packagist.org/downloads/",
1035 "license": [
1036 "MIT"
1037 ],
1038 "authors": [
1039 {
1040 "name": "Mike van Riel",
1041 "email": "me@mikevanriel.com"
1042 }
1043 ],
5617dcf9 1044 "time": "2017-07-14T14:27:02+00:00"
1c070fa8
A
1045 },
1046 {
1047 "name": "phpmd/phpmd",
1048 "version": "2.6.0",
1049 "source": {
1050 "type": "git",
1051 "url": "https://github.com/phpmd/phpmd.git",
1052 "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
1053 },
1054 "dist": {
1055 "type": "zip",
1056 "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
1057 "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
1058 "shasum": ""
1059 },
1060 "require": {
1061 "ext-xml": "*",
1062 "pdepend/pdepend": "^2.5",
1063 "php": ">=5.3.9"
1064 },
1065 "require-dev": {
1066 "phpunit/phpunit": "^4.0",
1067 "squizlabs/php_codesniffer": "^2.0"
1068 },
1069 "bin": [
1070 "src/bin/phpmd"
1071 ],
1072 "type": "project",
1073 "autoload": {
1074 "psr-0": {
1075 "PHPMD\\": "src/main/php"
1076 }
1077 },
1078 "notification-url": "https://packagist.org/downloads/",
1079 "license": [
1080 "BSD-3-Clause"
1081 ],
1082 "authors": [
1083 {
1084 "name": "Manuel Pichler",
1085 "email": "github@manuel-pichler.de",
1086 "homepage": "https://github.com/manuelpichler",
1087 "role": "Project Founder"
1088 },
1089 {
1090 "name": "Other contributors",
1091 "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
1092 "role": "Contributors"
1093 },
1094 {
1095 "name": "Marc Würth",
1096 "email": "ravage@bluewin.ch",
1097 "homepage": "https://github.com/ravage84",
1098 "role": "Project Maintainer"
1099 }
1100 ],
1101 "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
1102 "homepage": "http://phpmd.org/",
1103 "keywords": [
1104 "mess detection",
1105 "mess detector",
1106 "pdepend",
1107 "phpmd",
1108 "pmd"
1109 ],
1110 "time": "2017-01-20T14:41:10+00:00"
1111 },
1112 {
1113 "name": "phpspec/prophecy",
62f5a758 1114 "version": "1.8.0",
1c070fa8
A
1115 "source": {
1116 "type": "git",
1117 "url": "https://github.com/phpspec/prophecy.git",
62f5a758 1118 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
1c070fa8
A
1119 },
1120 "dist": {
1121 "type": "zip",
62f5a758
A
1122 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1123 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1c070fa8
A
1124 "shasum": ""
1125 },
1126 "require": {
1127 "doctrine/instantiator": "^1.0.2",
1128 "php": "^5.3|^7.0",
f39580c6 1129 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
787faa42 1130 "sebastian/comparator": "^1.1|^2.0|^3.0",
1c070fa8
A
1131 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1132 },
1133 "require-dev": {
1134 "phpspec/phpspec": "^2.5|^3.2",
62f5a758 1135 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1c070fa8
A
1136 },
1137 "type": "library",
1138 "extra": {
1139 "branch-alias": {
62f5a758 1140 "dev-master": "1.8.x-dev"
1c070fa8
A
1141 }
1142 },
1143 "autoload": {
1144 "psr-0": {
1145 "Prophecy\\": "src/"
1146 }
1147 },
1148 "notification-url": "https://packagist.org/downloads/",
1149 "license": [
1150 "MIT"
1151 ],
1152 "authors": [
1153 {
1154 "name": "Konstantin Kudryashov",
1155 "email": "ever.zet@gmail.com",
1156 "homepage": "http://everzet.com"
1157 },
1158 {
1159 "name": "Marcello Duarte",
1160 "email": "marcello.duarte@gmail.com"
1161 }
1162 ],
1163 "description": "Highly opinionated mocking framework for PHP 5.3+",
1164 "homepage": "https://github.com/phpspec/prophecy",
1165 "keywords": [
1166 "Double",
1167 "Dummy",
1168 "fake",
1169 "mock",
1170 "spy",
1171 "stub"
1172 ],
62f5a758 1173 "time": "2018-08-05T17:53:17+00:00"
1c070fa8
A
1174 },
1175 {
1176 "name": "phpunit/php-code-coverage",
5617dcf9 1177 "version": "4.0.8",
1c070fa8
A
1178 "source": {
1179 "type": "git",
1180 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5617dcf9 1181 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1c070fa8
A
1182 },
1183 "dist": {
1184 "type": "zip",
5617dcf9
A
1185 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1186 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1c070fa8
A
1187 "shasum": ""
1188 },
1189 "require": {
5617dcf9
A
1190 "ext-dom": "*",
1191 "ext-xmlwriter": "*",
1192 "php": "^5.6 || ^7.0",
1193 "phpunit/php-file-iterator": "^1.3",
1194 "phpunit/php-text-template": "^1.2",
1195 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1196 "sebastian/code-unit-reverse-lookup": "^1.0",
1197 "sebastian/environment": "^1.3.2 || ^2.0",
1198 "sebastian/version": "^1.0 || ^2.0"
1c070fa8
A
1199 },
1200 "require-dev": {
5617dcf9
A
1201 "ext-xdebug": "^2.1.4",
1202 "phpunit/phpunit": "^5.7"
1c070fa8
A
1203 },
1204 "suggest": {
5617dcf9 1205 "ext-xdebug": "^2.5.1"
1c070fa8
A
1206 },
1207 "type": "library",
1208 "extra": {
1209 "branch-alias": {
5617dcf9 1210 "dev-master": "4.0.x-dev"
1c070fa8
A
1211 }
1212 },
1213 "autoload": {
1214 "classmap": [
1215 "src/"
1216 ]
1217 },
1218 "notification-url": "https://packagist.org/downloads/",
1219 "license": [
1220 "BSD-3-Clause"
1221 ],
1222 "authors": [
1223 {
1224 "name": "Sebastian Bergmann",
1225 "email": "sb@sebastian-bergmann.de",
1226 "role": "lead"
1227 }
1228 ],
1229 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1230 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1231 "keywords": [
1232 "coverage",
1233 "testing",
1234 "xunit"
1235 ],
5617dcf9 1236 "time": "2017-04-02T07:44:40+00:00"
1c070fa8
A
1237 },
1238 {
1239 "name": "phpunit/php-file-iterator",
44c818ce 1240 "version": "1.4.5",
1c070fa8
A
1241 "source": {
1242 "type": "git",
1243 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
44c818ce 1244 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1c070fa8
A
1245 },
1246 "dist": {
1247 "type": "zip",
44c818ce
A
1248 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1249 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1c070fa8
A
1250 "shasum": ""
1251 },
1252 "require": {
1253 "php": ">=5.3.3"
1254 },
1255 "type": "library",
1256 "extra": {
1257 "branch-alias": {
1258 "dev-master": "1.4.x-dev"
1259 }
1260 },
1261 "autoload": {
1262 "classmap": [
1263 "src/"
1264 ]
1265 },
1266 "notification-url": "https://packagist.org/downloads/",
1267 "license": [
1268 "BSD-3-Clause"
1269 ],
1270 "authors": [
1271 {
1272 "name": "Sebastian Bergmann",
1273 "email": "sb@sebastian-bergmann.de",
1274 "role": "lead"
1275 }
1276 ],
1277 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1278 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1279 "keywords": [
1280 "filesystem",
1281 "iterator"
1282 ],
44c818ce 1283 "time": "2017-11-27T13:52:08+00:00"
1c070fa8 1284 },
1c070fa8
A
1285 {
1286 "name": "phpunit/php-timer",
1287 "version": "1.0.9",
1288 "source": {
1289 "type": "git",
1290 "url": "https://github.com/sebastianbergmann/php-timer.git",
1291 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1292 },
1293 "dist": {
1294 "type": "zip",
1295 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1296 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1297 "shasum": ""
1298 },
1299 "require": {
1300 "php": "^5.3.3 || ^7.0"
1301 },
1302 "require-dev": {
1303 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1304 },
1305 "type": "library",
1306 "extra": {
1307 "branch-alias": {
1308 "dev-master": "1.0-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": "sb@sebastian-bergmann.de",
1324 "role": "lead"
1325 }
1326 ],
1327 "description": "Utility class for timing",
1328 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1329 "keywords": [
1330 "timer"
1331 ],
1332 "time": "2017-02-26T11:10:40+00:00"
1333 },
1334 {
1335 "name": "phpunit/php-token-stream",
44c818ce 1336 "version": "1.4.12",
1c070fa8
A
1337 "source": {
1338 "type": "git",
1339 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
44c818ce 1340 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1c070fa8
A
1341 },
1342 "dist": {
1343 "type": "zip",
44c818ce
A
1344 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1345 "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1c070fa8
A
1346 "shasum": ""
1347 },
1348 "require": {
1349 "ext-tokenizer": "*",
1350 "php": ">=5.3.3"
1351 },
1352 "require-dev": {
1353 "phpunit/phpunit": "~4.2"
1354 },
1355 "type": "library",
1356 "extra": {
1357 "branch-alias": {
1358 "dev-master": "1.4-dev"
1359 }
1360 },
1361 "autoload": {
1362 "classmap": [
1363 "src/"
1364 ]
1365 },
1366 "notification-url": "https://packagist.org/downloads/",
1367 "license": [
1368 "BSD-3-Clause"
1369 ],
1370 "authors": [
1371 {
1372 "name": "Sebastian Bergmann",
1373 "email": "sebastian@phpunit.de"
1374 }
1375 ],
1376 "description": "Wrapper around PHP's tokenizer extension.",
1377 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1378 "keywords": [
1379 "tokenizer"
1380 ],
44c818ce 1381 "time": "2017-12-04T08:55:13+00:00"
1c070fa8
A
1382 },
1383 {
1384 "name": "phpunit/phpcov",
5617dcf9 1385 "version": "3.1.0",
1c070fa8
A
1386 "source": {
1387 "type": "git",
1388 "url": "https://github.com/sebastianbergmann/phpcov.git",
5617dcf9 1389 "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d"
1c070fa8
A
1390 },
1391 "dist": {
1392 "type": "zip",
5617dcf9
A
1393 "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d",
1394 "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d",
1c070fa8
A
1395 "shasum": ""
1396 },
1397 "require": {
5617dcf9
A
1398 "php": "^5.6 || ^7.0",
1399 "phpunit/php-code-coverage": "^4.0",
1400 "phpunit/phpunit": "^5.0",
1401 "sebastian/diff": "^1.1",
1402 "sebastian/finder-facade": "^1.1",
1403 "sebastian/version": "^1.0|^2.0",
1404 "symfony/console": "^2|^3"
1c070fa8
A
1405 },
1406 "bin": [
1407 "phpcov"
1408 ],
1409 "type": "library",
1410 "extra": {
1411 "branch-alias": {
5617dcf9 1412 "dev-master": "3.1.x-dev"
1c070fa8
A
1413 }
1414 },
1415 "autoload": {
1416 "classmap": [
1417 "src/"
1418 ]
1419 },
1420 "notification-url": "https://packagist.org/downloads/",
1421 "license": [
1422 "BSD-3-Clause"
1423 ],
1424 "authors": [
1425 {
1426 "name": "Sebastian Bergmann",
1427 "email": "sebastian@phpunit.de",
1428 "role": "lead"
1429 }
1430 ],
1431 "description": "CLI frontend for PHP_CodeCoverage",
1432 "homepage": "https://github.com/sebastianbergmann/phpcov",
5617dcf9 1433 "time": "2016-06-03T07:01:55+00:00"
1c070fa8
A
1434 },
1435 {
1436 "name": "phpunit/phpunit",
5617dcf9 1437 "version": "5.7.27",
1c070fa8
A
1438 "source": {
1439 "type": "git",
1440 "url": "https://github.com/sebastianbergmann/phpunit.git",
5617dcf9 1441 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
1c070fa8
A
1442 },
1443 "dist": {
1444 "type": "zip",
5617dcf9
A
1445 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1446 "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
1c070fa8
A
1447 "shasum": ""
1448 },
1449 "require": {
1450 "ext-dom": "*",
1451 "ext-json": "*",
5617dcf9
A
1452 "ext-libxml": "*",
1453 "ext-mbstring": "*",
1454 "ext-xml": "*",
1455 "myclabs/deep-copy": "~1.3",
1456 "php": "^5.6 || ^7.0",
1457 "phpspec/prophecy": "^1.6.2",
1458 "phpunit/php-code-coverage": "^4.0.4",
1c070fa8
A
1459 "phpunit/php-file-iterator": "~1.4",
1460 "phpunit/php-text-template": "~1.2",
1461 "phpunit/php-timer": "^1.0.6",
5617dcf9
A
1462 "phpunit/phpunit-mock-objects": "^3.2",
1463 "sebastian/comparator": "^1.2.4",
1464 "sebastian/diff": "^1.4.3",
1465 "sebastian/environment": "^1.3.4 || ^2.0",
1466 "sebastian/exporter": "~2.0",
1467 "sebastian/global-state": "^1.1",
1468 "sebastian/object-enumerator": "~2.0",
1469 "sebastian/resource-operations": "~1.0",
1470 "sebastian/version": "^1.0.6|^2.0.1",
1471 "symfony/yaml": "~2.1|~3.0|~4.0"
1472 },
1473 "conflict": {
1474 "phpdocumentor/reflection-docblock": "3.0.2"
1475 },
1476 "require-dev": {
1477 "ext-pdo": "*"
1c070fa8
A
1478 },
1479 "suggest": {
5617dcf9 1480 "ext-xdebug": "*",
1c070fa8
A
1481 "phpunit/php-invoker": "~1.1"
1482 },
1483 "bin": [
1484 "phpunit"
1485 ],
1486 "type": "library",
1487 "extra": {
1488 "branch-alias": {
5617dcf9 1489 "dev-master": "5.7.x-dev"
1c070fa8
A
1490 }
1491 },
1492 "autoload": {
1493 "classmap": [
1494 "src/"
1495 ]
1496 },
1497 "notification-url": "https://packagist.org/downloads/",
1498 "license": [
1499 "BSD-3-Clause"
1500 ],
1501 "authors": [
1502 {
1503 "name": "Sebastian Bergmann",
1504 "email": "sebastian@phpunit.de",
1505 "role": "lead"
1506 }
1507 ],
1508 "description": "The PHP Unit Testing framework.",
1509 "homepage": "https://phpunit.de/",
1510 "keywords": [
1511 "phpunit",
1512 "testing",
1513 "xunit"
1514 ],
5617dcf9 1515 "time": "2018-02-01T05:50:59+00:00"
1c070fa8
A
1516 },
1517 {
1518 "name": "phpunit/phpunit-mock-objects",
5617dcf9 1519 "version": "3.4.4",
1c070fa8
A
1520 "source": {
1521 "type": "git",
1522 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5617dcf9 1523 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
1c070fa8
A
1524 },
1525 "dist": {
1526 "type": "zip",
5617dcf9
A
1527 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
1528 "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
1c070fa8
A
1529 "shasum": ""
1530 },
1531 "require": {
1532 "doctrine/instantiator": "^1.0.2",
5617dcf9
A
1533 "php": "^5.6 || ^7.0",
1534 "phpunit/php-text-template": "^1.2",
1535 "sebastian/exporter": "^1.2 || ^2.0"
1536 },
1537 "conflict": {
1538 "phpunit/phpunit": "<5.4.0"
1c070fa8
A
1539 },
1540 "require-dev": {
5617dcf9 1541 "phpunit/phpunit": "^5.4"
1c070fa8
A
1542 },
1543 "suggest": {
1544 "ext-soap": "*"
1545 },
1546 "type": "library",
1547 "extra": {
1548 "branch-alias": {
5617dcf9 1549 "dev-master": "3.2.x-dev"
1c070fa8
A
1550 }
1551 },
1552 "autoload": {
1553 "classmap": [
1554 "src/"
1555 ]
1556 },
1557 "notification-url": "https://packagist.org/downloads/",
1558 "license": [
1559 "BSD-3-Clause"
1560 ],
1561 "authors": [
1562 {
1563 "name": "Sebastian Bergmann",
1564 "email": "sb@sebastian-bergmann.de",
1565 "role": "lead"
1566 }
1567 ],
1568 "description": "Mock Object library for PHPUnit",
1569 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1570 "keywords": [
1571 "mock",
1572 "xunit"
1573 ],
5617dcf9
A
1574 "time": "2017-06-30T09:13:00+00:00"
1575 },
1576 {
1577 "name": "sebastian/code-unit-reverse-lookup",
1578 "version": "1.0.1",
1579 "source": {
1580 "type": "git",
1581 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1582 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1583 },
1584 "dist": {
1585 "type": "zip",
1586 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1587 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1588 "shasum": ""
1589 },
1590 "require": {
1591 "php": "^5.6 || ^7.0"
1592 },
1593 "require-dev": {
1594 "phpunit/phpunit": "^5.7 || ^6.0"
1595 },
1596 "type": "library",
1597 "extra": {
1598 "branch-alias": {
1599 "dev-master": "1.0.x-dev"
1600 }
1601 },
1602 "autoload": {
1603 "classmap": [
1604 "src/"
1605 ]
1606 },
1607 "notification-url": "https://packagist.org/downloads/",
1608 "license": [
1609 "BSD-3-Clause"
1610 ],
1611 "authors": [
1612 {
1613 "name": "Sebastian Bergmann",
1614 "email": "sebastian@phpunit.de"
1615 }
1616 ],
1617 "description": "Looks up which function or method a line of code belongs to",
1618 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1619 "time": "2017-03-04T06:30:41+00:00"
1c070fa8
A
1620 },
1621 {
1622 "name": "sebastian/comparator",
1623 "version": "1.2.4",
1624 "source": {
1625 "type": "git",
1626 "url": "https://github.com/sebastianbergmann/comparator.git",
1627 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1628 },
1629 "dist": {
1630 "type": "zip",
1631 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1632 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1633 "shasum": ""
1634 },
1635 "require": {
1636 "php": ">=5.3.3",
1637 "sebastian/diff": "~1.2",
1638 "sebastian/exporter": "~1.2 || ~2.0"
1639 },
1640 "require-dev": {
1641 "phpunit/phpunit": "~4.4"
1642 },
1643 "type": "library",
1644 "extra": {
1645 "branch-alias": {
1646 "dev-master": "1.2.x-dev"
1647 }
1648 },
1649 "autoload": {
1650 "classmap": [
1651 "src/"
1652 ]
1653 },
1654 "notification-url": "https://packagist.org/downloads/",
1655 "license": [
1656 "BSD-3-Clause"
1657 ],
1658 "authors": [
1659 {
1660 "name": "Jeff Welch",
1661 "email": "whatthejeff@gmail.com"
1662 },
1663 {
1664 "name": "Volker Dusch",
1665 "email": "github@wallbash.com"
1666 },
1667 {
1668 "name": "Bernhard Schussek",
1669 "email": "bschussek@2bepublished.at"
1670 },
1671 {
1672 "name": "Sebastian Bergmann",
1673 "email": "sebastian@phpunit.de"
1674 }
1675 ],
1676 "description": "Provides the functionality to compare PHP values for equality",
1677 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1678 "keywords": [
1679 "comparator",
1680 "compare",
1681 "equality"
1682 ],
1683 "time": "2017-01-29T09:50:25+00:00"
1684 },
1685 {
1686 "name": "sebastian/diff",
89118630 1687 "version": "1.4.3",
1c070fa8
A
1688 "source": {
1689 "type": "git",
1690 "url": "https://github.com/sebastianbergmann/diff.git",
89118630 1691 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1c070fa8
A
1692 },
1693 "dist": {
1694 "type": "zip",
89118630
A
1695 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1696 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1c070fa8
A
1697 "shasum": ""
1698 },
1699 "require": {
89118630 1700 "php": "^5.3.3 || ^7.0"
1c070fa8
A
1701 },
1702 "require-dev": {
89118630 1703 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1c070fa8
A
1704 },
1705 "type": "library",
1706 "extra": {
1707 "branch-alias": {
1708 "dev-master": "1.4-dev"
1709 }
1710 },
1711 "autoload": {
1712 "classmap": [
1713 "src/"
1714 ]
1715 },
1716 "notification-url": "https://packagist.org/downloads/",
1717 "license": [
1718 "BSD-3-Clause"
1719 ],
1720 "authors": [
1721 {
1722 "name": "Kore Nordmann",
1723 "email": "mail@kore-nordmann.de"
1724 },
1725 {
1726 "name": "Sebastian Bergmann",
1727 "email": "sebastian@phpunit.de"
1728 }
1729 ],
1730 "description": "Diff implementation",
1731 "homepage": "https://github.com/sebastianbergmann/diff",
1732 "keywords": [
1733 "diff"
1734 ],
89118630 1735 "time": "2017-05-22T07:24:03+00:00"
1c070fa8
A
1736 },
1737 {
1738 "name": "sebastian/environment",
5617dcf9 1739 "version": "2.0.0",
1c070fa8
A
1740 "source": {
1741 "type": "git",
1742 "url": "https://github.com/sebastianbergmann/environment.git",
5617dcf9 1743 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1c070fa8
A
1744 },
1745 "dist": {
1746 "type": "zip",
5617dcf9
A
1747 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1748 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1c070fa8
A
1749 "shasum": ""
1750 },
1751 "require": {
5617dcf9 1752 "php": "^5.6 || ^7.0"
1c070fa8
A
1753 },
1754 "require-dev": {
5617dcf9 1755 "phpunit/phpunit": "^5.0"
1c070fa8
A
1756 },
1757 "type": "library",
1758 "extra": {
1759 "branch-alias": {
5617dcf9 1760 "dev-master": "2.0.x-dev"
1c070fa8
A
1761 }
1762 },
1763 "autoload": {
1764 "classmap": [
1765 "src/"
1766 ]
1767 },
1768 "notification-url": "https://packagist.org/downloads/",
1769 "license": [
1770 "BSD-3-Clause"
1771 ],
1772 "authors": [
1773 {
1774 "name": "Sebastian Bergmann",
1775 "email": "sebastian@phpunit.de"
1776 }
1777 ],
1778 "description": "Provides functionality to handle HHVM/PHP environments",
1779 "homepage": "http://www.github.com/sebastianbergmann/environment",
1780 "keywords": [
1781 "Xdebug",
1782 "environment",
1783 "hhvm"
1784 ],
5617dcf9 1785 "time": "2016-11-26T07:53:53+00:00"
1c070fa8
A
1786 },
1787 {
1788 "name": "sebastian/exporter",
5617dcf9 1789 "version": "2.0.0",
1c070fa8
A
1790 "source": {
1791 "type": "git",
1792 "url": "https://github.com/sebastianbergmann/exporter.git",
5617dcf9 1793 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
1c070fa8
A
1794 },
1795 "dist": {
1796 "type": "zip",
5617dcf9
A
1797 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1798 "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
1c070fa8
A
1799 "shasum": ""
1800 },
1801 "require": {
1802 "php": ">=5.3.3",
5617dcf9 1803 "sebastian/recursion-context": "~2.0"
1c070fa8
A
1804 },
1805 "require-dev": {
1806 "ext-mbstring": "*",
1807 "phpunit/phpunit": "~4.4"
1808 },
1809 "type": "library",
1810 "extra": {
1811 "branch-alias": {
5617dcf9 1812 "dev-master": "2.0.x-dev"
1c070fa8
A
1813 }
1814 },
1815 "autoload": {
1816 "classmap": [
1817 "src/"
1818 ]
1819 },
1820 "notification-url": "https://packagist.org/downloads/",
1821 "license": [
1822 "BSD-3-Clause"
1823 ],
1824 "authors": [
1825 {
1826 "name": "Jeff Welch",
1827 "email": "whatthejeff@gmail.com"
1828 },
1829 {
1830 "name": "Volker Dusch",
1831 "email": "github@wallbash.com"
1832 },
1833 {
1834 "name": "Bernhard Schussek",
1835 "email": "bschussek@2bepublished.at"
1836 },
1837 {
1838 "name": "Sebastian Bergmann",
1839 "email": "sebastian@phpunit.de"
1840 },
1841 {
1842 "name": "Adam Harvey",
1843 "email": "aharvey@php.net"
1844 }
1845 ],
1846 "description": "Provides the functionality to export PHP variables for visualization",
1847 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1848 "keywords": [
1849 "export",
1850 "exporter"
1851 ],
5617dcf9 1852 "time": "2016-11-19T08:54:04+00:00"
1c070fa8
A
1853 },
1854 {
1855 "name": "sebastian/finder-facade",
44c818ce 1856 "version": "1.2.2",
1c070fa8
A
1857 "source": {
1858 "type": "git",
1859 "url": "https://github.com/sebastianbergmann/finder-facade.git",
44c818ce 1860 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
1c070fa8
A
1861 },
1862 "dist": {
1863 "type": "zip",
44c818ce
A
1864 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
1865 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
1c070fa8
A
1866 "shasum": ""
1867 },
1868 "require": {
44c818ce 1869 "symfony/finder": "~2.3|~3.0|~4.0",
1c070fa8
A
1870 "theseer/fdomdocument": "~1.3"
1871 },
1872 "type": "library",
1873 "autoload": {
1874 "classmap": [
1875 "src/"
1876 ]
1877 },
1878 "notification-url": "https://packagist.org/downloads/",
1879 "license": [
1880 "BSD-3-Clause"
1881 ],
1882 "authors": [
1883 {
1884 "name": "Sebastian Bergmann",
1885 "email": "sebastian@phpunit.de",
1886 "role": "lead"
1887 }
1888 ],
1889 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
1890 "homepage": "https://github.com/sebastianbergmann/finder-facade",
44c818ce 1891 "time": "2017-11-18T17:31:49+00:00"
1c070fa8
A
1892 },
1893 {
1894 "name": "sebastian/global-state",
1895 "version": "1.1.1",
1896 "source": {
1897 "type": "git",
1898 "url": "https://github.com/sebastianbergmann/global-state.git",
1899 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1900 },
1901 "dist": {
1902 "type": "zip",
1903 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1904 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1905 "shasum": ""
1906 },
1907 "require": {
1908 "php": ">=5.3.3"
1909 },
1910 "require-dev": {
1911 "phpunit/phpunit": "~4.2"
1912 },
1913 "suggest": {
1914 "ext-uopz": "*"
1915 },
1916 "type": "library",
1917 "extra": {
1918 "branch-alias": {
1919 "dev-master": "1.0-dev"
1920 }
1921 },
1922 "autoload": {
1923 "classmap": [
1924 "src/"
1925 ]
1926 },
1927 "notification-url": "https://packagist.org/downloads/",
1928 "license": [
1929 "BSD-3-Clause"
1930 ],
1931 "authors": [
1932 {
1933 "name": "Sebastian Bergmann",
1934 "email": "sebastian@phpunit.de"
1935 }
1936 ],
1937 "description": "Snapshotting of global state",
1938 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1939 "keywords": [
1940 "global state"
1941 ],
1942 "time": "2015-10-12T03:26:01+00:00"
1943 },
5617dcf9
A
1944 {
1945 "name": "sebastian/object-enumerator",
1946 "version": "2.0.1",
1947 "source": {
1948 "type": "git",
1949 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1950 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
1951 },
1952 "dist": {
1953 "type": "zip",
1954 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
1955 "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
1956 "shasum": ""
1957 },
1958 "require": {
1959 "php": ">=5.6",
1960 "sebastian/recursion-context": "~2.0"
1961 },
1962 "require-dev": {
1963 "phpunit/phpunit": "~5"
1964 },
1965 "type": "library",
1966 "extra": {
1967 "branch-alias": {
1968 "dev-master": "2.0.x-dev"
1969 }
1970 },
1971 "autoload": {
1972 "classmap": [
1973 "src/"
1974 ]
1975 },
1976 "notification-url": "https://packagist.org/downloads/",
1977 "license": [
1978 "BSD-3-Clause"
1979 ],
1980 "authors": [
1981 {
1982 "name": "Sebastian Bergmann",
1983 "email": "sebastian@phpunit.de"
1984 }
1985 ],
1986 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1987 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1988 "time": "2017-02-18T15:18:39+00:00"
1989 },
1c070fa8
A
1990 {
1991 "name": "sebastian/phpcpd",
5617dcf9 1992 "version": "3.0.1",
1c070fa8
A
1993 "source": {
1994 "type": "git",
1995 "url": "https://github.com/sebastianbergmann/phpcpd.git",
5617dcf9 1996 "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564"
1c070fa8
A
1997 },
1998 "dist": {
1999 "type": "zip",
5617dcf9
A
2000 "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/dfed51c1288790fc957c9433e2f49ab152e8a564",
2001 "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564",
1c070fa8
A
2002 "shasum": ""
2003 },
2004 "require": {
5617dcf9
A
2005 "php": "^5.6|^7.0",
2006 "phpunit/php-timer": "^1.0.6",
2007 "sebastian/finder-facade": "^1.1",
2008 "sebastian/version": "^1.0|^2.0",
2009 "symfony/console": "^2.7|^3.0|^4.0"
1c070fa8
A
2010 },
2011 "bin": [
2012 "phpcpd"
2013 ],
2014 "type": "library",
2015 "extra": {
2016 "branch-alias": {
5617dcf9 2017 "dev-master": "3.0-dev"
1c070fa8
A
2018 }
2019 },
2020 "autoload": {
2021 "classmap": [
2022 "src/"
2023 ]
2024 },
2025 "notification-url": "https://packagist.org/downloads/",
2026 "license": [
2027 "BSD-3-Clause"
2028 ],
2029 "authors": [
2030 {
2031 "name": "Sebastian Bergmann",
2032 "email": "sebastian@phpunit.de",
2033 "role": "lead"
2034 }
2035 ],
2036 "description": "Copy/Paste Detector (CPD) for PHP code.",
2037 "homepage": "https://github.com/sebastianbergmann/phpcpd",
5617dcf9 2038 "time": "2017-11-16T08:49:28+00:00"
1c070fa8
A
2039 },
2040 {
2041 "name": "sebastian/recursion-context",
5617dcf9 2042 "version": "2.0.0",
1c070fa8
A
2043 "source": {
2044 "type": "git",
2045 "url": "https://github.com/sebastianbergmann/recursion-context.git",
5617dcf9 2046 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
1c070fa8
A
2047 },
2048 "dist": {
2049 "type": "zip",
5617dcf9
A
2050 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2051 "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
1c070fa8
A
2052 "shasum": ""
2053 },
2054 "require": {
2055 "php": ">=5.3.3"
2056 },
2057 "require-dev": {
2058 "phpunit/phpunit": "~4.4"
2059 },
2060 "type": "library",
2061 "extra": {
2062 "branch-alias": {
5617dcf9 2063 "dev-master": "2.0.x-dev"
1c070fa8
A
2064 }
2065 },
2066 "autoload": {
2067 "classmap": [
2068 "src/"
2069 ]
2070 },
2071 "notification-url": "https://packagist.org/downloads/",
2072 "license": [
2073 "BSD-3-Clause"
2074 ],
2075 "authors": [
2076 {
2077 "name": "Jeff Welch",
2078 "email": "whatthejeff@gmail.com"
2079 },
2080 {
2081 "name": "Sebastian Bergmann",
2082 "email": "sebastian@phpunit.de"
2083 },
2084 {
2085 "name": "Adam Harvey",
2086 "email": "aharvey@php.net"
2087 }
2088 ],
2089 "description": "Provides functionality to recursively process PHP variables",
2090 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5617dcf9
A
2091 "time": "2016-11-19T07:33:16+00:00"
2092 },
2093 {
2094 "name": "sebastian/resource-operations",
2095 "version": "1.0.0",
2096 "source": {
2097 "type": "git",
2098 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2099 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2100 },
2101 "dist": {
2102 "type": "zip",
2103 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2104 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2105 "shasum": ""
2106 },
2107 "require": {
2108 "php": ">=5.6.0"
2109 },
2110 "type": "library",
2111 "extra": {
2112 "branch-alias": {
2113 "dev-master": "1.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": "Sebastian Bergmann",
2128 "email": "sebastian@phpunit.de"
2129 }
2130 ],
2131 "description": "Provides a list of PHP built-in functions that operate on resources",
2132 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2133 "time": "2015-07-28T20:34:47+00:00"
1c070fa8
A
2134 },
2135 {
2136 "name": "sebastian/version",
5617dcf9 2137 "version": "2.0.1",
1c070fa8
A
2138 "source": {
2139 "type": "git",
2140 "url": "https://github.com/sebastianbergmann/version.git",
5617dcf9 2141 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1c070fa8
A
2142 },
2143 "dist": {
2144 "type": "zip",
5617dcf9
A
2145 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2146 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1c070fa8
A
2147 "shasum": ""
2148 },
5617dcf9
A
2149 "require": {
2150 "php": ">=5.6"
2151 },
1c070fa8 2152 "type": "library",
5617dcf9
A
2153 "extra": {
2154 "branch-alias": {
2155 "dev-master": "2.0.x-dev"
2156 }
2157 },
1c070fa8
A
2158 "autoload": {
2159 "classmap": [
2160 "src/"
2161 ]
2162 },
2163 "notification-url": "https://packagist.org/downloads/",
2164 "license": [
2165 "BSD-3-Clause"
2166 ],
2167 "authors": [
2168 {
2169 "name": "Sebastian Bergmann",
2170 "email": "sebastian@phpunit.de",
2171 "role": "lead"
2172 }
2173 ],
2174 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2175 "homepage": "https://github.com/sebastianbergmann/version",
5617dcf9 2176 "time": "2016-10-03T07:35:21+00:00"
1c070fa8
A
2177 },
2178 {
2179 "name": "squizlabs/php_codesniffer",
89118630 2180 "version": "2.9.1",
1c070fa8
A
2181 "source": {
2182 "type": "git",
2183 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
89118630 2184 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
1c070fa8
A
2185 },
2186 "dist": {
2187 "type": "zip",
89118630
A
2188 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
2189 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
1c070fa8
A
2190 "shasum": ""
2191 },
2192 "require": {
2193 "ext-simplexml": "*",
2194 "ext-tokenizer": "*",
2195 "ext-xmlwriter": "*",
2196 "php": ">=5.1.2"
2197 },
2198 "require-dev": {
2199 "phpunit/phpunit": "~4.0"
2200 },
2201 "bin": [
2202 "scripts/phpcs",
2203 "scripts/phpcbf"
2204 ],
2205 "type": "library",
2206 "extra": {
2207 "branch-alias": {
2208 "dev-master": "2.x-dev"
2209 }
2210 },
2211 "autoload": {
2212 "classmap": [
2213 "CodeSniffer.php",
2214 "CodeSniffer/CLI.php",
2215 "CodeSniffer/Exception.php",
2216 "CodeSniffer/File.php",
2217 "CodeSniffer/Fixer.php",
2218 "CodeSniffer/Report.php",
2219 "CodeSniffer/Reporting.php",
2220 "CodeSniffer/Sniff.php",
2221 "CodeSniffer/Tokens.php",
2222 "CodeSniffer/Reports/",
2223 "CodeSniffer/Tokenizers/",
2224 "CodeSniffer/DocGenerators/",
2225 "CodeSniffer/Standards/AbstractPatternSniff.php",
2226 "CodeSniffer/Standards/AbstractScopeSniff.php",
2227 "CodeSniffer/Standards/AbstractVariableSniff.php",
2228 "CodeSniffer/Standards/IncorrectPatternException.php",
2229 "CodeSniffer/Standards/Generic/Sniffs/",
2230 "CodeSniffer/Standards/MySource/Sniffs/",
2231 "CodeSniffer/Standards/PEAR/Sniffs/",
2232 "CodeSniffer/Standards/PSR1/Sniffs/",
2233 "CodeSniffer/Standards/PSR2/Sniffs/",
2234 "CodeSniffer/Standards/Squiz/Sniffs/",
2235 "CodeSniffer/Standards/Zend/Sniffs/"
2236 ]
2237 },
2238 "notification-url": "https://packagist.org/downloads/",
2239 "license": [
2240 "BSD-3-Clause"
2241 ],
2242 "authors": [
2243 {
2244 "name": "Greg Sherwood",
2245 "role": "lead"
2246 }
2247 ],
2248 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2249 "homepage": "http://www.squizlabs.com/php-codesniffer",
2250 "keywords": [
2251 "phpcs",
2252 "standards"
2253 ],
89118630 2254 "time": "2017-05-22T02:43:20+00:00"
1c070fa8
A
2255 },
2256 {
2257 "name": "symfony/config",
62f5a758 2258 "version": "v3.4.14",
1c070fa8
A
2259 "source": {
2260 "type": "git",
2261 "url": "https://github.com/symfony/config.git",
62f5a758 2262 "reference": "7b08223b7f6abd859651c56bcabf900d1627d085"
1c070fa8
A
2263 },
2264 "dist": {
2265 "type": "zip",
62f5a758
A
2266 "url": "https://api.github.com/repos/symfony/config/zipball/7b08223b7f6abd859651c56bcabf900d1627d085",
2267 "reference": "7b08223b7f6abd859651c56bcabf900d1627d085",
1c070fa8
A
2268 "shasum": ""
2269 },
2270 "require": {
12266213 2271 "php": "^5.5.9|>=7.0.8",
28f26524
A
2272 "symfony/filesystem": "~2.8|~3.0|~4.0",
2273 "symfony/polyfill-ctype": "~1.8"
1c070fa8 2274 },
89118630
A
2275 "conflict": {
2276 "symfony/dependency-injection": "<3.3",
2277 "symfony/finder": "<3.3"
2278 },
1c070fa8 2279 "require-dev": {
44c818ce 2280 "symfony/dependency-injection": "~3.3|~4.0",
c5ee1318 2281 "symfony/event-dispatcher": "~3.3|~4.0",
44c818ce
A
2282 "symfony/finder": "~3.3|~4.0",
2283 "symfony/yaml": "~3.0|~4.0"
1c070fa8
A
2284 },
2285 "suggest": {
2286 "symfony/yaml": "To use the yaml reference dumper"
2287 },
2288 "type": "library",
2289 "extra": {
2290 "branch-alias": {
44c818ce 2291 "dev-master": "3.4-dev"
1c070fa8
A
2292 }
2293 },
2294 "autoload": {
2295 "psr-4": {
2296 "Symfony\\Component\\Config\\": ""
2297 },
2298 "exclude-from-classmap": [
2299 "/Tests/"
2300 ]
2301 },
2302 "notification-url": "https://packagist.org/downloads/",
2303 "license": [
2304 "MIT"
2305 ],
2306 "authors": [
2307 {
2308 "name": "Fabien Potencier",
2309 "email": "fabien@symfony.com"
2310 },
2311 {
2312 "name": "Symfony Community",
2313 "homepage": "https://symfony.com/contributors"
2314 }
2315 ],
2316 "description": "Symfony Config Component",
2317 "homepage": "https://symfony.com",
62f5a758 2318 "time": "2018-07-26T11:19:56+00:00"
1c070fa8
A
2319 },
2320 {
2321 "name": "symfony/console",
62f5a758 2322 "version": "v3.4.14",
1c070fa8
A
2323 "source": {
2324 "type": "git",
2325 "url": "https://github.com/symfony/console.git",
62f5a758 2326 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73"
1c070fa8
A
2327 },
2328 "dist": {
2329 "type": "zip",
62f5a758
A
2330 "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73",
2331 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73",
1c070fa8
A
2332 "shasum": ""
2333 },
2334 "require": {
5617dcf9
A
2335 "php": "^5.5.9|>=7.0.8",
2336 "symfony/debug": "~2.8|~3.0|~4.0",
1c070fa8
A
2337 "symfony/polyfill-mbstring": "~1.0"
2338 },
5617dcf9
A
2339 "conflict": {
2340 "symfony/dependency-injection": "<3.4",
2341 "symfony/process": "<3.3"
2342 },
1c070fa8
A
2343 "require-dev": {
2344 "psr/log": "~1.0",
5617dcf9
A
2345 "symfony/config": "~3.3|~4.0",
2346 "symfony/dependency-injection": "~3.4|~4.0",
2347 "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2348 "symfony/lock": "~3.4|~4.0",
2349 "symfony/process": "~3.3|~4.0"
1c070fa8
A
2350 },
2351 "suggest": {
787faa42 2352 "psr/log-implementation": "For using the console logger",
1c070fa8 2353 "symfony/event-dispatcher": "",
5617dcf9 2354 "symfony/lock": "",
1c070fa8
A
2355 "symfony/process": ""
2356 },
2357 "type": "library",
2358 "extra": {
2359 "branch-alias": {
5617dcf9 2360 "dev-master": "3.4-dev"
1c070fa8
A
2361 }
2362 },
2363 "autoload": {
2364 "psr-4": {
2365 "Symfony\\Component\\Console\\": ""
2366 },
2367 "exclude-from-classmap": [
2368 "/Tests/"
2369 ]
2370 },
2371 "notification-url": "https://packagist.org/downloads/",
2372 "license": [
2373 "MIT"
2374 ],
2375 "authors": [
2376 {
2377 "name": "Fabien Potencier",
2378 "email": "fabien@symfony.com"
2379 },
2380 {
2381 "name": "Symfony Community",
2382 "homepage": "https://symfony.com/contributors"
2383 }
2384 ],
2385 "description": "Symfony Console Component",
2386 "homepage": "https://symfony.com",
62f5a758 2387 "time": "2018-07-26T11:19:56+00:00"
1c070fa8
A
2388 },
2389 {
2390 "name": "symfony/debug",
62f5a758 2391 "version": "v3.4.14",
1c070fa8
A
2392 "source": {
2393 "type": "git",
2394 "url": "https://github.com/symfony/debug.git",
62f5a758 2395 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc"
1c070fa8
A
2396 },
2397 "dist": {
2398 "type": "zip",
62f5a758
A
2399 "url": "https://api.github.com/repos/symfony/debug/zipball/d5a058ff6ecad26b30c1ba452241306ea34c65cc",
2400 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc",
1c070fa8
A
2401 "shasum": ""
2402 },
2403 "require": {
5617dcf9 2404 "php": "^5.5.9|>=7.0.8",
1c070fa8
A
2405 "psr/log": "~1.0"
2406 },
2407 "conflict": {
2408 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2409 },
2410 "require-dev": {
5617dcf9 2411 "symfony/http-kernel": "~2.8|~3.0|~4.0"
1c070fa8
A
2412 },
2413 "type": "library",
2414 "extra": {
2415 "branch-alias": {
5617dcf9 2416 "dev-master": "3.4-dev"
1c070fa8
A
2417 }
2418 },
2419 "autoload": {
2420 "psr-4": {
2421 "Symfony\\Component\\Debug\\": ""
2422 },
2423 "exclude-from-classmap": [
2424 "/Tests/"
2425 ]
2426 },
2427 "notification-url": "https://packagist.org/downloads/",
2428 "license": [
2429 "MIT"
2430 ],
2431 "authors": [
2432 {
2433 "name": "Fabien Potencier",
2434 "email": "fabien@symfony.com"
2435 },
2436 {
2437 "name": "Symfony Community",
2438 "homepage": "https://symfony.com/contributors"
2439 }
2440 ],
2441 "description": "Symfony Debug Component",
2442 "homepage": "https://symfony.com",
62f5a758 2443 "time": "2018-07-26T11:19:56+00:00"
1c070fa8
A
2444 },
2445 {
2446 "name": "symfony/dependency-injection",
62f5a758 2447 "version": "v3.4.14",
1c070fa8
A
2448 "source": {
2449 "type": "git",
2450 "url": "https://github.com/symfony/dependency-injection.git",
62f5a758 2451 "reference": "1c0e679e522591fd744fdf242fec41a43d62b2b1"
1c070fa8
A
2452 },
2453 "dist": {
2454 "type": "zip",
62f5a758
A
2455 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1c0e679e522591fd744fdf242fec41a43d62b2b1",
2456 "reference": "1c0e679e522591fd744fdf242fec41a43d62b2b1",
1c070fa8
A
2457 "shasum": ""
2458 },
2459 "require": {
12266213 2460 "php": "^5.5.9|>=7.0.8",
89118630 2461 "psr/container": "^1.0"
1c070fa8
A
2462 },
2463 "conflict": {
44c818ce 2464 "symfony/config": "<3.3.7",
89118630 2465 "symfony/finder": "<3.3",
5617dcf9
A
2466 "symfony/proxy-manager-bridge": "<3.4",
2467 "symfony/yaml": "<3.4"
89118630
A
2468 },
2469 "provide": {
2470 "psr/container-implementation": "1.0"
1c070fa8
A
2471 },
2472 "require-dev": {
5617dcf9
A
2473 "symfony/config": "~3.3|~4.0",
2474 "symfony/expression-language": "~2.8|~3.0|~4.0",
2475 "symfony/yaml": "~3.4|~4.0"
1c070fa8
A
2476 },
2477 "suggest": {
2478 "symfony/config": "",
2479 "symfony/expression-language": "For using expressions in service container configuration",
89118630 2480 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1c070fa8
A
2481 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2482 "symfony/yaml": ""
2483 },
2484 "type": "library",
2485 "extra": {
2486 "branch-alias": {
5617dcf9 2487 "dev-master": "3.4-dev"
1c070fa8
A
2488 }
2489 },
2490 "autoload": {
2491 "psr-4": {
2492 "Symfony\\Component\\DependencyInjection\\": ""
2493 },
2494 "exclude-from-classmap": [
2495 "/Tests/"
2496 ]
2497 },
2498 "notification-url": "https://packagist.org/downloads/",
2499 "license": [
2500 "MIT"
2501 ],
2502 "authors": [
2503 {
2504 "name": "Fabien Potencier",
2505 "email": "fabien@symfony.com"
2506 },
2507 {
2508 "name": "Symfony Community",
2509 "homepage": "https://symfony.com/contributors"
2510 }
2511 ],
2512 "description": "Symfony DependencyInjection Component",
2513 "homepage": "https://symfony.com",
62f5a758 2514 "time": "2018-07-29T15:19:31+00:00"
1c070fa8
A
2515 },
2516 {
2517 "name": "symfony/filesystem",
62f5a758 2518 "version": "v3.4.14",
1c070fa8
A
2519 "source": {
2520 "type": "git",
2521 "url": "https://github.com/symfony/filesystem.git",
62f5a758 2522 "reference": "a59f917e3c5d82332514cb4538387638f5bde2d6"
1c070fa8
A
2523 },
2524 "dist": {
2525 "type": "zip",
62f5a758
A
2526 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a59f917e3c5d82332514cb4538387638f5bde2d6",
2527 "reference": "a59f917e3c5d82332514cb4538387638f5bde2d6",
1c070fa8
A
2528 "shasum": ""
2529 },
2530 "require": {
28f26524
A
2531 "php": "^5.5.9|>=7.0.8",
2532 "symfony/polyfill-ctype": "~1.8"
1c070fa8
A
2533 },
2534 "type": "library",
2535 "extra": {
2536 "branch-alias": {
44c818ce 2537 "dev-master": "3.4-dev"
1c070fa8
A
2538 }
2539 },
2540 "autoload": {
2541 "psr-4": {
2542 "Symfony\\Component\\Filesystem\\": ""
2543 },
2544 "exclude-from-classmap": [
2545 "/Tests/"
2546 ]
2547 },
2548 "notification-url": "https://packagist.org/downloads/",
2549 "license": [
2550 "MIT"
2551 ],
2552 "authors": [
2553 {
2554 "name": "Fabien Potencier",
2555 "email": "fabien@symfony.com"
2556 },
2557 {
2558 "name": "Symfony Community",
2559 "homepage": "https://symfony.com/contributors"
2560 }
2561 ],
2562 "description": "Symfony Filesystem Component",
2563 "homepage": "https://symfony.com",
62f5a758 2564 "time": "2018-07-26T11:19:56+00:00"
1c070fa8
A
2565 },
2566 {
2567 "name": "symfony/finder",
62f5a758 2568 "version": "v3.4.14",
1c070fa8
A
2569 "source": {
2570 "type": "git",
2571 "url": "https://github.com/symfony/finder.git",
62f5a758 2572 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a"
1c070fa8
A
2573 },
2574 "dist": {
2575 "type": "zip",
62f5a758
A
2576 "url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a",
2577 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a",
1c070fa8
A
2578 "shasum": ""
2579 },
2580 "require": {
12266213 2581 "php": "^5.5.9|>=7.0.8"
1c070fa8
A
2582 },
2583 "type": "library",
2584 "extra": {
2585 "branch-alias": {
44c818ce 2586 "dev-master": "3.4-dev"
1c070fa8
A
2587 }
2588 },
2589 "autoload": {
2590 "psr-4": {
2591 "Symfony\\Component\\Finder\\": ""
2592 },
2593 "exclude-from-classmap": [
2594 "/Tests/"
2595 ]
2596 },
2597 "notification-url": "https://packagist.org/downloads/",
2598 "license": [
2599 "MIT"
2600 ],
2601 "authors": [
2602 {
2603 "name": "Fabien Potencier",
2604 "email": "fabien@symfony.com"
2605 },
2606 {
2607 "name": "Symfony Community",
2608 "homepage": "https://symfony.com/contributors"
2609 }
2610 ],
2611 "description": "Symfony Finder Component",
2612 "homepage": "https://symfony.com",
62f5a758 2613 "time": "2018-07-26T11:19:56+00:00"
28f26524
A
2614 },
2615 {
2616 "name": "symfony/polyfill-ctype",
62f5a758 2617 "version": "v1.9.0",
28f26524
A
2618 "source": {
2619 "type": "git",
2620 "url": "https://github.com/symfony/polyfill-ctype.git",
62f5a758 2621 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
28f26524
A
2622 },
2623 "dist": {
2624 "type": "zip",
62f5a758
A
2625 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2626 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
28f26524
A
2627 "shasum": ""
2628 },
2629 "require": {
2630 "php": ">=5.3.3"
2631 },
62f5a758
A
2632 "suggest": {
2633 "ext-ctype": "For best performance"
2634 },
28f26524
A
2635 "type": "library",
2636 "extra": {
2637 "branch-alias": {
62f5a758 2638 "dev-master": "1.9-dev"
28f26524
A
2639 }
2640 },
2641 "autoload": {
2642 "psr-4": {
2643 "Symfony\\Polyfill\\Ctype\\": ""
2644 },
2645 "files": [
2646 "bootstrap.php"
2647 ]
2648 },
2649 "notification-url": "https://packagist.org/downloads/",
2650 "license": [
2651 "MIT"
2652 ],
2653 "authors": [
2654 {
2655 "name": "Symfony Community",
2656 "homepage": "https://symfony.com/contributors"
2657 },
2658 {
2659 "name": "Gert de Pagter",
2660 "email": "BackEndTea@gmail.com"
2661 }
2662 ],
2663 "description": "Symfony polyfill for ctype functions",
2664 "homepage": "https://symfony.com",
2665 "keywords": [
2666 "compatibility",
2667 "ctype",
2668 "polyfill",
2669 "portable"
2670 ],
62f5a758 2671 "time": "2018-08-06T14:22:27+00:00"
1c070fa8
A
2672 },
2673 {
2674 "name": "symfony/polyfill-mbstring",
62f5a758 2675 "version": "v1.9.0",
1c070fa8
A
2676 "source": {
2677 "type": "git",
2678 "url": "https://github.com/symfony/polyfill-mbstring.git",
62f5a758 2679 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
1c070fa8
A
2680 },
2681 "dist": {
2682 "type": "zip",
62f5a758
A
2683 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
2684 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
1c070fa8
A
2685 "shasum": ""
2686 },
2687 "require": {
2688 "php": ">=5.3.3"
2689 },
2690 "suggest": {
2691 "ext-mbstring": "For best performance"
2692 },
2693 "type": "library",
2694 "extra": {
2695 "branch-alias": {
62f5a758 2696 "dev-master": "1.9-dev"
1c070fa8
A
2697 }
2698 },
2699 "autoload": {
2700 "psr-4": {
2701 "Symfony\\Polyfill\\Mbstring\\": ""
2702 },
2703 "files": [
2704 "bootstrap.php"
2705 ]
2706 },
2707 "notification-url": "https://packagist.org/downloads/",
2708 "license": [
2709 "MIT"
2710 ],
2711 "authors": [
2712 {
2713 "name": "Nicolas Grekas",
2714 "email": "p@tchwork.com"
2715 },
2716 {
2717 "name": "Symfony Community",
2718 "homepage": "https://symfony.com/contributors"
2719 }
2720 ],
2721 "description": "Symfony polyfill for the Mbstring extension",
2722 "homepage": "https://symfony.com",
2723 "keywords": [
2724 "compatibility",
2725 "mbstring",
2726 "polyfill",
2727 "portable",
2728 "shim"
2729 ],
62f5a758 2730 "time": "2018-08-06T14:22:27+00:00"
1c070fa8
A
2731 },
2732 {
2733 "name": "symfony/yaml",
62f5a758 2734 "version": "v3.4.14",
1c070fa8
A
2735 "source": {
2736 "type": "git",
2737 "url": "https://github.com/symfony/yaml.git",
62f5a758 2738 "reference": "810af2d35fc72b6cf5c01116806d2b65ccaaf2e2"
1c070fa8
A
2739 },
2740 "dist": {
2741 "type": "zip",
62f5a758
A
2742 "url": "https://api.github.com/repos/symfony/yaml/zipball/810af2d35fc72b6cf5c01116806d2b65ccaaf2e2",
2743 "reference": "810af2d35fc72b6cf5c01116806d2b65ccaaf2e2",
1c070fa8
A
2744 "shasum": ""
2745 },
2746 "require": {
28f26524
A
2747 "php": "^5.5.9|>=7.0.8",
2748 "symfony/polyfill-ctype": "~1.8"
1c070fa8 2749 },
5617dcf9
A
2750 "conflict": {
2751 "symfony/console": "<3.4"
2752 },
1c070fa8 2753 "require-dev": {
5617dcf9 2754 "symfony/console": "~3.4|~4.0"
1c070fa8
A
2755 },
2756 "suggest": {
2757 "symfony/console": "For validating YAML files using the lint command"
2758 },
2759 "type": "library",
2760 "extra": {
2761 "branch-alias": {
5617dcf9 2762 "dev-master": "3.4-dev"
1c070fa8
A
2763 }
2764 },
2765 "autoload": {
2766 "psr-4": {
2767 "Symfony\\Component\\Yaml\\": ""
2768 },
2769 "exclude-from-classmap": [
2770 "/Tests/"
2771 ]
2772 },
2773 "notification-url": "https://packagist.org/downloads/",
2774 "license": [
2775 "MIT"
2776 ],
2777 "authors": [
2778 {
2779 "name": "Fabien Potencier",
2780 "email": "fabien@symfony.com"
2781 },
2782 {
2783 "name": "Symfony Community",
2784 "homepage": "https://symfony.com/contributors"
2785 }
2786 ],
2787 "description": "Symfony Yaml Component",
2788 "homepage": "https://symfony.com",
62f5a758 2789 "time": "2018-07-26T11:19:56+00:00"
1c070fa8
A
2790 },
2791 {
2792 "name": "theseer/fdomdocument",
89118630 2793 "version": "1.6.6",
1c070fa8
A
2794 "source": {
2795 "type": "git",
2796 "url": "https://github.com/theseer/fDOMDocument.git",
89118630 2797 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
1c070fa8
A
2798 },
2799 "dist": {
2800 "type": "zip",
89118630
A
2801 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2802 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
1c070fa8
A
2803 "shasum": ""
2804 },
2805 "require": {
2806 "ext-dom": "*",
2807 "lib-libxml": "*",
2808 "php": ">=5.3.3"
2809 },
2810 "type": "library",
2811 "autoload": {
2812 "classmap": [
2813 "src/"
2814 ]
2815 },
2816 "notification-url": "https://packagist.org/downloads/",
2817 "license": [
2818 "BSD-3-Clause"
2819 ],
2820 "authors": [
2821 {
2822 "name": "Arne Blankerts",
2823 "email": "arne@blankerts.de",
2824 "role": "lead"
2825 }
2826 ],
2827 "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.",
2828 "homepage": "https://github.com/theseer/fDOMDocument",
89118630 2829 "time": "2017-06-30T11:53:12+00:00"
1c070fa8
A
2830 },
2831 {
2832 "name": "webmozart/assert",
44c818ce 2833 "version": "1.3.0",
1c070fa8
A
2834 "source": {
2835 "type": "git",
2836 "url": "https://github.com/webmozart/assert.git",
44c818ce 2837 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
1c070fa8
A
2838 },
2839 "dist": {
2840 "type": "zip",
44c818ce
A
2841 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2842 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
1c070fa8
A
2843 "shasum": ""
2844 },
2845 "require": {
2846 "php": "^5.3.3 || ^7.0"
2847 },
2848 "require-dev": {
2849 "phpunit/phpunit": "^4.6",
2850 "sebastian/version": "^1.0.1"
2851 },
2852 "type": "library",
2853 "extra": {
2854 "branch-alias": {
2855 "dev-master": "1.3-dev"
2856 }
2857 },
2858 "autoload": {
2859 "psr-4": {
2860 "Webmozart\\Assert\\": "src/"
2861 }
2862 },
2863 "notification-url": "https://packagist.org/downloads/",
2864 "license": [
2865 "MIT"
2866 ],
2867 "authors": [
2868 {
2869 "name": "Bernhard Schussek",
2870 "email": "bschussek@gmail.com"
2871 }
2872 ],
2873 "description": "Assertions to validate method input/output with nice error messages.",
2874 "keywords": [
2875 "assert",
2876 "check",
2877 "validate"
2878 ],
44c818ce 2879 "time": "2018-01-29T19:49:41+00:00"
1c070fa8
A
2880 }
2881 ],
2882 "aliases": [],
2883 "minimum-stability": "stable",
2884 "stability-flags": {
2885 "pubsubhubbub/publisher": 20,
2886 "phpmd/phpmd": 0
2887 },
2888 "prefer-stable": false,
2889 "prefer-lowest": false,
2890 "platform": {
5617dcf9 2891 "php": ">=5.6"
1c070fa8 2892 },
89118630
A
2893 "platform-dev": [],
2894 "platform-overrides": {
5617dcf9 2895 "php": "5.6.31"
89118630 2896 }
1c070fa8 2897}