source: composer.lock

Last change on this file was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 198.8 KB
Line 
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": "c87671d1c5bee4d64ac749ab71240cd6",
8 "packages": [
9 {
10 "name": "commerceguys/intl",
11 "version": "v1.0.2",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/commerceguys/intl.git",
15 "reference": "65148707b317808082aac6e5e266047f11d95ead"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/commerceguys/intl/zipball/65148707b317808082aac6e5e266047f11d95ead",
20 "reference": "65148707b317808082aac6e5e266047f11d95ead",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.5.0"
25 },
26 "require-dev": {
27 "mikey179/vfsstream": "1.*",
28 "phpunit/phpunit": "~4.0"
29 },
30 "type": "library",
31 "extra": {
32 "branch-alias": {
33 "dev-master": "1.x-dev"
34 }
35 },
36 "autoload": {
37 "psr-4": {
38 "CommerceGuys\\Intl\\": "src"
39 }
40 },
41 "notification-url": "https://packagist.org/downloads/",
42 "license": [
43 "MIT"
44 ],
45 "authors": [
46 {
47 "name": "Bojan Zivanovic"
48 }
49 ],
50 "description": "Internationalization library powered by CLDR data.",
51 "time": "2018-10-22T13:02:28+00:00"
52 },
53 {
54 "name": "dnoegel/php-xdg-base-dir",
55 "version": "0.1",
56 "source": {
57 "type": "git",
58 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
59 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
60 },
61 "dist": {
62 "type": "zip",
63 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
64 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
65 "shasum": ""
66 },
67 "require": {
68 "php": ">=5.3.2"
69 },
70 "require-dev": {
71 "phpunit/phpunit": "@stable"
72 },
73 "type": "project",
74 "autoload": {
75 "psr-4": {
76 "XdgBaseDir\\": "src/"
77 }
78 },
79 "notification-url": "https://packagist.org/downloads/",
80 "license": [
81 "MIT"
82 ],
83 "description": "implementation of xdg base directory specification for php",
84 "time": "2014-10-24T07:27:01+00:00"
85 },
86 {
87 "name": "doctrine/inflector",
88 "version": "v1.3.0",
89 "source": {
90 "type": "git",
91 "url": "https://github.com/doctrine/inflector.git",
92 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
93 },
94 "dist": {
95 "type": "zip",
96 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
97 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
98 "shasum": ""
99 },
100 "require": {
101 "php": "^7.1"
102 },
103 "require-dev": {
104 "phpunit/phpunit": "^6.2"
105 },
106 "type": "library",
107 "extra": {
108 "branch-alias": {
109 "dev-master": "1.3.x-dev"
110 }
111 },
112 "autoload": {
113 "psr-4": {
114 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Roman Borschel",
124 "email": "roman@code-factory.org"
125 },
126 {
127 "name": "Benjamin Eberlei",
128 "email": "kontakt@beberlei.de"
129 },
130 {
131 "name": "Guilherme Blanco",
132 "email": "guilhermeblanco@gmail.com"
133 },
134 {
135 "name": "Jonathan Wage",
136 "email": "jonwage@gmail.com"
137 },
138 {
139 "name": "Johannes Schmitt",
140 "email": "schmittjoh@gmail.com"
141 }
142 ],
143 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
144 "homepage": "http://www.doctrine-project.org",
145 "keywords": [
146 "inflection",
147 "pluralize",
148 "singularize",
149 "string"
150 ],
151 "time": "2018-01-09T20:05:19+00:00"
152 },
153 {
154 "name": "doctrine/lexer",
155 "version": "v1.0.1",
156 "source": {
157 "type": "git",
158 "url": "https://github.com/doctrine/lexer.git",
159 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
160 },
161 "dist": {
162 "type": "zip",
163 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
164 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
165 "shasum": ""
166 },
167 "require": {
168 "php": ">=5.3.2"
169 },
170 "type": "library",
171 "extra": {
172 "branch-alias": {
173 "dev-master": "1.0.x-dev"
174 }
175 },
176 "autoload": {
177 "psr-0": {
178 "Doctrine\\Common\\Lexer\\": "lib/"
179 }
180 },
181 "notification-url": "https://packagist.org/downloads/",
182 "license": [
183 "MIT"
184 ],
185 "authors": [
186 {
187 "name": "Roman Borschel",
188 "email": "roman@code-factory.org"
189 },
190 {
191 "name": "Guilherme Blanco",
192 "email": "guilhermeblanco@gmail.com"
193 },
194 {
195 "name": "Johannes Schmitt",
196 "email": "schmittjoh@gmail.com"
197 }
198 ],
199 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
200 "homepage": "http://www.doctrine-project.org",
201 "keywords": [
202 "lexer",
203 "parser"
204 ],
205 "time": "2014-09-09T13:34:57+00:00"
206 },
207 {
208 "name": "dragonmantank/cron-expression",
209 "version": "v2.2.0",
210 "source": {
211 "type": "git",
212 "url": "https://github.com/dragonmantank/cron-expression.git",
213 "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
214 },
215 "dist": {
216 "type": "zip",
217 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
218 "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
219 "shasum": ""
220 },
221 "require": {
222 "php": ">=7.0.0"
223 },
224 "require-dev": {
225 "phpunit/phpunit": "~6.4"
226 },
227 "type": "library",
228 "autoload": {
229 "psr-4": {
230 "Cron\\": "src/Cron/"
231 }
232 },
233 "notification-url": "https://packagist.org/downloads/",
234 "license": [
235 "MIT"
236 ],
237 "authors": [
238 {
239 "name": "Michael Dowling",
240 "email": "mtdowling@gmail.com",
241 "homepage": "https://github.com/mtdowling"
242 },
243 {
244 "name": "Chris Tankersley",
245 "email": "chris@ctankersley.com",
246 "homepage": "https://github.com/dragonmantank"
247 }
248 ],
249 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
250 "keywords": [
251 "cron",
252 "schedule"
253 ],
254 "time": "2018-06-06T03:12:17+00:00"
255 },
256 {
257 "name": "egulias/email-validator",
258 "version": "2.1.7",
259 "source": {
260 "type": "git",
261 "url": "https://github.com/egulias/EmailValidator.git",
262 "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
263 },
264 "dist": {
265 "type": "zip",
266 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
267 "reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
268 "shasum": ""
269 },
270 "require": {
271 "doctrine/lexer": "^1.0.1",
272 "php": ">= 5.5"
273 },
274 "require-dev": {
275 "dominicsayers/isemail": "dev-master",
276 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
277 "satooshi/php-coveralls": "^1.0.1"
278 },
279 "suggest": {
280 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
281 },
282 "type": "library",
283 "extra": {
284 "branch-alias": {
285 "dev-master": "2.0.x-dev"
286 }
287 },
288 "autoload": {
289 "psr-4": {
290 "Egulias\\EmailValidator\\": "EmailValidator"
291 }
292 },
293 "notification-url": "https://packagist.org/downloads/",
294 "license": [
295 "MIT"
296 ],
297 "authors": [
298 {
299 "name": "Eduardo Gulias Davis"
300 }
301 ],
302 "description": "A library for validating emails against several RFCs",
303 "homepage": "https://github.com/egulias/EmailValidator",
304 "keywords": [
305 "email",
306 "emailvalidation",
307 "emailvalidator",
308 "validation",
309 "validator"
310 ],
311 "time": "2018-12-04T22:38:24+00:00"
312 },
313 {
314 "name": "erusev/parsedown",
315 "version": "1.7.1",
316 "source": {
317 "type": "git",
318 "url": "https://github.com/erusev/parsedown.git",
319 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
320 },
321 "dist": {
322 "type": "zip",
323 "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
324 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
325 "shasum": ""
326 },
327 "require": {
328 "ext-mbstring": "*",
329 "php": ">=5.3.0"
330 },
331 "require-dev": {
332 "phpunit/phpunit": "^4.8.35"
333 },
334 "type": "library",
335 "autoload": {
336 "psr-0": {
337 "Parsedown": ""
338 }
339 },
340 "notification-url": "https://packagist.org/downloads/",
341 "license": [
342 "MIT"
343 ],
344 "authors": [
345 {
346 "name": "Emanuil Rusev",
347 "email": "hello@erusev.com",
348 "homepage": "http://erusev.com"
349 }
350 ],
351 "description": "Parser for Markdown.",
352 "homepage": "http://parsedown.org",
353 "keywords": [
354 "markdown",
355 "parser"
356 ],
357 "time": "2018-03-08T01:11:30+00:00"
358 },
359 {
360 "name": "ezyang/htmlpurifier",
361 "version": "v4.10.0",
362 "source": {
363 "type": "git",
364 "url": "https://github.com/ezyang/htmlpurifier.git",
365 "reference": "d85d39da4576a6934b72480be6978fb10c860021"
366 },
367 "dist": {
368 "type": "zip",
369 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d85d39da4576a6934b72480be6978fb10c860021",
370 "reference": "d85d39da4576a6934b72480be6978fb10c860021",
371 "shasum": ""
372 },
373 "require": {
374 "php": ">=5.2"
375 },
376 "require-dev": {
377 "simpletest/simpletest": "^1.1"
378 },
379 "type": "library",
380 "autoload": {
381 "psr-0": {
382 "HTMLPurifier": "library/"
383 },
384 "files": [
385 "library/HTMLPurifier.composer.php"
386 ]
387 },
388 "notification-url": "https://packagist.org/downloads/",
389 "license": [
390 "LGPL"
391 ],
392 "authors": [
393 {
394 "name": "Edward Z. Yang",
395 "email": "admin@htmlpurifier.org",
396 "homepage": "http://ezyang.com"
397 }
398 ],
399 "description": "Standards compliant HTML filter written in PHP",
400 "homepage": "http://htmlpurifier.org/",
401 "keywords": [
402 "html"
403 ],
404 "time": "2018-02-23T01:58:20+00:00"
405 },
406 {
407 "name": "fideloper/proxy",
408 "version": "4.1.0",
409 "source": {
410 "type": "git",
411 "url": "https://github.com/fideloper/TrustedProxy.git",
412 "reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb"
413 },
414 "dist": {
415 "type": "zip",
416 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
417 "reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
418 "shasum": ""
419 },
420 "require": {
421 "illuminate/contracts": "~5.0",
422 "php": ">=5.4.0"
423 },
424 "require-dev": {
425 "illuminate/http": "~5.6",
426 "mockery/mockery": "~1.0",
427 "phpunit/phpunit": "^6.0"
428 },
429 "type": "library",
430 "extra": {
431 "laravel": {
432 "providers": [
433 "Fideloper\\Proxy\\TrustedProxyServiceProvider"
434 ]
435 }
436 },
437 "autoload": {
438 "psr-4": {
439 "Fideloper\\Proxy\\": "src/"
440 }
441 },
442 "notification-url": "https://packagist.org/downloads/",
443 "license": [
444 "MIT"
445 ],
446 "authors": [
447 {
448 "name": "Chris Fidao",
449 "email": "fideloper@gmail.com"
450 }
451 ],
452 "description": "Set trusted proxies for Laravel",
453 "keywords": [
454 "load balancing",
455 "proxy",
456 "trusted proxy"
457 ],
458 "time": "2019-01-10T14:06:47+00:00"
459 },
460 {
461 "name": "giggsey/libphonenumber-for-php",
462 "version": "8.10.7",
463 "source": {
464 "type": "git",
465 "url": "https://github.com/giggsey/libphonenumber-for-php.git",
466 "reference": "09686926c6a4ded26944602eae80e56eba088c4b"
467 },
468 "dist": {
469 "type": "zip",
470 "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/09686926c6a4ded26944602eae80e56eba088c4b",
471 "reference": "09686926c6a4ded26944602eae80e56eba088c4b",
472 "shasum": ""
473 },
474 "require": {
475 "ext-mbstring": "*",
476 "giggsey/locale": "^1.2",
477 "php": ">=5.3.2"
478 },
479 "require-dev": {
480 "pear/pear-core-minimal": "^1.9",
481 "pear/pear_exception": "^1.0",
482 "pear/versioncontrol_git": "^0.5",
483 "phing/phing": "^2.7",
484 "php-coveralls/php-coveralls": "^1.0|^2.0",
485 "phpunit/phpunit": "^4.8.36|^5.0",
486 "symfony/console": "^2.8|^3.0"
487 },
488 "type": "library",
489 "extra": {
490 "branch-alias": {
491 "dev-master": "8.x-dev"
492 }
493 },
494 "autoload": {
495 "psr-4": {
496 "libphonenumber\\": "src/"
497 },
498 "exclude-from-classmap": [
499 "/src/data/",
500 "/src/carrier/data/",
501 "/src/geocoding/data/",
502 "/src/timezone/data/"
503 ]
504 },
505 "notification-url": "https://packagist.org/downloads/",
506 "license": [
507 "Apache-2.0"
508 ],
509 "authors": [
510 {
511 "name": "Joshua Gigg",
512 "email": "giggsey@gmail.com",
513 "homepage": "https://giggsey.com/"
514 }
515 ],
516 "description": "PHP Port of Google's libphonenumber",
517 "homepage": "https://github.com/giggsey/libphonenumber-for-php",
518 "keywords": [
519 "geocoding",
520 "geolocation",
521 "libphonenumber",
522 "mobile",
523 "phonenumber",
524 "validation"
525 ],
526 "time": "2019-03-07T08:42:08+00:00"
527 },
528 {
529 "name": "giggsey/locale",
530 "version": "1.6",
531 "source": {
532 "type": "git",
533 "url": "https://github.com/giggsey/Locale.git",
534 "reference": "da6845720b5d104d319d7e84576f54e44dd9e4f5"
535 },
536 "dist": {
537 "type": "zip",
538 "url": "https://api.github.com/repos/giggsey/Locale/zipball/da6845720b5d104d319d7e84576f54e44dd9e4f5",
539 "reference": "da6845720b5d104d319d7e84576f54e44dd9e4f5",
540 "shasum": ""
541 },
542 "require": {
543 "php": ">=5.3.2"
544 },
545 "require-dev": {
546 "pear/pear-core-minimal": "^1.9",
547 "pear/pear_exception": "^1.0",
548 "pear/versioncontrol_git": "^0.5",
549 "phing/phing": "~2.7",
550 "phpunit/phpunit": "^4.8|^5.0",
551 "satooshi/php-coveralls": "^1.0",
552 "symfony/console": "^2.8|^3.0|^4.0",
553 "symfony/filesystem": "^2.8|^3.0|^4.0",
554 "symfony/finder": "^2.8|^3.0|^4.0",
555 "symfony/process": "^2.8|^3.0|^4.0"
556 },
557 "type": "library",
558 "autoload": {
559 "psr-4": {
560 "Giggsey\\Locale\\": "src/"
561 }
562 },
563 "notification-url": "https://packagist.org/downloads/",
564 "license": [
565 "MIT"
566 ],
567 "authors": [
568 {
569 "name": "Joshua Gigg",
570 "email": "giggsey@gmail.com",
571 "homepage": "http://giggsey.com/"
572 }
573 ],
574 "description": "Locale functions required by libphonenumber-for-php",
575 "time": "2018-10-18T07:17:52+00:00"
576 },
577 {
578 "name": "guzzlehttp/guzzle",
579 "version": "6.3.3",
580 "source": {
581 "type": "git",
582 "url": "https://github.com/guzzle/guzzle.git",
583 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
584 },
585 "dist": {
586 "type": "zip",
587 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
588 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
589 "shasum": ""
590 },
591 "require": {
592 "guzzlehttp/promises": "^1.0",
593 "guzzlehttp/psr7": "^1.4",
594 "php": ">=5.5"
595 },
596 "require-dev": {
597 "ext-curl": "*",
598 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
599 "psr/log": "^1.0"
600 },
601 "suggest": {
602 "psr/log": "Required for using the Log middleware"
603 },
604 "type": "library",
605 "extra": {
606 "branch-alias": {
607 "dev-master": "6.3-dev"
608 }
609 },
610 "autoload": {
611 "files": [
612 "src/functions_include.php"
613 ],
614 "psr-4": {
615 "GuzzleHttp\\": "src/"
616 }
617 },
618 "notification-url": "https://packagist.org/downloads/",
619 "license": [
620 "MIT"
621 ],
622 "authors": [
623 {
624 "name": "Michael Dowling",
625 "email": "mtdowling@gmail.com",
626 "homepage": "https://github.com/mtdowling"
627 }
628 ],
629 "description": "Guzzle is a PHP HTTP client library",
630 "homepage": "http://guzzlephp.org/",
631 "keywords": [
632 "client",
633 "curl",
634 "framework",
635 "http",
636 "http client",
637 "rest",
638 "web service"
639 ],
640 "time": "2018-04-22T15:46:56+00:00"
641 },
642 {
643 "name": "guzzlehttp/promises",
644 "version": "v1.3.1",
645 "source": {
646 "type": "git",
647 "url": "https://github.com/guzzle/promises.git",
648 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
649 },
650 "dist": {
651 "type": "zip",
652 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
653 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
654 "shasum": ""
655 },
656 "require": {
657 "php": ">=5.5.0"
658 },
659 "require-dev": {
660 "phpunit/phpunit": "^4.0"
661 },
662 "type": "library",
663 "extra": {
664 "branch-alias": {
665 "dev-master": "1.4-dev"
666 }
667 },
668 "autoload": {
669 "psr-4": {
670 "GuzzleHttp\\Promise\\": "src/"
671 },
672 "files": [
673 "src/functions_include.php"
674 ]
675 },
676 "notification-url": "https://packagist.org/downloads/",
677 "license": [
678 "MIT"
679 ],
680 "authors": [
681 {
682 "name": "Michael Dowling",
683 "email": "mtdowling@gmail.com",
684 "homepage": "https://github.com/mtdowling"
685 }
686 ],
687 "description": "Guzzle promises library",
688 "keywords": [
689 "promise"
690 ],
691 "time": "2016-12-20T10:07:11+00:00"
692 },
693 {
694 "name": "guzzlehttp/psr7",
695 "version": "1.5.2",
696 "source": {
697 "type": "git",
698 "url": "https://github.com/guzzle/psr7.git",
699 "reference": "9f83dded91781a01c63574e387eaa769be769115"
700 },
701 "dist": {
702 "type": "zip",
703 "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
704 "reference": "9f83dded91781a01c63574e387eaa769be769115",
705 "shasum": ""
706 },
707 "require": {
708 "php": ">=5.4.0",
709 "psr/http-message": "~1.0",
710 "ralouphie/getallheaders": "^2.0.5"
711 },
712 "provide": {
713 "psr/http-message-implementation": "1.0"
714 },
715 "require-dev": {
716 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
717 },
718 "type": "library",
719 "extra": {
720 "branch-alias": {
721 "dev-master": "1.5-dev"
722 }
723 },
724 "autoload": {
725 "psr-4": {
726 "GuzzleHttp\\Psr7\\": "src/"
727 },
728 "files": [
729 "src/functions_include.php"
730 ]
731 },
732 "notification-url": "https://packagist.org/downloads/",
733 "license": [
734 "MIT"
735 ],
736 "authors": [
737 {
738 "name": "Michael Dowling",
739 "email": "mtdowling@gmail.com",
740 "homepage": "https://github.com/mtdowling"
741 },
742 {
743 "name": "Tobias Schultze",
744 "homepage": "https://github.com/Tobion"
745 }
746 ],
747 "description": "PSR-7 message implementation that also provides common utility methods",
748 "keywords": [
749 "http",
750 "message",
751 "psr-7",
752 "request",
753 "response",
754 "stream",
755 "uri",
756 "url"
757 ],
758 "time": "2018-12-04T20:46:45+00:00"
759 },
760 {
761 "name": "jakub-onderka/php-console-color",
762 "version": "v0.2",
763 "source": {
764 "type": "git",
765 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
766 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
767 },
768 "dist": {
769 "type": "zip",
770 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
771 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
772 "shasum": ""
773 },
774 "require": {
775 "php": ">=5.4.0"
776 },
777 "require-dev": {
778 "jakub-onderka/php-code-style": "1.0",
779 "jakub-onderka/php-parallel-lint": "1.0",
780 "jakub-onderka/php-var-dump-check": "0.*",
781 "phpunit/phpunit": "~4.3",
782 "squizlabs/php_codesniffer": "1.*"
783 },
784 "type": "library",
785 "autoload": {
786 "psr-4": {
787 "JakubOnderka\\PhpConsoleColor\\": "src/"
788 }
789 },
790 "notification-url": "https://packagist.org/downloads/",
791 "license": [
792 "BSD-2-Clause"
793 ],
794 "authors": [
795 {
796 "name": "Jakub Onderka",
797 "email": "jakub.onderka@gmail.com"
798 }
799 ],
800 "abandoned": "php-parallel-lint/php-console-color",
801 "time": "2018-09-29T17:23:10+00:00"
802 },
803 {
804 "name": "jakub-onderka/php-console-highlighter",
805 "version": "v0.4",
806 "source": {
807 "type": "git",
808 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
809 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
810 },
811 "dist": {
812 "type": "zip",
813 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
814 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
815 "shasum": ""
816 },
817 "require": {
818 "ext-tokenizer": "*",
819 "jakub-onderka/php-console-color": "~0.2",
820 "php": ">=5.4.0"
821 },
822 "require-dev": {
823 "jakub-onderka/php-code-style": "~1.0",
824 "jakub-onderka/php-parallel-lint": "~1.0",
825 "jakub-onderka/php-var-dump-check": "~0.1",
826 "phpunit/phpunit": "~4.0",
827 "squizlabs/php_codesniffer": "~1.5"
828 },
829 "type": "library",
830 "autoload": {
831 "psr-4": {
832 "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
833 }
834 },
835 "notification-url": "https://packagist.org/downloads/",
836 "license": [
837 "MIT"
838 ],
839 "authors": [
840 {
841 "name": "Jakub Onderka",
842 "email": "acci@acci.cz",
843 "homepage": "http://www.acci.cz/"
844 }
845 ],
846 "description": "Highlight PHP code in terminal",
847 "abandoned": "php-parallel-lint/php-console-highlighter",
848 "time": "2018-09-29T18:48:56+00:00"
849 },
850 {
851 "name": "jenssegers/date",
852 "version": "v3.4.0",
853 "source": {
854 "type": "git",
855 "url": "https://github.com/jenssegers/date.git",
856 "reference": "3f5f94f28bd5108fab011869434209101d4189ae"
857 },
858 "dist": {
859 "type": "zip",
860 "url": "https://api.github.com/repos/jenssegers/date/zipball/3f5f94f28bd5108fab011869434209101d4189ae",
861 "reference": "3f5f94f28bd5108fab011869434209101d4189ae",
862 "shasum": ""
863 },
864 "require": {
865 "nesbot/carbon": "^1.0",
866 "php": ">=5.6",
867 "symfony/translation": "^2.7|^3.0|^4.0"
868 },
869 "require-dev": {
870 "phpunit/phpunit": "^5.0|^6.0|^7.0",
871 "satooshi/php-coveralls": "^2.0"
872 },
873 "type": "library",
874 "extra": {
875 "branch-alias": {
876 "dev-master": "3.1-dev"
877 },
878 "laravel": {
879 "providers": [
880 "Jenssegers\\Date\\DateServiceProvider"
881 ],
882 "aliases": {
883 "Date": "Jenssegers\\Date\\Date"
884 }
885 }
886 },
887 "autoload": {
888 "psr-4": {
889 "Jenssegers\\Date\\": "src/"
890 }
891 },
892 "notification-url": "https://packagist.org/downloads/",
893 "license": [
894 "MIT"
895 ],
896 "authors": [
897 {
898 "name": "Jens Segers",
899 "homepage": "https://jenssegers.com"
900 }
901 ],
902 "description": "A date library to help you work with dates in different languages",
903 "homepage": "https://github.com/jenssegers/date",
904 "keywords": [
905 "carbon",
906 "date",
907 "datetime",
908 "i18n",
909 "laravel",
910 "time",
911 "translation"
912 ],
913 "time": "2018-05-16T11:53:55+00:00"
914 },
915 {
916 "name": "laravel/framework",
917 "version": "v5.7.25",
918 "source": {
919 "type": "git",
920 "url": "https://github.com/laravel/framework.git",
921 "reference": "f8fb354878064b94a3ff09a6ffd48ee9a8d712cf"
922 },
923 "dist": {
924 "type": "zip",
925 "url": "https://api.github.com/repos/laravel/framework/zipball/f8fb354878064b94a3ff09a6ffd48ee9a8d712cf",
926 "reference": "f8fb354878064b94a3ff09a6ffd48ee9a8d712cf",
927 "shasum": ""
928 },
929 "require": {
930 "doctrine/inflector": "^1.1",
931 "dragonmantank/cron-expression": "^2.0",
932 "erusev/parsedown": "^1.7",
933 "ext-mbstring": "*",
934 "ext-openssl": "*",
935 "laravel/nexmo-notification-channel": "^1.0",
936 "laravel/slack-notification-channel": "^1.0",
937 "league/flysystem": "^1.0.8",
938 "monolog/monolog": "^1.12",
939 "nesbot/carbon": "^1.26.3",
940 "opis/closure": "^3.1",
941 "php": "^7.1.3",
942 "psr/container": "^1.0",
943 "psr/simple-cache": "^1.0",
944 "ramsey/uuid": "^3.7",
945 "swiftmailer/swiftmailer": "^6.0",
946 "symfony/console": "^4.1",
947 "symfony/debug": "^4.1",
948 "symfony/finder": "^4.1",
949 "symfony/http-foundation": "^4.1",
950 "symfony/http-kernel": "^4.1",
951 "symfony/process": "^4.1",
952 "symfony/routing": "^4.1",
953 "symfony/var-dumper": "^4.1",
954 "tijsverkoyen/css-to-inline-styles": "^2.2.1",
955 "vlucas/phpdotenv": "^2.2"
956 },
957 "conflict": {
958 "tightenco/collect": "<5.5.33"
959 },
960 "replace": {
961 "illuminate/auth": "self.version",
962 "illuminate/broadcasting": "self.version",
963 "illuminate/bus": "self.version",
964 "illuminate/cache": "self.version",
965 "illuminate/config": "self.version",
966 "illuminate/console": "self.version",
967 "illuminate/container": "self.version",
968 "illuminate/contracts": "self.version",
969 "illuminate/cookie": "self.version",
970 "illuminate/database": "self.version",
971 "illuminate/encryption": "self.version",
972 "illuminate/events": "self.version",
973 "illuminate/filesystem": "self.version",
974 "illuminate/hashing": "self.version",
975 "illuminate/http": "self.version",
976 "illuminate/log": "self.version",
977 "illuminate/mail": "self.version",
978 "illuminate/notifications": "self.version",
979 "illuminate/pagination": "self.version",
980 "illuminate/pipeline": "self.version",
981 "illuminate/queue": "self.version",
982 "illuminate/redis": "self.version",
983 "illuminate/routing": "self.version",
984 "illuminate/session": "self.version",
985 "illuminate/support": "self.version",
986 "illuminate/translation": "self.version",
987 "illuminate/validation": "self.version",
988 "illuminate/view": "self.version"
989 },
990 "require-dev": {
991 "aws/aws-sdk-php": "^3.0",
992 "doctrine/dbal": "^2.6",
993 "filp/whoops": "^2.1.4",
994 "guzzlehttp/guzzle": "^6.3",
995 "league/flysystem-cached-adapter": "^1.0",
996 "mockery/mockery": "^1.0",
997 "moontoast/math": "^1.1",
998 "orchestra/testbench-core": "3.7.*",
999 "pda/pheanstalk": "^3.0",
1000 "phpunit/phpunit": "^7.5",
1001 "predis/predis": "^1.1.1",
1002 "symfony/css-selector": "^4.1",
1003 "symfony/dom-crawler": "^4.1",
1004 "true/punycode": "^2.1"
1005 },
1006 "suggest": {
1007 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
1008 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1009 "ext-pcntl": "Required to use all features of the queue worker.",
1010 "ext-posix": "Required to use all features of the queue worker.",
1011 "filp/whoops": "Required for friendly error pages in development (^2.1.4).",
1012 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
1013 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
1014 "laravel/tinker": "Required to use the tinker console command (^1.0).",
1015 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
1016 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
1017 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
1018 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
1019 "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1020 "nexmo/client": "Required to use the Nexmo transport (^1.0).",
1021 "pda/pheanstalk": "Required to use the beanstalk queue driver (^3.0).",
1022 "predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
1023 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
1024 "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.1).",
1025 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.1).",
1026 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (^1.0)."
1027 },
1028 "type": "library",
1029 "extra": {
1030 "branch-alias": {
1031 "dev-master": "5.7-dev"
1032 }
1033 },
1034 "autoload": {
1035 "files": [
1036 "src/Illuminate/Foundation/helpers.php",
1037 "src/Illuminate/Support/helpers.php"
1038 ],
1039 "psr-4": {
1040 "Illuminate\\": "src/Illuminate/"
1041 }
1042 },
1043 "notification-url": "https://packagist.org/downloads/",
1044 "license": [
1045 "MIT"
1046 ],
1047 "authors": [
1048 {
1049 "name": "Taylor Otwell",
1050 "email": "taylor@laravel.com"
1051 }
1052 ],
1053 "description": "The Laravel Framework.",
1054 "homepage": "https://laravel.com",
1055 "keywords": [
1056 "framework",
1057 "laravel"
1058 ],
1059 "time": "2019-02-05T14:28:43+00:00"
1060 },
1061 {
1062 "name": "laravel/nexmo-notification-channel",
1063 "version": "v1.0.1",
1064 "source": {
1065 "type": "git",
1066 "url": "https://github.com/laravel/nexmo-notification-channel.git",
1067 "reference": "03edd42a55b306ff980c9950899d5a2b03260d48"
1068 },
1069 "dist": {
1070 "type": "zip",
1071 "url": "https://api.github.com/repos/laravel/nexmo-notification-channel/zipball/03edd42a55b306ff980c9950899d5a2b03260d48",
1072 "reference": "03edd42a55b306ff980c9950899d5a2b03260d48",
1073 "shasum": ""
1074 },
1075 "require": {
1076 "nexmo/client": "^1.0",
1077 "php": "^7.1.3"
1078 },
1079 "require-dev": {
1080 "illuminate/notifications": "~5.7",
1081 "mockery/mockery": "^1.0",
1082 "phpunit/phpunit": "^7.0"
1083 },
1084 "type": "library",
1085 "extra": {
1086 "branch-alias": {
1087 "dev-master": "1.0-dev"
1088 },
1089 "laravel": {
1090 "providers": [
1091 "Illuminate\\Notifications\\NexmoChannelServiceProvider"
1092 ]
1093 }
1094 },
1095 "autoload": {
1096 "psr-4": {
1097 "Illuminate\\Notifications\\": "src/"
1098 }
1099 },
1100 "notification-url": "https://packagist.org/downloads/",
1101 "license": [
1102 "MIT"
1103 ],
1104 "authors": [
1105 {
1106 "name": "Taylor Otwell",
1107 "email": "taylor@laravel.com"
1108 }
1109 ],
1110 "description": "Nexmo Notification Channel for laravel.",
1111 "keywords": [
1112 "laravel",
1113 "nexmo",
1114 "notifications"
1115 ],
1116 "time": "2018-12-04T12:57:08+00:00"
1117 },
1118 {
1119 "name": "laravel/slack-notification-channel",
1120 "version": "v1.0.3",
1121 "source": {
1122 "type": "git",
1123 "url": "https://github.com/laravel/slack-notification-channel.git",
1124 "reference": "6e164293b754a95f246faf50ab2bbea3e4923cc9"
1125 },
1126 "dist": {
1127 "type": "zip",
1128 "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/6e164293b754a95f246faf50ab2bbea3e4923cc9",
1129 "reference": "6e164293b754a95f246faf50ab2bbea3e4923cc9",
1130 "shasum": ""
1131 },
1132 "require": {
1133 "guzzlehttp/guzzle": "^6.0",
1134 "php": "^7.1.3"
1135 },
1136 "require-dev": {
1137 "illuminate/notifications": "~5.7",
1138 "mockery/mockery": "^1.0",
1139 "phpunit/phpunit": "^7.0"
1140 },
1141 "type": "library",
1142 "extra": {
1143 "branch-alias": {
1144 "dev-master": "1.0-dev"
1145 },
1146 "laravel": {
1147 "providers": [
1148 "Illuminate\\Notifications\\SlackChannelServiceProvider"
1149 ]
1150 }
1151 },
1152 "autoload": {
1153 "psr-4": {
1154 "Illuminate\\Notifications\\": "src/"
1155 }
1156 },
1157 "notification-url": "https://packagist.org/downloads/",
1158 "license": [
1159 "MIT"
1160 ],
1161 "authors": [
1162 {
1163 "name": "Taylor Otwell",
1164 "email": "taylor@laravel.com"
1165 }
1166 ],
1167 "description": "Slack Notification Channel for laravel.",
1168 "keywords": [
1169 "laravel",
1170 "notifications",
1171 "slack"
1172 ],
1173 "time": "2018-12-12T13:12:06+00:00"
1174 },
1175 {
1176 "name": "laravel/tinker",
1177 "version": "v1.0.8",
1178 "source": {
1179 "type": "git",
1180 "url": "https://github.com/laravel/tinker.git",
1181 "reference": "cafbf598a90acde68985660e79b2b03c5609a405"
1182 },
1183 "dist": {
1184 "type": "zip",
1185 "url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
1186 "reference": "cafbf598a90acde68985660e79b2b03c5609a405",
1187 "shasum": ""
1188 },
1189 "require": {
1190 "illuminate/console": "~5.1",
1191 "illuminate/contracts": "~5.1",
1192 "illuminate/support": "~5.1",
1193 "php": ">=5.5.9",
1194 "psy/psysh": "0.7.*|0.8.*|0.9.*",
1195 "symfony/var-dumper": "~3.0|~4.0"
1196 },
1197 "require-dev": {
1198 "phpunit/phpunit": "~4.0|~5.0"
1199 },
1200 "suggest": {
1201 "illuminate/database": "The Illuminate Database package (~5.1)."
1202 },
1203 "type": "library",
1204 "extra": {
1205 "branch-alias": {
1206 "dev-master": "1.0-dev"
1207 },
1208 "laravel": {
1209 "providers": [
1210 "Laravel\\Tinker\\TinkerServiceProvider"
1211 ]
1212 }
1213 },
1214 "autoload": {
1215 "psr-4": {
1216 "Laravel\\Tinker\\": "src/"
1217 }
1218 },
1219 "notification-url": "https://packagist.org/downloads/",
1220 "license": [
1221 "MIT"
1222 ],
1223 "authors": [
1224 {
1225 "name": "Taylor Otwell",
1226 "email": "taylor@laravel.com"
1227 }
1228 ],
1229 "description": "Powerful REPL for the Laravel framework.",
1230 "keywords": [
1231 "REPL",
1232 "Tinker",
1233 "laravel",
1234 "psysh"
1235 ],
1236 "time": "2018-10-12T19:39:35+00:00"
1237 },
1238 {
1239 "name": "lcobucci/jwt",
1240 "version": "3.2.5",
1241 "source": {
1242 "type": "git",
1243 "url": "https://github.com/lcobucci/jwt.git",
1244 "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b"
1245 },
1246 "dist": {
1247 "type": "zip",
1248 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/82be04b4753f8b7693b62852b7eab30f97524f9b",
1249 "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b",
1250 "shasum": ""
1251 },
1252 "require": {
1253 "ext-openssl": "*",
1254 "php": ">=5.5"
1255 },
1256 "require-dev": {
1257 "mdanter/ecc": "~0.3.1",
1258 "mikey179/vfsstream": "~1.5",
1259 "phpmd/phpmd": "~2.2",
1260 "phpunit/php-invoker": "~1.1",
1261 "phpunit/phpunit": "~4.5",
1262 "squizlabs/php_codesniffer": "~2.3"
1263 },
1264 "suggest": {
1265 "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
1266 },
1267 "type": "library",
1268 "extra": {
1269 "branch-alias": {
1270 "dev-master": "3.1-dev"
1271 }
1272 },
1273 "autoload": {
1274 "psr-4": {
1275 "Lcobucci\\JWT\\": "src"
1276 }
1277 },
1278 "notification-url": "https://packagist.org/downloads/",
1279 "license": [
1280 "BSD-3-Clause"
1281 ],
1282 "authors": [
1283 {
1284 "name": "Luís Otávio Cobucci Oblonczyk",
1285 "email": "lcobucci@gmail.com",
1286 "role": "Developer"
1287 }
1288 ],
1289 "description": "A simple library to work with JSON Web Token and JSON Web Signature",
1290 "keywords": [
1291 "JWS",
1292 "jwt"
1293 ],
1294 "time": "2018-11-11T12:22:26+00:00"
1295 },
1296 {
1297 "name": "league/flysystem",
1298 "version": "1.0.50",
1299 "source": {
1300 "type": "git",
1301 "url": "https://github.com/thephpleague/flysystem.git",
1302 "reference": "dab4e7624efa543a943be978008f439c333f2249"
1303 },
1304 "dist": {
1305 "type": "zip",
1306 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
1307 "reference": "dab4e7624efa543a943be978008f439c333f2249",
1308 "shasum": ""
1309 },
1310 "require": {
1311 "ext-fileinfo": "*",
1312 "php": ">=5.5.9"
1313 },
1314 "conflict": {
1315 "league/flysystem-sftp": "<1.0.6"
1316 },
1317 "require-dev": {
1318 "phpspec/phpspec": "^3.4",
1319 "phpunit/phpunit": "^5.7.10"
1320 },
1321 "suggest": {
1322 "ext-fileinfo": "Required for MimeType",
1323 "ext-ftp": "Allows you to use FTP server storage",
1324 "ext-openssl": "Allows you to use FTPS server storage",
1325 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1326 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1327 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1328 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1329 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1330 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1331 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1332 "league/flysystem-webdav": "Allows you to use WebDAV storage",
1333 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1334 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1335 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1336 },
1337 "type": "library",
1338 "extra": {
1339 "branch-alias": {
1340 "dev-master": "1.1-dev"
1341 }
1342 },
1343 "autoload": {
1344 "psr-4": {
1345 "League\\Flysystem\\": "src/"
1346 }
1347 },
1348 "notification-url": "https://packagist.org/downloads/",
1349 "license": [
1350 "MIT"
1351 ],
1352 "authors": [
1353 {
1354 "name": "Frank de Jonge",
1355 "email": "info@frenky.net"
1356 }
1357 ],
1358 "description": "Filesystem abstraction: Many filesystems, one API.",
1359 "keywords": [
1360 "Cloud Files",
1361 "WebDAV",
1362 "abstraction",
1363 "aws",
1364 "cloud",
1365 "copy.com",
1366 "dropbox",
1367 "file systems",
1368 "files",
1369 "filesystem",
1370 "filesystems",
1371 "ftp",
1372 "rackspace",
1373 "remote",
1374 "s3",
1375 "sftp",
1376 "storage"
1377 ],
1378 "time": "2019-02-01T08:50:36+00:00"
1379 },
1380 {
1381 "name": "league/iso3166",
1382 "version": "2.1.1",
1383 "source": {
1384 "type": "git",
1385 "url": "https://github.com/thephpleague/iso3166.git",
1386 "reference": "5985f952b23751abeaa8a8703897860bfd8bc366"
1387 },
1388 "dist": {
1389 "type": "zip",
1390 "url": "https://api.github.com/repos/thephpleague/iso3166/zipball/5985f952b23751abeaa8a8703897860bfd8bc366",
1391 "reference": "5985f952b23751abeaa8a8703897860bfd8bc366",
1392 "shasum": ""
1393 },
1394 "require": {
1395 "php": "^5.6 || ^7.0"
1396 },
1397 "require-dev": {
1398 "friendsofphp/php-cs-fixer": "^2.0@dev || ^2.0",
1399 "phpunit/phpunit": "^4.6 || ^5.0"
1400 },
1401 "type": "library",
1402 "extra": {
1403 "branch-alias": {
1404 "dev-master": "2.x-dev"
1405 }
1406 },
1407 "autoload": {
1408 "psr-4": {
1409 "League\\ISO3166\\": "src"
1410 }
1411 },
1412 "notification-url": "https://packagist.org/downloads/",
1413 "license": [
1414 "MIT"
1415 ],
1416 "authors": [
1417 {
1418 "name": "Rob Bast",
1419 "email": "rob.bast@gmail.com"
1420 }
1421 ],
1422 "description": "ISO 3166-1 PHP Library",
1423 "homepage": "https://github.com/thephpleague/iso3166",
1424 "keywords": [
1425 "3166",
1426 "3166-1",
1427 "ISO 3166",
1428 "countries",
1429 "iso",
1430 "library"
1431 ],
1432 "time": "2018-07-17T06:10:10+00:00"
1433 },
1434 {
1435 "name": "mews/purifier",
1436 "version": "2.1.4",
1437 "source": {
1438 "type": "git",
1439 "url": "https://github.com/mewebstudio/Purifier.git",
1440 "reference": "ab70b25543a1afb3bcd0285d09e063fd268bf344"
1441 },
1442 "dist": {
1443 "type": "zip",
1444 "url": "https://api.github.com/repos/mewebstudio/Purifier/zipball/ab70b25543a1afb3bcd0285d09e063fd268bf344",
1445 "reference": "ab70b25543a1afb3bcd0285d09e063fd268bf344",
1446 "shasum": ""
1447 },
1448 "require": {
1449 "ezyang/htmlpurifier": "4.10.*",
1450 "illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
1451 "illuminate/filesystem": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
1452 "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
1453 "php": ">=5.5.9"
1454 },
1455 "require-dev": {
1456 "graham-campbell/testbench": "^3.2",
1457 "mockery/mockery": "0.9.*",
1458 "phpunit/phpunit": "^4.8|^5.0",
1459 "scrutinizer/ocular": "^1.3"
1460 },
1461 "suggest": {
1462 "laravel/framework": "To test the Laravel bindings",
1463 "laravel/lumen-framework": "To test the Lumen bindings"
1464 },
1465 "type": "package",
1466 "extra": {
1467 "laravel": {
1468 "providers": [
1469 "Mews\\Purifier\\PurifierServiceProvider"
1470 ],
1471 "aliases": {
1472 "Purifier": "Mews\\Purifier\\Facades\\Purifier"
1473 }
1474 }
1475 },
1476 "autoload": {
1477 "psr-4": {
1478 "Mews\\Purifier\\": "src/"
1479 },
1480 "files": [
1481 "src/helpers.php"
1482 ]
1483 },
1484 "notification-url": "https://packagist.org/downloads/",
1485 "license": [
1486 "MIT"
1487 ],
1488 "authors": [
1489 {
1490 "name": "Muharrem ERİN",
1491 "email": "me@mewebstudio.com",
1492 "homepage": "https://github.com/mewebstudio",
1493 "role": "Developer"
1494 }
1495 ],
1496 "description": "Laravel 5 HtmlPurifier Package",
1497 "homepage": "https://github.com/mewebstudio/purifier",
1498 "keywords": [
1499 "Purifier",
1500 "htmlpurifier",
1501 "laravel5 HtmlPurifier",
1502 "laravel5 Purifier",
1503 "laravel5 Security",
1504 "security",
1505 "xss"
1506 ],
1507 "time": "2019-03-07T07:55:14+00:00"
1508 },
1509 {
1510 "name": "monolog/monolog",
1511 "version": "1.24.0",
1512 "source": {
1513 "type": "git",
1514 "url": "https://github.com/Seldaek/monolog.git",
1515 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
1516 },
1517 "dist": {
1518 "type": "zip",
1519 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
1520 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
1521 "shasum": ""
1522 },
1523 "require": {
1524 "php": ">=5.3.0",
1525 "psr/log": "~1.0"
1526 },
1527 "provide": {
1528 "psr/log-implementation": "1.0.0"
1529 },
1530 "require-dev": {
1531 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1532 "doctrine/couchdb": "~1.0@dev",
1533 "graylog2/gelf-php": "~1.0",
1534 "jakub-onderka/php-parallel-lint": "0.9",
1535 "php-amqplib/php-amqplib": "~2.4",
1536 "php-console/php-console": "^3.1.3",
1537 "phpunit/phpunit": "~4.5",
1538 "phpunit/phpunit-mock-objects": "2.3.0",
1539 "ruflin/elastica": ">=0.90 <3.0",
1540 "sentry/sentry": "^0.13",
1541 "swiftmailer/swiftmailer": "^5.3|^6.0"
1542 },
1543 "suggest": {
1544 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1545 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1546 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1547 "ext-mongo": "Allow sending log messages to a MongoDB server",
1548 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1549 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1550 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1551 "php-console/php-console": "Allow sending log messages to Google Chrome",
1552 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1553 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1554 "sentry/sentry": "Allow sending log messages to a Sentry server"
1555 },
1556 "type": "library",
1557 "extra": {
1558 "branch-alias": {
1559 "dev-master": "2.0.x-dev"
1560 }
1561 },
1562 "autoload": {
1563 "psr-4": {
1564 "Monolog\\": "src/Monolog"
1565 }
1566 },
1567 "notification-url": "https://packagist.org/downloads/",
1568 "license": [
1569 "MIT"
1570 ],
1571 "authors": [
1572 {
1573 "name": "Jordi Boggiano",
1574 "email": "j.boggiano@seld.be",
1575 "homepage": "http://seld.be"
1576 }
1577 ],
1578 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1579 "homepage": "http://github.com/Seldaek/monolog",
1580 "keywords": [
1581 "log",
1582 "logging",
1583 "psr-3"
1584 ],
1585 "time": "2018-11-05T09:00:11+00:00"
1586 },
1587 {
1588 "name": "needim/noty",
1589 "version": "v3.1.4",
1590 "source": {
1591 "type": "git",
1592 "url": "https://github.com/needim/noty.git",
1593 "reference": "77268c46b6db6a1eb7a920ed7c859fbc8de17993"
1594 },
1595 "dist": {
1596 "type": "zip",
1597 "url": "https://api.github.com/repos/needim/noty/zipball/77268c46b6db6a1eb7a920ed7c859fbc8de17993",
1598 "reference": "77268c46b6db6a1eb7a920ed7c859fbc8de17993",
1599 "shasum": ""
1600 },
1601 "type": "library",
1602 "notification-url": "https://packagist.org/downloads/",
1603 "license": [
1604 "MIT"
1605 ],
1606 "authors": [
1607 {
1608 "name": "Nedim Arabaci",
1609 "homepage": "http://ned.im",
1610 "role": "Developer"
1611 }
1612 ],
1613 "description": "Noty is a library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.",
1614 "homepage": "http://ned.im/noty",
1615 "keywords": [
1616 "notification",
1617 "noty"
1618 ],
1619 "time": "2017-12-13T20:36:34+00:00"
1620 },
1621 {
1622 "name": "nesbot/carbon",
1623 "version": "1.36.2",
1624 "source": {
1625 "type": "git",
1626 "url": "https://github.com/briannesbitt/Carbon.git",
1627 "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
1628 },
1629 "dist": {
1630 "type": "zip",
1631 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
1632 "reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
1633 "shasum": ""
1634 },
1635 "require": {
1636 "php": ">=5.3.9",
1637 "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1638 },
1639 "require-dev": {
1640 "phpunit/phpunit": "^4.8.35 || ^5.7"
1641 },
1642 "suggest": {
1643 "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
1644 "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
1645 },
1646 "type": "library",
1647 "extra": {
1648 "laravel": {
1649 "providers": [
1650 "Carbon\\Laravel\\ServiceProvider"
1651 ]
1652 }
1653 },
1654 "autoload": {
1655 "psr-4": {
1656 "": "src/"
1657 }
1658 },
1659 "notification-url": "https://packagist.org/downloads/",
1660 "license": [
1661 "MIT"
1662 ],
1663 "authors": [
1664 {
1665 "name": "Brian Nesbitt",
1666 "email": "brian@nesbot.com",
1667 "homepage": "http://nesbot.com"
1668 }
1669 ],
1670 "description": "A simple API extension for DateTime.",
1671 "homepage": "http://carbon.nesbot.com",
1672 "keywords": [
1673 "date",
1674 "datetime",
1675 "time"
1676 ],
1677 "time": "2018-12-28T10:07:33+00:00"
1678 },
1679 {
1680 "name": "nexmo/client",
1681 "version": "1.6.2",
1682 "source": {
1683 "type": "git",
1684 "url": "https://github.com/Nexmo/nexmo-php.git",
1685 "reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5"
1686 },
1687 "dist": {
1688 "type": "zip",
1689 "url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/2f79f67f24225ea627ee14578e98c96276cdd4c5",
1690 "reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5",
1691 "shasum": ""
1692 },
1693 "require": {
1694 "lcobucci/jwt": "^3.2",
1695 "php": ">=5.6",
1696 "php-http/client-implementation": "^1.0",
1697 "php-http/guzzle6-adapter": "^1.0",
1698 "zendframework/zend-diactoros": "^1.3"
1699 },
1700 "require-dev": {
1701 "estahn/phpunit-json-assertions": "^1.0.0",
1702 "php-http/mock-client": "^0.3.0",
1703 "phpunit/phpunit": "^5.7",
1704 "squizlabs/php_codesniffer": "^3.1"
1705 },
1706 "type": "library",
1707 "autoload": {
1708 "psr-4": {
1709 "Nexmo\\": "src/"
1710 }
1711 },
1712 "notification-url": "https://packagist.org/downloads/",
1713 "license": [
1714 "MIT"
1715 ],
1716 "authors": [
1717 {
1718 "name": "Tim Lytle",
1719 "email": "tim@nexmo.com",
1720 "homepage": "http://twitter.com/tjlytle",
1721 "role": "Developer"
1722 }
1723 ],
1724 "description": "PHP Client for using Nexmo's API.",
1725 "time": "2019-02-07T11:14:34+00:00"
1726 },
1727 {
1728 "name": "nikic/php-parser",
1729 "version": "v4.2.0",
1730 "source": {
1731 "type": "git",
1732 "url": "https://github.com/nikic/PHP-Parser.git",
1733 "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a"
1734 },
1735 "dist": {
1736 "type": "zip",
1737 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
1738 "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
1739 "shasum": ""
1740 },
1741 "require": {
1742 "ext-tokenizer": "*",
1743 "php": ">=7.0"
1744 },
1745 "require-dev": {
1746 "phpunit/phpunit": "^6.5 || ^7.0"
1747 },
1748 "bin": [
1749 "bin/php-parse"
1750 ],
1751 "type": "library",
1752 "extra": {
1753 "branch-alias": {
1754 "dev-master": "4.2-dev"
1755 }
1756 },
1757 "autoload": {
1758 "psr-4": {
1759 "PhpParser\\": "lib/PhpParser"
1760 }
1761 },
1762 "notification-url": "https://packagist.org/downloads/",
1763 "license": [
1764 "BSD-3-Clause"
1765 ],
1766 "authors": [
1767 {
1768 "name": "Nikita Popov"
1769 }
1770 ],
1771 "description": "A PHP parser written in PHP",
1772 "keywords": [
1773 "parser",
1774 "php"
1775 ],
1776 "time": "2019-01-12T16:31:37+00:00"
1777 },
1778 {
1779 "name": "opis/closure",
1780 "version": "3.1.5",
1781 "source": {
1782 "type": "git",
1783 "url": "https://github.com/opis/closure.git",
1784 "reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6"
1785 },
1786 "dist": {
1787 "type": "zip",
1788 "url": "https://api.github.com/repos/opis/closure/zipball/41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
1789 "reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
1790 "shasum": ""
1791 },
1792 "require": {
1793 "php": "^5.4 || ^7.0"
1794 },
1795 "require-dev": {
1796 "jeremeamia/superclosure": "^2.0",
1797 "phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0"
1798 },
1799 "type": "library",
1800 "extra": {
1801 "branch-alias": {
1802 "dev-master": "3.1.x-dev"
1803 }
1804 },
1805 "autoload": {
1806 "psr-4": {
1807 "Opis\\Closure\\": "src/"
1808 },
1809 "files": [
1810 "functions.php"
1811 ]
1812 },
1813 "notification-url": "https://packagist.org/downloads/",
1814 "license": [
1815 "MIT"
1816 ],
1817 "authors": [
1818 {
1819 "name": "Marius Sarca",
1820 "email": "marius.sarca@gmail.com"
1821 },
1822 {
1823 "name": "Sorin Sarca",
1824 "email": "sarca_sorin@hotmail.com"
1825 }
1826 ],
1827 "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
1828 "homepage": "https://opis.io/closure",
1829 "keywords": [
1830 "anonymous functions",
1831 "closure",
1832 "function",
1833 "serializable",
1834 "serialization",
1835 "serialize"
1836 ],
1837 "time": "2019-01-14T14:45:33+00:00"
1838 },
1839 {
1840 "name": "paragonie/random_compat",
1841 "version": "v9.99.99",
1842 "source": {
1843 "type": "git",
1844 "url": "https://github.com/paragonie/random_compat.git",
1845 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1846 },
1847 "dist": {
1848 "type": "zip",
1849 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1850 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1851 "shasum": ""
1852 },
1853 "require": {
1854 "php": "^7"
1855 },
1856 "require-dev": {
1857 "phpunit/phpunit": "4.*|5.*",
1858 "vimeo/psalm": "^1"
1859 },
1860 "suggest": {
1861 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1862 },
1863 "type": "library",
1864 "notification-url": "https://packagist.org/downloads/",
1865 "license": [
1866 "MIT"
1867 ],
1868 "authors": [
1869 {
1870 "name": "Paragon Initiative Enterprises",
1871 "email": "security@paragonie.com",
1872 "homepage": "https://paragonie.com"
1873 }
1874 ],
1875 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1876 "keywords": [
1877 "csprng",
1878 "polyfill",
1879 "pseudorandom",
1880 "random"
1881 ],
1882 "time": "2018-07-02T15:55:56+00:00"
1883 },
1884 {
1885 "name": "php-http/guzzle6-adapter",
1886 "version": "v1.1.1",
1887 "source": {
1888 "type": "git",
1889 "url": "https://github.com/php-http/guzzle6-adapter.git",
1890 "reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
1891 },
1892 "dist": {
1893 "type": "zip",
1894 "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
1895 "reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
1896 "shasum": ""
1897 },
1898 "require": {
1899 "guzzlehttp/guzzle": "^6.0",
1900 "php": ">=5.5.0",
1901 "php-http/httplug": "^1.0"
1902 },
1903 "provide": {
1904 "php-http/async-client-implementation": "1.0",
1905 "php-http/client-implementation": "1.0"
1906 },
1907 "require-dev": {
1908 "ext-curl": "*",
1909 "php-http/adapter-integration-tests": "^0.4"
1910 },
1911 "type": "library",
1912 "extra": {
1913 "branch-alias": {
1914 "dev-master": "1.2-dev"
1915 }
1916 },
1917 "autoload": {
1918 "psr-4": {
1919 "Http\\Adapter\\Guzzle6\\": "src/"
1920 }
1921 },
1922 "notification-url": "https://packagist.org/downloads/",
1923 "license": [
1924 "MIT"
1925 ],
1926 "authors": [
1927 {
1928 "name": "Márk Sági-Kazár",
1929 "email": "mark.sagikazar@gmail.com"
1930 },
1931 {
1932 "name": "David de Boer",
1933 "email": "david@ddeboer.nl"
1934 }
1935 ],
1936 "description": "Guzzle 6 HTTP Adapter",
1937 "homepage": "http://httplug.io",
1938 "keywords": [
1939 "Guzzle",
1940 "http"
1941 ],
1942 "time": "2016-05-10T06:13:32+00:00"
1943 },
1944 {
1945 "name": "php-http/httplug",
1946 "version": "v1.1.0",
1947 "source": {
1948 "type": "git",
1949 "url": "https://github.com/php-http/httplug.git",
1950 "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
1951 },
1952 "dist": {
1953 "type": "zip",
1954 "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
1955 "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
1956 "shasum": ""
1957 },
1958 "require": {
1959 "php": ">=5.4",
1960 "php-http/promise": "^1.0",
1961 "psr/http-message": "^1.0"
1962 },
1963 "require-dev": {
1964 "henrikbjorn/phpspec-code-coverage": "^1.0",
1965 "phpspec/phpspec": "^2.4"
1966 },
1967 "type": "library",
1968 "extra": {
1969 "branch-alias": {
1970 "dev-master": "1.1-dev"
1971 }
1972 },
1973 "autoload": {
1974 "psr-4": {
1975 "Http\\Client\\": "src/"
1976 }
1977 },
1978 "notification-url": "https://packagist.org/downloads/",
1979 "license": [
1980 "MIT"
1981 ],
1982 "authors": [
1983 {
1984 "name": "Eric GELOEN",
1985 "email": "geloen.eric@gmail.com"
1986 },
1987 {
1988 "name": "Márk Sági-Kazár",
1989 "email": "mark.sagikazar@gmail.com"
1990 }
1991 ],
1992 "description": "HTTPlug, the HTTP client abstraction for PHP",
1993 "homepage": "http://httplug.io",
1994 "keywords": [
1995 "client",
1996 "http"
1997 ],
1998 "time": "2016-08-31T08:30:17+00:00"
1999 },
2000 {
2001 "name": "php-http/promise",
2002 "version": "v1.0.0",
2003 "source": {
2004 "type": "git",
2005 "url": "https://github.com/php-http/promise.git",
2006 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
2007 },
2008 "dist": {
2009 "type": "zip",
2010 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
2011 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
2012 "shasum": ""
2013 },
2014 "require-dev": {
2015 "henrikbjorn/phpspec-code-coverage": "^1.0",
2016 "phpspec/phpspec": "^2.4"
2017 },
2018 "type": "library",
2019 "extra": {
2020 "branch-alias": {
2021 "dev-master": "1.1-dev"
2022 }
2023 },
2024 "autoload": {
2025 "psr-4": {
2026 "Http\\Promise\\": "src/"
2027 }
2028 },
2029 "notification-url": "https://packagist.org/downloads/",
2030 "license": [
2031 "MIT"
2032 ],
2033 "authors": [
2034 {
2035 "name": "Márk Sági-Kazár",
2036 "email": "mark.sagikazar@gmail.com"
2037 },
2038 {
2039 "name": "Joel Wurtz",
2040 "email": "joel.wurtz@gmail.com"
2041 }
2042 ],
2043 "description": "Promise used for asynchronous HTTP requests",
2044 "homepage": "http://httplug.io",
2045 "keywords": [
2046 "promise"
2047 ],
2048 "time": "2016-01-26T13:27:02+00:00"
2049 },
2050 {
2051 "name": "propaganistas/laravel-intl",
2052 "version": "2.1.1",
2053 "source": {
2054 "type": "git",
2055 "url": "https://github.com/Propaganistas/Laravel-Intl.git",
2056 "reference": "8cc09048bbebd38e20122c482655527e65c3bf07"
2057 },
2058 "dist": {
2059 "type": "zip",
2060 "url": "https://api.github.com/repos/Propaganistas/Laravel-Intl/zipball/8cc09048bbebd38e20122c482655527e65c3bf07",
2061 "reference": "8cc09048bbebd38e20122c482655527e65c3bf07",
2062 "shasum": ""
2063 },
2064 "require": {
2065 "commerceguys/intl": "^1.0.1",
2066 "illuminate/events": "5.7.*",
2067 "illuminate/support": "5.7.*",
2068 "jenssegers/date": "^3.4",
2069 "php": ">=7.0",
2070 "punic/punic": "^3.1",
2071 "umpirsky/country-list": "^2.0",
2072 "umpirsky/locale-list": "^1.0"
2073 },
2074 "require-dev": {
2075 "orchestra/testbench": "*",
2076 "phpunit/phpunit": "*"
2077 },
2078 "type": "library",
2079 "extra": {
2080 "laravel": {
2081 "providers": [
2082 "Propaganistas\\LaravelIntl\\IntlServiceProvider"
2083 ]
2084 }
2085 },
2086 "autoload": {
2087 "psr-4": {
2088 "Propaganistas\\LaravelIntl\\": "src/"
2089 },
2090 "files": [
2091 "src/helpers.php"
2092 ]
2093 },
2094 "notification-url": "https://packagist.org/downloads/",
2095 "license": [
2096 "MIT"
2097 ],
2098 "authors": [
2099 {
2100 "name": "Propaganistas",
2101 "email": "Propaganistas@users.noreply.github.com"
2102 }
2103 ],
2104 "description": "Easy to use internationalization functions for Laravel",
2105 "keywords": [
2106 "i18n",
2107 "internationalization",
2108 "intl",
2109 "l10n",
2110 "laravel"
2111 ],
2112 "abandoned": true,
2113 "time": "2018-09-09T18:39:02+00:00"
2114 },
2115 {
2116 "name": "propaganistas/laravel-phone",
2117 "version": "4.1.2",
2118 "source": {
2119 "type": "git",
2120 "url": "https://github.com/Propaganistas/Laravel-Phone.git",
2121 "reference": "198800549e19b4fb98e489714974d05a5c53e58d"
2122 },
2123 "dist": {
2124 "type": "zip",
2125 "url": "https://api.github.com/repos/Propaganistas/Laravel-Phone/zipball/198800549e19b4fb98e489714974d05a5c53e58d",
2126 "reference": "198800549e19b4fb98e489714974d05a5c53e58d",
2127 "shasum": ""
2128 },
2129 "require": {
2130 "giggsey/libphonenumber-for-php": "^7.0|^8.0",
2131 "illuminate/support": ">=5.0,<5.9",
2132 "illuminate/validation": ">=5.0,<5.9",
2133 "league/iso3166": "^2.0",
2134 "php": ">=7.1"
2135 },
2136 "require-dev": {
2137 "orchestra/testbench": "*",
2138 "phpunit/phpunit": "*"
2139 },
2140 "suggest": {
2141 "propaganistas/laravel-intl": "Adds internationalization functions, including a compatible and fully translated country list API."
2142 },
2143 "type": "library",
2144 "extra": {
2145 "laravel": {
2146 "providers": [
2147 "Propaganistas\\LaravelPhone\\PhoneServiceProvider"
2148 ]
2149 }
2150 },
2151 "autoload": {
2152 "psr-4": {
2153 "Propaganistas\\LaravelPhone\\": "src/"
2154 },
2155 "files": [
2156 "src/helpers.php"
2157 ]
2158 },
2159 "notification-url": "https://packagist.org/downloads/",
2160 "license": [
2161 "MIT"
2162 ],
2163 "authors": [
2164 {
2165 "name": "Propaganistas",
2166 "email": "Propaganistas@users.noreply.github.com"
2167 }
2168 ],
2169 "description": "Adds phone number functionality to Laravel and Lumen based on Google's libphonenumber API.",
2170 "keywords": [
2171 "laravel",
2172 "libphonenumber",
2173 "lumen",
2174 "phone",
2175 "validation"
2176 ],
2177 "time": "2019-02-25T21:14:09+00:00"
2178 },
2179 {
2180 "name": "psr/container",
2181 "version": "1.0.0",
2182 "source": {
2183 "type": "git",
2184 "url": "https://github.com/php-fig/container.git",
2185 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2186 },
2187 "dist": {
2188 "type": "zip",
2189 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2190 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2191 "shasum": ""
2192 },
2193 "require": {
2194 "php": ">=5.3.0"
2195 },
2196 "type": "library",
2197 "extra": {
2198 "branch-alias": {
2199 "dev-master": "1.0.x-dev"
2200 }
2201 },
2202 "autoload": {
2203 "psr-4": {
2204 "Psr\\Container\\": "src/"
2205 }
2206 },
2207 "notification-url": "https://packagist.org/downloads/",
2208 "license": [
2209 "MIT"
2210 ],
2211 "authors": [
2212 {
2213 "name": "PHP-FIG",
2214 "homepage": "http://www.php-fig.org/"
2215 }
2216 ],
2217 "description": "Common Container Interface (PHP FIG PSR-11)",
2218 "homepage": "https://github.com/php-fig/container",
2219 "keywords": [
2220 "PSR-11",
2221 "container",
2222 "container-interface",
2223 "container-interop",
2224 "psr"
2225 ],
2226 "time": "2017-02-14T16:28:37+00:00"
2227 },
2228 {
2229 "name": "psr/http-message",
2230 "version": "1.0.1",
2231 "source": {
2232 "type": "git",
2233 "url": "https://github.com/php-fig/http-message.git",
2234 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2235 },
2236 "dist": {
2237 "type": "zip",
2238 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2239 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2240 "shasum": ""
2241 },
2242 "require": {
2243 "php": ">=5.3.0"
2244 },
2245 "type": "library",
2246 "extra": {
2247 "branch-alias": {
2248 "dev-master": "1.0.x-dev"
2249 }
2250 },
2251 "autoload": {
2252 "psr-4": {
2253 "Psr\\Http\\Message\\": "src/"
2254 }
2255 },
2256 "notification-url": "https://packagist.org/downloads/",
2257 "license": [
2258 "MIT"
2259 ],
2260 "authors": [
2261 {
2262 "name": "PHP-FIG",
2263 "homepage": "http://www.php-fig.org/"
2264 }
2265 ],
2266 "description": "Common interface for HTTP messages",
2267 "homepage": "https://github.com/php-fig/http-message",
2268 "keywords": [
2269 "http",
2270 "http-message",
2271 "psr",
2272 "psr-7",
2273 "request",
2274 "response"
2275 ],
2276 "time": "2016-08-06T14:39:51+00:00"
2277 },
2278 {
2279 "name": "psr/log",
2280 "version": "1.1.0",
2281 "source": {
2282 "type": "git",
2283 "url": "https://github.com/php-fig/log.git",
2284 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2285 },
2286 "dist": {
2287 "type": "zip",
2288 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2289 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2290 "shasum": ""
2291 },
2292 "require": {
2293 "php": ">=5.3.0"
2294 },
2295 "type": "library",
2296 "extra": {
2297 "branch-alias": {
2298 "dev-master": "1.0.x-dev"
2299 }
2300 },
2301 "autoload": {
2302 "psr-4": {
2303 "Psr\\Log\\": "Psr/Log/"
2304 }
2305 },
2306 "notification-url": "https://packagist.org/downloads/",
2307 "license": [
2308 "MIT"
2309 ],
2310 "authors": [
2311 {
2312 "name": "PHP-FIG",
2313 "homepage": "http://www.php-fig.org/"
2314 }
2315 ],
2316 "description": "Common interface for logging libraries",
2317 "homepage": "https://github.com/php-fig/log",
2318 "keywords": [
2319 "log",
2320 "psr",
2321 "psr-3"
2322 ],
2323 "time": "2018-11-20T15:27:04+00:00"
2324 },
2325 {
2326 "name": "psr/simple-cache",
2327 "version": "1.0.1",
2328 "source": {
2329 "type": "git",
2330 "url": "https://github.com/php-fig/simple-cache.git",
2331 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2332 },
2333 "dist": {
2334 "type": "zip",
2335 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2336 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2337 "shasum": ""
2338 },
2339 "require": {
2340 "php": ">=5.3.0"
2341 },
2342 "type": "library",
2343 "extra": {
2344 "branch-alias": {
2345 "dev-master": "1.0.x-dev"
2346 }
2347 },
2348 "autoload": {
2349 "psr-4": {
2350 "Psr\\SimpleCache\\": "src/"
2351 }
2352 },
2353 "notification-url": "https://packagist.org/downloads/",
2354 "license": [
2355 "MIT"
2356 ],
2357 "authors": [
2358 {
2359 "name": "PHP-FIG",
2360 "homepage": "http://www.php-fig.org/"
2361 }
2362 ],
2363 "description": "Common interfaces for simple caching",
2364 "keywords": [
2365 "cache",
2366 "caching",
2367 "psr",
2368 "psr-16",
2369 "simple-cache"
2370 ],
2371 "time": "2017-10-23T01:57:42+00:00"
2372 },
2373 {
2374 "name": "psy/psysh",
2375 "version": "v0.9.9",
2376 "source": {
2377 "type": "git",
2378 "url": "https://github.com/bobthecow/psysh.git",
2379 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2380 },
2381 "dist": {
2382 "type": "zip",
2383 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2384 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2385 "shasum": ""
2386 },
2387 "require": {
2388 "dnoegel/php-xdg-base-dir": "0.1",
2389 "ext-json": "*",
2390 "ext-tokenizer": "*",
2391 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2392 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
2393 "php": ">=5.4.0",
2394 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
2395 "symfony/var-dumper": "~2.7|~3.0|~4.0"
2396 },
2397 "require-dev": {
2398 "bamarni/composer-bin-plugin": "^1.2",
2399 "hoa/console": "~2.15|~3.16",
2400 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2401 },
2402 "suggest": {
2403 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
2404 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
2405 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
2406 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
2407 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
2408 },
2409 "bin": [
2410 "bin/psysh"
2411 ],
2412 "type": "library",
2413 "extra": {
2414 "branch-alias": {
2415 "dev-develop": "0.9.x-dev"
2416 }
2417 },
2418 "autoload": {
2419 "files": [
2420 "src/functions.php"
2421 ],
2422 "psr-4": {
2423 "Psy\\": "src/"
2424 }
2425 },
2426 "notification-url": "https://packagist.org/downloads/",
2427 "license": [
2428 "MIT"
2429 ],
2430 "authors": [
2431 {
2432 "name": "Justin Hileman",
2433 "email": "justin@justinhileman.info",
2434 "homepage": "http://justinhileman.com"
2435 }
2436 ],
2437 "description": "An interactive shell for modern PHP.",
2438 "homepage": "http://psysh.org",
2439 "keywords": [
2440 "REPL",
2441 "console",
2442 "interactive",
2443 "shell"
2444 ],
2445 "time": "2018-10-13T15:16:03+00:00"
2446 },
2447 {
2448 "name": "punic/punic",
2449 "version": "3.3.1",
2450 "source": {
2451 "type": "git",
2452 "url": "https://github.com/punic/punic.git",
2453 "reference": "db3b99397e7ede380eb8b27b08d7f7a95d85d7db"
2454 },
2455 "dist": {
2456 "type": "zip",
2457 "url": "https://api.github.com/repos/punic/punic/zipball/db3b99397e7ede380eb8b27b08d7f7a95d85d7db",
2458 "reference": "db3b99397e7ede380eb8b27b08d7f7a95d85d7db",
2459 "shasum": ""
2460 },
2461 "require": {
2462 "php": ">=5.3"
2463 },
2464 "replace": {
2465 "punic/calendar": "*",
2466 "punic/common": "*"
2467 },
2468 "require-dev": {
2469 "friendsofphp/php-cs-fixer": "2.2.*",
2470 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.4"
2471 },
2472 "bin": [
2473 "bin/punic-data"
2474 ],
2475 "type": "library",
2476 "autoload": {
2477 "psr-4": {
2478 "Punic\\": "src/"
2479 }
2480 },
2481 "notification-url": "https://packagist.org/downloads/",
2482 "license": [
2483 "MIT"
2484 ],
2485 "authors": [
2486 {
2487 "name": "Michele Locati",
2488 "email": "mlocati@gmail.com",
2489 "role": "Developer"
2490 },
2491 {
2492 "name": "Remo Laubacher",
2493 "email": "remo.laubacher@gmail.com",
2494 "role": "Collaborator, motivator and perfectionist supporter"
2495 },
2496 {
2497 "name": "Christian Schmidt",
2498 "email": "github@chsc.dk",
2499 "role": "Developer"
2500 }
2501 ],
2502 "description": "PHP-Unicode CLDR",
2503 "homepage": "https://github.com/punic/punic",
2504 "keywords": [
2505 "calendar",
2506 "cldr",
2507 "date",
2508 "date-time",
2509 "i18n",
2510 "internationalization",
2511 "l10n",
2512 "localization",
2513 "php",
2514 "time",
2515 "translate",
2516 "translations",
2517 "unicode"
2518 ],
2519 "time": "2018-12-07T16:55:52+00:00"
2520 },
2521 {
2522 "name": "ralouphie/getallheaders",
2523 "version": "2.0.5",
2524 "source": {
2525 "type": "git",
2526 "url": "https://github.com/ralouphie/getallheaders.git",
2527 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
2528 },
2529 "dist": {
2530 "type": "zip",
2531 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
2532 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
2533 "shasum": ""
2534 },
2535 "require": {
2536 "php": ">=5.3"
2537 },
2538 "require-dev": {
2539 "phpunit/phpunit": "~3.7.0",
2540 "satooshi/php-coveralls": ">=1.0"
2541 },
2542 "type": "library",
2543 "autoload": {
2544 "files": [
2545 "src/getallheaders.php"
2546 ]
2547 },
2548 "notification-url": "https://packagist.org/downloads/",
2549 "license": [
2550 "MIT"
2551 ],
2552 "authors": [
2553 {
2554 "name": "Ralph Khattar",
2555 "email": "ralph.khattar@gmail.com"
2556 }
2557 ],
2558 "description": "A polyfill for getallheaders.",
2559 "time": "2016-02-11T07:05:27+00:00"
2560 },
2561 {
2562 "name": "ramsey/uuid",
2563 "version": "3.8.0",
2564 "source": {
2565 "type": "git",
2566 "url": "https://github.com/ramsey/uuid.git",
2567 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2568 },
2569 "dist": {
2570 "type": "zip",
2571 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2572 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2573 "shasum": ""
2574 },
2575 "require": {
2576 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
2577 "php": "^5.4 || ^7.0",
2578 "symfony/polyfill-ctype": "^1.8"
2579 },
2580 "replace": {
2581 "rhumsaa/uuid": "self.version"
2582 },
2583 "require-dev": {
2584 "codeception/aspect-mock": "^1.0 | ~2.0.0",
2585 "doctrine/annotations": "~1.2.0",
2586 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2587 "ircmaxell/random-lib": "^1.1",
2588 "jakub-onderka/php-parallel-lint": "^0.9.0",
2589 "mockery/mockery": "^0.9.9",
2590 "moontoast/math": "^1.1",
2591 "php-mock/php-mock-phpunit": "^0.3|^1.1",
2592 "phpunit/phpunit": "^4.7|^5.0|^6.5",
2593 "squizlabs/php_codesniffer": "^2.3"
2594 },
2595 "suggest": {
2596 "ext-ctype": "Provides support for PHP Ctype functions",
2597 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2598 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2599 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2600 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2601 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2602 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2603 },
2604 "type": "library",
2605 "extra": {
2606 "branch-alias": {
2607 "dev-master": "3.x-dev"
2608 }
2609 },
2610 "autoload": {
2611 "psr-4": {
2612 "Ramsey\\Uuid\\": "src/"
2613 }
2614 },
2615 "notification-url": "https://packagist.org/downloads/",
2616 "license": [
2617 "MIT"
2618 ],
2619 "authors": [
2620 {
2621 "name": "Marijn Huizendveld",
2622 "email": "marijn.huizendveld@gmail.com"
2623 },
2624 {
2625 "name": "Thibaud Fabre",
2626 "email": "thibaud@aztech.io"
2627 },
2628 {
2629 "name": "Ben Ramsey",
2630 "email": "ben@benramsey.com",
2631 "homepage": "https://benramsey.com"
2632 }
2633 ],
2634 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2635 "homepage": "https://github.com/ramsey/uuid",
2636 "keywords": [
2637 "guid",
2638 "identifier",
2639 "uuid"
2640 ],
2641 "time": "2018-07-19T23:38:55+00:00"
2642 },
2643 {
2644 "name": "swiftmailer/swiftmailer",
2645 "version": "v6.1.3",
2646 "source": {
2647 "type": "git",
2648 "url": "https://github.com/swiftmailer/swiftmailer.git",
2649 "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
2650 },
2651 "dist": {
2652 "type": "zip",
2653 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
2654 "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
2655 "shasum": ""
2656 },
2657 "require": {
2658 "egulias/email-validator": "~2.0",
2659 "php": ">=7.0.0"
2660 },
2661 "require-dev": {
2662 "mockery/mockery": "~0.9.1",
2663 "symfony/phpunit-bridge": "~3.3@dev"
2664 },
2665 "suggest": {
2666 "ext-intl": "Needed to support internationalized email addresses",
2667 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
2668 },
2669 "type": "library",
2670 "extra": {
2671 "branch-alias": {
2672 "dev-master": "6.1-dev"
2673 }
2674 },
2675 "autoload": {
2676 "files": [
2677 "lib/swift_required.php"
2678 ]
2679 },
2680 "notification-url": "https://packagist.org/downloads/",
2681 "license": [
2682 "MIT"
2683 ],
2684 "authors": [
2685 {
2686 "name": "Chris Corbyn"
2687 },
2688 {
2689 "name": "Fabien Potencier",
2690 "email": "fabien@symfony.com"
2691 }
2692 ],
2693 "description": "Swiftmailer, free feature-rich PHP mailer",
2694 "homepage": "https://swiftmailer.symfony.com",
2695 "keywords": [
2696 "email",
2697 "mail",
2698 "mailer"
2699 ],
2700 "time": "2018-09-11T07:12:52+00:00"
2701 },
2702 {
2703 "name": "symfony/console",
2704 "version": "v4.2.3",
2705 "source": {
2706 "type": "git",
2707 "url": "https://github.com/symfony/console.git",
2708 "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4"
2709 },
2710 "dist": {
2711 "type": "zip",
2712 "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
2713 "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
2714 "shasum": ""
2715 },
2716 "require": {
2717 "php": "^7.1.3",
2718 "symfony/contracts": "^1.0",
2719 "symfony/polyfill-mbstring": "~1.0"
2720 },
2721 "conflict": {
2722 "symfony/dependency-injection": "<3.4",
2723 "symfony/process": "<3.3"
2724 },
2725 "provide": {
2726 "psr/log-implementation": "1.0"
2727 },
2728 "require-dev": {
2729 "psr/log": "~1.0",
2730 "symfony/config": "~3.4|~4.0",
2731 "symfony/dependency-injection": "~3.4|~4.0",
2732 "symfony/event-dispatcher": "~3.4|~4.0",
2733 "symfony/lock": "~3.4|~4.0",
2734 "symfony/process": "~3.4|~4.0"
2735 },
2736 "suggest": {
2737 "psr/log": "For using the console logger",
2738 "symfony/event-dispatcher": "",
2739 "symfony/lock": "",
2740 "symfony/process": ""
2741 },
2742 "type": "library",
2743 "extra": {
2744 "branch-alias": {
2745 "dev-master": "4.2-dev"
2746 }
2747 },
2748 "autoload": {
2749 "psr-4": {
2750 "Symfony\\Component\\Console\\": ""
2751 },
2752 "exclude-from-classmap": [
2753 "/Tests/"
2754 ]
2755 },
2756 "notification-url": "https://packagist.org/downloads/",
2757 "license": [
2758 "MIT"
2759 ],
2760 "authors": [
2761 {
2762 "name": "Fabien Potencier",
2763 "email": "fabien@symfony.com"
2764 },
2765 {
2766 "name": "Symfony Community",
2767 "homepage": "https://symfony.com/contributors"
2768 }
2769 ],
2770 "description": "Symfony Console Component",
2771 "homepage": "https://symfony.com",
2772 "time": "2019-01-25T14:35:16+00:00"
2773 },
2774 {
2775 "name": "symfony/contracts",
2776 "version": "v1.0.2",
2777 "source": {
2778 "type": "git",
2779 "url": "https://github.com/symfony/contracts.git",
2780 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
2781 },
2782 "dist": {
2783 "type": "zip",
2784 "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2785 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
2786 "shasum": ""
2787 },
2788 "require": {
2789 "php": "^7.1.3"
2790 },
2791 "require-dev": {
2792 "psr/cache": "^1.0",
2793 "psr/container": "^1.0"
2794 },
2795 "suggest": {
2796 "psr/cache": "When using the Cache contracts",
2797 "psr/container": "When using the Service contracts",
2798 "symfony/cache-contracts-implementation": "",
2799 "symfony/service-contracts-implementation": "",
2800 "symfony/translation-contracts-implementation": ""
2801 },
2802 "type": "library",
2803 "extra": {
2804 "branch-alias": {
2805 "dev-master": "1.0-dev"
2806 }
2807 },
2808 "autoload": {
2809 "psr-4": {
2810 "Symfony\\Contracts\\": ""
2811 },
2812 "exclude-from-classmap": [
2813 "**/Tests/"
2814 ]
2815 },
2816 "notification-url": "https://packagist.org/downloads/",
2817 "license": [
2818 "MIT"
2819 ],
2820 "authors": [
2821 {
2822 "name": "Nicolas Grekas",
2823 "email": "p@tchwork.com"
2824 },
2825 {
2826 "name": "Symfony Community",
2827 "homepage": "https://symfony.com/contributors"
2828 }
2829 ],
2830 "description": "A set of abstractions extracted out of the Symfony components",
2831 "homepage": "https://symfony.com",
2832 "keywords": [
2833 "abstractions",
2834 "contracts",
2835 "decoupling",
2836 "interfaces",
2837 "interoperability",
2838 "standards"
2839 ],
2840 "time": "2018-12-05T08:06:11+00:00"
2841 },
2842 {
2843 "name": "symfony/css-selector",
2844 "version": "v4.2.3",
2845 "source": {
2846 "type": "git",
2847 "url": "https://github.com/symfony/css-selector.git",
2848 "reference": "48eddf66950fa57996e1be4a55916d65c10c604a"
2849 },
2850 "dist": {
2851 "type": "zip",
2852 "url": "https://api.github.com/repos/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a",
2853 "reference": "48eddf66950fa57996e1be4a55916d65c10c604a",
2854 "shasum": ""
2855 },
2856 "require": {
2857 "php": "^7.1.3"
2858 },
2859 "type": "library",
2860 "extra": {
2861 "branch-alias": {
2862 "dev-master": "4.2-dev"
2863 }
2864 },
2865 "autoload": {
2866 "psr-4": {
2867 "Symfony\\Component\\CssSelector\\": ""
2868 },
2869 "exclude-from-classmap": [
2870 "/Tests/"
2871 ]
2872 },
2873 "notification-url": "https://packagist.org/downloads/",
2874 "license": [
2875 "MIT"
2876 ],
2877 "authors": [
2878 {
2879 "name": "Jean-François Simon",
2880 "email": "jeanfrancois.simon@sensiolabs.com"
2881 },
2882 {
2883 "name": "Fabien Potencier",
2884 "email": "fabien@symfony.com"
2885 },
2886 {
2887 "name": "Symfony Community",
2888 "homepage": "https://symfony.com/contributors"
2889 }
2890 ],
2891 "description": "Symfony CssSelector Component",
2892 "homepage": "https://symfony.com",
2893 "time": "2019-01-16T20:31:39+00:00"
2894 },
2895 {
2896 "name": "symfony/debug",
2897 "version": "v4.2.4",
2898 "source": {
2899 "type": "git",
2900 "url": "https://github.com/symfony/debug.git",
2901 "reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f"
2902 },
2903 "dist": {
2904 "type": "zip",
2905 "url": "https://api.github.com/repos/symfony/debug/zipball/de73f48977b8eaf7ce22814d66e43a1662cc864f",
2906 "reference": "de73f48977b8eaf7ce22814d66e43a1662cc864f",
2907 "shasum": ""
2908 },
2909 "require": {
2910 "php": "^7.1.3",
2911 "psr/log": "~1.0"
2912 },
2913 "conflict": {
2914 "symfony/http-kernel": "<3.4"
2915 },
2916 "require-dev": {
2917 "symfony/http-kernel": "~3.4|~4.0"
2918 },
2919 "type": "library",
2920 "extra": {
2921 "branch-alias": {
2922 "dev-master": "4.2-dev"
2923 }
2924 },
2925 "autoload": {
2926 "psr-4": {
2927 "Symfony\\Component\\Debug\\": ""
2928 },
2929 "exclude-from-classmap": [
2930 "/Tests/"
2931 ]
2932 },
2933 "notification-url": "https://packagist.org/downloads/",
2934 "license": [
2935 "MIT"
2936 ],
2937 "authors": [
2938 {
2939 "name": "Fabien Potencier",
2940 "email": "fabien@symfony.com"
2941 },
2942 {
2943 "name": "Symfony Community",
2944 "homepage": "https://symfony.com/contributors"
2945 }
2946 ],
2947 "description": "Symfony Debug Component",
2948 "homepage": "https://symfony.com",
2949 "time": "2019-03-03T18:11:24+00:00"
2950 },
2951 {
2952 "name": "symfony/event-dispatcher",
2953 "version": "v4.2.4",
2954 "source": {
2955 "type": "git",
2956 "url": "https://github.com/symfony/event-dispatcher.git",
2957 "reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb"
2958 },
2959 "dist": {
2960 "type": "zip",
2961 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3354d2e6af986dd71f68b4e5cf4a933ab58697fb",
2962 "reference": "3354d2e6af986dd71f68b4e5cf4a933ab58697fb",
2963 "shasum": ""
2964 },
2965 "require": {
2966 "php": "^7.1.3",
2967 "symfony/contracts": "^1.0"
2968 },
2969 "conflict": {
2970 "symfony/dependency-injection": "<3.4"
2971 },
2972 "require-dev": {
2973 "psr/log": "~1.0",
2974 "symfony/config": "~3.4|~4.0",
2975 "symfony/dependency-injection": "~3.4|~4.0",
2976 "symfony/expression-language": "~3.4|~4.0",
2977 "symfony/stopwatch": "~3.4|~4.0"
2978 },
2979 "suggest": {
2980 "symfony/dependency-injection": "",
2981 "symfony/http-kernel": ""
2982 },
2983 "type": "library",
2984 "extra": {
2985 "branch-alias": {
2986 "dev-master": "4.2-dev"
2987 }
2988 },
2989 "autoload": {
2990 "psr-4": {
2991 "Symfony\\Component\\EventDispatcher\\": ""
2992 },
2993 "exclude-from-classmap": [
2994 "/Tests/"
2995 ]
2996 },
2997 "notification-url": "https://packagist.org/downloads/",
2998 "license": [
2999 "MIT"
3000 ],
3001 "authors": [
3002 {
3003 "name": "Fabien Potencier",
3004 "email": "fabien@symfony.com"
3005 },
3006 {
3007 "name": "Symfony Community",
3008 "homepage": "https://symfony.com/contributors"
3009 }
3010 ],
3011 "description": "Symfony EventDispatcher Component",
3012 "homepage": "https://symfony.com",
3013 "time": "2019-02-23T15:17:42+00:00"
3014 },
3015 {
3016 "name": "symfony/finder",
3017 "version": "v4.2.3",
3018 "source": {
3019 "type": "git",
3020 "url": "https://github.com/symfony/finder.git",
3021 "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c"
3022 },
3023 "dist": {
3024 "type": "zip",
3025 "url": "https://api.github.com/repos/symfony/finder/zipball/ef71816cbb264988bb57fe6a73f610888b9aa70c",
3026 "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c",
3027 "shasum": ""
3028 },
3029 "require": {
3030 "php": "^7.1.3"
3031 },
3032 "type": "library",
3033 "extra": {
3034 "branch-alias": {
3035 "dev-master": "4.2-dev"
3036 }
3037 },
3038 "autoload": {
3039 "psr-4": {
3040 "Symfony\\Component\\Finder\\": ""
3041 },
3042 "exclude-from-classmap": [
3043 "/Tests/"
3044 ]
3045 },
3046 "notification-url": "https://packagist.org/downloads/",
3047 "license": [
3048 "MIT"
3049 ],
3050 "authors": [
3051 {
3052 "name": "Fabien Potencier",
3053 "email": "fabien@symfony.com"
3054 },
3055 {
3056 "name": "Symfony Community",
3057 "homepage": "https://symfony.com/contributors"
3058 }
3059 ],
3060 "description": "Symfony Finder Component",
3061 "homepage": "https://symfony.com",
3062 "time": "2019-01-16T20:35:37+00:00"
3063 },
3064 {
3065 "name": "symfony/http-foundation",
3066 "version": "v4.2.4",
3067 "source": {
3068 "type": "git",
3069 "url": "https://github.com/symfony/http-foundation.git",
3070 "reference": "850a667d6254ccf6c61d853407b16f21c4579c77"
3071 },
3072 "dist": {
3073 "type": "zip",
3074 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/850a667d6254ccf6c61d853407b16f21c4579c77",
3075 "reference": "850a667d6254ccf6c61d853407b16f21c4579c77",
3076 "shasum": ""
3077 },
3078 "require": {
3079 "php": "^7.1.3",
3080 "symfony/polyfill-mbstring": "~1.1"
3081 },
3082 "require-dev": {
3083 "predis/predis": "~1.0",
3084 "symfony/expression-language": "~3.4|~4.0"
3085 },
3086 "type": "library",
3087 "extra": {
3088 "branch-alias": {
3089 "dev-master": "4.2-dev"
3090 }
3091 },
3092 "autoload": {
3093 "psr-4": {
3094 "Symfony\\Component\\HttpFoundation\\": ""
3095 },
3096 "exclude-from-classmap": [
3097 "/Tests/"
3098 ]
3099 },
3100 "notification-url": "https://packagist.org/downloads/",
3101 "license": [
3102 "MIT"
3103 ],
3104 "authors": [
3105 {
3106 "name": "Fabien Potencier",
3107 "email": "fabien@symfony.com"
3108 },
3109 {
3110 "name": "Symfony Community",
3111 "homepage": "https://symfony.com/contributors"
3112 }
3113 ],
3114 "description": "Symfony HttpFoundation Component",
3115 "homepage": "https://symfony.com",
3116 "time": "2019-02-26T08:03:39+00:00"
3117 },
3118 {
3119 "name": "symfony/http-kernel",
3120 "version": "v4.2.4",
3121 "source": {
3122 "type": "git",
3123 "url": "https://github.com/symfony/http-kernel.git",
3124 "reference": "895ceccaa8149f9343e6134e607c21da42d73b7a"
3125 },
3126 "dist": {
3127 "type": "zip",
3128 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/895ceccaa8149f9343e6134e607c21da42d73b7a",
3129 "reference": "895ceccaa8149f9343e6134e607c21da42d73b7a",
3130 "shasum": ""
3131 },
3132 "require": {
3133 "php": "^7.1.3",
3134 "psr/log": "~1.0",
3135 "symfony/contracts": "^1.0.2",
3136 "symfony/debug": "~3.4|~4.0",
3137 "symfony/event-dispatcher": "~4.1",
3138 "symfony/http-foundation": "^4.1.1",
3139 "symfony/polyfill-ctype": "~1.8"
3140 },
3141 "conflict": {
3142 "symfony/config": "<3.4",
3143 "symfony/dependency-injection": "<4.2",
3144 "symfony/translation": "<4.2",
3145 "symfony/var-dumper": "<4.1.1",
3146 "twig/twig": "<1.34|<2.4,>=2"
3147 },
3148 "provide": {
3149 "psr/log-implementation": "1.0"
3150 },
3151 "require-dev": {
3152 "psr/cache": "~1.0",
3153 "symfony/browser-kit": "~3.4|~4.0",
3154 "symfony/config": "~3.4|~4.0",
3155 "symfony/console": "~3.4|~4.0",
3156 "symfony/css-selector": "~3.4|~4.0",
3157 "symfony/dependency-injection": "^4.2",
3158 "symfony/dom-crawler": "~3.4|~4.0",
3159 "symfony/expression-language": "~3.4|~4.0",
3160 "symfony/finder": "~3.4|~4.0",
3161 "symfony/process": "~3.4|~4.0",
3162 "symfony/routing": "~3.4|~4.0",
3163 "symfony/stopwatch": "~3.4|~4.0",
3164 "symfony/templating": "~3.4|~4.0",
3165 "symfony/translation": "~4.2",
3166 "symfony/var-dumper": "^4.1.1"
3167 },
3168 "suggest": {
3169 "symfony/browser-kit": "",
3170 "symfony/config": "",
3171 "symfony/console": "",
3172 "symfony/dependency-injection": "",
3173 "symfony/var-dumper": ""
3174 },
3175 "type": "library",
3176 "extra": {
3177 "branch-alias": {
3178 "dev-master": "4.2-dev"
3179 }
3180 },
3181 "autoload": {
3182 "psr-4": {
3183 "Symfony\\Component\\HttpKernel\\": ""
3184 },
3185 "exclude-from-classmap": [
3186 "/Tests/"
3187 ]
3188 },
3189 "notification-url": "https://packagist.org/downloads/",
3190 "license": [
3191 "MIT"
3192 ],
3193 "authors": [
3194 {
3195 "name": "Fabien Potencier",
3196 "email": "fabien@symfony.com"
3197 },
3198 {
3199 "name": "Symfony Community",
3200 "homepage": "https://symfony.com/contributors"
3201 }
3202 ],
3203 "description": "Symfony HttpKernel Component",
3204 "homepage": "https://symfony.com",
3205 "time": "2019-03-03T19:38:09+00:00"
3206 },
3207 {
3208 "name": "symfony/polyfill-ctype",
3209 "version": "v1.11.0",
3210 "source": {
3211 "type": "git",
3212 "url": "https://github.com/symfony/polyfill-ctype.git",
3213 "reference": "82ebae02209c21113908c229e9883c419720738a"
3214 },
3215 "dist": {
3216 "type": "zip",
3217 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
3218 "reference": "82ebae02209c21113908c229e9883c419720738a",
3219 "shasum": ""
3220 },
3221 "require": {
3222 "php": ">=5.3.3"
3223 },
3224 "suggest": {
3225 "ext-ctype": "For best performance"
3226 },
3227 "type": "library",
3228 "extra": {
3229 "branch-alias": {
3230 "dev-master": "1.11-dev"
3231 }
3232 },
3233 "autoload": {
3234 "psr-4": {
3235 "Symfony\\Polyfill\\Ctype\\": ""
3236 },
3237 "files": [
3238 "bootstrap.php"
3239 ]
3240 },
3241 "notification-url": "https://packagist.org/downloads/",
3242 "license": [
3243 "MIT"
3244 ],
3245 "authors": [
3246 {
3247 "name": "Symfony Community",
3248 "homepage": "https://symfony.com/contributors"
3249 },
3250 {
3251 "name": "Gert de Pagter",
3252 "email": "backendtea@gmail.com"
3253 }
3254 ],
3255 "description": "Symfony polyfill for ctype functions",
3256 "homepage": "https://symfony.com",
3257 "keywords": [
3258 "compatibility",
3259 "ctype",
3260 "polyfill",
3261 "portable"
3262 ],
3263 "time": "2019-02-06T07:57:58+00:00"
3264 },
3265 {
3266 "name": "symfony/polyfill-mbstring",
3267 "version": "v1.11.0",
3268 "source": {
3269 "type": "git",
3270 "url": "https://github.com/symfony/polyfill-mbstring.git",
3271 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
3272 },
3273 "dist": {
3274 "type": "zip",
3275 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
3276 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
3277 "shasum": ""
3278 },
3279 "require": {
3280 "php": ">=5.3.3"
3281 },
3282 "suggest": {
3283 "ext-mbstring": "For best performance"
3284 },
3285 "type": "library",
3286 "extra": {
3287 "branch-alias": {
3288 "dev-master": "1.11-dev"
3289 }
3290 },
3291 "autoload": {
3292 "psr-4": {
3293 "Symfony\\Polyfill\\Mbstring\\": ""
3294 },
3295 "files": [
3296 "bootstrap.php"
3297 ]
3298 },
3299 "notification-url": "https://packagist.org/downloads/",
3300 "license": [
3301 "MIT"
3302 ],
3303 "authors": [
3304 {
3305 "name": "Nicolas Grekas",
3306 "email": "p@tchwork.com"
3307 },
3308 {
3309 "name": "Symfony Community",
3310 "homepage": "https://symfony.com/contributors"
3311 }
3312 ],
3313 "description": "Symfony polyfill for the Mbstring extension",
3314 "homepage": "https://symfony.com",
3315 "keywords": [
3316 "compatibility",
3317 "mbstring",
3318 "polyfill",
3319 "portable",
3320 "shim"
3321 ],
3322 "time": "2019-02-06T07:57:58+00:00"
3323 },
3324 {
3325 "name": "symfony/polyfill-php72",
3326 "version": "v1.10.0",
3327 "source": {
3328 "type": "git",
3329 "url": "https://github.com/symfony/polyfill-php72.git",
3330 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
3331 },
3332 "dist": {
3333 "type": "zip",
3334 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
3335 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
3336 "shasum": ""
3337 },
3338 "require": {
3339 "php": ">=5.3.3"
3340 },
3341 "type": "library",
3342 "extra": {
3343 "branch-alias": {
3344 "dev-master": "1.9-dev"
3345 }
3346 },
3347 "autoload": {
3348 "psr-4": {
3349 "Symfony\\Polyfill\\Php72\\": ""
3350 },
3351 "files": [
3352 "bootstrap.php"
3353 ]
3354 },
3355 "notification-url": "https://packagist.org/downloads/",
3356 "license": [
3357 "MIT"
3358 ],
3359 "authors": [
3360 {
3361 "name": "Nicolas Grekas",
3362 "email": "p@tchwork.com"
3363 },
3364 {
3365 "name": "Symfony Community",
3366 "homepage": "https://symfony.com/contributors"
3367 }
3368 ],
3369 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3370 "homepage": "https://symfony.com",
3371 "keywords": [
3372 "compatibility",
3373 "polyfill",
3374 "portable",
3375 "shim"
3376 ],
3377 "time": "2018-09-21T13:07:52+00:00"
3378 },
3379 {
3380 "name": "symfony/process",
3381 "version": "v4.2.3",
3382 "source": {
3383 "type": "git",
3384 "url": "https://github.com/symfony/process.git",
3385 "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
3386 },
3387 "dist": {
3388 "type": "zip",
3389 "url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
3390 "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
3391 "shasum": ""
3392 },
3393 "require": {
3394 "php": "^7.1.3"
3395 },
3396 "type": "library",
3397 "extra": {
3398 "branch-alias": {
3399 "dev-master": "4.2-dev"
3400 }
3401 },
3402 "autoload": {
3403 "psr-4": {
3404 "Symfony\\Component\\Process\\": ""
3405 },
3406 "exclude-from-classmap": [
3407 "/Tests/"
3408 ]
3409 },
3410 "notification-url": "https://packagist.org/downloads/",
3411 "license": [
3412 "MIT"
3413 ],
3414 "authors": [
3415 {
3416 "name": "Fabien Potencier",
3417 "email": "fabien@symfony.com"
3418 },
3419 {
3420 "name": "Symfony Community",
3421 "homepage": "https://symfony.com/contributors"
3422 }
3423 ],
3424 "description": "Symfony Process Component",
3425 "homepage": "https://symfony.com",
3426 "time": "2019-01-24T22:05:03+00:00"
3427 },
3428 {
3429 "name": "symfony/routing",
3430 "version": "v4.2.4",
3431 "source": {
3432 "type": "git",
3433 "url": "https://github.com/symfony/routing.git",
3434 "reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42"
3435 },
3436 "dist": {
3437 "type": "zip",
3438 "url": "https://api.github.com/repos/symfony/routing/zipball/ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42",
3439 "reference": "ff03eae644e6b1e26d4a04b2385fe3a1a7f04e42",
3440 "shasum": ""
3441 },
3442 "require": {
3443 "php": "^7.1.3"
3444 },
3445 "conflict": {
3446 "symfony/config": "<4.2",
3447 "symfony/dependency-injection": "<3.4",
3448 "symfony/yaml": "<3.4"
3449 },
3450 "require-dev": {
3451 "doctrine/annotations": "~1.0",
3452 "psr/log": "~1.0",
3453 "symfony/config": "~4.2",
3454 "symfony/dependency-injection": "~3.4|~4.0",
3455 "symfony/expression-language": "~3.4|~4.0",
3456 "symfony/http-foundation": "~3.4|~4.0",
3457 "symfony/yaml": "~3.4|~4.0"
3458 },
3459 "suggest": {
3460 "doctrine/annotations": "For using the annotation loader",
3461 "symfony/config": "For using the all-in-one router or any loader",
3462 "symfony/dependency-injection": "For loading routes from a service",
3463 "symfony/expression-language": "For using expression matching",
3464 "symfony/http-foundation": "For using a Symfony Request object",
3465 "symfony/yaml": "For using the YAML loader"
3466 },
3467 "type": "library",
3468 "extra": {
3469 "branch-alias": {
3470 "dev-master": "4.2-dev"
3471 }
3472 },
3473 "autoload": {
3474 "psr-4": {
3475 "Symfony\\Component\\Routing\\": ""
3476 },
3477 "exclude-from-classmap": [
3478 "/Tests/"
3479 ]
3480 },
3481 "notification-url": "https://packagist.org/downloads/",
3482 "license": [
3483 "MIT"
3484 ],
3485 "authors": [
3486 {
3487 "name": "Fabien Potencier",
3488 "email": "fabien@symfony.com"
3489 },
3490 {
3491 "name": "Symfony Community",
3492 "homepage": "https://symfony.com/contributors"
3493 }
3494 ],
3495 "description": "Symfony Routing Component",
3496 "homepage": "https://symfony.com",
3497 "keywords": [
3498 "router",
3499 "routing",
3500 "uri",
3501 "url"
3502 ],
3503 "time": "2019-02-23T15:17:42+00:00"
3504 },
3505 {
3506 "name": "symfony/translation",
3507 "version": "v4.2.3",
3508 "source": {
3509 "type": "git",
3510 "url": "https://github.com/symfony/translation.git",
3511 "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050"
3512 },
3513 "dist": {
3514 "type": "zip",
3515 "url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050",
3516 "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050",
3517 "shasum": ""
3518 },
3519 "require": {
3520 "php": "^7.1.3",
3521 "symfony/contracts": "^1.0.2",
3522 "symfony/polyfill-mbstring": "~1.0"
3523 },
3524 "conflict": {
3525 "symfony/config": "<3.4",
3526 "symfony/dependency-injection": "<3.4",
3527 "symfony/yaml": "<3.4"
3528 },
3529 "provide": {
3530 "symfony/translation-contracts-implementation": "1.0"
3531 },
3532 "require-dev": {
3533 "psr/log": "~1.0",
3534 "symfony/config": "~3.4|~4.0",
3535 "symfony/console": "~3.4|~4.0",
3536 "symfony/dependency-injection": "~3.4|~4.0",
3537 "symfony/finder": "~2.8|~3.0|~4.0",
3538 "symfony/intl": "~3.4|~4.0",
3539 "symfony/yaml": "~3.4|~4.0"
3540 },
3541 "suggest": {
3542 "psr/log-implementation": "To use logging capability in translator",
3543 "symfony/config": "",
3544 "symfony/yaml": ""
3545 },
3546 "type": "library",
3547 "extra": {
3548 "branch-alias": {
3549 "dev-master": "4.2-dev"
3550 }
3551 },
3552 "autoload": {
3553 "psr-4": {
3554 "Symfony\\Component\\Translation\\": ""
3555 },
3556 "exclude-from-classmap": [
3557 "/Tests/"
3558 ]
3559 },
3560 "notification-url": "https://packagist.org/downloads/",
3561 "license": [
3562 "MIT"
3563 ],
3564 "authors": [
3565 {
3566 "name": "Fabien Potencier",
3567 "email": "fabien@symfony.com"
3568 },
3569 {
3570 "name": "Symfony Community",
3571 "homepage": "https://symfony.com/contributors"
3572 }
3573 ],
3574 "description": "Symfony Translation Component",
3575 "homepage": "https://symfony.com",
3576 "time": "2019-01-27T23:11:39+00:00"
3577 },
3578 {
3579 "name": "symfony/var-dumper",
3580 "version": "v4.2.3",
3581 "source": {
3582 "type": "git",
3583 "url": "https://github.com/symfony/var-dumper.git",
3584 "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
3585 },
3586 "dist": {
3587 "type": "zip",
3588 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
3589 "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
3590 "shasum": ""
3591 },
3592 "require": {
3593 "php": "^7.1.3",
3594 "symfony/polyfill-mbstring": "~1.0",
3595 "symfony/polyfill-php72": "~1.5"
3596 },
3597 "conflict": {
3598 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3599 "symfony/console": "<3.4"
3600 },
3601 "require-dev": {
3602 "ext-iconv": "*",
3603 "symfony/console": "~3.4|~4.0",
3604 "symfony/process": "~3.4|~4.0",
3605 "twig/twig": "~1.34|~2.4"
3606 },
3607 "suggest": {
3608 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3609 "ext-intl": "To show region name in time zone dump",
3610 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
3611 },
3612 "bin": [
3613 "Resources/bin/var-dump-server"
3614 ],
3615 "type": "library",
3616 "extra": {
3617 "branch-alias": {
3618 "dev-master": "4.2-dev"
3619 }
3620 },
3621 "autoload": {
3622 "files": [
3623 "Resources/functions/dump.php"
3624 ],
3625 "psr-4": {
3626 "Symfony\\Component\\VarDumper\\": ""
3627 },
3628 "exclude-from-classmap": [
3629 "/Tests/"
3630 ]
3631 },
3632 "notification-url": "https://packagist.org/downloads/",
3633 "license": [
3634 "MIT"
3635 ],
3636 "authors": [
3637 {
3638 "name": "Nicolas Grekas",
3639 "email": "p@tchwork.com"
3640 },
3641 {
3642 "name": "Symfony Community",
3643 "homepage": "https://symfony.com/contributors"
3644 }
3645 ],
3646 "description": "Symfony mechanism for exploring and dumping PHP variables",
3647 "homepage": "https://symfony.com",
3648 "keywords": [
3649 "debug",
3650 "dump"
3651 ],
3652 "time": "2019-01-30T11:44:30+00:00"
3653 },
3654 {
3655 "name": "tijsverkoyen/css-to-inline-styles",
3656 "version": "2.2.1",
3657 "source": {
3658 "type": "git",
3659 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3660 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
3661 },
3662 "dist": {
3663 "type": "zip",
3664 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3665 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3666 "shasum": ""
3667 },
3668 "require": {
3669 "php": "^5.5 || ^7.0",
3670 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
3671 },
3672 "require-dev": {
3673 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3674 },
3675 "type": "library",
3676 "extra": {
3677 "branch-alias": {
3678 "dev-master": "2.2.x-dev"
3679 }
3680 },
3681 "autoload": {
3682 "psr-4": {
3683 "TijsVerkoyen\\CssToInlineStyles\\": "src"
3684 }
3685 },
3686 "notification-url": "https://packagist.org/downloads/",
3687 "license": [
3688 "BSD-3-Clause"
3689 ],
3690 "authors": [
3691 {
3692 "name": "Tijs Verkoyen",
3693 "email": "css_to_inline_styles@verkoyen.eu",
3694 "role": "Developer"
3695 }
3696 ],
3697 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
3698 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3699 "time": "2017-11-27T11:13:29+00:00"
3700 },
3701 {
3702 "name": "umpirsky/country-list",
3703 "version": "2.0.4",
3704 "source": {
3705 "type": "git",
3706 "url": "https://github.com/umpirsky/country-list.git",
3707 "reference": "ddabf3a8ef2956fc0fbd22da9bec642ab6cfdede"
3708 },
3709 "dist": {
3710 "type": "zip",
3711 "url": "https://api.github.com/repos/umpirsky/country-list/zipball/ddabf3a8ef2956fc0fbd22da9bec642ab6cfdede",
3712 "reference": "ddabf3a8ef2956fc0fbd22da9bec642ab6cfdede",
3713 "shasum": ""
3714 },
3715 "require": {
3716 "php": "^7.0"
3717 },
3718 "require-dev": {
3719 "slowprog/composer-copy-file": "^0.2",
3720 "symfony/locale": "^2.7|^3.0",
3721 "umpirsky/list-generator": "^1.2"
3722 },
3723 "type": "library",
3724 "extra": {
3725 "copy-file": {
3726 "vendor/umpirsky/list-generator/Dockerfile": "./",
3727 "vendor/umpirsky/list-generator/docker-compose.yml": "./"
3728 }
3729 },
3730 "notification-url": "https://packagist.org/downloads/",
3731 "license": [
3732 "MIT"
3733 ],
3734 "authors": [
3735 {
3736 "name": "Saša Stamenković",
3737 "email": "umpirsky@gmail.com"
3738 }
3739 ],
3740 "description": "List of all countries with names and ISO 3166-1 codes in all languages and data formats.",
3741 "time": "2018-02-27T18:55:19+00:00"
3742 },
3743 {
3744 "name": "umpirsky/locale-list",
3745 "version": "1.0.0",
3746 "source": {
3747 "type": "git",
3748 "url": "https://github.com/umpirsky/locale-list.git",
3749 "reference": "8141f749e16e568a5a9f7e813c50f72efa794c2e"
3750 },
3751 "dist": {
3752 "type": "zip",
3753 "url": "https://api.github.com/repos/umpirsky/locale-list/zipball/8141f749e16e568a5a9f7e813c50f72efa794c2e",
3754 "reference": "8141f749e16e568a5a9f7e813c50f72efa794c2e",
3755 "shasum": ""
3756 },
3757 "require": {
3758 "php": ">=5.4"
3759 },
3760 "require-dev": {
3761 "symfony/locale": "^2.7|^3.0",
3762 "umpirsky/list-generator": "^1.1"
3763 },
3764 "type": "library",
3765 "notification-url": "https://packagist.org/downloads/",
3766 "license": [
3767 "MIT"
3768 ],
3769 "authors": [
3770 {
3771 "name": "Saša Stamenković",
3772 "email": "umpirsky@gmail.com"
3773 }
3774 ],
3775 "description": "List of all locales with names and codes in all languages and all data formats.",
3776 "time": "2018-06-01T17:50:07+00:00"
3777 },
3778 {
3779 "name": "vlucas/phpdotenv",
3780 "version": "v2.6.1",
3781 "source": {
3782 "type": "git",
3783 "url": "https://github.com/vlucas/phpdotenv.git",
3784 "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
3785 },
3786 "dist": {
3787 "type": "zip",
3788 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
3789 "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
3790 "shasum": ""
3791 },
3792 "require": {
3793 "php": ">=5.3.9",
3794 "symfony/polyfill-ctype": "^1.9"
3795 },
3796 "require-dev": {
3797 "phpunit/phpunit": "^4.8.35 || ^5.0"
3798 },
3799 "type": "library",
3800 "extra": {
3801 "branch-alias": {
3802 "dev-master": "2.6-dev"
3803 }
3804 },
3805 "autoload": {
3806 "psr-4": {
3807 "Dotenv\\": "src/"
3808 }
3809 },
3810 "notification-url": "https://packagist.org/downloads/",
3811 "license": [
3812 "BSD-3-Clause"
3813 ],
3814 "authors": [
3815 {
3816 "name": "Vance Lucas",
3817 "email": "vance@vancelucas.com",
3818 "homepage": "http://www.vancelucas.com"
3819 }
3820 ],
3821 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3822 "keywords": [
3823 "dotenv",
3824 "env",
3825 "environment"
3826 ],
3827 "time": "2019-01-29T11:11:52+00:00"
3828 },
3829 {
3830 "name": "zendframework/zend-diactoros",
3831 "version": "1.8.6",
3832 "source": {
3833 "type": "git",
3834 "url": "https://github.com/zendframework/zend-diactoros.git",
3835 "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
3836 },
3837 "dist": {
3838 "type": "zip",
3839 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
3840 "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
3841 "shasum": ""
3842 },
3843 "require": {
3844 "php": "^5.6 || ^7.0",
3845 "psr/http-message": "^1.0"
3846 },
3847 "provide": {
3848 "psr/http-message-implementation": "1.0"
3849 },
3850 "require-dev": {
3851 "ext-dom": "*",
3852 "ext-libxml": "*",
3853 "php-http/psr7-integration-tests": "dev-master",
3854 "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
3855 "zendframework/zend-coding-standard": "~1.0"
3856 },
3857 "type": "library",
3858 "extra": {
3859 "branch-alias": {
3860 "dev-master": "1.8.x-dev",
3861 "dev-develop": "1.9.x-dev",
3862 "dev-release-2.0": "2.0.x-dev"
3863 }
3864 },
3865 "autoload": {
3866 "files": [
3867 "src/functions/create_uploaded_file.php",
3868 "src/functions/marshal_headers_from_sapi.php",
3869 "src/functions/marshal_method_from_sapi.php",
3870 "src/functions/marshal_protocol_version_from_sapi.php",
3871 "src/functions/marshal_uri_from_sapi.php",
3872 "src/functions/normalize_server.php",
3873 "src/functions/normalize_uploaded_files.php",
3874 "src/functions/parse_cookie_header.php"
3875 ],
3876 "psr-4": {
3877 "Zend\\Diactoros\\": "src/"
3878 }
3879 },
3880 "notification-url": "https://packagist.org/downloads/",
3881 "license": [
3882 "BSD-2-Clause"
3883 ],
3884 "description": "PSR HTTP Message implementations",
3885 "homepage": "https://github.com/zendframework/zend-diactoros",
3886 "keywords": [
3887 "http",
3888 "psr",
3889 "psr-7"
3890 ],
3891 "abandoned": "laminas/laminas-diactoros",
3892 "time": "2018-09-05T19:29:37+00:00"
3893 }
3894 ],
3895 "packages-dev": [
3896 {
3897 "name": "beyondcode/laravel-dump-server",
3898 "version": "1.2.2",
3899 "source": {
3900 "type": "git",
3901 "url": "https://github.com/beyondcode/laravel-dump-server.git",
3902 "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f"
3903 },
3904 "dist": {
3905 "type": "zip",
3906 "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
3907 "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
3908 "shasum": ""
3909 },
3910 "require": {
3911 "illuminate/console": "5.6.*|5.7.*|5.8.*",
3912 "illuminate/http": "5.6.*|5.7.*|5.8.*",
3913 "illuminate/support": "5.6.*|5.7.*|5.8.*",
3914 "php": "^7.1",
3915 "symfony/var-dumper": "^4.1.1"
3916 },
3917 "require-dev": {
3918 "larapack/dd": "^1.0",
3919 "phpunit/phpunit": "^7.0"
3920 },
3921 "type": "library",
3922 "extra": {
3923 "laravel": {
3924 "providers": [
3925 "BeyondCode\\DumpServer\\DumpServerServiceProvider"
3926 ]
3927 }
3928 },
3929 "autoload": {
3930 "psr-4": {
3931 "BeyondCode\\DumpServer\\": "src"
3932 },
3933 "files": [
3934 "helpers.php"
3935 ]
3936 },
3937 "notification-url": "https://packagist.org/downloads/",
3938 "license": [
3939 "MIT"
3940 ],
3941 "authors": [
3942 {
3943 "name": "Marcel Pociot",
3944 "email": "marcel@beyondco.de",
3945 "homepage": "https://beyondcode.de",
3946 "role": "Developer"
3947 }
3948 ],
3949 "description": "Symfony Var-Dump Server for Laravel",
3950 "homepage": "https://github.com/beyondcode/laravel-dump-server",
3951 "keywords": [
3952 "beyondcode",
3953 "laravel-dump-server"
3954 ],
3955 "time": "2018-10-04T07:22:24+00:00"
3956 },
3957 {
3958 "name": "doctrine/instantiator",
3959 "version": "1.1.0",
3960 "source": {
3961 "type": "git",
3962 "url": "https://github.com/doctrine/instantiator.git",
3963 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
3964 },
3965 "dist": {
3966 "type": "zip",
3967 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3968 "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
3969 "shasum": ""
3970 },
3971 "require": {
3972 "php": "^7.1"
3973 },
3974 "require-dev": {
3975 "athletic/athletic": "~0.1.8",
3976 "ext-pdo": "*",
3977 "ext-phar": "*",
3978 "phpunit/phpunit": "^6.2.3",
3979 "squizlabs/php_codesniffer": "^3.0.2"
3980 },
3981 "type": "library",
3982 "extra": {
3983 "branch-alias": {
3984 "dev-master": "1.2.x-dev"
3985 }
3986 },
3987 "autoload": {
3988 "psr-4": {
3989 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3990 }
3991 },
3992 "notification-url": "https://packagist.org/downloads/",
3993 "license": [
3994 "MIT"
3995 ],
3996 "authors": [
3997 {
3998 "name": "Marco Pivetta",
3999 "email": "ocramius@gmail.com",
4000 "homepage": "http://ocramius.github.com/"
4001 }
4002 ],
4003 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4004 "homepage": "https://github.com/doctrine/instantiator",
4005 "keywords": [
4006 "constructor",
4007 "instantiate"
4008 ],
4009 "time": "2017-07-22T11:58:36+00:00"
4010 },
4011 {
4012 "name": "filp/whoops",
4013 "version": "2.3.1",
4014 "source": {
4015 "type": "git",
4016 "url": "https://github.com/filp/whoops.git",
4017 "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
4018 },
4019 "dist": {
4020 "type": "zip",
4021 "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
4022 "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
4023 "shasum": ""
4024 },
4025 "require": {
4026 "php": "^5.5.9 || ^7.0",
4027 "psr/log": "^1.0.1"
4028 },
4029 "require-dev": {
4030 "mockery/mockery": "^0.9 || ^1.0",
4031 "phpunit/phpunit": "^4.8.35 || ^5.7",
4032 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
4033 },
4034 "suggest": {
4035 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
4036 "whoops/soap": "Formats errors as SOAP responses"
4037 },
4038 "type": "library",
4039 "extra": {
4040 "branch-alias": {
4041 "dev-master": "2.2-dev"
4042 }
4043 },
4044 "autoload": {
4045 "psr-4": {
4046 "Whoops\\": "src/Whoops/"
4047 }
4048 },
4049 "notification-url": "https://packagist.org/downloads/",
4050 "license": [
4051 "MIT"
4052 ],
4053 "authors": [
4054 {
4055 "name": "Filipe Dobreira",
4056 "homepage": "https://github.com/filp",
4057 "role": "Developer"
4058 }
4059 ],
4060 "description": "php error handling for cool kids",
4061 "homepage": "https://filp.github.io/whoops/",
4062 "keywords": [
4063 "error",
4064 "exception",
4065 "handling",
4066 "library",
4067 "throwable",
4068 "whoops"
4069 ],
4070 "time": "2018-10-23T09:00:00+00:00"
4071 },
4072 {
4073 "name": "fzaninotto/faker",
4074 "version": "v1.8.0",
4075 "source": {
4076 "type": "git",
4077 "url": "https://github.com/fzaninotto/Faker.git",
4078 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
4079 },
4080 "dist": {
4081 "type": "zip",
4082 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
4083 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
4084 "shasum": ""
4085 },
4086 "require": {
4087 "php": "^5.3.3 || ^7.0"
4088 },
4089 "require-dev": {
4090 "ext-intl": "*",
4091 "phpunit/phpunit": "^4.8.35 || ^5.7",
4092 "squizlabs/php_codesniffer": "^1.5"
4093 },
4094 "type": "library",
4095 "extra": {
4096 "branch-alias": {
4097 "dev-master": "1.8-dev"
4098 }
4099 },
4100 "autoload": {
4101 "psr-4": {
4102 "Faker\\": "src/Faker/"
4103 }
4104 },
4105 "notification-url": "https://packagist.org/downloads/",
4106 "license": [
4107 "MIT"
4108 ],
4109 "authors": [
4110 {
4111 "name": "François Zaninotto"
4112 }
4113 ],
4114 "description": "Faker is a PHP library that generates fake data for you.",
4115 "keywords": [
4116 "data",
4117 "faker",
4118 "fixtures"
4119 ],
4120 "time": "2018-07-12T10:23:15+00:00"
4121 },
4122 {
4123 "name": "hamcrest/hamcrest-php",
4124 "version": "v2.0.0",
4125 "source": {
4126 "type": "git",
4127 "url": "https://github.com/hamcrest/hamcrest-php.git",
4128 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
4129 },
4130 "dist": {
4131 "type": "zip",
4132 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
4133 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
4134 "shasum": ""
4135 },
4136 "require": {
4137 "php": "^5.3|^7.0"
4138 },
4139 "replace": {
4140 "cordoval/hamcrest-php": "*",
4141 "davedevelopment/hamcrest-php": "*",
4142 "kodova/hamcrest-php": "*"
4143 },
4144 "require-dev": {
4145 "phpunit/php-file-iterator": "1.3.3",
4146 "phpunit/phpunit": "~4.0",
4147 "satooshi/php-coveralls": "^1.0"
4148 },
4149 "type": "library",
4150 "extra": {
4151 "branch-alias": {
4152 "dev-master": "2.0-dev"
4153 }
4154 },
4155 "autoload": {
4156 "classmap": [
4157 "hamcrest"
4158 ]
4159 },
4160 "notification-url": "https://packagist.org/downloads/",
4161 "license": [
4162 "BSD"
4163 ],
4164 "description": "This is the PHP port of Hamcrest Matchers",
4165 "keywords": [
4166 "test"
4167 ],
4168 "time": "2016-01-20T08:20:44+00:00"
4169 },
4170 {
4171 "name": "mockery/mockery",
4172 "version": "1.2.1",
4173 "source": {
4174 "type": "git",
4175 "url": "https://github.com/mockery/mockery.git",
4176 "reference": "dc4f10b6b1148744facb784015e4b339d7feec23"
4177 },
4178 "dist": {
4179 "type": "zip",
4180 "url": "https://api.github.com/repos/mockery/mockery/zipball/dc4f10b6b1148744facb784015e4b339d7feec23",
4181 "reference": "dc4f10b6b1148744facb784015e4b339d7feec23",
4182 "shasum": ""
4183 },
4184 "require": {
4185 "hamcrest/hamcrest-php": "~2.0",
4186 "lib-pcre": ">=7.0",
4187 "php": ">=5.6.0"
4188 },
4189 "require-dev": {
4190 "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
4191 },
4192 "type": "library",
4193 "extra": {
4194 "branch-alias": {
4195 "dev-master": "1.0.x-dev"
4196 }
4197 },
4198 "autoload": {
4199 "psr-0": {
4200 "Mockery": "library/"
4201 }
4202 },
4203 "notification-url": "https://packagist.org/downloads/",
4204 "license": [
4205 "BSD-3-Clause"
4206 ],
4207 "authors": [
4208 {
4209 "name": "Pádraic Brady",
4210 "email": "padraic.brady@gmail.com",
4211 "homepage": "http://blog.astrumfutura.com"
4212 },
4213 {
4214 "name": "Dave Marshall",
4215 "email": "dave.marshall@atstsolutions.co.uk",
4216 "homepage": "http://davedevelopment.co.uk"
4217 }
4218 ],
4219 "description": "Mockery is a simple yet flexible PHP mock object framework",
4220 "homepage": "https://github.com/mockery/mockery",
4221 "keywords": [
4222 "BDD",
4223 "TDD",
4224 "library",
4225 "mock",
4226 "mock objects",
4227 "mockery",
4228 "stub",
4229 "test",
4230 "test double",
4231 "testing"
4232 ],
4233 "time": "2019-02-08T14:43:54+00:00"
4234 },
4235 {
4236 "name": "myclabs/deep-copy",
4237 "version": "1.8.1",
4238 "source": {
4239 "type": "git",
4240 "url": "https://github.com/myclabs/DeepCopy.git",
4241 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
4242 },
4243 "dist": {
4244 "type": "zip",
4245 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
4246 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
4247 "shasum": ""
4248 },
4249 "require": {
4250 "php": "^7.1"
4251 },
4252 "replace": {
4253 "myclabs/deep-copy": "self.version"
4254 },
4255 "require-dev": {
4256 "doctrine/collections": "^1.0",
4257 "doctrine/common": "^2.6",
4258 "phpunit/phpunit": "^7.1"
4259 },
4260 "type": "library",
4261 "autoload": {
4262 "psr-4": {
4263 "DeepCopy\\": "src/DeepCopy/"
4264 },
4265 "files": [
4266 "src/DeepCopy/deep_copy.php"
4267 ]
4268 },
4269 "notification-url": "https://packagist.org/downloads/",
4270 "license": [
4271 "MIT"
4272 ],
4273 "description": "Create deep copies (clones) of your objects",
4274 "keywords": [
4275 "clone",
4276 "copy",
4277 "duplicate",
4278 "object",
4279 "object graph"
4280 ],
4281 "time": "2018-06-11T23:09:50+00:00"
4282 },
4283 {
4284 "name": "nunomaduro/collision",
4285 "version": "v2.1.1",
4286 "source": {
4287 "type": "git",
4288 "url": "https://github.com/nunomaduro/collision.git",
4289 "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63"
4290 },
4291 "dist": {
4292 "type": "zip",
4293 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5feb0c0d92978ec7169232ce5d70d6da6b29f63",
4294 "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63",
4295 "shasum": ""
4296 },
4297 "require": {
4298 "filp/whoops": "^2.1.4",
4299 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
4300 "php": "^7.1",
4301 "symfony/console": "~2.8|~3.3|~4.0"
4302 },
4303 "require-dev": {
4304 "laravel/framework": "5.7.*",
4305 "nunomaduro/larastan": "^0.3.0",
4306 "phpstan/phpstan": "^0.10",
4307 "phpunit/phpunit": "~7.3"
4308 },
4309 "type": "library",
4310 "extra": {
4311 "laravel": {
4312 "providers": [
4313 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
4314 ]
4315 }
4316 },
4317 "autoload": {
4318 "psr-4": {
4319 "NunoMaduro\\Collision\\": "src/"
4320 }
4321 },
4322 "notification-url": "https://packagist.org/downloads/",
4323 "license": [
4324 "MIT"
4325 ],
4326 "authors": [
4327 {
4328 "name": "Nuno Maduro",
4329 "email": "enunomaduro@gmail.com"
4330 }
4331 ],
4332 "description": "Cli error handling for console/command-line PHP applications.",
4333 "keywords": [
4334 "artisan",
4335 "cli",
4336 "command-line",
4337 "console",
4338 "error",
4339 "handling",
4340 "laravel",
4341 "laravel-zero",
4342 "php",
4343 "symfony"
4344 ],
4345 "time": "2018-11-21T21:40:54+00:00"
4346 },
4347 {
4348 "name": "phar-io/manifest",
4349 "version": "1.0.3",
4350 "source": {
4351 "type": "git",
4352 "url": "https://github.com/phar-io/manifest.git",
4353 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4354 },
4355 "dist": {
4356 "type": "zip",
4357 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4358 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4359 "shasum": ""
4360 },
4361 "require": {
4362 "ext-dom": "*",
4363 "ext-phar": "*",
4364 "phar-io/version": "^2.0",
4365 "php": "^5.6 || ^7.0"
4366 },
4367 "type": "library",
4368 "extra": {
4369 "branch-alias": {
4370 "dev-master": "1.0.x-dev"
4371 }
4372 },
4373 "autoload": {
4374 "classmap": [
4375 "src/"
4376 ]
4377 },
4378 "notification-url": "https://packagist.org/downloads/",
4379 "license": [
4380 "BSD-3-Clause"
4381 ],
4382 "authors": [
4383 {
4384 "name": "Arne Blankerts",
4385 "email": "arne@blankerts.de",
4386 "role": "Developer"
4387 },
4388 {
4389 "name": "Sebastian Heuer",
4390 "email": "sebastian@phpeople.de",
4391 "role": "Developer"
4392 },
4393 {
4394 "name": "Sebastian Bergmann",
4395 "email": "sebastian@phpunit.de",
4396 "role": "Developer"
4397 }
4398 ],
4399 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4400 "time": "2018-07-08T19:23:20+00:00"
4401 },
4402 {
4403 "name": "phar-io/version",
4404 "version": "2.0.1",
4405 "source": {
4406 "type": "git",
4407 "url": "https://github.com/phar-io/version.git",
4408 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4409 },
4410 "dist": {
4411 "type": "zip",
4412 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4413 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4414 "shasum": ""
4415 },
4416 "require": {
4417 "php": "^5.6 || ^7.0"
4418 },
4419 "type": "library",
4420 "autoload": {
4421 "classmap": [
4422 "src/"
4423 ]
4424 },
4425 "notification-url": "https://packagist.org/downloads/",
4426 "license": [
4427 "BSD-3-Clause"
4428 ],
4429 "authors": [
4430 {
4431 "name": "Arne Blankerts",
4432 "email": "arne@blankerts.de",
4433 "role": "Developer"
4434 },
4435 {
4436 "name": "Sebastian Heuer",
4437 "email": "sebastian@phpeople.de",
4438 "role": "Developer"
4439 },
4440 {
4441 "name": "Sebastian Bergmann",
4442 "email": "sebastian@phpunit.de",
4443 "role": "Developer"
4444 }
4445 ],
4446 "description": "Library for handling version information and constraints",
4447 "time": "2018-07-08T19:19:57+00:00"
4448 },
4449 {
4450 "name": "phpdocumentor/reflection-common",
4451 "version": "1.0.1",
4452 "source": {
4453 "type": "git",
4454 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4455 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4456 },
4457 "dist": {
4458 "type": "zip",
4459 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4460 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4461 "shasum": ""
4462 },
4463 "require": {
4464 "php": ">=5.5"
4465 },
4466 "require-dev": {
4467 "phpunit/phpunit": "^4.6"
4468 },
4469 "type": "library",
4470 "extra": {
4471 "branch-alias": {
4472 "dev-master": "1.0.x-dev"
4473 }
4474 },
4475 "autoload": {
4476 "psr-4": {
4477 "phpDocumentor\\Reflection\\": [
4478 "src"
4479 ]
4480 }
4481 },
4482 "notification-url": "https://packagist.org/downloads/",
4483 "license": [
4484 "MIT"
4485 ],
4486 "authors": [
4487 {
4488 "name": "Jaap van Otterdijk",
4489 "email": "opensource@ijaap.nl"
4490 }
4491 ],
4492 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4493 "homepage": "http://www.phpdoc.org",
4494 "keywords": [
4495 "FQSEN",
4496 "phpDocumentor",
4497 "phpdoc",
4498 "reflection",
4499 "static analysis"
4500 ],
4501 "time": "2017-09-11T18:02:19+00:00"
4502 },
4503 {
4504 "name": "phpdocumentor/reflection-docblock",
4505 "version": "4.3.0",
4506 "source": {
4507 "type": "git",
4508 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4509 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4510 },
4511 "dist": {
4512 "type": "zip",
4513 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4514 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4515 "shasum": ""
4516 },
4517 "require": {
4518 "php": "^7.0",
4519 "phpdocumentor/reflection-common": "^1.0.0",
4520 "phpdocumentor/type-resolver": "^0.4.0",
4521 "webmozart/assert": "^1.0"
4522 },
4523 "require-dev": {
4524 "doctrine/instantiator": "~1.0.5",
4525 "mockery/mockery": "^1.0",
4526 "phpunit/phpunit": "^6.4"
4527 },
4528 "type": "library",
4529 "extra": {
4530 "branch-alias": {
4531 "dev-master": "4.x-dev"
4532 }
4533 },
4534 "autoload": {
4535 "psr-4": {
4536 "phpDocumentor\\Reflection\\": [
4537 "src/"
4538 ]
4539 }
4540 },
4541 "notification-url": "https://packagist.org/downloads/",
4542 "license": [
4543 "MIT"
4544 ],
4545 "authors": [
4546 {
4547 "name": "Mike van Riel",
4548 "email": "me@mikevanriel.com"
4549 }
4550 ],
4551 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4552 "time": "2017-11-30T07:14:17+00:00"
4553 },
4554 {
4555 "name": "phpdocumentor/type-resolver",
4556 "version": "0.4.0",
4557 "source": {
4558 "type": "git",
4559 "url": "https://github.com/phpDocumentor/TypeResolver.git",
4560 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4561 },
4562 "dist": {
4563 "type": "zip",
4564 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4565 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4566 "shasum": ""
4567 },
4568 "require": {
4569 "php": "^5.5 || ^7.0",
4570 "phpdocumentor/reflection-common": "^1.0"
4571 },
4572 "require-dev": {
4573 "mockery/mockery": "^0.9.4",
4574 "phpunit/phpunit": "^5.2||^4.8.24"
4575 },
4576 "type": "library",
4577 "extra": {
4578 "branch-alias": {
4579 "dev-master": "1.0.x-dev"
4580 }
4581 },
4582 "autoload": {
4583 "psr-4": {
4584 "phpDocumentor\\Reflection\\": [
4585 "src/"
4586 ]
4587 }
4588 },
4589 "notification-url": "https://packagist.org/downloads/",
4590 "license": [
4591 "MIT"
4592 ],
4593 "authors": [
4594 {
4595 "name": "Mike van Riel",
4596 "email": "me@mikevanriel.com"
4597 }
4598 ],
4599 "time": "2017-07-14T14:27:02+00:00"
4600 },
4601 {
4602 "name": "phpspec/prophecy",
4603 "version": "1.8.0",
4604 "source": {
4605 "type": "git",
4606 "url": "https://github.com/phpspec/prophecy.git",
4607 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
4608 },
4609 "dist": {
4610 "type": "zip",
4611 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4612 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4613 "shasum": ""
4614 },
4615 "require": {
4616 "doctrine/instantiator": "^1.0.2",
4617 "php": "^5.3|^7.0",
4618 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4619 "sebastian/comparator": "^1.1|^2.0|^3.0",
4620 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4621 },
4622 "require-dev": {
4623 "phpspec/phpspec": "^2.5|^3.2",
4624 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4625 },
4626 "type": "library",
4627 "extra": {
4628 "branch-alias": {
4629 "dev-master": "1.8.x-dev"
4630 }
4631 },
4632 "autoload": {
4633 "psr-0": {
4634 "Prophecy\\": "src/"
4635 }
4636 },
4637 "notification-url": "https://packagist.org/downloads/",
4638 "license": [
4639 "MIT"
4640 ],
4641 "authors": [
4642 {
4643 "name": "Konstantin Kudryashov",
4644 "email": "ever.zet@gmail.com",
4645 "homepage": "http://everzet.com"
4646 },
4647 {
4648 "name": "Marcello Duarte",
4649 "email": "marcello.duarte@gmail.com"
4650 }
4651 ],
4652 "description": "Highly opinionated mocking framework for PHP 5.3+",
4653 "homepage": "https://github.com/phpspec/prophecy",
4654 "keywords": [
4655 "Double",
4656 "Dummy",
4657 "fake",
4658 "mock",
4659 "spy",
4660 "stub"
4661 ],
4662 "time": "2018-08-05T17:53:17+00:00"
4663 },
4664 {
4665 "name": "phpunit/php-code-coverage",
4666 "version": "6.1.4",
4667 "source": {
4668 "type": "git",
4669 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4670 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
4671 },
4672 "dist": {
4673 "type": "zip",
4674 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4675 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4676 "shasum": ""
4677 },
4678 "require": {
4679 "ext-dom": "*",
4680 "ext-xmlwriter": "*",
4681 "php": "^7.1",
4682 "phpunit/php-file-iterator": "^2.0",
4683 "phpunit/php-text-template": "^1.2.1",
4684 "phpunit/php-token-stream": "^3.0",
4685 "sebastian/code-unit-reverse-lookup": "^1.0.1",
4686 "sebastian/environment": "^3.1 || ^4.0",
4687 "sebastian/version": "^2.0.1",
4688 "theseer/tokenizer": "^1.1"
4689 },
4690 "require-dev": {
4691 "phpunit/phpunit": "^7.0"
4692 },
4693 "suggest": {
4694 "ext-xdebug": "^2.6.0"
4695 },
4696 "type": "library",
4697 "extra": {
4698 "branch-alias": {
4699 "dev-master": "6.1-dev"
4700 }
4701 },
4702 "autoload": {
4703 "classmap": [
4704 "src/"
4705 ]
4706 },
4707 "notification-url": "https://packagist.org/downloads/",
4708 "license": [
4709 "BSD-3-Clause"
4710 ],
4711 "authors": [
4712 {
4713 "name": "Sebastian Bergmann",
4714 "email": "sebastian@phpunit.de",
4715 "role": "lead"
4716 }
4717 ],
4718 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4719 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4720 "keywords": [
4721 "coverage",
4722 "testing",
4723 "xunit"
4724 ],
4725 "time": "2018-10-31T16:06:48+00:00"
4726 },
4727 {
4728 "name": "phpunit/php-file-iterator",
4729 "version": "2.0.2",
4730 "source": {
4731 "type": "git",
4732 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4733 "reference": "050bedf145a257b1ff02746c31894800e5122946"
4734 },
4735 "dist": {
4736 "type": "zip",
4737 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4738 "reference": "050bedf145a257b1ff02746c31894800e5122946",
4739 "shasum": ""
4740 },
4741 "require": {
4742 "php": "^7.1"
4743 },
4744 "require-dev": {
4745 "phpunit/phpunit": "^7.1"
4746 },
4747 "type": "library",
4748 "extra": {
4749 "branch-alias": {
4750 "dev-master": "2.0.x-dev"
4751 }
4752 },
4753 "autoload": {
4754 "classmap": [
4755 "src/"
4756 ]
4757 },
4758 "notification-url": "https://packagist.org/downloads/",
4759 "license": [
4760 "BSD-3-Clause"
4761 ],
4762 "authors": [
4763 {
4764 "name": "Sebastian Bergmann",
4765 "email": "sebastian@phpunit.de",
4766 "role": "lead"
4767 }
4768 ],
4769 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4770 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4771 "keywords": [
4772 "filesystem",
4773 "iterator"
4774 ],
4775 "time": "2018-09-13T20:33:42+00:00"
4776 },
4777 {
4778 "name": "phpunit/php-text-template",
4779 "version": "1.2.1",
4780 "source": {
4781 "type": "git",
4782 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4783 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4784 },
4785 "dist": {
4786 "type": "zip",
4787 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4788 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4789 "shasum": ""
4790 },
4791 "require": {
4792 "php": ">=5.3.3"
4793 },
4794 "type": "library",
4795 "autoload": {
4796 "classmap": [
4797 "src/"
4798 ]
4799 },
4800 "notification-url": "https://packagist.org/downloads/",
4801 "license": [
4802 "BSD-3-Clause"
4803 ],
4804 "authors": [
4805 {
4806 "name": "Sebastian Bergmann",
4807 "email": "sebastian@phpunit.de",
4808 "role": "lead"
4809 }
4810 ],
4811 "description": "Simple template engine.",
4812 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4813 "keywords": [
4814 "template"
4815 ],
4816 "time": "2015-06-21T13:50:34+00:00"
4817 },
4818 {
4819 "name": "phpunit/php-timer",
4820 "version": "2.0.0",
4821 "source": {
4822 "type": "git",
4823 "url": "https://github.com/sebastianbergmann/php-timer.git",
4824 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
4825 },
4826 "dist": {
4827 "type": "zip",
4828 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
4829 "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
4830 "shasum": ""
4831 },
4832 "require": {
4833 "php": "^7.1"
4834 },
4835 "require-dev": {
4836 "phpunit/phpunit": "^7.0"
4837 },
4838 "type": "library",
4839 "extra": {
4840 "branch-alias": {
4841 "dev-master": "2.0-dev"
4842 }
4843 },
4844 "autoload": {
4845 "classmap": [
4846 "src/"
4847 ]
4848 },
4849 "notification-url": "https://packagist.org/downloads/",
4850 "license": [
4851 "BSD-3-Clause"
4852 ],
4853 "authors": [
4854 {
4855 "name": "Sebastian Bergmann",
4856 "email": "sebastian@phpunit.de",
4857 "role": "lead"
4858 }
4859 ],
4860 "description": "Utility class for timing",
4861 "homepage": "https://github.com/sebastianbergmann/php-timer/",
4862 "keywords": [
4863 "timer"
4864 ],
4865 "time": "2018-02-01T13:07:23+00:00"
4866 },
4867 {
4868 "name": "phpunit/php-token-stream",
4869 "version": "3.0.1",
4870 "source": {
4871 "type": "git",
4872 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4873 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
4874 },
4875 "dist": {
4876 "type": "zip",
4877 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
4878 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
4879 "shasum": ""
4880 },
4881 "require": {
4882 "ext-tokenizer": "*",
4883 "php": "^7.1"
4884 },
4885 "require-dev": {
4886 "phpunit/phpunit": "^7.0"
4887 },
4888 "type": "library",
4889 "extra": {
4890 "branch-alias": {
4891 "dev-master": "3.0-dev"
4892 }
4893 },
4894 "autoload": {
4895 "classmap": [
4896 "src/"
4897 ]
4898 },
4899 "notification-url": "https://packagist.org/downloads/",
4900 "license": [
4901 "BSD-3-Clause"
4902 ],
4903 "authors": [
4904 {
4905 "name": "Sebastian Bergmann",
4906 "email": "sebastian@phpunit.de"
4907 }
4908 ],
4909 "description": "Wrapper around PHP's tokenizer extension.",
4910 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4911 "keywords": [
4912 "tokenizer"
4913 ],
4914 "time": "2018-10-30T05:52:18+00:00"
4915 },
4916 {
4917 "name": "phpunit/phpunit",
4918 "version": "7.5.4",
4919 "source": {
4920 "type": "git",
4921 "url": "https://github.com/sebastianbergmann/phpunit.git",
4922 "reference": "2896657da5fb237bc316bdfc18c2650efeee0dc0"
4923 },
4924 "dist": {
4925 "type": "zip",
4926 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2896657da5fb237bc316bdfc18c2650efeee0dc0",
4927 "reference": "2896657da5fb237bc316bdfc18c2650efeee0dc0",
4928 "shasum": ""
4929 },
4930 "require": {
4931 "doctrine/instantiator": "^1.1",
4932 "ext-dom": "*",
4933 "ext-json": "*",
4934 "ext-libxml": "*",
4935 "ext-mbstring": "*",
4936 "ext-xml": "*",
4937 "myclabs/deep-copy": "^1.7",
4938 "phar-io/manifest": "^1.0.2",
4939 "phar-io/version": "^2.0",
4940 "php": "^7.1",
4941 "phpspec/prophecy": "^1.7",
4942 "phpunit/php-code-coverage": "^6.0.7",
4943 "phpunit/php-file-iterator": "^2.0.1",
4944 "phpunit/php-text-template": "^1.2.1",
4945 "phpunit/php-timer": "^2.0",
4946 "sebastian/comparator": "^3.0",
4947 "sebastian/diff": "^3.0",
4948 "sebastian/environment": "^4.0",
4949 "sebastian/exporter": "^3.1",
4950 "sebastian/global-state": "^2.0",
4951 "sebastian/object-enumerator": "^3.0.3",
4952 "sebastian/resource-operations": "^2.0",
4953 "sebastian/version": "^2.0.1"
4954 },
4955 "conflict": {
4956 "phpunit/phpunit-mock-objects": "*"
4957 },
4958 "require-dev": {
4959 "ext-pdo": "*"
4960 },
4961 "suggest": {
4962 "ext-soap": "*",
4963 "ext-xdebug": "*",
4964 "phpunit/php-invoker": "^2.0"
4965 },
4966 "bin": [
4967 "phpunit"
4968 ],
4969 "type": "library",
4970 "extra": {
4971 "branch-alias": {
4972 "dev-master": "7.5-dev"
4973 }
4974 },
4975 "autoload": {
4976 "classmap": [
4977 "src/"
4978 ]
4979 },
4980 "notification-url": "https://packagist.org/downloads/",
4981 "license": [
4982 "BSD-3-Clause"
4983 ],
4984 "authors": [
4985 {
4986 "name": "Sebastian Bergmann",
4987 "email": "sebastian@phpunit.de",
4988 "role": "lead"
4989 }
4990 ],
4991 "description": "The PHP Unit Testing framework.",
4992 "homepage": "https://phpunit.de/",
4993 "keywords": [
4994 "phpunit",
4995 "testing",
4996 "xunit"
4997 ],
4998 "time": "2019-02-07T14:15:04+00:00"
4999 },
5000 {
5001 "name": "sebastian/code-unit-reverse-lookup",
5002 "version": "1.0.1",
5003 "source": {
5004 "type": "git",
5005 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5006 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5007 },
5008 "dist": {
5009 "type": "zip",
5010 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5011 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5012 "shasum": ""
5013 },
5014 "require": {
5015 "php": "^5.6 || ^7.0"
5016 },
5017 "require-dev": {
5018 "phpunit/phpunit": "^5.7 || ^6.0"
5019 },
5020 "type": "library",
5021 "extra": {
5022 "branch-alias": {
5023 "dev-master": "1.0.x-dev"
5024 }
5025 },
5026 "autoload": {
5027 "classmap": [
5028 "src/"
5029 ]
5030 },
5031 "notification-url": "https://packagist.org/downloads/",
5032 "license": [
5033 "BSD-3-Clause"
5034 ],
5035 "authors": [
5036 {
5037 "name": "Sebastian Bergmann",
5038 "email": "sebastian@phpunit.de"
5039 }
5040 ],
5041 "description": "Looks up which function or method a line of code belongs to",
5042 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5043 "time": "2017-03-04T06:30:41+00:00"
5044 },
5045 {
5046 "name": "sebastian/comparator",
5047 "version": "3.0.2",
5048 "source": {
5049 "type": "git",
5050 "url": "https://github.com/sebastianbergmann/comparator.git",
5051 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
5052 },
5053 "dist": {
5054 "type": "zip",
5055 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5056 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
5057 "shasum": ""
5058 },
5059 "require": {
5060 "php": "^7.1",
5061 "sebastian/diff": "^3.0",
5062 "sebastian/exporter": "^3.1"
5063 },
5064 "require-dev": {
5065 "phpunit/phpunit": "^7.1"
5066 },
5067 "type": "library",
5068 "extra": {
5069 "branch-alias": {
5070 "dev-master": "3.0-dev"
5071 }
5072 },
5073 "autoload": {
5074 "classmap": [
5075 "src/"
5076 ]
5077 },
5078 "notification-url": "https://packagist.org/downloads/",
5079 "license": [
5080 "BSD-3-Clause"
5081 ],
5082 "authors": [
5083 {
5084 "name": "Jeff Welch",
5085 "email": "whatthejeff@gmail.com"
5086 },
5087 {
5088 "name": "Volker Dusch",
5089 "email": "github@wallbash.com"
5090 },
5091 {
5092 "name": "Bernhard Schussek",
5093 "email": "bschussek@2bepublished.at"
5094 },
5095 {
5096 "name": "Sebastian Bergmann",
5097 "email": "sebastian@phpunit.de"
5098 }
5099 ],
5100 "description": "Provides the functionality to compare PHP values for equality",
5101 "homepage": "https://github.com/sebastianbergmann/comparator",
5102 "keywords": [
5103 "comparator",
5104 "compare",
5105 "equality"
5106 ],
5107 "time": "2018-07-12T15:12:46+00:00"
5108 },
5109 {
5110 "name": "sebastian/diff",
5111 "version": "3.0.2",
5112 "source": {
5113 "type": "git",
5114 "url": "https://github.com/sebastianbergmann/diff.git",
5115 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
5116 },
5117 "dist": {
5118 "type": "zip",
5119 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5120 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
5121 "shasum": ""
5122 },
5123 "require": {
5124 "php": "^7.1"
5125 },
5126 "require-dev": {
5127 "phpunit/phpunit": "^7.5 || ^8.0",
5128 "symfony/process": "^2 || ^3.3 || ^4"
5129 },
5130 "type": "library",
5131 "extra": {
5132 "branch-alias": {
5133 "dev-master": "3.0-dev"
5134 }
5135 },
5136 "autoload": {
5137 "classmap": [
5138 "src/"
5139 ]
5140 },
5141 "notification-url": "https://packagist.org/downloads/",
5142 "license": [
5143 "BSD-3-Clause"
5144 ],
5145 "authors": [
5146 {
5147 "name": "Kore Nordmann",
5148 "email": "mail@kore-nordmann.de"
5149 },
5150 {
5151 "name": "Sebastian Bergmann",
5152 "email": "sebastian@phpunit.de"
5153 }
5154 ],
5155 "description": "Diff implementation",
5156 "homepage": "https://github.com/sebastianbergmann/diff",
5157 "keywords": [
5158 "diff",
5159 "udiff",
5160 "unidiff",
5161 "unified diff"
5162 ],
5163 "time": "2019-02-04T06:01:07+00:00"
5164 },
5165 {
5166 "name": "sebastian/environment",
5167 "version": "4.1.0",
5168 "source": {
5169 "type": "git",
5170 "url": "https://github.com/sebastianbergmann/environment.git",
5171 "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
5172 },
5173 "dist": {
5174 "type": "zip",
5175 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
5176 "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
5177 "shasum": ""
5178 },
5179 "require": {
5180 "php": "^7.1"
5181 },
5182 "require-dev": {
5183 "phpunit/phpunit": "^7.5"
5184 },
5185 "suggest": {
5186 "ext-posix": "*"
5187 },
5188 "type": "library",
5189 "extra": {
5190 "branch-alias": {
5191 "dev-master": "4.1-dev"
5192 }
5193 },
5194 "autoload": {
5195 "classmap": [
5196 "src/"
5197 ]
5198 },
5199 "notification-url": "https://packagist.org/downloads/",
5200 "license": [
5201 "BSD-3-Clause"
5202 ],
5203 "authors": [
5204 {
5205 "name": "Sebastian Bergmann",
5206 "email": "sebastian@phpunit.de"
5207 }
5208 ],
5209 "description": "Provides functionality to handle HHVM/PHP environments",
5210 "homepage": "http://www.github.com/sebastianbergmann/environment",
5211 "keywords": [
5212 "Xdebug",
5213 "environment",
5214 "hhvm"
5215 ],
5216 "time": "2019-02-01T05:27:49+00:00"
5217 },
5218 {
5219 "name": "sebastian/exporter",
5220 "version": "3.1.0",
5221 "source": {
5222 "type": "git",
5223 "url": "https://github.com/sebastianbergmann/exporter.git",
5224 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5225 },
5226 "dist": {
5227 "type": "zip",
5228 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5229 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5230 "shasum": ""
5231 },
5232 "require": {
5233 "php": "^7.0",
5234 "sebastian/recursion-context": "^3.0"
5235 },
5236 "require-dev": {
5237 "ext-mbstring": "*",
5238 "phpunit/phpunit": "^6.0"
5239 },
5240 "type": "library",
5241 "extra": {
5242 "branch-alias": {
5243 "dev-master": "3.1.x-dev"
5244 }
5245 },
5246 "autoload": {
5247 "classmap": [
5248 "src/"
5249 ]
5250 },
5251 "notification-url": "https://packagist.org/downloads/",
5252 "license": [
5253 "BSD-3-Clause"
5254 ],
5255 "authors": [
5256 {
5257 "name": "Jeff Welch",
5258 "email": "whatthejeff@gmail.com"
5259 },
5260 {
5261 "name": "Volker Dusch",
5262 "email": "github@wallbash.com"
5263 },
5264 {
5265 "name": "Bernhard Schussek",
5266 "email": "bschussek@2bepublished.at"
5267 },
5268 {
5269 "name": "Sebastian Bergmann",
5270 "email": "sebastian@phpunit.de"
5271 },
5272 {
5273 "name": "Adam Harvey",
5274 "email": "aharvey@php.net"
5275 }
5276 ],
5277 "description": "Provides the functionality to export PHP variables for visualization",
5278 "homepage": "http://www.github.com/sebastianbergmann/exporter",
5279 "keywords": [
5280 "export",
5281 "exporter"
5282 ],
5283 "time": "2017-04-03T13:19:02+00:00"
5284 },
5285 {
5286 "name": "sebastian/global-state",
5287 "version": "2.0.0",
5288 "source": {
5289 "type": "git",
5290 "url": "https://github.com/sebastianbergmann/global-state.git",
5291 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5292 },
5293 "dist": {
5294 "type": "zip",
5295 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5296 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5297 "shasum": ""
5298 },
5299 "require": {
5300 "php": "^7.0"
5301 },
5302 "require-dev": {
5303 "phpunit/phpunit": "^6.0"
5304 },
5305 "suggest": {
5306 "ext-uopz": "*"
5307 },
5308 "type": "library",
5309 "extra": {
5310 "branch-alias": {
5311 "dev-master": "2.0-dev"
5312 }
5313 },
5314 "autoload": {
5315 "classmap": [
5316 "src/"
5317 ]
5318 },
5319 "notification-url": "https://packagist.org/downloads/",
5320 "license": [
5321 "BSD-3-Clause"
5322 ],
5323 "authors": [
5324 {
5325 "name": "Sebastian Bergmann",
5326 "email": "sebastian@phpunit.de"
5327 }
5328 ],
5329 "description": "Snapshotting of global state",
5330 "homepage": "http://www.github.com/sebastianbergmann/global-state",
5331 "keywords": [
5332 "global state"
5333 ],
5334 "time": "2017-04-27T15:39:26+00:00"
5335 },
5336 {
5337 "name": "sebastian/object-enumerator",
5338 "version": "3.0.3",
5339 "source": {
5340 "type": "git",
5341 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5342 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5343 },
5344 "dist": {
5345 "type": "zip",
5346 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5347 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5348 "shasum": ""
5349 },
5350 "require": {
5351 "php": "^7.0",
5352 "sebastian/object-reflector": "^1.1.1",
5353 "sebastian/recursion-context": "^3.0"
5354 },
5355 "require-dev": {
5356 "phpunit/phpunit": "^6.0"
5357 },
5358 "type": "library",
5359 "extra": {
5360 "branch-alias": {
5361 "dev-master": "3.0.x-dev"
5362 }
5363 },
5364 "autoload": {
5365 "classmap": [
5366 "src/"
5367 ]
5368 },
5369 "notification-url": "https://packagist.org/downloads/",
5370 "license": [
5371 "BSD-3-Clause"
5372 ],
5373 "authors": [
5374 {
5375 "name": "Sebastian Bergmann",
5376 "email": "sebastian@phpunit.de"
5377 }
5378 ],
5379 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5380 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5381 "time": "2017-08-03T12:35:26+00:00"
5382 },
5383 {
5384 "name": "sebastian/object-reflector",
5385 "version": "1.1.1",
5386 "source": {
5387 "type": "git",
5388 "url": "https://github.com/sebastianbergmann/object-reflector.git",
5389 "reference": "773f97c67f28de00d397be301821b06708fca0be"
5390 },
5391 "dist": {
5392 "type": "zip",
5393 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5394 "reference": "773f97c67f28de00d397be301821b06708fca0be",
5395 "shasum": ""
5396 },
5397 "require": {
5398 "php": "^7.0"
5399 },
5400 "require-dev": {
5401 "phpunit/phpunit": "^6.0"
5402 },
5403 "type": "library",
5404 "extra": {
5405 "branch-alias": {
5406 "dev-master": "1.1-dev"
5407 }
5408 },
5409 "autoload": {
5410 "classmap": [
5411 "src/"
5412 ]
5413 },
5414 "notification-url": "https://packagist.org/downloads/",
5415 "license": [
5416 "BSD-3-Clause"
5417 ],
5418 "authors": [
5419 {
5420 "name": "Sebastian Bergmann",
5421 "email": "sebastian@phpunit.de"
5422 }
5423 ],
5424 "description": "Allows reflection of object attributes, including inherited and non-public ones",
5425 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5426 "time": "2017-03-29T09:07:27+00:00"
5427 },
5428 {
5429 "name": "sebastian/recursion-context",
5430 "version": "3.0.0",
5431 "source": {
5432 "type": "git",
5433 "url": "https://github.com/sebastianbergmann/recursion-context.git",
5434 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5435 },
5436 "dist": {
5437 "type": "zip",
5438 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5439 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5440 "shasum": ""
5441 },
5442 "require": {
5443 "php": "^7.0"
5444 },
5445 "require-dev": {
5446 "phpunit/phpunit": "^6.0"
5447 },
5448 "type": "library",
5449 "extra": {
5450 "branch-alias": {
5451 "dev-master": "3.0.x-dev"
5452 }
5453 },
5454 "autoload": {
5455 "classmap": [
5456 "src/"
5457 ]
5458 },
5459 "notification-url": "https://packagist.org/downloads/",
5460 "license": [
5461 "BSD-3-Clause"
5462 ],
5463 "authors": [
5464 {
5465 "name": "Jeff Welch",
5466 "email": "whatthejeff@gmail.com"
5467 },
5468 {
5469 "name": "Sebastian Bergmann",
5470 "email": "sebastian@phpunit.de"
5471 },
5472 {
5473 "name": "Adam Harvey",
5474 "email": "aharvey@php.net"
5475 }
5476 ],
5477 "description": "Provides functionality to recursively process PHP variables",
5478 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5479 "time": "2017-03-03T06:23:57+00:00"
5480 },
5481 {
5482 "name": "sebastian/resource-operations",
5483 "version": "2.0.1",
5484 "source": {
5485 "type": "git",
5486 "url": "https://github.com/sebastianbergmann/resource-operations.git",
5487 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5488 },
5489 "dist": {
5490 "type": "zip",
5491 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5492 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5493 "shasum": ""
5494 },
5495 "require": {
5496 "php": "^7.1"
5497 },
5498 "type": "library",
5499 "extra": {
5500 "branch-alias": {
5501 "dev-master": "2.0-dev"
5502 }
5503 },
5504 "autoload": {
5505 "classmap": [
5506 "src/"
5507 ]
5508 },
5509 "notification-url": "https://packagist.org/downloads/",
5510 "license": [
5511 "BSD-3-Clause"
5512 ],
5513 "authors": [
5514 {
5515 "name": "Sebastian Bergmann",
5516 "email": "sebastian@phpunit.de"
5517 }
5518 ],
5519 "description": "Provides a list of PHP built-in functions that operate on resources",
5520 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5521 "time": "2018-10-04T04:07:39+00:00"
5522 },
5523 {
5524 "name": "sebastian/version",
5525 "version": "2.0.1",
5526 "source": {
5527 "type": "git",
5528 "url": "https://github.com/sebastianbergmann/version.git",
5529 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5530 },
5531 "dist": {
5532 "type": "zip",
5533 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5534 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5535 "shasum": ""
5536 },
5537 "require": {
5538 "php": ">=5.6"
5539 },
5540 "type": "library",
5541 "extra": {
5542 "branch-alias": {
5543 "dev-master": "2.0.x-dev"
5544 }
5545 },
5546 "autoload": {
5547 "classmap": [
5548 "src/"
5549 ]
5550 },
5551 "notification-url": "https://packagist.org/downloads/",
5552 "license": [
5553 "BSD-3-Clause"
5554 ],
5555 "authors": [
5556 {
5557 "name": "Sebastian Bergmann",
5558 "email": "sebastian@phpunit.de",
5559 "role": "lead"
5560 }
5561 ],
5562 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5563 "homepage": "https://github.com/sebastianbergmann/version",
5564 "time": "2016-10-03T07:35:21+00:00"
5565 },
5566 {
5567 "name": "theseer/tokenizer",
5568 "version": "1.1.0",
5569 "source": {
5570 "type": "git",
5571 "url": "https://github.com/theseer/tokenizer.git",
5572 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5573 },
5574 "dist": {
5575 "type": "zip",
5576 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5577 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5578 "shasum": ""
5579 },
5580 "require": {
5581 "ext-dom": "*",
5582 "ext-tokenizer": "*",
5583 "ext-xmlwriter": "*",
5584 "php": "^7.0"
5585 },
5586 "type": "library",
5587 "autoload": {
5588 "classmap": [
5589 "src/"
5590 ]
5591 },
5592 "notification-url": "https://packagist.org/downloads/",
5593 "license": [
5594 "BSD-3-Clause"
5595 ],
5596 "authors": [
5597 {
5598 "name": "Arne Blankerts",
5599 "email": "arne@blankerts.de",
5600 "role": "Developer"
5601 }
5602 ],
5603 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5604 "time": "2017-04-07T12:08:54+00:00"
5605 },
5606 {
5607 "name": "webmozart/assert",
5608 "version": "1.4.0",
5609 "source": {
5610 "type": "git",
5611 "url": "https://github.com/webmozart/assert.git",
5612 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
5613 },
5614 "dist": {
5615 "type": "zip",
5616 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
5617 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
5618 "shasum": ""
5619 },
5620 "require": {
5621 "php": "^5.3.3 || ^7.0",
5622 "symfony/polyfill-ctype": "^1.8"
5623 },
5624 "require-dev": {
5625 "phpunit/phpunit": "^4.6",
5626 "sebastian/version": "^1.0.1"
5627 },
5628 "type": "library",
5629 "extra": {
5630 "branch-alias": {
5631 "dev-master": "1.3-dev"
5632 }
5633 },
5634 "autoload": {
5635 "psr-4": {
5636 "Webmozart\\Assert\\": "src/"
5637 }
5638 },
5639 "notification-url": "https://packagist.org/downloads/",
5640 "license": [
5641 "MIT"
5642 ],
5643 "authors": [
5644 {
5645 "name": "Bernhard Schussek",
5646 "email": "bschussek@gmail.com"
5647 }
5648 ],
5649 "description": "Assertions to validate method input/output with nice error messages.",
5650 "keywords": [
5651 "assert",
5652 "check",
5653 "validate"
5654 ],
5655 "time": "2018-12-25T11:19:39+00:00"
5656 }
5657 ],
5658 "aliases": [],
5659 "minimum-stability": "dev",
5660 "stability-flags": [],
5661 "prefer-stable": true,
5662 "prefer-lowest": false,
5663 "platform": {
5664 "php": "^7.1.3"
5665 },
5666 "platform-dev": []
5667}
Note: See TracBrowser for help on using the repository browser.