Commit 761a7fa98c960179c564f8529c662417bfb80778

Authored by Etienne Pallier
1 parent fad62ced
Exists in master and in 1 other branch dev

updated plugins (composer.json et lock)

Showing 2 changed files with 380 additions and 329 deletions   Show diff stats
composer.json
... ... @@ -48,5 +48,3 @@
48 48 "minimum-stability" : "stable",
49 49 "prefer-stable" : true
50 50 }
51   -
52   -
... ...
composer.lock
... ... @@ -99,16 +99,16 @@
99 99 },
100 100 {
101 101 "name": "cakephp/cakephp",
102   - "version": "3.7.7",
  102 + "version": "3.7.9",
103 103 "source": {
104 104 "type": "git",
105 105 "url": "https://github.com/cakephp/cakephp.git",
106   - "reference": "b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6"
  106 + "reference": "1e89aa0399ce4c0f9af764e3b61aa24826278feb"
107 107 },
108 108 "dist": {
109 109 "type": "zip",
110   - "url": "https://api.github.com/repos/cakephp/cakephp/zipball/b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6",
111   - "reference": "b0aeff37f78e6cca7ed35bc0e49dedd6cf5fb3d6",
  110 + "url": "https://api.github.com/repos/cakephp/cakephp/zipball/1e89aa0399ce4c0f9af764e3b61aa24826278feb",
  111 + "reference": "1e89aa0399ce4c0f9af764e3b61aa24826278feb",
112 112 "shasum": ""
113 113 },
114 114 "require": {
... ... @@ -184,30 +184,29 @@
184 184 "rapid-development",
185 185 "validation"
186 186 ],
187   - "time": "2019-04-24T01:30:19+00:00"
  187 + "time": "2019-06-20T01:33:59+00:00"
188 188 },
189 189 {
190 190 "name": "cakephp/chronos",
191   - "version": "1.2.5",
  191 + "version": "1.3.0",
192 192 "source": {
193 193 "type": "git",
194 194 "url": "https://github.com/cakephp/chronos.git",
195   - "reference": "8a2b005a2db173e1b5493002afb8e1e13c71a62a"
  195 + "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959"
196 196 },
197 197 "dist": {
198 198 "type": "zip",
199   - "url": "https://api.github.com/repos/cakephp/chronos/zipball/8a2b005a2db173e1b5493002afb8e1e13c71a62a",
200   - "reference": "8a2b005a2db173e1b5493002afb8e1e13c71a62a",
  199 + "url": "https://api.github.com/repos/cakephp/chronos/zipball/ba2bab98849e7bf29b02dd634ada49ab36472959",
  200 + "reference": "ba2bab98849e7bf29b02dd634ada49ab36472959",
201 201 "shasum": ""
202 202 },
203 203 "require": {
204   - "php": "^5.5.9|^7"
  204 + "php": ">=5.6"
205 205 },
206 206 "require-dev": {
207 207 "athletic/athletic": "~0.1",
208 208 "cakephp/cakephp-codesniffer": "^3.0",
209 209 "phpbench/phpbench": "@dev",
210   - "phpstan/phpstan": "^0.6.4",
211 210 "phpunit/phpunit": "<6.0 || ^7.0"
212 211 },
213 212 "type": "library",
... ... @@ -241,20 +240,20 @@
241 240 "datetime",
242 241 "time"
243 242 ],
244   - "time": "2019-04-23T19:00:57+00:00"
  243 + "time": "2019-11-30T02:33:19+00:00"
245 244 },
246 245 {
247 246 "name": "cakephp/debug_kit",
248   - "version": "3.18.0",
  247 + "version": "3.22.2",
249 248 "source": {
250 249 "type": "git",
251 250 "url": "https://github.com/cakephp/debug_kit.git",
252   - "reference": "6f5ab6ad9a5f36e1ea32cf4fca1afc71d36a0f89"
  251 + "reference": "fbe68d1420e94b36b5477d4aa7ede8d5cbdddd65"
253 252 },
254 253 "dist": {
255 254 "type": "zip",
256   - "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/6f5ab6ad9a5f36e1ea32cf4fca1afc71d36a0f89",
257   - "reference": "6f5ab6ad9a5f36e1ea32cf4fca1afc71d36a0f89",
  255 + "url": "https://api.github.com/repos/cakephp/debug_kit/zipball/fbe68d1420e94b36b5477d4aa7ede8d5cbdddd65",
  256 + "reference": "fbe68d1420e94b36b5477d4aa7ede8d5cbdddd65",
258 257 "shasum": ""
259 258 },
260 259 "require": {
... ... @@ -266,6 +265,7 @@
266 265 "php": ">=5.6.0"
267 266 },
268 267 "require-dev": {
  268 + "cakephp/authorization": "^1.3.2",
269 269 "cakephp/cakephp-codesniffer": "^3.0",
270 270 "phpunit/phpunit": "^5.7.14|^6.0"
271 271 },
... ... @@ -275,8 +275,8 @@
275 275 "type": "cakephp-plugin",
276 276 "autoload": {
277 277 "psr-4": {
278   - "DebugKit\\": "src",
279   - "DebugKit\\Test\\Fixture\\": "tests\\Fixture"
  278 + "DebugKit\\": "src/",
  279 + "DebugKit\\Test\\Fixture\\": "tests/Fixture/"
280 280 }
281 281 },
282 282 "notification-url": "https://packagist.org/downloads/",
... ... @@ -286,7 +286,7 @@
286 286 "authors": [
287 287 {
288 288 "name": "Mark Story",
289   - "homepage": "http://mark-story.com",
  289 + "homepage": "https://mark-story.com",
290 290 "role": "Author"
291 291 },
292 292 {
... ... @@ -301,7 +301,7 @@
301 301 "debug",
302 302 "kit"
303 303 ],
304   - "time": "2019-04-04T17:27:59+00:00"
  304 + "time": "2020-03-10T00:36:48+00:00"
305 305 },
306 306 {
307 307 "name": "cakephp/migrations",
... ... @@ -358,21 +358,21 @@
358 358 },
359 359 {
360 360 "name": "cakephp/plugin-installer",
361   - "version": "1.1.0",
  361 + "version": "1.2.0",
362 362 "source": {
363 363 "type": "git",
364 364 "url": "https://github.com/cakephp/plugin-installer.git",
365   - "reference": "41373d0678490502f45adc7be88aa22d24ac1843"
  365 + "reference": "3be2ea116603341b196592053e973f4abe71e8b2"
366 366 },
367 367 "dist": {
368 368 "type": "zip",
369   - "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/41373d0678490502f45adc7be88aa22d24ac1843",
370   - "reference": "41373d0678490502f45adc7be88aa22d24ac1843",
  369 + "url": "https://api.github.com/repos/cakephp/plugin-installer/zipball/3be2ea116603341b196592053e973f4abe71e8b2",
  370 + "reference": "3be2ea116603341b196592053e973f4abe71e8b2",
371 371 "shasum": ""
372 372 },
373 373 "require-dev": {
374 374 "cakephp/cakephp-codesniffer": "dev-master",
375   - "composer/composer": "1.0.*@dev",
  375 + "composer/composer": "^1.0",
376 376 "phpunit/phpunit": "^4.8|^5.7|^6.0"
377 377 },
378 378 "type": "composer-installer",
... ... @@ -381,7 +381,7 @@
381 381 },
382 382 "autoload": {
383 383 "psr-4": {
384   - "Cake\\Composer\\": "src"
  384 + "Cake\\Composer\\": "src/"
385 385 }
386 386 },
387 387 "notification-url": "https://packagist.org/downloads/",
... ... @@ -391,35 +391,35 @@
391 391 "authors": [
392 392 {
393 393 "name": "CakePHP Community",
394   - "homepage": "http://cakephp.org"
  394 + "homepage": "https://cakephp.org"
395 395 }
396 396 ],
397 397 "description": "A composer installer for CakePHP 3.0+ plugins.",
398   - "time": "2017-12-24T21:09:29+00:00"
  398 + "time": "2019-11-12T10:21:19+00:00"
399 399 },
400 400 {
401 401 "name": "composer/ca-bundle",
402   - "version": "1.1.4",
  402 + "version": "1.2.6",
403 403 "source": {
404 404 "type": "git",
405 405 "url": "https://github.com/composer/ca-bundle.git",
406   - "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
  406 + "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
407 407 },
408 408 "dist": {
409 409 "type": "zip",
410   - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
411   - "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
  410 + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
  411 + "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
412 412 "shasum": ""
413 413 },
414 414 "require": {
415 415 "ext-openssl": "*",
416 416 "ext-pcre": "*",
417   - "php": "^5.3.2 || ^7.0"
  417 + "php": "^5.3.2 || ^7.0 || ^8.0"
418 418 },
419 419 "require-dev": {
420   - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
  420 + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
421 421 "psr/log": "^1.0",
422   - "symfony/process": "^2.5 || ^3.0 || ^4.0"
  422 + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
423 423 },
424 424 "type": "library",
425 425 "extra": {
... ... @@ -451,20 +451,20 @@
451 451 "ssl",
452 452 "tls"
453 453 ],
454   - "time": "2019-01-28T09:30:10+00:00"
  454 + "time": "2020-01-13T10:02:55+00:00"
455 455 },
456 456 {
457 457 "name": "composer/composer",
458   - "version": "1.8.5",
  458 + "version": "1.10.0",
459 459 "source": {
460 460 "type": "git",
461 461 "url": "https://github.com/composer/composer.git",
462   - "reference": "949b116f9e7d98d8d276594fed74b580d125c0e6"
  462 + "reference": "472c917b2a083ec7d2fa25c55fd099d1300e2515"
463 463 },
464 464 "dist": {
465 465 "type": "zip",
466   - "url": "https://api.github.com/repos/composer/composer/zipball/949b116f9e7d98d8d276594fed74b580d125c0e6",
467   - "reference": "949b116f9e7d98d8d276594fed74b580d125c0e6",
  466 + "url": "https://api.github.com/repos/composer/composer/zipball/472c917b2a083ec7d2fa25c55fd099d1300e2515",
  467 + "reference": "472c917b2a083ec7d2fa25c55fd099d1300e2515",
468 468 "shasum": ""
469 469 },
470 470 "require": {
... ... @@ -477,17 +477,17 @@
477 477 "psr/log": "^1.0",
478 478 "seld/jsonlint": "^1.4",
479 479 "seld/phar-utils": "^1.0",
480   - "symfony/console": "^2.7 || ^3.0 || ^4.0",
481   - "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
482   - "symfony/finder": "^2.7 || ^3.0 || ^4.0",
483   - "symfony/process": "^2.7 || ^3.0 || ^4.0"
  480 + "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  481 + "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  482 + "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
  483 + "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
484 484 },
485 485 "conflict": {
486 486 "symfony/console": "2.8.38"
487 487 },
488 488 "require-dev": {
489   - "phpunit/phpunit": "^4.8.35 || ^5.7",
490   - "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
  489 + "phpspec/prophecy": "^1.10",
  490 + "symfony/phpunit-bridge": "^3.4"
491 491 },
492 492 "suggest": {
493 493 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
... ... @@ -500,7 +500,7 @@
500 500 "type": "library",
501 501 "extra": {
502 502 "branch-alias": {
503   - "dev-master": "1.8-dev"
  503 + "dev-master": "1.10-dev"
504 504 }
505 505 },
506 506 "autoload": {
... ... @@ -524,35 +524,44 @@
524 524 "homepage": "http://seld.be"
525 525 }
526 526 ],
527   - "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
  527 + "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
528 528 "homepage": "https://getcomposer.org/",
529 529 "keywords": [
530 530 "autoload",
531 531 "dependency",
532 532 "package"
533 533 ],
534   - "time": "2019-04-09T15:46:48+00:00"
  534 + "funding": [
  535 + {
  536 + "url": "https://packagist.com",
  537 + "type": "custom"
  538 + },
  539 + {
  540 + "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  541 + "type": "tidelift"
  542 + }
  543 + ],
  544 + "time": "2020-03-10T13:08:05+00:00"
535 545 },
536 546 {
537 547 "name": "composer/semver",
538   - "version": "1.5.0",
  548 + "version": "1.5.1",
539 549 "source": {
540 550 "type": "git",
541 551 "url": "https://github.com/composer/semver.git",
542   - "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
  552 + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
543 553 },
544 554 "dist": {
545 555 "type": "zip",
546   - "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
547   - "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
  556 + "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  557 + "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
548 558 "shasum": ""
549 559 },
550 560 "require": {
551 561 "php": "^5.3.2 || ^7.0"
552 562 },
553 563 "require-dev": {
554   - "phpunit/phpunit": "^4.5 || ^5.0.5",
555   - "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  564 + "phpunit/phpunit": "^4.5 || ^5.0.5"
556 565 },
557 566 "type": "library",
558 567 "extra": {
... ... @@ -593,20 +602,20 @@
593 602 "validation",
594 603 "versioning"
595 604 ],
596   - "time": "2019-03-19T17:25:45+00:00"
  605 + "time": "2020-01-13T12:06:48+00:00"
597 606 },
598 607 {
599 608 "name": "composer/spdx-licenses",
600   - "version": "1.5.1",
  609 + "version": "1.5.3",
601 610 "source": {
602 611 "type": "git",
603 612 "url": "https://github.com/composer/spdx-licenses.git",
604   - "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d"
  613 + "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
605 614 },
606 615 "dist": {
607 616 "type": "zip",
608   - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
609   - "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
  617 + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
  618 + "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
610 619 "shasum": ""
611 620 },
612 621 "require": {
... ... @@ -653,28 +662,28 @@
653 662 "spdx",
654 663 "validator"
655 664 ],
656   - "time": "2019-03-26T10:23:26+00:00"
  665 + "time": "2020-02-14T07:44:31+00:00"
657 666 },
658 667 {
659 668 "name": "composer/xdebug-handler",
660   - "version": "1.3.2",
  669 + "version": "1.4.1",
661 670 "source": {
662 671 "type": "git",
663 672 "url": "https://github.com/composer/xdebug-handler.git",
664   - "reference": "d17708133b6c276d6e42ef887a877866b909d892"
  673 + "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7"
665 674 },
666 675 "dist": {
667 676 "type": "zip",
668   - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892",
669   - "reference": "d17708133b6c276d6e42ef887a877866b909d892",
  677 + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/1ab9842d69e64fb3a01be6b656501032d1b78cb7",
  678 + "reference": "1ab9842d69e64fb3a01be6b656501032d1b78cb7",
670 679 "shasum": ""
671 680 },
672 681 "require": {
673   - "php": "^5.3.2 || ^7.0",
  682 + "php": "^5.3.2 || ^7.0 || ^8.0",
674 683 "psr/log": "^1.0"
675 684 },
676 685 "require-dev": {
677   - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
  686 + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
678 687 },
679 688 "type": "library",
680 689 "autoload": {
... ... @@ -692,12 +701,18 @@
692 701 "email": "john-stevenson@blueyonder.co.uk"
693 702 }
694 703 ],
695   - "description": "Restarts a process without xdebug.",
  704 + "description": "Restarts a process without Xdebug.",
696 705 "keywords": [
697 706 "Xdebug",
698 707 "performance"
699 708 ],
700   - "time": "2019-01-28T20:25:53+00:00"
  709 + "funding": [
  710 + {
  711 + "url": "https://packagist.com",
  712 + "type": "custom"
  713 + }
  714 + ],
  715 + "time": "2020-03-01T12:26:26+00:00"
701 716 },
702 717 {
703 718 "name": "daoandco/cakephp-dompdf",
... ... @@ -752,28 +767,28 @@
752 767 },
753 768 {
754 769 "name": "dompdf/dompdf",
755   - "version": "v0.8.3",
  770 + "version": "v0.8.5",
756 771 "source": {
757 772 "type": "git",
758 773 "url": "https://github.com/dompdf/dompdf.git",
759   - "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
  774 + "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
760 775 },
761 776 "dist": {
762 777 "type": "zip",
763   - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
764   - "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
  778 + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
  779 + "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
765 780 "shasum": ""
766 781 },
767 782 "require": {
768 783 "ext-dom": "*",
769 784 "ext-mbstring": "*",
770   - "phenx/php-font-lib": "0.5.*",
771   - "phenx/php-svg-lib": "0.3.*",
772   - "php": ">=5.4.0"
  785 + "phenx/php-font-lib": "^0.5.1",
  786 + "phenx/php-svg-lib": "^0.3.3",
  787 + "php": "^7.1"
773 788 },
774 789 "require-dev": {
775   - "phpunit/phpunit": "^4.8|^5.5|^6.5",
776   - "squizlabs/php_codesniffer": "2.*"
  790 + "phpunit/phpunit": "^7.5",
  791 + "squizlabs/php_codesniffer": "^3.5"
777 792 },
778 793 "suggest": {
779 794 "ext-gd": "Needed to process images",
... ... @@ -814,7 +829,7 @@
814 829 ],
815 830 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
816 831 "homepage": "https://github.com/dompdf/dompdf",
817   - "time": "2018-12-14T02:40:31+00:00"
  832 + "time": "2020-02-20T03:52:51+00:00"
818 833 },
819 834 {
820 835 "name": "friendsofcake/bootstrap-ui",
... ... @@ -919,23 +934,23 @@
919 934 },
920 935 {
921 936 "name": "justinrainbow/json-schema",
922   - "version": "5.2.8",
  937 + "version": "5.2.9",
923 938 "source": {
924 939 "type": "git",
925 940 "url": "https://github.com/justinrainbow/json-schema.git",
926   - "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
  941 + "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
927 942 },
928 943 "dist": {
929 944 "type": "zip",
930   - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
931   - "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
  945 + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
  946 + "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
932 947 "shasum": ""
933 948 },
934 949 "require": {
935 950 "php": ">=5.3.3"
936 951 },
937 952 "require-dev": {
938   - "friendsofphp/php-cs-fixer": "~2.2.20",
  953 + "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
939 954 "json-schema/json-schema-test-suite": "1.2.0",
940 955 "phpunit/phpunit": "^4.8.35"
941 956 },
... ... @@ -981,20 +996,20 @@
981 996 "json",
982 997 "schema"
983 998 ],
984   - "time": "2019-01-14T23:55:14+00:00"
  999 + "time": "2019-09-25T14:49:45+00:00"
985 1000 },
986 1001 {
987 1002 "name": "mobiledetect/mobiledetectlib",
988   - "version": "2.8.33",
  1003 + "version": "2.8.34",
989 1004 "source": {
990 1005 "type": "git",
991 1006 "url": "https://github.com/serbanghita/Mobile-Detect.git",
992   - "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102"
  1007 + "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
993 1008 },
994 1009 "dist": {
995 1010 "type": "zip",
996   - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102",
997   - "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102",
  1011 + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
  1012 + "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
998 1013 "shasum": ""
999 1014 },
1000 1015 "require": {
... ... @@ -1033,7 +1048,7 @@
1033 1048 "mobile detector",
1034 1049 "php mobile detect"
1035 1050 ],
1036   - "time": "2018-09-01T15:05:15+00:00"
  1051 + "time": "2019-09-18T18:44:20+00:00"
1037 1052 },
1038 1053 {
1039 1054 "name": "phenx/php-font-lib",
... ... @@ -1074,28 +1089,28 @@
1074 1089 },
1075 1090 {
1076 1091 "name": "phenx/php-svg-lib",
1077   - "version": "v0.3.2",
  1092 + "version": "v0.3.3",
1078 1093 "source": {
1079 1094 "type": "git",
1080 1095 "url": "https://github.com/PhenX/php-svg-lib.git",
1081   - "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
  1096 + "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
1082 1097 },
1083 1098 "dist": {
1084 1099 "type": "zip",
1085   - "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
1086   - "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
  1100 + "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
  1101 + "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1087 1102 "shasum": ""
1088 1103 },
1089 1104 "require": {
1090   - "sabberworm/php-css-parser": "8.1.*"
  1105 + "sabberworm/php-css-parser": "^8.3"
1091 1106 },
1092 1107 "require-dev": {
1093   - "phpunit/phpunit": "~5.0"
  1108 + "phpunit/phpunit": "^5.5|^6.5"
1094 1109 },
1095 1110 "type": "library",
1096 1111 "autoload": {
1097   - "psr-0": {
1098   - "Svg\\": "src/"
  1112 + "psr-4": {
  1113 + "Svg\\": "src/Svg"
1099 1114 }
1100 1115 },
1101 1116 "notification-url": "https://packagist.org/downloads/",
... ... @@ -1110,7 +1125,7 @@
1110 1125 ],
1111 1126 "description": "A library to read, parse and export to PDF SVG files.",
1112 1127 "homepage": "https://github.com/PhenX/php-svg-lib",
1113   - "time": "2018-06-03T10:10:03+00:00"
  1128 + "time": "2019-09-11T20:02:13+00:00"
1114 1129 },
1115 1130 {
1116 1131 "name": "psr/http-message",
... ... @@ -1164,16 +1179,16 @@
1164 1179 },
1165 1180 {
1166 1181 "name": "psr/log",
1167   - "version": "1.1.0",
  1182 + "version": "1.1.2",
1168 1183 "source": {
1169 1184 "type": "git",
1170 1185 "url": "https://github.com/php-fig/log.git",
1171   - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1186 + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1172 1187 },
1173 1188 "dist": {
1174 1189 "type": "zip",
1175   - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1176   - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1190 + "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  1191 + "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1177 1192 "shasum": ""
1178 1193 },
1179 1194 "require": {
... ... @@ -1182,7 +1197,7 @@
1182 1197 "type": "library",
1183 1198 "extra": {
1184 1199 "branch-alias": {
1185   - "dev-master": "1.0.x-dev"
  1200 + "dev-master": "1.1.x-dev"
1186 1201 }
1187 1202 },
1188 1203 "autoload": {
... ... @@ -1207,7 +1222,7 @@
1207 1222 "psr",
1208 1223 "psr-3"
1209 1224 ],
1210   - "time": "2018-11-20T15:27:04+00:00"
  1225 + "time": "2019-11-01T11:05:21+00:00"
1211 1226 },
1212 1227 {
1213 1228 "name": "psr/simple-cache",
... ... @@ -1325,23 +1340,24 @@
1325 1340 },
1326 1341 {
1327 1342 "name": "sabberworm/php-css-parser",
1328   - "version": "8.1.0",
  1343 + "version": "8.3.0",
1329 1344 "source": {
1330 1345 "type": "git",
1331 1346 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
1332   - "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
  1347 + "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
1333 1348 },
1334 1349 "dist": {
1335 1350 "type": "zip",
1336   - "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
1337   - "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
  1351 + "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
  1352 + "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1338 1353 "shasum": ""
1339 1354 },
1340 1355 "require": {
1341 1356 "php": ">=5.3.2"
1342 1357 },
1343 1358 "require-dev": {
1344   - "phpunit/phpunit": "*"
  1359 + "codacy/coverage": "^1.4",
  1360 + "phpunit/phpunit": "~4.8"
1345 1361 },
1346 1362 "type": "library",
1347 1363 "autoload": {
... ... @@ -1365,20 +1381,20 @@
1365 1381 "parser",
1366 1382 "stylesheet"
1367 1383 ],
1368   - "time": "2016-07-19T19:14:21+00:00"
  1384 + "time": "2019-02-22T07:42:52+00:00"
1369 1385 },
1370 1386 {
1371 1387 "name": "seld/jsonlint",
1372   - "version": "1.7.1",
  1388 + "version": "1.7.2",
1373 1389 "source": {
1374 1390 "type": "git",
1375 1391 "url": "https://github.com/Seldaek/jsonlint.git",
1376   - "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
  1392 + "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
1377 1393 },
1378 1394 "dist": {
1379 1395 "type": "zip",
1380   - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
1381   - "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
  1396 + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
  1397 + "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
1382 1398 "shasum": ""
1383 1399 },
1384 1400 "require": {
... ... @@ -1414,20 +1430,20 @@
1414 1430 "parser",
1415 1431 "validator"
1416 1432 ],
1417   - "time": "2018-01-24T12:46:19+00:00"
  1433 + "time": "2019-10-24T14:27:39+00:00"
1418 1434 },
1419 1435 {
1420 1436 "name": "seld/phar-utils",
1421   - "version": "1.0.1",
  1437 + "version": "1.1.0",
1422 1438 "source": {
1423 1439 "type": "git",
1424 1440 "url": "https://github.com/Seldaek/phar-utils.git",
1425   - "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
  1441 + "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
1426 1442 },
1427 1443 "dist": {
1428 1444 "type": "zip",
1429   - "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
1430   - "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
  1445 + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
  1446 + "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
1431 1447 "shasum": ""
1432 1448 },
1433 1449 "require": {
... ... @@ -1456,9 +1472,9 @@
1456 1472 ],
1457 1473 "description": "PHAR file format utilities, for when PHP phars you up",
1458 1474 "keywords": [
1459   - "phra"
  1475 + "phar"
1460 1476 ],
1461   - "time": "2015-10-13T18:44:15+00:00"
  1477 + "time": "2020-02-14T15:25:33+00:00"
1462 1478 },
1463 1479 {
1464 1480 "name": "setasign/fpdf",
... ... @@ -1501,16 +1517,16 @@
1501 1517 },
1502 1518 {
1503 1519 "name": "symfony/config",
1504   - "version": "v3.4.27",
  1520 + "version": "v3.4.38",
1505 1521 "source": {
1506 1522 "type": "git",
1507 1523 "url": "https://github.com/symfony/config.git",
1508   - "reference": "177a276c01575253c95cefe0866e3d1b57637fe0"
  1524 + "reference": "03328d6e172ec7384341c622d4c28d350040d021"
1509 1525 },
1510 1526 "dist": {
1511 1527 "type": "zip",
1512   - "url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0",
1513   - "reference": "177a276c01575253c95cefe0866e3d1b57637fe0",
  1528 + "url": "https://api.github.com/repos/symfony/config/zipball/03328d6e172ec7384341c622d4c28d350040d021",
  1529 + "reference": "03328d6e172ec7384341c622d4c28d350040d021",
1514 1530 "shasum": ""
1515 1531 },
1516 1532 "require": {
... ... @@ -1561,20 +1577,20 @@
1561 1577 ],
1562 1578 "description": "Symfony Config Component",
1563 1579 "homepage": "https://symfony.com",
1564   - "time": "2019-02-23T15:06:07+00:00"
  1580 + "time": "2020-02-03T08:11:57+00:00"
1565 1581 },
1566 1582 {
1567 1583 "name": "symfony/console",
1568   - "version": "v3.4.27",
  1584 + "version": "v3.4.38",
1569 1585 "source": {
1570 1586 "type": "git",
1571 1587 "url": "https://github.com/symfony/console.git",
1572   - "reference": "15a9104356436cb26e08adab97706654799d31d8"
  1588 + "reference": "6827023c5872bea44b29d145de693b21981cf4cd"
1573 1589 },
1574 1590 "dist": {
1575 1591 "type": "zip",
1576   - "url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8",
1577   - "reference": "15a9104356436cb26e08adab97706654799d31d8",
  1592 + "url": "https://api.github.com/repos/symfony/console/zipball/6827023c5872bea44b29d145de693b21981cf4cd",
  1593 + "reference": "6827023c5872bea44b29d145de693b21981cf4cd",
1578 1594 "shasum": ""
1579 1595 },
1580 1596 "require": {
... ... @@ -1633,20 +1649,20 @@
1633 1649 ],
1634 1650 "description": "Symfony Console Component",
1635 1651 "homepage": "https://symfony.com",
1636   - "time": "2019-04-08T09:29:13+00:00"
  1652 + "time": "2020-02-15T13:27:16+00:00"
1637 1653 },
1638 1654 {
1639 1655 "name": "symfony/debug",
1640   - "version": "v4.2.8",
  1656 + "version": "v4.4.5",
1641 1657 "source": {
1642 1658 "type": "git",
1643 1659 "url": "https://github.com/symfony/debug.git",
1644   - "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37"
  1660 + "reference": "a980d87a659648980d89193fd8b7a7ca89d97d21"
1645 1661 },
1646 1662 "dist": {
1647 1663 "type": "zip",
1648   - "url": "https://api.github.com/repos/symfony/debug/zipball/2d279b6bb1d582dd5740d4d3251ae8c18812ed37",
1649   - "reference": "2d279b6bb1d582dd5740d4d3251ae8c18812ed37",
  1664 + "url": "https://api.github.com/repos/symfony/debug/zipball/a980d87a659648980d89193fd8b7a7ca89d97d21",
  1665 + "reference": "a980d87a659648980d89193fd8b7a7ca89d97d21",
1650 1666 "shasum": ""
1651 1667 },
1652 1668 "require": {
... ... @@ -1657,12 +1673,12 @@
1657 1673 "symfony/http-kernel": "<3.4"
1658 1674 },
1659 1675 "require-dev": {
1660   - "symfony/http-kernel": "~3.4|~4.0"
  1676 + "symfony/http-kernel": "^3.4|^4.0|^5.0"
1661 1677 },
1662 1678 "type": "library",
1663 1679 "extra": {
1664 1680 "branch-alias": {
1665   - "dev-master": "4.2-dev"
  1681 + "dev-master": "4.4-dev"
1666 1682 }
1667 1683 },
1668 1684 "autoload": {
... ... @@ -1689,20 +1705,20 @@
1689 1705 ],
1690 1706 "description": "Symfony Debug Component",
1691 1707 "homepage": "https://symfony.com",
1692   - "time": "2019-04-11T11:27:41+00:00"
  1708 + "time": "2020-02-23T14:41:43+00:00"
1693 1709 },
1694 1710 {
1695 1711 "name": "symfony/filesystem",
1696   - "version": "v4.2.8",
  1712 + "version": "v4.4.5",
1697 1713 "source": {
1698 1714 "type": "git",
1699 1715 "url": "https://github.com/symfony/filesystem.git",
1700   - "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601"
  1716 + "reference": "266c9540b475f26122b61ef8b23dd9198f5d1cfd"
1701 1717 },
1702 1718 "dist": {
1703 1719 "type": "zip",
1704   - "url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601",
1705   - "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601",
  1720 + "url": "https://api.github.com/repos/symfony/filesystem/zipball/266c9540b475f26122b61ef8b23dd9198f5d1cfd",
  1721 + "reference": "266c9540b475f26122b61ef8b23dd9198f5d1cfd",
1706 1722 "shasum": ""
1707 1723 },
1708 1724 "require": {
... ... @@ -1712,7 +1728,7 @@
1712 1728 "type": "library",
1713 1729 "extra": {
1714 1730 "branch-alias": {
1715   - "dev-master": "4.2-dev"
  1731 + "dev-master": "4.4-dev"
1716 1732 }
1717 1733 },
1718 1734 "autoload": {
... ... @@ -1739,29 +1755,29 @@
1739 1755 ],
1740 1756 "description": "Symfony Filesystem Component",
1741 1757 "homepage": "https://symfony.com",
1742   - "time": "2019-02-07T11:40:08+00:00"
  1758 + "time": "2020-01-21T08:20:44+00:00"
1743 1759 },
1744 1760 {
1745 1761 "name": "symfony/finder",
1746   - "version": "v4.2.8",
  1762 + "version": "v5.0.5",
1747 1763 "source": {
1748 1764 "type": "git",
1749 1765 "url": "https://github.com/symfony/finder.git",
1750   - "reference": "e45135658bd6c14b61850bf131c4f09a55133f69"
  1766 + "reference": "6251f201187ca9d66f6b099d3de65d279e971138"
1751 1767 },
1752 1768 "dist": {
1753 1769 "type": "zip",
1754   - "url": "https://api.github.com/repos/symfony/finder/zipball/e45135658bd6c14b61850bf131c4f09a55133f69",
1755   - "reference": "e45135658bd6c14b61850bf131c4f09a55133f69",
  1770 + "url": "https://api.github.com/repos/symfony/finder/zipball/6251f201187ca9d66f6b099d3de65d279e971138",
  1771 + "reference": "6251f201187ca9d66f6b099d3de65d279e971138",
1756 1772 "shasum": ""
1757 1773 },
1758 1774 "require": {
1759   - "php": "^7.1.3"
  1775 + "php": "^7.2.5"
1760 1776 },
1761 1777 "type": "library",
1762 1778 "extra": {
1763 1779 "branch-alias": {
1764   - "dev-master": "4.2-dev"
  1780 + "dev-master": "5.0-dev"
1765 1781 }
1766 1782 },
1767 1783 "autoload": {
... ... @@ -1788,20 +1804,34 @@
1788 1804 ],
1789 1805 "description": "Symfony Finder Component",
1790 1806 "homepage": "https://symfony.com",
1791   - "time": "2019-04-06T13:51:08+00:00"
  1807 + "funding": [
  1808 + {
  1809 + "url": "https://symfony.com/sponsor",
  1810 + "type": "custom"
  1811 + },
  1812 + {
  1813 + "url": "https://github.com/fabpot",
  1814 + "type": "github"
  1815 + },
  1816 + {
  1817 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1818 + "type": "tidelift"
  1819 + }
  1820 + ],
  1821 + "time": "2020-02-14T07:43:07+00:00"
1792 1822 },
1793 1823 {
1794 1824 "name": "symfony/polyfill-ctype",
1795   - "version": "v1.11.0",
  1825 + "version": "v1.14.0",
1796 1826 "source": {
1797 1827 "type": "git",
1798 1828 "url": "https://github.com/symfony/polyfill-ctype.git",
1799   - "reference": "82ebae02209c21113908c229e9883c419720738a"
  1829 + "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
1800 1830 },
1801 1831 "dist": {
1802 1832 "type": "zip",
1803   - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
1804   - "reference": "82ebae02209c21113908c229e9883c419720738a",
  1833 + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
  1834 + "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
1805 1835 "shasum": ""
1806 1836 },
1807 1837 "require": {
... ... @@ -1813,7 +1843,7 @@
1813 1843 "type": "library",
1814 1844 "extra": {
1815 1845 "branch-alias": {
1816   - "dev-master": "1.11-dev"
  1846 + "dev-master": "1.14-dev"
1817 1847 }
1818 1848 },
1819 1849 "autoload": {
... ... @@ -1830,12 +1860,12 @@
1830 1860 ],
1831 1861 "authors": [
1832 1862 {
1833   - "name": "Symfony Community",
1834   - "homepage": "https://symfony.com/contributors"
1835   - },
1836   - {
1837 1863 "name": "Gert de Pagter",
1838 1864 "email": "BackEndTea@gmail.com"
  1865 + },
  1866 + {
  1867 + "name": "Symfony Community",
  1868 + "homepage": "https://symfony.com/contributors"
1839 1869 }
1840 1870 ],
1841 1871 "description": "Symfony polyfill for ctype functions",
... ... @@ -1846,20 +1876,20 @@
1846 1876 "polyfill",
1847 1877 "portable"
1848 1878 ],
1849   - "time": "2019-02-06T07:57:58+00:00"
  1879 + "time": "2020-01-13T11:15:53+00:00"
1850 1880 },
1851 1881 {
1852 1882 "name": "symfony/polyfill-mbstring",
1853   - "version": "v1.11.0",
  1883 + "version": "v1.14.0",
1854 1884 "source": {
1855 1885 "type": "git",
1856 1886 "url": "https://github.com/symfony/polyfill-mbstring.git",
1857   - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  1887 + "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
1858 1888 },
1859 1889 "dist": {
1860 1890 "type": "zip",
1861   - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
1862   - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  1891 + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
  1892 + "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
1863 1893 "shasum": ""
1864 1894 },
1865 1895 "require": {
... ... @@ -1871,7 +1901,7 @@
1871 1901 "type": "library",
1872 1902 "extra": {
1873 1903 "branch-alias": {
1874   - "dev-master": "1.11-dev"
  1904 + "dev-master": "1.14-dev"
1875 1905 }
1876 1906 },
1877 1907 "autoload": {
... ... @@ -1905,29 +1935,29 @@
1905 1935 "portable",
1906 1936 "shim"
1907 1937 ],
1908   - "time": "2019-02-06T07:57:58+00:00"
  1938 + "time": "2020-01-13T11:15:53+00:00"
1909 1939 },
1910 1940 {
1911 1941 "name": "symfony/process",
1912   - "version": "v4.2.8",
  1942 + "version": "v5.0.5",
1913 1943 "source": {
1914 1944 "type": "git",
1915 1945 "url": "https://github.com/symfony/process.git",
1916   - "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe"
  1946 + "reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8"
1917 1947 },
1918 1948 "dist": {
1919 1949 "type": "zip",
1920   - "url": "https://api.github.com/repos/symfony/process/zipball/8cf39fb4ccff793340c258ee7760fd40bfe745fe",
1921   - "reference": "8cf39fb4ccff793340c258ee7760fd40bfe745fe",
  1950 + "url": "https://api.github.com/repos/symfony/process/zipball/fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
  1951 + "reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
1922 1952 "shasum": ""
1923 1953 },
1924 1954 "require": {
1925   - "php": "^7.1.3"
  1955 + "php": "^7.2.5"
1926 1956 },
1927 1957 "type": "library",
1928 1958 "extra": {
1929 1959 "branch-alias": {
1930   - "dev-master": "4.2-dev"
  1960 + "dev-master": "5.0-dev"
1931 1961 }
1932 1962 },
1933 1963 "autoload": {
... ... @@ -1954,20 +1984,20 @@
1954 1984 ],
1955 1985 "description": "Symfony Process Component",
1956 1986 "homepage": "https://symfony.com",
1957   - "time": "2019-04-10T16:20:36+00:00"
  1987 + "time": "2020-02-08T17:00:58+00:00"
1958 1988 },
1959 1989 {
1960 1990 "name": "symfony/yaml",
1961   - "version": "v3.4.27",
  1991 + "version": "v3.4.38",
1962 1992 "source": {
1963 1993 "type": "git",
1964 1994 "url": "https://github.com/symfony/yaml.git",
1965   - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
  1995 + "reference": "bc63e15160866e8730a1f738541b194c401f72bf"
1966 1996 },
1967 1997 "dist": {
1968 1998 "type": "zip",
1969   - "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
1970   - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
  1999 + "url": "https://api.github.com/repos/symfony/yaml/zipball/bc63e15160866e8730a1f738541b194c401f72bf",
  2000 + "reference": "bc63e15160866e8730a1f738541b194c401f72bf",
1971 2001 "shasum": ""
1972 2002 },
1973 2003 "require": {
... ... @@ -2013,20 +2043,34 @@
2013 2043 ],
2014 2044 "description": "Symfony Yaml Component",
2015 2045 "homepage": "https://symfony.com",
2016   - "time": "2019-03-25T07:48:46+00:00"
  2046 + "funding": [
  2047 + {
  2048 + "url": "https://symfony.com/sponsor",
  2049 + "type": "custom"
  2050 + },
  2051 + {
  2052 + "url": "https://github.com/fabpot",
  2053 + "type": "github"
  2054 + },
  2055 + {
  2056 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2057 + "type": "tidelift"
  2058 + }
  2059 + ],
  2060 + "time": "2020-01-16T19:04:26+00:00"
2017 2061 },
2018 2062 {
2019 2063 "name": "zendframework/zend-diactoros",
2020   - "version": "1.8.6",
  2064 + "version": "1.8.7",
2021 2065 "source": {
2022 2066 "type": "git",
2023 2067 "url": "https://github.com/zendframework/zend-diactoros.git",
2024   - "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
  2068 + "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
2025 2069 },
2026 2070 "dist": {
2027 2071 "type": "zip",
2028   - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
2029   - "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
  2072 + "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
  2073 + "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
2030 2074 "shasum": ""
2031 2075 },
2032 2076 "require": {
... ... @@ -2046,9 +2090,7 @@
2046 2090 "type": "library",
2047 2091 "extra": {
2048 2092 "branch-alias": {
2049   - "dev-master": "1.8.x-dev",
2050   - "dev-develop": "1.9.x-dev",
2051   - "dev-release-2.0": "2.0.x-dev"
  2093 + "dev-release-1.8": "1.8.x-dev"
2052 2094 }
2053 2095 },
2054 2096 "autoload": {
... ... @@ -2078,7 +2120,7 @@
2078 2120 "psr-7"
2079 2121 ],
2080 2122 "abandoned": "laminas/laminas-diactoros",
2081   - "time": "2018-09-05T19:29:37+00:00"
  2123 + "time": "2019-08-06T17:53:53+00:00"
2082 2124 }
2083 2125 ],
2084 2126 "packages-dev": [
... ... @@ -2201,16 +2243,16 @@
2201 2243 },
2202 2244 {
2203 2245 "name": "asm89/twig-cache-extension",
2204   - "version": "1.3.2",
  2246 + "version": "1.4.0",
2205 2247 "source": {
2206 2248 "type": "git",
2207 2249 "url": "https://github.com/asm89/twig-cache-extension.git",
2208   - "reference": "630ea7abdc3fc62ba6786c02590a1560e449cf55"
  2250 + "reference": "13787226956ec766f4770722082288097aebaaf3"
2209 2251 },
2210 2252 "dist": {
2211 2253 "type": "zip",
2212   - "url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/630ea7abdc3fc62ba6786c02590a1560e449cf55",
2213   - "reference": "630ea7abdc3fc62ba6786c02590a1560e449cf55",
  2254 + "url": "https://api.github.com/repos/asm89/twig-cache-extension/zipball/13787226956ec766f4770722082288097aebaaf3",
  2255 + "reference": "13787226956ec766f4770722082288097aebaaf3",
2214 2256 "shasum": ""
2215 2257 },
2216 2258 "require": {
... ... @@ -2218,7 +2260,8 @@
2218 2260 "twig/twig": "^1.0|^2.0"
2219 2261 },
2220 2262 "require-dev": {
2221   - "doctrine/cache": "~1.0"
  2263 + "doctrine/cache": "~1.0",
  2264 + "phpunit/phpunit": "^5.0 || ^4.8.10"
2222 2265 },
2223 2266 "suggest": {
2224 2267 "psr/cache-implementation": "To make use of PSR-6 cache implementation via PsrCacheAdapter."
... ... @@ -2226,7 +2269,7 @@
2226 2269 "type": "library",
2227 2270 "extra": {
2228 2271 "branch-alias": {
2229   - "dev-master": "1.3-dev"
  2272 + "dev-master": "1.4-dev"
2230 2273 }
2231 2274 },
2232 2275 "autoload": {
... ... @@ -2251,7 +2294,7 @@
2251 2294 "extension",
2252 2295 "twig"
2253 2296 ],
2254   - "time": "2017-01-10T22:04:15+00:00"
  2297 + "time": "2020-01-01T20:47:37+00:00"
2255 2298 },
2256 2299 {
2257 2300 "name": "bamarni/composer-bin-plugin",
... ... @@ -2294,20 +2337,20 @@
2294 2337 },
2295 2338 {
2296 2339 "name": "cakephp/bake",
2297   - "version": "1.9.6",
  2340 + "version": "1.10.1",
2298 2341 "source": {
2299 2342 "type": "git",
2300 2343 "url": "https://github.com/cakephp/bake.git",
2301   - "reference": "96651b0d4c4b4d29cf6faa87114f745b91130eec"
  2344 + "reference": "b1fa1d2d4f3a6b74c69ab24c90c880dcc1f8751c"
2302 2345 },
2303 2346 "dist": {
2304 2347 "type": "zip",
2305   - "url": "https://api.github.com/repos/cakephp/bake/zipball/96651b0d4c4b4d29cf6faa87114f745b91130eec",
2306   - "reference": "96651b0d4c4b4d29cf6faa87114f745b91130eec",
  2348 + "url": "https://api.github.com/repos/cakephp/bake/zipball/b1fa1d2d4f3a6b74c69ab24c90c880dcc1f8751c",
  2349 + "reference": "b1fa1d2d4f3a6b74c69ab24c90c880dcc1f8751c",
2307 2350 "shasum": ""
2308 2351 },
2309 2352 "require": {
2310   - "cakephp/cakephp": "^3.7.0",
  2353 + "cakephp/cakephp": "~3.7.0",
2311 2354 "cakephp/plugin-installer": "^1.0",
2312 2355 "php": ">=5.6.0",
2313 2356 "wyrihaximus/twig-view": "^4.3.7"
... ... @@ -2338,29 +2381,29 @@
2338 2381 "bake",
2339 2382 "cakephp"
2340 2383 ],
2341   - "time": "2019-04-24T21:12:31+00:00"
  2384 + "time": "2019-07-01T21:34:33+00:00"
2342 2385 },
2343 2386 {
2344 2387 "name": "dnoegel/php-xdg-base-dir",
2345   - "version": "0.1",
  2388 + "version": "v0.1.1",
2346 2389 "source": {
2347 2390 "type": "git",
2348 2391 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
2349   - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  2392 + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2350 2393 },
2351 2394 "dist": {
2352 2395 "type": "zip",
2353   - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
2354   - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  2396 + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  2397 + "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2355 2398 "shasum": ""
2356 2399 },
2357 2400 "require": {
2358 2401 "php": ">=5.3.2"
2359 2402 },
2360 2403 "require-dev": {
2361   - "phpunit/phpunit": "@stable"
  2404 + "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2362 2405 },
2363   - "type": "project",
  2406 + "type": "library",
2364 2407 "autoload": {
2365 2408 "psr-4": {
2366 2409 "XdgBaseDir\\": "src/"
... ... @@ -2371,20 +2414,20 @@
2371 2414 "MIT"
2372 2415 ],
2373 2416 "description": "implementation of xdg base directory specification for php",
2374   - "time": "2014-10-24T07:27:01+00:00"
  2417 + "time": "2019-12-04T15:06:13+00:00"
2375 2418 },
2376 2419 {
2377 2420 "name": "doctrine/instantiator",
2378   - "version": "1.2.0",
  2421 + "version": "1.3.0",
2379 2422 "source": {
2380 2423 "type": "git",
2381 2424 "url": "https://github.com/doctrine/instantiator.git",
2382   - "reference": "a2c590166b2133a4633738648b6b064edae0814a"
  2425 + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2383 2426 },
2384 2427 "dist": {
2385 2428 "type": "zip",
2386   - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
2387   - "reference": "a2c590166b2133a4633738648b6b064edae0814a",
  2429 + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
  2430 + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2388 2431 "shasum": ""
2389 2432 },
2390 2433 "require": {
... ... @@ -2427,7 +2470,7 @@
2427 2470 "constructor",
2428 2471 "instantiate"
2429 2472 ],
2430   - "time": "2019-03-17T17:37:11+00:00"
  2473 + "time": "2019-10-21T16:45:58+00:00"
2431 2474 },
2432 2475 {
2433 2476 "name": "jakub-onderka/php-console-color",
... ... @@ -2579,16 +2622,16 @@
2579 2622 },
2580 2623 {
2581 2624 "name": "myclabs/deep-copy",
2582   - "version": "1.9.1",
  2625 + "version": "1.9.5",
2583 2626 "source": {
2584 2627 "type": "git",
2585 2628 "url": "https://github.com/myclabs/DeepCopy.git",
2586   - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
  2629 + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
2587 2630 },
2588 2631 "dist": {
2589 2632 "type": "zip",
2590   - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
2591   - "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
  2633 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
  2634 + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
2592 2635 "shasum": ""
2593 2636 },
2594 2637 "require": {
... ... @@ -2623,20 +2666,20 @@
2623 2666 "object",
2624 2667 "object graph"
2625 2668 ],
2626   - "time": "2019-04-07T13:18:21+00:00"
  2669 + "time": "2020-01-17T21:11:47+00:00"
2627 2670 },
2628 2671 {
2629 2672 "name": "nikic/php-parser",
2630   - "version": "v4.2.1",
  2673 + "version": "v4.3.0",
2631 2674 "source": {
2632 2675 "type": "git",
2633 2676 "url": "https://github.com/nikic/PHP-Parser.git",
2634   - "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0"
  2677 + "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
2635 2678 },
2636 2679 "dist": {
2637 2680 "type": "zip",
2638   - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0",
2639   - "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0",
  2681 + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  2682 + "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
2640 2683 "shasum": ""
2641 2684 },
2642 2685 "require": {
... ... @@ -2644,7 +2687,8 @@
2644 2687 "php": ">=7.0"
2645 2688 },
2646 2689 "require-dev": {
2647   - "phpunit/phpunit": "^6.5 || ^7.0"
  2690 + "ircmaxell/php-yacc": "0.0.5",
  2691 + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
2648 2692 },
2649 2693 "bin": [
2650 2694 "bin/php-parse"
... ... @@ -2652,7 +2696,7 @@
2652 2696 "type": "library",
2653 2697 "extra": {
2654 2698 "branch-alias": {
2655   - "dev-master": "4.2-dev"
  2699 + "dev-master": "4.3-dev"
2656 2700 }
2657 2701 },
2658 2702 "autoload": {
... ... @@ -2674,39 +2718,37 @@
2674 2718 "parser",
2675 2719 "php"
2676 2720 ],
2677   - "time": "2019-02-16T20:54:15+00:00"
  2721 + "time": "2019-11-08T13:50:10+00:00"
2678 2722 },
2679 2723 {
2680 2724 "name": "phpdocumentor/reflection-common",
2681   - "version": "1.0.1",
  2725 + "version": "2.0.0",
2682 2726 "source": {
2683 2727 "type": "git",
2684 2728 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2685   - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  2729 + "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
2686 2730 },
2687 2731 "dist": {
2688 2732 "type": "zip",
2689   - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2690   - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  2733 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
  2734 + "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
2691 2735 "shasum": ""
2692 2736 },
2693 2737 "require": {
2694   - "php": ">=5.5"
  2738 + "php": ">=7.1"
2695 2739 },
2696 2740 "require-dev": {
2697   - "phpunit/phpunit": "^4.6"
  2741 + "phpunit/phpunit": "~6"
2698 2742 },
2699 2743 "type": "library",
2700 2744 "extra": {
2701 2745 "branch-alias": {
2702   - "dev-master": "1.0.x-dev"
  2746 + "dev-master": "2.x-dev"
2703 2747 }
2704 2748 },
2705 2749 "autoload": {
2706 2750 "psr-4": {
2707   - "phpDocumentor\\Reflection\\": [
2708   - "src"
2709   - ]
  2751 + "phpDocumentor\\Reflection\\": "src/"
2710 2752 }
2711 2753 },
2712 2754 "notification-url": "https://packagist.org/downloads/",
... ... @@ -2728,44 +2770,42 @@
2728 2770 "reflection",
2729 2771 "static analysis"
2730 2772 ],
2731   - "time": "2017-09-11T18:02:19+00:00"
  2773 + "time": "2018-08-07T13:53:10+00:00"
2732 2774 },
2733 2775 {
2734 2776 "name": "phpdocumentor/reflection-docblock",
2735   - "version": "4.3.1",
  2777 + "version": "5.1.0",
2736 2778 "source": {
2737 2779 "type": "git",
2738 2780 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2739   - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
  2781 + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
2740 2782 },
2741 2783 "dist": {
2742 2784 "type": "zip",
2743   - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
2744   - "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
  2785 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
  2786 + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
2745 2787 "shasum": ""
2746 2788 },
2747 2789 "require": {
2748   - "php": "^7.0",
2749   - "phpdocumentor/reflection-common": "^1.0.0",
2750   - "phpdocumentor/type-resolver": "^0.4.0",
2751   - "webmozart/assert": "^1.0"
  2790 + "ext-filter": "^7.1",
  2791 + "php": "^7.2",
  2792 + "phpdocumentor/reflection-common": "^2.0",
  2793 + "phpdocumentor/type-resolver": "^1.0",
  2794 + "webmozart/assert": "^1"
2752 2795 },
2753 2796 "require-dev": {
2754   - "doctrine/instantiator": "~1.0.5",
2755   - "mockery/mockery": "^1.0",
2756   - "phpunit/phpunit": "^6.4"
  2797 + "doctrine/instantiator": "^1",
  2798 + "mockery/mockery": "^1"
2757 2799 },
2758 2800 "type": "library",
2759 2801 "extra": {
2760 2802 "branch-alias": {
2761   - "dev-master": "4.x-dev"
  2803 + "dev-master": "5.x-dev"
2762 2804 }
2763 2805 },
2764 2806 "autoload": {
2765 2807 "psr-4": {
2766   - "phpDocumentor\\Reflection\\": [
2767   - "src/"
2768   - ]
  2808 + "phpDocumentor\\Reflection\\": "src"
2769 2809 }
2770 2810 },
2771 2811 "notification-url": "https://packagist.org/downloads/",
... ... @@ -2776,44 +2816,46 @@
2776 2816 {
2777 2817 "name": "Mike van Riel",
2778 2818 "email": "me@mikevanriel.com"
  2819 + },
  2820 + {
  2821 + "name": "Jaap van Otterdijk",
  2822 + "email": "account@ijaap.nl"
2779 2823 }
2780 2824 ],
2781 2825 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2782   - "time": "2019-04-30T17:48:53+00:00"
  2826 + "time": "2020-02-22T12:28:44+00:00"
2783 2827 },
2784 2828 {
2785 2829 "name": "phpdocumentor/type-resolver",
2786   - "version": "0.4.0",
  2830 + "version": "1.1.0",
2787 2831 "source": {
2788 2832 "type": "git",
2789 2833 "url": "https://github.com/phpDocumentor/TypeResolver.git",
2790   - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  2834 + "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
2791 2835 },
2792 2836 "dist": {
2793 2837 "type": "zip",
2794   - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2795   - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  2838 + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
  2839 + "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
2796 2840 "shasum": ""
2797 2841 },
2798 2842 "require": {
2799   - "php": "^5.5 || ^7.0",
2800   - "phpdocumentor/reflection-common": "^1.0"
  2843 + "php": "^7.2",
  2844 + "phpdocumentor/reflection-common": "^2.0"
2801 2845 },
2802 2846 "require-dev": {
2803   - "mockery/mockery": "^0.9.4",
2804   - "phpunit/phpunit": "^5.2||^4.8.24"
  2847 + "ext-tokenizer": "^7.2",
  2848 + "mockery/mockery": "~1"
2805 2849 },
2806 2850 "type": "library",
2807 2851 "extra": {
2808 2852 "branch-alias": {
2809   - "dev-master": "1.0.x-dev"
  2853 + "dev-master": "1.x-dev"
2810 2854 }
2811 2855 },
2812 2856 "autoload": {
2813 2857 "psr-4": {
2814   - "phpDocumentor\\Reflection\\": [
2815   - "src/"
2816   - ]
  2858 + "phpDocumentor\\Reflection\\": "src"
2817 2859 }
2818 2860 },
2819 2861 "notification-url": "https://packagist.org/downloads/",
... ... @@ -2826,42 +2868,43 @@
2826 2868 "email": "me@mikevanriel.com"
2827 2869 }
2828 2870 ],
2829   - "time": "2017-07-14T14:27:02+00:00"
  2871 + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  2872 + "time": "2020-02-18T18:59:58+00:00"
2830 2873 },
2831 2874 {
2832 2875 "name": "phpspec/prophecy",
2833   - "version": "1.8.0",
  2876 + "version": "v1.10.3",
2834 2877 "source": {
2835 2878 "type": "git",
2836 2879 "url": "https://github.com/phpspec/prophecy.git",
2837   - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
  2880 + "reference": "451c3cd1418cf640de218914901e51b064abb093"
2838 2881 },
2839 2882 "dist": {
2840 2883 "type": "zip",
2841   - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2842   - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  2884 + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  2885 + "reference": "451c3cd1418cf640de218914901e51b064abb093",
2843 2886 "shasum": ""
2844 2887 },
2845 2888 "require": {
2846 2889 "doctrine/instantiator": "^1.0.2",
2847 2890 "php": "^5.3|^7.0",
2848   - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2849   - "sebastian/comparator": "^1.1|^2.0|^3.0",
2850   - "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  2891 + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  2892 + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  2893 + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
2851 2894 },
2852 2895 "require-dev": {
2853   - "phpspec/phpspec": "^2.5|^3.2",
  2896 + "phpspec/phpspec": "^2.5 || ^3.2",
2854 2897 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2855 2898 },
2856 2899 "type": "library",
2857 2900 "extra": {
2858 2901 "branch-alias": {
2859   - "dev-master": "1.8.x-dev"
  2902 + "dev-master": "1.10.x-dev"
2860 2903 }
2861 2904 },
2862 2905 "autoload": {
2863   - "psr-0": {
2864   - "Prophecy\\": "src/"
  2906 + "psr-4": {
  2907 + "Prophecy\\": "src/Prophecy"
2865 2908 }
2866 2909 },
2867 2910 "notification-url": "https://packagist.org/downloads/",
... ... @@ -2889,7 +2932,7 @@
2889 2932 "spy",
2890 2933 "stub"
2891 2934 ],
2892   - "time": "2018-08-05T17:53:17+00:00"
  2935 + "time": "2020-03-05T15:02:03+00:00"
2893 2936 },
2894 2937 {
2895 2938 "name": "phpunit/php-code-coverage",
... ... @@ -3284,27 +3327,27 @@
3284 3327 },
3285 3328 {
3286 3329 "name": "psy/psysh",
3287   - "version": "v0.9.9",
  3330 + "version": "v0.9.12",
3288 3331 "source": {
3289 3332 "type": "git",
3290 3333 "url": "https://github.com/bobthecow/psysh.git",
3291   - "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
  3334 + "reference": "90da7f37568aee36b116a030c5f99c915267edd4"
3292 3335 },
3293 3336 "dist": {
3294 3337 "type": "zip",
3295   - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
3296   - "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  3338 + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
  3339 + "reference": "90da7f37568aee36b116a030c5f99c915267edd4",
3297 3340 "shasum": ""
3298 3341 },
3299 3342 "require": {
3300   - "dnoegel/php-xdg-base-dir": "0.1",
  3343 + "dnoegel/php-xdg-base-dir": "0.1.*",
3301 3344 "ext-json": "*",
3302 3345 "ext-tokenizer": "*",
3303 3346 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
3304 3347 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
3305 3348 "php": ">=5.4.0",
3306   - "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
3307   - "symfony/var-dumper": "~2.7|~3.0|~4.0"
  3349 + "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
  3350 + "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
3308 3351 },
3309 3352 "require-dev": {
3310 3353 "bamarni/composer-bin-plugin": "^1.2",
... ... @@ -3354,7 +3397,7 @@
3354 3397 "interactive",
3355 3398 "shell"
3356 3399 ],
3357   - "time": "2018-10-13T15:16:03+00:00"
  3400 + "time": "2019-12-06T14:19:43+00:00"
3358 3401 },
3359 3402 {
3360 3403 "name": "sebastian/code-unit-reverse-lookup",
... ... @@ -3871,16 +3914,16 @@
3871 3914 },
3872 3915 {
3873 3916 "name": "symfony/polyfill-php72",
3874   - "version": "v1.11.0",
  3917 + "version": "v1.14.0",
3875 3918 "source": {
3876 3919 "type": "git",
3877 3920 "url": "https://github.com/symfony/polyfill-php72.git",
3878   - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
  3921 + "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"
3879 3922 },
3880 3923 "dist": {
3881 3924 "type": "zip",
3882   - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
3883   - "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
  3925 + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
  3926 + "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
3884 3927 "shasum": ""
3885 3928 },
3886 3929 "require": {
... ... @@ -3889,7 +3932,7 @@
3889 3932 "type": "library",
3890 3933 "extra": {
3891 3934 "branch-alias": {
3892   - "dev-master": "1.11-dev"
  3935 + "dev-master": "1.14-dev"
3893 3936 }
3894 3937 },
3895 3938 "autoload": {
... ... @@ -3922,20 +3965,20 @@
3922 3965 "portable",
3923 3966 "shim"
3924 3967 ],
3925   - "time": "2019-02-06T07:57:58+00:00"
  3968 + "time": "2020-01-13T11:15:53+00:00"
3926 3969 },
3927 3970 {
3928 3971 "name": "symfony/var-dumper",
3929   - "version": "v4.2.8",
  3972 + "version": "v4.4.5",
3930 3973 "source": {
3931 3974 "type": "git",
3932 3975 "url": "https://github.com/symfony/var-dumper.git",
3933   - "reference": "3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce"
  3976 + "reference": "2572839911702b0405479410ea7a1334bfab0b96"
3934 3977 },
3935 3978 "dist": {
3936 3979 "type": "zip",
3937   - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce",
3938   - "reference": "3c4084cb1537c0e2ad41aad622bbf55a44a5c9ce",
  3980 + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2572839911702b0405479410ea7a1334bfab0b96",
  3981 + "reference": "2572839911702b0405479410ea7a1334bfab0b96",
3939 3982 "shasum": ""
3940 3983 },
3941 3984 "require": {
... ... @@ -3949,9 +3992,9 @@
3949 3992 },
3950 3993 "require-dev": {
3951 3994 "ext-iconv": "*",
3952   - "symfony/console": "~3.4|~4.0",
3953   - "symfony/process": "~3.4|~4.0",
3954   - "twig/twig": "~1.34|~2.4"
  3995 + "symfony/console": "^3.4|^4.0|^5.0",
  3996 + "symfony/process": "^4.4|^5.0",
  3997 + "twig/twig": "^1.34|^2.4|^3.0"
3955 3998 },
3956 3999 "suggest": {
3957 4000 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
... ... @@ -3964,7 +4007,7 @@
3964 4007 "type": "library",
3965 4008 "extra": {
3966 4009 "branch-alias": {
3967   - "dev-master": "4.2-dev"
  4010 + "dev-master": "4.4-dev"
3968 4011 }
3969 4012 },
3970 4013 "autoload": {
... ... @@ -3998,35 +4041,48 @@
3998 4041 "debug",
3999 4042 "dump"
4000 4043 ],
4001   - "time": "2019-05-01T12:55:36+00:00"
  4044 + "funding": [
  4045 + {
  4046 + "url": "https://symfony.com/sponsor",
  4047 + "type": "custom"
  4048 + },
  4049 + {
  4050 + "url": "https://github.com/fabpot",
  4051 + "type": "github"
  4052 + },
  4053 + {
  4054 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4055 + "type": "tidelift"
  4056 + }
  4057 + ],
  4058 + "time": "2020-02-24T13:10:00+00:00"
4002 4059 },
4003 4060 {
4004 4061 "name": "twig/twig",
4005   - "version": "v1.40.1",
  4062 + "version": "v1.42.5",
4006 4063 "source": {
4007 4064 "type": "git",
4008 4065 "url": "https://github.com/twigphp/Twig.git",
4009   - "reference": "35889516bbd6bbe46a600c2c33b03515df4a076e"
  4066 + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e"
4010 4067 },
4011 4068 "dist": {
4012 4069 "type": "zip",
4013   - "url": "https://api.github.com/repos/twigphp/Twig/zipball/35889516bbd6bbe46a600c2c33b03515df4a076e",
4014   - "reference": "35889516bbd6bbe46a600c2c33b03515df4a076e",
  4070 + "url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
  4071 + "reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
4015 4072 "shasum": ""
4016 4073 },
4017 4074 "require": {
4018   - "php": ">=5.4.0",
  4075 + "php": ">=5.5.0",
4019 4076 "symfony/polyfill-ctype": "^1.8"
4020 4077 },
4021 4078 "require-dev": {
4022 4079 "psr/container": "^1.0",
4023   - "symfony/debug": "^2.7",
4024   - "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  4080 + "symfony/phpunit-bridge": "^4.4|^5.0"
4025 4081 },
4026 4082 "type": "library",
4027 4083 "extra": {
4028 4084 "branch-alias": {
4029   - "dev-master": "1.40-dev"
  4085 + "dev-master": "1.42-dev"
4030 4086 }
4031 4087 },
4032 4088 "autoload": {
... ... @@ -4049,14 +4105,13 @@
4049 4105 "role": "Lead Developer"
4050 4106 },
4051 4107 {
  4108 + "name": "Twig Team",
  4109 + "role": "Contributors"
  4110 + },
  4111 + {
4052 4112 "name": "Armin Ronacher",
4053 4113 "email": "armin.ronacher@active-4.com",
4054 4114 "role": "Project Founder"
4055   - },
4056   - {
4057   - "name": "Twig Team",
4058   - "homepage": "https://twig.symfony.com/contributors",
4059   - "role": "Contributors"
4060 4115 }
4061 4116 ],
4062 4117 "description": "Twig, the flexible, fast, and secure template language for PHP",
... ... @@ -4064,7 +4119,7 @@
4064 4119 "keywords": [
4065 4120 "templating"
4066 4121 ],
4067   - "time": "2019-04-29T14:12:28+00:00"
  4122 + "time": "2020-02-11T05:59:23+00:00"
4068 4123 },
4069 4124 {
4070 4125 "name": "umpirsky/twig-php-function",
... ... @@ -4109,32 +4164,29 @@
4109 4164 },
4110 4165 {
4111 4166 "name": "webmozart/assert",
4112   - "version": "1.4.0",
  4167 + "version": "1.7.0",
4113 4168 "source": {
4114 4169 "type": "git",
4115 4170 "url": "https://github.com/webmozart/assert.git",
4116   - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
  4171 + "reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
4117 4172 },
4118 4173 "dist": {
4119 4174 "type": "zip",
4120   - "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
4121   - "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
  4175 + "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
  4176 + "reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
4122 4177 "shasum": ""
4123 4178 },
4124 4179 "require": {
4125 4180 "php": "^5.3.3 || ^7.0",
4126 4181 "symfony/polyfill-ctype": "^1.8"
4127 4182 },
  4183 + "conflict": {
  4184 + "vimeo/psalm": "<3.6.0"
  4185 + },
4128 4186 "require-dev": {
4129   - "phpunit/phpunit": "^4.6",
4130   - "sebastian/version": "^1.0.1"
  4187 + "phpunit/phpunit": "^4.8.36 || ^7.5.13"
4131 4188 },
4132 4189 "type": "library",
4133   - "extra": {
4134   - "branch-alias": {
4135   - "dev-master": "1.3-dev"
4136   - }
4137   - },
4138 4190 "autoload": {
4139 4191 "psr-4": {
4140 4192 "Webmozart\\Assert\\": "src/"
... ... @@ -4156,7 +4208,7 @@
4156 4208 "check",
4157 4209 "validate"
4158 4210 ],
4159   - "time": "2018-12-25T11:19:39+00:00"
  4211 + "time": "2020-02-14T12:15:55+00:00"
4160 4212 },
4161 4213 {
4162 4214 "name": "wyrihaximus/twig-view",
... ... @@ -4227,5 +4279,6 @@
4227 4279 "platform": {
4228 4280 "php": ">=5.6"
4229 4281 },
4230   - "platform-dev": []
  4282 + "platform-dev": [],
  4283 + "plugin-api-version": "1.1.0"
4231 4284 }
... ...