Commit 59dd9974f4373e32c27078bbeab9a3dacb03f0c6

Authored by Eder Soares
Committed by GitHub
2 parents bded8291 084c9da2
Exists in 2.9 and in 3 other branches 2.6, 2.7, 2.8

Merge pull request #8488 from portabilis/portabilis-patch-2021-05-07

Portabilis patch 07/05/2021
.editorconfig
... ... @@ -16,3 +16,6 @@ indent_size = 2
16 16  
17 17 [*.md]
18 18 trim_trailing_whitespace = false
  19 +
  20 +[composer.json]
  21 +indent_size = 4
... ...
app/Providers/AppServiceProvider.php
... ... @@ -13,10 +13,10 @@ use iEducar\Support\Navigation\Breadcrumb;
13 13 use Illuminate\Database\Eloquent\Builder;
14 14 use Illuminate\Database\Eloquent\Collection;
15 15 use Illuminate\Database\Query\Builder as QueryBuilder;
  16 +use Illuminate\Database\Schema\Builder as SchemaBuilder;
16 17 use Illuminate\Pagination\Paginator;
17 18 use Illuminate\Support\Facades\Auth;
18 19 use Illuminate\Support\Facades\Cache;
19   -use Illuminate\Support\Facades\Schema;
20 20 use Illuminate\Support\ServiceProvider;
21 21 use Illuminate\Support\Str;
22 22 use Laravel\Telescope\TelescopeServiceProvider;
... ... @@ -74,8 +74,7 @@ class AppServiceProvider extends ServiceProvider
74 74 return $keyValueArray;
75 75 });
76 76  
77   - // https://laravel.com/docs/5.5/migrations#indexes
78   - Schema::defaultStringLength(191);
  77 + SchemaBuilder::defaultStringLength(191);
79 78  
80 79 Paginator::defaultView('vendor.pagination.default');
81 80  
... ...
composer.json
... ... @@ -3,7 +3,7 @@
3 3 "description": "Software livre de gestão escolar",
4 4 "type": "project",
5 5 "license": "GPL-2.0-or-later",
6   - "version": "2.5.3",
  6 + "version": "2.6.1",
7 7 "keywords": [
8 8 "Portabilis",
9 9 "i-Educar"
... ... @@ -111,7 +111,7 @@
111 111 "@npm"
112 112 ],
113 113 "update-install": [
114   - "@composer install",
  114 + "@composer update --plug-and-play",
115 115 "@set-permissions",
116 116 "@php artisan legacy:link --ansi",
117 117 "@php artisan migrate --force --ansi",
... ...
composer.lock
... ... @@ -4,20 +4,20 @@
4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5 "This file is @generated automatically"
6 6 ],
7   - "content-hash": "12fe17b55ac7a173d23f401a6f67aec9",
  7 + "content-hash": "1f993340782cb497a36776c7ad52e66c",
8 8 "packages": [
9 9 {
10 10 "name": "asm89/stack-cors",
11   - "version": "v2.0.2",
  11 + "version": "v2.0.3",
12 12 "source": {
13 13 "type": "git",
14 14 "url": "https://github.com/asm89/stack-cors.git",
15   - "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa"
  15 + "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714"
16 16 },
17 17 "dist": {
18 18 "type": "zip",
19   - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/8d8f88b3b3830916be94292c1fbce84433efb1aa",
20   - "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa",
  19 + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/9cb795bf30988e8c96dd3c40623c48a877bc6714",
  20 + "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714",
21 21 "shasum": ""
22 22 },
23 23 "require": {
... ... @@ -58,22 +58,22 @@
58 58 ],
59 59 "support": {
60 60 "issues": "https://github.com/asm89/stack-cors/issues",
61   - "source": "https://github.com/asm89/stack-cors/tree/v2.0.2"
  61 + "source": "https://github.com/asm89/stack-cors/tree/v2.0.3"
62 62 },
63   - "time": "2020-10-29T16:03:21+00:00"
  63 + "time": "2021-03-11T06:42:03+00:00"
64 64 },
65 65 {
66 66 "name": "aws/aws-sdk-php",
67   - "version": "3.173.22",
  67 + "version": "3.180.4",
68 68 "source": {
69 69 "type": "git",
70 70 "url": "https://github.com/aws/aws-sdk-php.git",
71   - "reference": "5b8683170604c8db0e346e6df8fefcd8d74523fb"
  71 + "reference": "3e377fdfd0cda4e1412ac7aca93814d4f032d236"
72 72 },
73 73 "dist": {
74 74 "type": "zip",
75   - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5b8683170604c8db0e346e6df8fefcd8d74523fb",
76   - "reference": "5b8683170604c8db0e346e6df8fefcd8d74523fb",
  75 + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3e377fdfd0cda4e1412ac7aca93814d4f032d236",
  76 + "reference": "3e377fdfd0cda4e1412ac7aca93814d4f032d236",
77 77 "shasum": ""
78 78 },
79 79 "require": {
... ... @@ -148,9 +148,9 @@
148 148 "support": {
149 149 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
150 150 "issues": "https://github.com/aws/aws-sdk-php/issues",
151   - "source": "https://github.com/aws/aws-sdk-php/tree/3.173.22"
  151 + "source": "https://github.com/aws/aws-sdk-php/tree/3.180.4"
152 152 },
153   - "time": "2021-03-04T19:16:24+00:00"
  153 + "time": "2021-05-06T18:13:26+00:00"
154 154 },
155 155 {
156 156 "name": "aws/aws-sdk-php-laravel",
... ... @@ -409,16 +409,16 @@
409 409 },
410 410 {
411 411 "name": "dex/composer-plug-and-play",
412   - "version": "0.2.0",
  412 + "version": "0.3.0",
413 413 "source": {
414 414 "type": "git",
415 415 "url": "https://github.com/edersoares/composer-plug-and-play.git",
416   - "reference": "90660dcb1131d4c2236ee6c50ad9caa50995bfa5"
  416 + "reference": "ad2cb2eb24a8390f32f17c2ed1bd7324260292cf"
417 417 },
418 418 "dist": {
419 419 "type": "zip",
420   - "url": "https://api.github.com/repos/edersoares/composer-plug-and-play/zipball/90660dcb1131d4c2236ee6c50ad9caa50995bfa5",
421   - "reference": "90660dcb1131d4c2236ee6c50ad9caa50995bfa5",
  420 + "url": "https://api.github.com/repos/edersoares/composer-plug-and-play/zipball/ad2cb2eb24a8390f32f17c2ed1bd7324260292cf",
  421 + "reference": "ad2cb2eb24a8390f32f17c2ed1bd7324260292cf",
422 422 "shasum": ""
423 423 },
424 424 "require": {
... ... @@ -453,83 +453,45 @@
453 453 "description": "Plug and play packages for Composer",
454 454 "support": {
455 455 "issues": "https://github.com/edersoares/composer-plug-and-play/issues",
456   - "source": "https://github.com/edersoares/composer-plug-and-play/tree/0.2.0"
  456 + "source": "https://github.com/edersoares/composer-plug-and-play/tree/0.3.0"
457 457 },
458   - "time": "2021-01-05T21:12:34+00:00"
459   - },
460   - {
461   - "name": "dnoegel/php-xdg-base-dir",
462   - "version": "v0.1.1",
463   - "source": {
464   - "type": "git",
465   - "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
466   - "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
467   - },
468   - "dist": {
469   - "type": "zip",
470   - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
471   - "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
472   - "shasum": ""
473   - },
474   - "require": {
475   - "php": ">=5.3.2"
476   - },
477   - "require-dev": {
478   - "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
479   - },
480   - "type": "library",
481   - "autoload": {
482   - "psr-4": {
483   - "XdgBaseDir\\": "src/"
484   - }
485   - },
486   - "notification-url": "https://packagist.org/downloads/",
487   - "license": [
488   - "MIT"
489   - ],
490   - "description": "implementation of xdg base directory specification for php",
491   - "support": {
492   - "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
493   - "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
494   - },
495   - "time": "2019-12-04T15:06:13+00:00"
  458 + "time": "2021-03-17T21:49:00+00:00"
496 459 },
497 460 {
498 461 "name": "doctrine/cache",
499   - "version": "1.10.2",
  462 + "version": "1.11.0",
500 463 "source": {
501 464 "type": "git",
502 465 "url": "https://github.com/doctrine/cache.git",
503   - "reference": "13e3381b25847283a91948d04640543941309727"
  466 + "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0"
504 467 },
505 468 "dist": {
506 469 "type": "zip",
507   - "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
508   - "reference": "13e3381b25847283a91948d04640543941309727",
  470 + "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0",
  471 + "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0",
509 472 "shasum": ""
510 473 },
511 474 "require": {
512 475 "php": "~7.1 || ^8.0"
513 476 },
514 477 "conflict": {
515   - "doctrine/common": ">2.2,<2.4"
  478 + "doctrine/common": ">2.2,<2.4",
  479 + "psr/cache": ">=3"
516 480 },
517 481 "require-dev": {
518 482 "alcaeus/mongo-php-adapter": "^1.1",
519   - "doctrine/coding-standard": "^6.0",
  483 + "cache/integration-tests": "dev-master",
  484 + "doctrine/coding-standard": "^8.0",
520 485 "mongodb/mongodb": "^1.1",
521   - "phpunit/phpunit": "^7.0",
522   - "predis/predis": "~1.0"
  486 + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  487 + "predis/predis": "~1.0",
  488 + "psr/cache": "^1.0 || ^2.0",
  489 + "symfony/cache": "^4.4 || ^5.2"
523 490 },
524 491 "suggest": {
525 492 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
526 493 },
527 494 "type": "library",
528   - "extra": {
529   - "branch-alias": {
530   - "dev-master": "1.9.x-dev"
531   - }
532   - },
533 495 "autoload": {
534 496 "psr-4": {
535 497 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
... ... @@ -576,7 +538,7 @@
576 538 ],
577 539 "support": {
578 540 "issues": "https://github.com/doctrine/cache/issues",
579   - "source": "https://github.com/doctrine/cache/tree/1.10.x"
  541 + "source": "https://github.com/doctrine/cache/tree/1.11.0"
580 542 },
581 543 "funding": [
582 544 {
... ... @@ -592,36 +554,37 @@
592 554 "type": "tidelift"
593 555 }
594 556 ],
595   - "time": "2020-07-07T18:54:01+00:00"
  557 + "time": "2021-04-13T14:46:17+00:00"
596 558 },
597 559 {
598 560 "name": "doctrine/dbal",
599   - "version": "2.12.1",
  561 + "version": "2.13.1",
600 562 "source": {
601 563 "type": "git",
602 564 "url": "https://github.com/doctrine/dbal.git",
603   - "reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
  565 + "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9"
604 566 },
605 567 "dist": {
606 568 "type": "zip",
607   - "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
608   - "reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
  569 + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9",
  570 + "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9",
609 571 "shasum": ""
610 572 },
611 573 "require": {
612 574 "doctrine/cache": "^1.0",
  575 + "doctrine/deprecations": "^0.5.3",
613 576 "doctrine/event-manager": "^1.0",
614 577 "ext-pdo": "*",
615   - "php": "^7.3 || ^8"
  578 + "php": "^7.1 || ^8"
616 579 },
617 580 "require-dev": {
618   - "doctrine/coding-standard": "^8.1",
619   - "jetbrains/phpstorm-stubs": "^2019.1",
620   - "phpstan/phpstan": "^0.12.40",
621   - "phpunit/phpunit": "^9.4",
622   - "psalm/plugin-phpunit": "^0.10.0",
  581 + "doctrine/coding-standard": "8.2.0",
  582 + "jetbrains/phpstorm-stubs": "2020.2",
  583 + "phpstan/phpstan": "0.12.81",
  584 + "phpunit/phpunit": "^7.5.20|^8.5|9.5.0",
  585 + "squizlabs/php_codesniffer": "3.6.0",
623 586 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
624   - "vimeo/psalm": "^3.17.2"
  587 + "vimeo/psalm": "4.6.4"
625 588 },
626 589 "suggest": {
627 590 "symfony/console": "For helpful console commands such as SQL execution and import of files."
... ... @@ -630,11 +593,6 @@
630 593 "bin/doctrine-dbal"
631 594 ],
632 595 "type": "library",
633   - "extra": {
634   - "branch-alias": {
635   - "dev-master": "4.0.x-dev"
636   - }
637   - },
638 596 "autoload": {
639 597 "psr-4": {
640 598 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
... ... @@ -687,7 +645,7 @@
687 645 ],
688 646 "support": {
689 647 "issues": "https://github.com/doctrine/dbal/issues",
690   - "source": "https://github.com/doctrine/dbal/tree/2.12.1"
  648 + "source": "https://github.com/doctrine/dbal/tree/2.13.1"
691 649 },
692 650 "funding": [
693 651 {
... ... @@ -703,7 +661,50 @@
703 661 "type": "tidelift"
704 662 }
705 663 ],
706   - "time": "2020-11-14T20:26:58+00:00"
  664 + "time": "2021-04-17T17:30:19+00:00"
  665 + },
  666 + {
  667 + "name": "doctrine/deprecations",
  668 + "version": "v0.5.3",
  669 + "source": {
  670 + "type": "git",
  671 + "url": "https://github.com/doctrine/deprecations.git",
  672 + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
  673 + },
  674 + "dist": {
  675 + "type": "zip",
  676 + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
  677 + "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
  678 + "shasum": ""
  679 + },
  680 + "require": {
  681 + "php": "^7.1|^8.0"
  682 + },
  683 + "require-dev": {
  684 + "doctrine/coding-standard": "^6.0|^7.0|^8.0",
  685 + "phpunit/phpunit": "^7.0|^8.0|^9.0",
  686 + "psr/log": "^1.0"
  687 + },
  688 + "suggest": {
  689 + "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  690 + },
  691 + "type": "library",
  692 + "autoload": {
  693 + "psr-4": {
  694 + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  695 + }
  696 + },
  697 + "notification-url": "https://packagist.org/downloads/",
  698 + "license": [
  699 + "MIT"
  700 + ],
  701 + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  702 + "homepage": "https://www.doctrine-project.org/",
  703 + "support": {
  704 + "issues": "https://github.com/doctrine/deprecations/issues",
  705 + "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
  706 + },
  707 + "time": "2021-03-21T12:59:47+00:00"
707 708 },
708 709 {
709 710 "name": "doctrine/event-manager",
... ... @@ -1217,16 +1218,16 @@
1217 1218 },
1218 1219 {
1219 1220 "name": "fruitcake/laravel-cors",
1220   - "version": "v2.0.3",
  1221 + "version": "v2.0.4",
1221 1222 "source": {
1222 1223 "type": "git",
1223 1224 "url": "https://github.com/fruitcake/laravel-cors.git",
1224   - "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a"
  1225 + "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"
1225 1226 },
1226 1227 "dist": {
1227 1228 "type": "zip",
1228   - "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
1229   - "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
  1229 + "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",
  1230 + "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",
1230 1231 "shasum": ""
1231 1232 },
1232 1233 "require": {
... ... @@ -1239,8 +1240,8 @@
1239 1240 },
1240 1241 "require-dev": {
1241 1242 "laravel/framework": "^6|^7|^8",
1242   - "orchestra/testbench-dusk": "^4|^5|^6",
1243   - "phpunit/phpunit": "^6|^7|^8",
  1243 + "orchestra/testbench-dusk": "^4|^5|^6|^7",
  1244 + "phpunit/phpunit": "^6|^7|^8|^9",
1244 1245 "squizlabs/php_codesniffer": "^3.5"
1245 1246 },
1246 1247 "type": "library",
... ... @@ -1282,7 +1283,7 @@
1282 1283 ],
1283 1284 "support": {
1284 1285 "issues": "https://github.com/fruitcake/laravel-cors/issues",
1285   - "source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.3"
  1286 + "source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"
1286 1287 },
1287 1288 "funding": [
1288 1289 {
... ... @@ -1290,7 +1291,7 @@
1290 1291 "type": "github"
1291 1292 }
1292 1293 ],
1293   - "time": "2020-10-22T13:57:20+00:00"
  1294 + "time": "2021-04-26T11:24:25+00:00"
1294 1295 },
1295 1296 {
1296 1297 "name": "google/recaptcha",
... ... @@ -1412,22 +1413,22 @@
1412 1413 },
1413 1414 {
1414 1415 "name": "guzzlehttp/guzzle",
1415   - "version": "7.2.0",
  1416 + "version": "7.3.0",
1416 1417 "source": {
1417 1418 "type": "git",
1418 1419 "url": "https://github.com/guzzle/guzzle.git",
1419   - "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
  1420 + "reference": "7008573787b430c1c1f650e3722d9bba59967628"
1420 1421 },
1421 1422 "dist": {
1422 1423 "type": "zip",
1423   - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
1424   - "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
  1424 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  1425 + "reference": "7008573787b430c1c1f650e3722d9bba59967628",
1425 1426 "shasum": ""
1426 1427 },
1427 1428 "require": {
1428 1429 "ext-json": "*",
1429 1430 "guzzlehttp/promises": "^1.4",
1430   - "guzzlehttp/psr7": "^1.7",
  1431 + "guzzlehttp/psr7": "^1.7 || ^2.0",
1431 1432 "php": "^7.2.5 || ^8.0",
1432 1433 "psr/http-client": "^1.0"
1433 1434 },
... ... @@ -1435,6 +1436,7 @@
1435 1436 "psr/http-client-implementation": "1.0"
1436 1437 },
1437 1438 "require-dev": {
  1439 + "bamarni/composer-bin-plugin": "^1.4.1",
1438 1440 "ext-curl": "*",
1439 1441 "php-http/client-integration-tests": "^3.0",
1440 1442 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
... ... @@ -1448,7 +1450,7 @@
1448 1450 "type": "library",
1449 1451 "extra": {
1450 1452 "branch-alias": {
1451   - "dev-master": "7.1-dev"
  1453 + "dev-master": "7.3-dev"
1452 1454 }
1453 1455 },
1454 1456 "autoload": {
... ... @@ -1490,7 +1492,7 @@
1490 1492 ],
1491 1493 "support": {
1492 1494 "issues": "https://github.com/guzzle/guzzle/issues",
1493   - "source": "https://github.com/guzzle/guzzle/tree/7.2.0"
  1495 + "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
1494 1496 },
1495 1497 "funding": [
1496 1498 {
... ... @@ -1510,20 +1512,20 @@
1510 1512 "type": "github"
1511 1513 }
1512 1514 ],
1513   - "time": "2020-10-10T11:47:56+00:00"
  1515 + "time": "2021-03-23T11:33:13+00:00"
1514 1516 },
1515 1517 {
1516 1518 "name": "guzzlehttp/promises",
1517   - "version": "1.4.0",
  1519 + "version": "1.4.1",
1518 1520 "source": {
1519 1521 "type": "git",
1520 1522 "url": "https://github.com/guzzle/promises.git",
1521   - "reference": "60d379c243457e073cff02bc323a2a86cb355631"
  1523 + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
1522 1524 },
1523 1525 "dist": {
1524 1526 "type": "zip",
1525   - "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
1526   - "reference": "60d379c243457e073cff02bc323a2a86cb355631",
  1527 + "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  1528 + "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
1527 1529 "shasum": ""
1528 1530 },
1529 1531 "require": {
... ... @@ -1563,22 +1565,22 @@
1563 1565 ],
1564 1566 "support": {
1565 1567 "issues": "https://github.com/guzzle/promises/issues",
1566   - "source": "https://github.com/guzzle/promises/tree/1.4.0"
  1568 + "source": "https://github.com/guzzle/promises/tree/1.4.1"
1567 1569 },
1568   - "time": "2020-09-30T07:37:28+00:00"
  1570 + "time": "2021-03-07T09:25:29+00:00"
1569 1571 },
1570 1572 {
1571 1573 "name": "guzzlehttp/psr7",
1572   - "version": "1.7.0",
  1574 + "version": "1.8.2",
1573 1575 "source": {
1574 1576 "type": "git",
1575 1577 "url": "https://github.com/guzzle/psr7.git",
1576   - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
  1578 + "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
1577 1579 },
1578 1580 "dist": {
1579 1581 "type": "zip",
1580   - "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
1581   - "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
  1582 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
  1583 + "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
1582 1584 "shasum": ""
1583 1585 },
1584 1586 "require": {
... ... @@ -1638,26 +1640,27 @@
1638 1640 ],
1639 1641 "support": {
1640 1642 "issues": "https://github.com/guzzle/psr7/issues",
1641   - "source": "https://github.com/guzzle/psr7/tree/1.7.0"
  1643 + "source": "https://github.com/guzzle/psr7/tree/1.8.2"
1642 1644 },
1643   - "time": "2020-09-30T07:37:11+00:00"
  1645 + "time": "2021-04-26T09:17:50+00:00"
1644 1646 },
1645 1647 {
1646 1648 "name": "honeybadger-io/honeybadger-laravel",
1647   - "version": "v3.6.0",
  1649 + "version": "v3.9.0",
1648 1650 "source": {
1649 1651 "type": "git",
1650 1652 "url": "https://github.com/honeybadger-io/honeybadger-laravel.git",
1651   - "reference": "96181230cfce844d8411def46acef22a02c8d3e5"
  1653 + "reference": "2637a6a5f0f8760b93a188de0c83eca086324a3e"
1652 1654 },
1653 1655 "dist": {
1654 1656 "type": "zip",
1655   - "url": "https://api.github.com/repos/honeybadger-io/honeybadger-laravel/zipball/96181230cfce844d8411def46acef22a02c8d3e5",
1656   - "reference": "96181230cfce844d8411def46acef22a02c8d3e5",
  1657 + "url": "https://api.github.com/repos/honeybadger-io/honeybadger-laravel/zipball/2637a6a5f0f8760b93a188de0c83eca086324a3e",
  1658 + "reference": "2637a6a5f0f8760b93a188de0c83eca086324a3e",
1657 1659 "shasum": ""
1658 1660 },
1659 1661 "require": {
1660   - "honeybadger-io/honeybadger-php": "^2.1",
  1662 + "ext-json": "*",
  1663 + "honeybadger-io/honeybadger-php": "^2.8.2",
1661 1664 "illuminate/console": "^7.0|^8.0",
1662 1665 "illuminate/support": "^7.0|^8.0",
1663 1666 "php": "^7.2|^8.0",
... ... @@ -1710,22 +1713,22 @@
1710 1713 ],
1711 1714 "support": {
1712 1715 "issues": "https://github.com/honeybadger-io/honeybadger-laravel/issues",
1713   - "source": "https://github.com/honeybadger-io/honeybadger-laravel/tree/v3.6.0"
  1716 + "source": "https://github.com/honeybadger-io/honeybadger-laravel/tree/v3.9.0"
1714 1717 },
1715   - "time": "2021-02-19T17:13:42+00:00"
  1718 + "time": "2021-04-12T13:43:03+00:00"
1716 1719 },
1717 1720 {
1718 1721 "name": "honeybadger-io/honeybadger-php",
1719   - "version": "v2.6.0",
  1722 + "version": "v2.8.3",
1720 1723 "source": {
1721 1724 "type": "git",
1722 1725 "url": "https://github.com/honeybadger-io/honeybadger-php.git",
1723   - "reference": "2748ad00a086d1c9639839f82868776686ea054c"
  1726 + "reference": "351eb5ced76d855014b59aa27bc27af6e7501cd5"
1724 1727 },
1725 1728 "dist": {
1726 1729 "type": "zip",
1727   - "url": "https://api.github.com/repos/honeybadger-io/honeybadger-php/zipball/2748ad00a086d1c9639839f82868776686ea054c",
1728   - "reference": "2748ad00a086d1c9639839f82868776686ea054c",
  1730 + "url": "https://api.github.com/repos/honeybadger-io/honeybadger-php/zipball/351eb5ced76d855014b59aa27bc27af6e7501cd5",
  1731 + "reference": "351eb5ced76d855014b59aa27bc27af6e7501cd5",
1729 1732 "shasum": ""
1730 1733 },
1731 1734 "require": {
... ... @@ -1777,9 +1780,9 @@
1777 1780 ],
1778 1781 "support": {
1779 1782 "issues": "https://github.com/honeybadger-io/honeybadger-php/issues",
1780   - "source": "https://github.com/honeybadger-io/honeybadger-php/tree/v2.6.0"
  1783 + "source": "https://github.com/honeybadger-io/honeybadger-php/tree/v2.8.3"
1781 1784 },
1782   - "time": "2021-02-24T17:10:23+00:00"
  1785 + "time": "2021-04-13T14:34:28+00:00"
1783 1786 },
1784 1787 {
1785 1788 "name": "intervention/image",
... ... @@ -1857,16 +1860,16 @@
1857 1860 },
1858 1861 {
1859 1862 "name": "laravel/framework",
1860   - "version": "v8.31.0",
  1863 + "version": "v8.40.0",
1861 1864 "source": {
1862 1865 "type": "git",
1863 1866 "url": "https://github.com/laravel/framework.git",
1864   - "reference": "2aa5c2488d25178ebc097052c7897a0e463ddc35"
  1867 + "reference": "a654897ad7f97aea9d7ef292803939798c4a02a4"
1865 1868 },
1866 1869 "dist": {
1867 1870 "type": "zip",
1868   - "url": "https://api.github.com/repos/laravel/framework/zipball/2aa5c2488d25178ebc097052c7897a0e463ddc35",
1869   - "reference": "2aa5c2488d25178ebc097052c7897a0e463ddc35",
  1871 + "url": "https://api.github.com/repos/laravel/framework/zipball/a654897ad7f97aea9d7ef292803939798c4a02a4",
  1872 + "reference": "a654897ad7f97aea9d7ef292803939798c4a02a4",
1870 1873 "shasum": ""
1871 1874 },
1872 1875 "require": {
... ... @@ -2021,20 +2024,20 @@
2021 2024 "issues": "https://github.com/laravel/framework/issues",
2022 2025 "source": "https://github.com/laravel/framework"
2023 2026 },
2024   - "time": "2021-03-04T15:22:36+00:00"
  2027 + "time": "2021-04-28T14:38:56+00:00"
2025 2028 },
2026 2029 {
2027 2030 "name": "laravel/horizon",
2028   - "version": "v5.7.0",
  2031 + "version": "v5.7.6",
2029 2032 "source": {
2030 2033 "type": "git",
2031 2034 "url": "https://github.com/laravel/horizon.git",
2032   - "reference": "40ca8137087e90fcd6b91265698fbc009a4fc861"
  2035 + "reference": "24ffd819df749ef11a4eb20e14150b671d4f5717"
2033 2036 },
2034 2037 "dist": {
2035 2038 "type": "zip",
2036   - "url": "https://api.github.com/repos/laravel/horizon/zipball/40ca8137087e90fcd6b91265698fbc009a4fc861",
2037   - "reference": "40ca8137087e90fcd6b91265698fbc009a4fc861",
  2039 + "url": "https://api.github.com/repos/laravel/horizon/zipball/24ffd819df749ef11a4eb20e14150b671d4f5717",
  2040 + "reference": "24ffd819df749ef11a4eb20e14150b671d4f5717",
2038 2041 "shasum": ""
2039 2042 },
2040 2043 "require": {
... ... @@ -2096,9 +2099,9 @@
2096 2099 ],
2097 2100 "support": {
2098 2101 "issues": "https://github.com/laravel/horizon/issues",
2099   - "source": "https://github.com/laravel/horizon/tree/v5.7.0"
  2102 + "source": "https://github.com/laravel/horizon/tree/v5.7.6"
2100 2103 },
2101   - "time": "2021-02-16T15:52:59+00:00"
  2104 + "time": "2021-04-27T18:00:46+00:00"
2102 2105 },
2103 2106 {
2104 2107 "name": "laravel/legacy-factories",
... ... @@ -2226,16 +2229,16 @@
2226 2229 },
2227 2230 {
2228 2231 "name": "laravel/ui",
2229   - "version": "v3.2.0",
  2232 + "version": "v3.2.1",
2230 2233 "source": {
2231 2234 "type": "git",
2232 2235 "url": "https://github.com/laravel/ui.git",
2233   - "reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351"
  2236 + "reference": "e2478cd0342a92ec1c8c77422553bda8ee004fd0"
2234 2237 },
2235 2238 "dist": {
2236 2239 "type": "zip",
2237   - "url": "https://api.github.com/repos/laravel/ui/zipball/a1f82c6283c8373ea1958b8a27c3d5c98cade351",
2238   - "reference": "a1f82c6283c8373ea1958b8a27c3d5c98cade351",
  2240 + "url": "https://api.github.com/repos/laravel/ui/zipball/e2478cd0342a92ec1c8c77422553bda8ee004fd0",
  2241 + "reference": "e2478cd0342a92ec1c8c77422553bda8ee004fd0",
2239 2242 "shasum": ""
2240 2243 },
2241 2244 "require": {
... ... @@ -2277,23 +2280,22 @@
2277 2280 "ui"
2278 2281 ],
2279 2282 "support": {
2280   - "issues": "https://github.com/laravel/ui/issues",
2281   - "source": "https://github.com/laravel/ui/tree/v3.2.0"
  2283 + "source": "https://github.com/laravel/ui/tree/v3.2.1"
2282 2284 },
2283   - "time": "2021-01-06T19:20:22+00:00"
  2285 + "time": "2021-04-27T18:17:41+00:00"
2284 2286 },
2285 2287 {
2286 2288 "name": "league/commonmark",
2287   - "version": "1.5.7",
  2289 + "version": "1.6.0",
2288 2290 "source": {
2289 2291 "type": "git",
2290 2292 "url": "https://github.com/thephpleague/commonmark.git",
2291   - "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54"
  2293 + "reference": "19a9673b833cc37770439097b381d86cd125bfe8"
2292 2294 },
2293 2295 "dist": {
2294 2296 "type": "zip",
2295   - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/11df9b36fd4f1d2b727a73bf14931d81373b9a54",
2296   - "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54",
  2297 + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/19a9673b833cc37770439097b381d86cd125bfe8",
  2298 + "reference": "19a9673b833cc37770439097b381d86cd125bfe8",
2297 2299 "shasum": ""
2298 2300 },
2299 2301 "require": {
... ... @@ -2381,26 +2383,26 @@
2381 2383 "type": "tidelift"
2382 2384 }
2383 2385 ],
2384   - "time": "2020-10-31T13:49:32+00:00"
  2386 + "time": "2021-05-01T19:00:49+00:00"
2385 2387 },
2386 2388 {
2387 2389 "name": "league/csv",
2388   - "version": "9.6.2",
  2390 + "version": "9.7.1",
2389 2391 "source": {
2390 2392 "type": "git",
2391 2393 "url": "https://github.com/thephpleague/csv.git",
2392   - "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e"
  2394 + "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1"
2393 2395 },
2394 2396 "dist": {
2395 2397 "type": "zip",
2396   - "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e",
2397   - "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e",
  2398 + "url": "https://api.github.com/repos/thephpleague/csv/zipball/0ec57e8264ec92565974ead0d1724cf1026e10c1",
  2399 + "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1",
2398 2400 "shasum": ""
2399 2401 },
2400 2402 "require": {
2401 2403 "ext-json": "*",
2402 2404 "ext-mbstring": "*",
2403   - "php": ">=7.2.5"
  2405 + "php": "^7.3 || ^8.0"
2404 2406 },
2405 2407 "require-dev": {
2406 2408 "ext-curl": "*",
... ... @@ -2409,7 +2411,7 @@
2409 2411 "phpstan/phpstan": "^0.12.0",
2410 2412 "phpstan/phpstan-phpunit": "^0.12.0",
2411 2413 "phpstan/phpstan-strict-rules": "^0.12.0",
2412   - "phpunit/phpunit": "^8.5"
  2414 + "phpunit/phpunit": "^9.5"
2413 2415 },
2414 2416 "suggest": {
2415 2417 "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
... ... @@ -2465,7 +2467,7 @@
2465 2467 "type": "github"
2466 2468 }
2467 2469 ],
2468   - "time": "2020-12-10T19:40:30+00:00"
  2470 + "time": "2021-04-17T16:32:08+00:00"
2469 2471 },
2470 2472 {
2471 2473 "name": "league/flysystem",
... ... @@ -2768,23 +2770,23 @@
2768 2770 },
2769 2771 {
2770 2772 "name": "maatwebsite/excel",
2771   - "version": "3.1.27",
  2773 + "version": "3.1.30",
2772 2774 "source": {
2773 2775 "type": "git",
2774 2776 "url": "https://github.com/Maatwebsite/Laravel-Excel.git",
2775   - "reference": "584d65427eae4de0ba072297c8fac9b0d63dbc37"
  2777 + "reference": "aa5d2e4d25c5c8218ea0a15103da95f5f8728953"
2776 2778 },
2777 2779 "dist": {
2778 2780 "type": "zip",
2779   - "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/584d65427eae4de0ba072297c8fac9b0d63dbc37",
2780   - "reference": "584d65427eae4de0ba072297c8fac9b0d63dbc37",
  2781 + "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/aa5d2e4d25c5c8218ea0a15103da95f5f8728953",
  2782 + "reference": "aa5d2e4d25c5c8218ea0a15103da95f5f8728953",
2781 2783 "shasum": ""
2782 2784 },
2783 2785 "require": {
2784 2786 "ext-json": "*",
2785 2787 "illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
2786 2788 "php": "^7.0|^8.0",
2787   - "phpoffice/phpspreadsheet": "^1.16"
  2789 + "phpoffice/phpspreadsheet": "1.16.*"
2788 2790 },
2789 2791 "require-dev": {
2790 2792 "orchestra/testbench": "^6.0",
... ... @@ -2830,7 +2832,7 @@
2830 2832 ],
2831 2833 "support": {
2832 2834 "issues": "https://github.com/Maatwebsite/Laravel-Excel/issues",
2833   - "source": "https://github.com/Maatwebsite/Laravel-Excel/tree/3.1.27"
  2835 + "source": "https://github.com/Maatwebsite/Laravel-Excel/tree/3.1.30"
2834 2836 },
2835 2837 "funding": [
2836 2838 {
... ... @@ -2842,7 +2844,7 @@
2842 2844 "type": "github"
2843 2845 }
2844 2846 ],
2845   - "time": "2021-02-22T16:58:19+00:00"
  2847 + "time": "2021-04-06T17:17:02+00:00"
2846 2848 },
2847 2849 {
2848 2850 "name": "maennchen/zipstream-php",
... ... @@ -3361,16 +3363,16 @@
3361 3363 },
3362 3364 {
3363 3365 "name": "nesbot/carbon",
3364   - "version": "2.45.1",
  3366 + "version": "2.47.0",
3365 3367 "source": {
3366 3368 "type": "git",
3367 3369 "url": "https://github.com/briannesbitt/Carbon.git",
3368   - "reference": "528783b188bdb853eb21239b1722831e0f000a8d"
  3370 + "reference": "606262fd8888b75317ba9461825a24fc34001e1e"
3369 3371 },
3370 3372 "dist": {
3371 3373 "type": "zip",
3372   - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/528783b188bdb853eb21239b1722831e0f000a8d",
3373   - "reference": "528783b188bdb853eb21239b1722831e0f000a8d",
  3374 + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/606262fd8888b75317ba9461825a24fc34001e1e",
  3375 + "reference": "606262fd8888b75317ba9461825a24fc34001e1e",
3374 3376 "shasum": ""
3375 3377 },
3376 3378 "require": {
... ... @@ -3450,20 +3452,20 @@
3450 3452 "type": "tidelift"
3451 3453 }
3452 3454 ],
3453   - "time": "2021-02-11T18:30:17+00:00"
  3455 + "time": "2021-04-13T21:54:02+00:00"
3454 3456 },
3455 3457 {
3456 3458 "name": "nikic/php-parser",
3457   - "version": "v4.10.4",
  3459 + "version": "v4.10.5",
3458 3460 "source": {
3459 3461 "type": "git",
3460 3462 "url": "https://github.com/nikic/PHP-Parser.git",
3461   - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
  3463 + "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f"
3462 3464 },
3463 3465 "dist": {
3464 3466 "type": "zip",
3465   - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
3466   - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
  3467 + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f",
  3468 + "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f",
3467 3469 "shasum": ""
3468 3470 },
3469 3471 "require": {
... ... @@ -3504,9 +3506,9 @@
3504 3506 ],
3505 3507 "support": {
3506 3508 "issues": "https://github.com/nikic/PHP-Parser/issues",
3507   - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
  3509 + "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5"
3508 3510 },
3509   - "time": "2020-12-20T10:01:03+00:00"
  3511 + "time": "2021-05-03T19:11:20+00:00"
3510 3512 },
3511 3513 {
3512 3514 "name": "nuwave/lighthouse",
... ... @@ -3627,16 +3629,16 @@
3627 3629 },
3628 3630 {
3629 3631 "name": "opis/closure",
3630   - "version": "3.6.1",
  3632 + "version": "3.6.2",
3631 3633 "source": {
3632 3634 "type": "git",
3633 3635 "url": "https://github.com/opis/closure.git",
3634   - "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
  3636 + "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
3635 3637 },
3636 3638 "dist": {
3637 3639 "type": "zip",
3638   - "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
3639   - "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
  3640 + "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
  3641 + "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
3640 3642 "shasum": ""
3641 3643 },
3642 3644 "require": {
... ... @@ -3686,22 +3688,22 @@
3686 3688 ],
3687 3689 "support": {
3688 3690 "issues": "https://github.com/opis/closure/issues",
3689   - "source": "https://github.com/opis/closure/tree/3.6.1"
  3691 + "source": "https://github.com/opis/closure/tree/3.6.2"
3690 3692 },
3691   - "time": "2020-11-07T02:01:34+00:00"
  3693 + "time": "2021-04-09T13:42:10+00:00"
3692 3694 },
3693 3695 {
3694 3696 "name": "phpoffice/phpspreadsheet",
3695   - "version": "1.17.1",
  3697 + "version": "1.16.0",
3696 3698 "source": {
3697 3699 "type": "git",
3698 3700 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
3699   - "reference": "c55269cb06911575a126dc225a05c0e4626e5fb4"
  3701 + "reference": "76d4323b85129d0c368149c831a07a3e258b2b50"
3700 3702 },
3701 3703 "dist": {
3702 3704 "type": "zip",
3703   - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c55269cb06911575a126dc225a05c0e4626e5fb4",
3704   - "reference": "c55269cb06911575a126dc225a05c0e4626e5fb4",
  3705 + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/76d4323b85129d0c368149c831a07a3e258b2b50",
  3706 + "reference": "76d4323b85129d0c368149c831a07a3e258b2b50",
3705 3707 "shasum": ""
3706 3708 },
3707 3709 "require": {
... ... @@ -3729,7 +3731,7 @@
3729 3731 },
3730 3732 "require-dev": {
3731 3733 "dompdf/dompdf": "^0.8.5",
3732   - "friendsofphp/php-cs-fixer": "^2.18",
  3734 + "friendsofphp/php-cs-fixer": "^2.16",
3733 3735 "jpgraph/jpgraph": "^4.0",
3734 3736 "mpdf/mpdf": "^8.0",
3735 3737 "phpcompatibility/php-compatibility": "^9.3",
... ... @@ -3787,9 +3789,9 @@
3787 3789 ],
3788 3790 "support": {
3789 3791 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
3790   - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.17.1"
  3792 + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.16.0"
3791 3793 },
3792   - "time": "2021-03-02T17:54:11+00:00"
  3794 + "time": "2020-12-31T18:03:49+00:00"
3793 3795 },
3794 3796 {
3795 3797 "name": "phpoption/phpoption",
... ... @@ -3862,16 +3864,16 @@
3862 3864 },
3863 3865 {
3864 3866 "name": "phpseclib/phpseclib",
3865   - "version": "2.0.30",
  3867 + "version": "2.0.31",
3866 3868 "source": {
3867 3869 "type": "git",
3868 3870 "url": "https://github.com/phpseclib/phpseclib.git",
3869   - "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36"
  3871 + "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
3870 3872 },
3871 3873 "dist": {
3872 3874 "type": "zip",
3873   - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
3874   - "reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
  3875 + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
  3876 + "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
3875 3877 "shasum": ""
3876 3878 },
3877 3879 "require": {
... ... @@ -3951,7 +3953,7 @@
3951 3953 ],
3952 3954 "support": {
3953 3955 "issues": "https://github.com/phpseclib/phpseclib/issues",
3954   - "source": "https://github.com/phpseclib/phpseclib/tree/2.0.30"
  3956 + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
3955 3957 },
3956 3958 "funding": [
3957 3959 {
... ... @@ -3967,27 +3969,26 @@
3967 3969 "type": "tidelift"
3968 3970 }
3969 3971 ],
3970   - "time": "2020-12-17T05:42:04+00:00"
  3972 + "time": "2021-04-06T13:56:45+00:00"
3971 3973 },
3972 3974 {
3973 3975 "name": "predis/predis",
3974   - "version": "v1.1.6",
  3976 + "version": "v1.1.7",
3975 3977 "source": {
3976 3978 "type": "git",
3977 3979 "url": "https://github.com/predis/predis.git",
3978   - "reference": "9930e933c67446962997b05201c69c2319bf26de"
  3980 + "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8"
3979 3981 },
3980 3982 "dist": {
3981 3983 "type": "zip",
3982   - "url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
3983   - "reference": "9930e933c67446962997b05201c69c2319bf26de",
  3984 + "url": "https://api.github.com/repos/predis/predis/zipball/b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
  3985 + "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
3984 3986 "shasum": ""
3985 3987 },
3986 3988 "require": {
3987 3989 "php": ">=5.3.9"
3988 3990 },
3989 3991 "require-dev": {
3990   - "cweagans/composer-patches": "^1.6",
3991 3992 "phpunit/phpunit": "~4.8"
3992 3993 },
3993 3994 "suggest": {
... ... @@ -3995,18 +3996,6 @@
3995 3996 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
3996 3997 },
3997 3998 "type": "library",
3998   - "extra": {
3999   - "composer-exit-on-patch-failure": true,
4000   - "patches": {
4001   - "phpunit/phpunit-mock-objects": {
4002   - "Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
4003   - },
4004   - "phpunit/phpunit": {
4005   - "Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
4006   - "Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
4007   - }
4008   - }
4009   - },
4010 3999 "autoload": {
4011 4000 "psr-4": {
4012 4001 "Predis\\": "src/"
... ... @@ -4038,7 +4027,7 @@
4038 4027 ],
4039 4028 "support": {
4040 4029 "issues": "https://github.com/predis/predis/issues",
4041   - "source": "https://github.com/predis/predis/tree/v1.1.6"
  4030 + "source": "https://github.com/predis/predis/tree/v1.1.7"
4042 4031 },
4043 4032 "funding": [
4044 4033 {
... ... @@ -4046,7 +4035,7 @@
4046 4035 "type": "github"
4047 4036 }
4048 4037 ],
4049   - "time": "2020-09-11T19:18:05+00:00"
  4038 + "time": "2021-04-04T19:34:46+00:00"
4050 4039 },
4051 4040 {
4052 4041 "name": "psr/cache",
... ... @@ -4357,16 +4346,16 @@
4357 4346 },
4358 4347 {
4359 4348 "name": "psr/log",
4360   - "version": "1.1.3",
  4349 + "version": "1.1.4",
4361 4350 "source": {
4362 4351 "type": "git",
4363 4352 "url": "https://github.com/php-fig/log.git",
4364   - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  4353 + "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
4365 4354 },
4366 4355 "dist": {
4367 4356 "type": "zip",
4368   - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
4369   - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  4357 + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  4358 + "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
4370 4359 "shasum": ""
4371 4360 },
4372 4361 "require": {
... ... @@ -4390,7 +4379,7 @@
4390 4379 "authors": [
4391 4380 {
4392 4381 "name": "PHP-FIG",
4393   - "homepage": "http://www.php-fig.org/"
  4382 + "homepage": "https://www.php-fig.org/"
4394 4383 }
4395 4384 ],
4396 4385 "description": "Common interface for logging libraries",
... ... @@ -4401,9 +4390,9 @@
4401 4390 "psr-3"
4402 4391 ],
4403 4392 "support": {
4404   - "source": "https://github.com/php-fig/log/tree/1.1.3"
  4393 + "source": "https://github.com/php-fig/log/tree/1.1.4"
4405 4394 },
4406   - "time": "2020-03-23T09:12:05+00:00"
  4395 + "time": "2021-05-03T11:20:27+00:00"
4407 4396 },
4408 4397 {
4409 4398 "name": "psr/simple-cache",
... ... @@ -4458,20 +4447,19 @@
4458 4447 },
4459 4448 {
4460 4449 "name": "psy/psysh",
4461   - "version": "v0.10.6",
  4450 + "version": "v0.10.8",
4462 4451 "source": {
4463 4452 "type": "git",
4464 4453 "url": "https://github.com/bobthecow/psysh.git",
4465   - "reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3"
  4454 + "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3"
4466 4455 },
4467 4456 "dist": {
4468 4457 "type": "zip",
4469   - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/6f990c19f91729de8b31e639d6e204ea59f19cf3",
4470   - "reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3",
  4458 + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3",
  4459 + "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3",
4471 4460 "shasum": ""
4472 4461 },
4473 4462 "require": {
4474   - "dnoegel/php-xdg-base-dir": "0.1.*",
4475 4463 "ext-json": "*",
4476 4464 "ext-tokenizer": "*",
4477 4465 "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
... ... @@ -4528,9 +4516,9 @@
4528 4516 ],
4529 4517 "support": {
4530 4518 "issues": "https://github.com/bobthecow/psysh/issues",
4531   - "source": "https://github.com/bobthecow/psysh/tree/v0.10.6"
  4519 + "source": "https://github.com/bobthecow/psysh/tree/v0.10.8"
4532 4520 },
4533   - "time": "2021-01-18T15:53:43+00:00"
  4521 + "time": "2021-04-10T16:23:39+00:00"
4534 4522 },
4535 4523 {
4536 4524 "name": "ralouphie/getallheaders",
... ... @@ -4862,20 +4850,20 @@
4862 4850 },
4863 4851 {
4864 4852 "name": "swiftmailer/swiftmailer",
4865   - "version": "v6.2.6",
  4853 + "version": "v6.2.7",
4866 4854 "source": {
4867 4855 "type": "git",
4868 4856 "url": "https://github.com/swiftmailer/swiftmailer.git",
4869   - "reference": "d2791ff0b73247cdc2096b14f5580aba40c12bff"
  4857 + "reference": "15f7faf8508e04471f666633addacf54c0ab5933"
4870 4858 },
4871 4859 "dist": {
4872 4860 "type": "zip",
4873   - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d2791ff0b73247cdc2096b14f5580aba40c12bff",
4874   - "reference": "d2791ff0b73247cdc2096b14f5580aba40c12bff",
  4861 + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933",
  4862 + "reference": "15f7faf8508e04471f666633addacf54c0ab5933",
4875 4863 "shasum": ""
4876 4864 },
4877 4865 "require": {
4878   - "egulias/email-validator": "^2.0",
  4866 + "egulias/email-validator": "^2.0|^3.1",
4879 4867 "php": ">=7.0.0",
4880 4868 "symfony/polyfill-iconv": "^1.0",
4881 4869 "symfony/polyfill-intl-idn": "^1.10",
... ... @@ -4921,7 +4909,7 @@
4921 4909 ],
4922 4910 "support": {
4923 4911 "issues": "https://github.com/swiftmailer/swiftmailer/issues",
4924   - "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.6"
  4912 + "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7"
4925 4913 },
4926 4914 "funding": [
4927 4915 {
... ... @@ -4933,20 +4921,20 @@
4933 4921 "type": "tidelift"
4934 4922 }
4935 4923 ],
4936   - "time": "2021-03-05T12:08:49+00:00"
  4924 + "time": "2021-03-09T12:30:35+00:00"
4937 4925 },
4938 4926 {
4939 4927 "name": "symfony/console",
4940   - "version": "v5.2.4",
  4928 + "version": "v5.2.7",
4941 4929 "source": {
4942 4930 "type": "git",
4943 4931 "url": "https://github.com/symfony/console.git",
4944   - "reference": "d6d0cc30d8c0fda4e7b213c20509b0159a8f4556"
  4932 + "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629"
4945 4933 },
4946 4934 "dist": {
4947 4935 "type": "zip",
4948   - "url": "https://api.github.com/repos/symfony/console/zipball/d6d0cc30d8c0fda4e7b213c20509b0159a8f4556",
4949   - "reference": "d6d0cc30d8c0fda4e7b213c20509b0159a8f4556",
  4936 + "url": "https://api.github.com/repos/symfony/console/zipball/90374b8ed059325b49a29b55b3f8bb4062c87629",
  4937 + "reference": "90374b8ed059325b49a29b55b3f8bb4062c87629",
4950 4938 "shasum": ""
4951 4939 },
4952 4940 "require": {
... ... @@ -5014,7 +5002,7 @@
5014 5002 "terminal"
5015 5003 ],
5016 5004 "support": {
5017   - "source": "https://github.com/symfony/console/tree/v5.2.4"
  5005 + "source": "https://github.com/symfony/console/tree/v5.2.7"
5018 5006 },
5019 5007 "funding": [
5020 5008 {
... ... @@ -5030,20 +5018,20 @@
5030 5018 "type": "tidelift"
5031 5019 }
5032 5020 ],
5033   - "time": "2021-02-23T10:08:49+00:00"
  5021 + "time": "2021-04-19T14:07:32+00:00"
5034 5022 },
5035 5023 {
5036 5024 "name": "symfony/css-selector",
5037   - "version": "v5.2.4",
  5025 + "version": "v5.2.7",
5038 5026 "source": {
5039 5027 "type": "git",
5040 5028 "url": "https://github.com/symfony/css-selector.git",
5041   - "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
  5029 + "reference": "59a684f5ac454f066ecbe6daecce6719aed283fb"
5042 5030 },
5043 5031 "dist": {
5044 5032 "type": "zip",
5045   - "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
5046   - "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
  5033 + "url": "https://api.github.com/repos/symfony/css-selector/zipball/59a684f5ac454f066ecbe6daecce6719aed283fb",
  5034 + "reference": "59a684f5ac454f066ecbe6daecce6719aed283fb",
5047 5035 "shasum": ""
5048 5036 },
5049 5037 "require": {
... ... @@ -5079,7 +5067,7 @@
5079 5067 "description": "Converts CSS selectors to XPath expressions",
5080 5068 "homepage": "https://symfony.com",
5081 5069 "support": {
5082   - "source": "https://github.com/symfony/css-selector/tree/v5.2.4"
  5070 + "source": "https://github.com/symfony/css-selector/tree/v5.3.0-BETA1"
5083 5071 },
5084 5072 "funding": [
5085 5073 {
... ... @@ -5095,20 +5083,20 @@
5095 5083 "type": "tidelift"
5096 5084 }
5097 5085 ],
5098   - "time": "2021-01-27T10:01:46+00:00"
  5086 + "time": "2021-04-07T16:07:52+00:00"
5099 5087 },
5100 5088 {
5101 5089 "name": "symfony/deprecation-contracts",
5102   - "version": "v2.2.0",
  5090 + "version": "v2.4.0",
5103 5091 "source": {
5104 5092 "type": "git",
5105 5093 "url": "https://github.com/symfony/deprecation-contracts.git",
5106   - "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
  5094 + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
5107 5095 },
5108 5096 "dist": {
5109 5097 "type": "zip",
5110   - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
5111   - "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  5098 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  5099 + "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
5112 5100 "shasum": ""
5113 5101 },
5114 5102 "require": {
... ... @@ -5117,7 +5105,7 @@
5117 5105 "type": "library",
5118 5106 "extra": {
5119 5107 "branch-alias": {
5120   - "dev-master": "2.2-dev"
  5108 + "dev-main": "2.4-dev"
5121 5109 },
5122 5110 "thanks": {
5123 5111 "name": "symfony/contracts",
... ... @@ -5146,7 +5134,7 @@
5146 5134 "description": "A generic function and convention to trigger deprecation notices",
5147 5135 "homepage": "https://symfony.com",
5148 5136 "support": {
5149   - "source": "https://github.com/symfony/deprecation-contracts/tree/master"
  5137 + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
5150 5138 },
5151 5139 "funding": [
5152 5140 {
... ... @@ -5162,20 +5150,20 @@
5162 5150 "type": "tidelift"
5163 5151 }
5164 5152 ],
5165   - "time": "2020-09-07T11:33:47+00:00"
  5153 + "time": "2021-03-23T23:28:01+00:00"
5166 5154 },
5167 5155 {
5168 5156 "name": "symfony/error-handler",
5169   - "version": "v5.2.4",
  5157 + "version": "v5.2.7",
5170 5158 "source": {
5171 5159 "type": "git",
5172 5160 "url": "https://github.com/symfony/error-handler.git",
5173   - "reference": "b547d3babcab5c31e01de59ee33e9d9c1421d7d0"
  5161 + "reference": "ea3ddbf67615e883ca7c33a4de61213789846782"
5174 5162 },
5175 5163 "dist": {
5176 5164 "type": "zip",
5177   - "url": "https://api.github.com/repos/symfony/error-handler/zipball/b547d3babcab5c31e01de59ee33e9d9c1421d7d0",
5178   - "reference": "b547d3babcab5c31e01de59ee33e9d9c1421d7d0",
  5165 + "url": "https://api.github.com/repos/symfony/error-handler/zipball/ea3ddbf67615e883ca7c33a4de61213789846782",
  5166 + "reference": "ea3ddbf67615e883ca7c33a4de61213789846782",
5179 5167 "shasum": ""
5180 5168 },
5181 5169 "require": {
... ... @@ -5215,7 +5203,7 @@
5215 5203 "description": "Provides tools to manage errors and ease debugging PHP code",
5216 5204 "homepage": "https://symfony.com",
5217 5205 "support": {
5218   - "source": "https://github.com/symfony/error-handler/tree/v5.2.4"
  5206 + "source": "https://github.com/symfony/error-handler/tree/v5.2.7"
5219 5207 },
5220 5208 "funding": [
5221 5209 {
... ... @@ -5231,7 +5219,7 @@
5231 5219 "type": "tidelift"
5232 5220 }
5233 5221 ],
5234   - "time": "2021-02-11T08:21:20+00:00"
  5222 + "time": "2021-04-07T15:57:33+00:00"
5235 5223 },
5236 5224 {
5237 5225 "name": "symfony/event-dispatcher",
... ... @@ -5320,16 +5308,16 @@
5320 5308 },
5321 5309 {
5322 5310 "name": "symfony/event-dispatcher-contracts",
5323   - "version": "v2.2.0",
  5311 + "version": "v2.4.0",
5324 5312 "source": {
5325 5313 "type": "git",
5326 5314 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5327   - "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
  5315 + "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
5328 5316 },
5329 5317 "dist": {
5330 5318 "type": "zip",
5331   - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
5332   - "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
  5319 + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
  5320 + "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
5333 5321 "shasum": ""
5334 5322 },
5335 5323 "require": {
... ... @@ -5342,7 +5330,7 @@
5342 5330 "type": "library",
5343 5331 "extra": {
5344 5332 "branch-alias": {
5345   - "dev-master": "2.2-dev"
  5333 + "dev-main": "2.4-dev"
5346 5334 },
5347 5335 "thanks": {
5348 5336 "name": "symfony/contracts",
... ... @@ -5379,7 +5367,7 @@
5379 5367 "standards"
5380 5368 ],
5381 5369 "support": {
5382   - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.2.0"
  5370 + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
5383 5371 },
5384 5372 "funding": [
5385 5373 {
... ... @@ -5395,7 +5383,7 @@
5395 5383 "type": "tidelift"
5396 5384 }
5397 5385 ],
5398   - "time": "2020-09-07T11:33:47+00:00"
  5386 + "time": "2021-03-23T23:28:01+00:00"
5399 5387 },
5400 5388 {
5401 5389 "name": "symfony/finder",
... ... @@ -5460,16 +5448,16 @@
5460 5448 },
5461 5449 {
5462 5450 "name": "symfony/http-client-contracts",
5463   - "version": "v2.3.1",
  5451 + "version": "v2.4.0",
5464 5452 "source": {
5465 5453 "type": "git",
5466 5454 "url": "https://github.com/symfony/http-client-contracts.git",
5467   - "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
  5455 + "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
5468 5456 },
5469 5457 "dist": {
5470 5458 "type": "zip",
5471   - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
5472   - "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
  5459 + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
  5460 + "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
5473 5461 "shasum": ""
5474 5462 },
5475 5463 "require": {
... ... @@ -5480,9 +5468,8 @@
5480 5468 },
5481 5469 "type": "library",
5482 5470 "extra": {
5483   - "branch-version": "2.3",
5484 5471 "branch-alias": {
5485   - "dev-main": "2.3-dev"
  5472 + "dev-main": "2.4-dev"
5486 5473 },
5487 5474 "thanks": {
5488 5475 "name": "symfony/contracts",
... ... @@ -5519,7 +5506,7 @@
5519 5506 "standards"
5520 5507 ],
5521 5508 "support": {
5522   - "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
  5509 + "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
5523 5510 },
5524 5511 "funding": [
5525 5512 {
... ... @@ -5535,20 +5522,20 @@
5535 5522 "type": "tidelift"
5536 5523 }
5537 5524 ],
5538   - "time": "2020-10-14T17:08:19+00:00"
  5525 + "time": "2021-04-11T23:07:08+00:00"
5539 5526 },
5540 5527 {
5541 5528 "name": "symfony/http-foundation",
5542   - "version": "v5.2.4",
  5529 + "version": "v5.2.7",
5543 5530 "source": {
5544 5531 "type": "git",
5545 5532 "url": "https://github.com/symfony/http-foundation.git",
5546   - "reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf"
  5533 + "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f"
5547 5534 },
5548 5535 "dist": {
5549 5536 "type": "zip",
5550   - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/54499baea7f7418bce7b5ec92770fd0799e8e9bf",
5551   - "reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf",
  5537 + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f",
  5538 + "reference": "a416487a73bb9c9d120e9ba3a60547f4a3fb7a1f",
5552 5539 "shasum": ""
5553 5540 },
5554 5541 "require": {
... ... @@ -5592,7 +5579,7 @@
5592 5579 "description": "Defines an object-oriented layer for the HTTP specification",
5593 5580 "homepage": "https://symfony.com",
5594 5581 "support": {
5595   - "source": "https://github.com/symfony/http-foundation/tree/v5.2.4"
  5582 + "source": "https://github.com/symfony/http-foundation/tree/v5.2.7"
5596 5583 },
5597 5584 "funding": [
5598 5585 {
... ... @@ -5608,20 +5595,20 @@
5608 5595 "type": "tidelift"
5609 5596 }
5610 5597 ],
5611   - "time": "2021-02-25T17:16:57+00:00"
  5598 + "time": "2021-05-01T13:46:24+00:00"
5612 5599 },
5613 5600 {
5614 5601 "name": "symfony/http-kernel",
5615   - "version": "v5.2.4",
  5602 + "version": "v5.2.7",
5616 5603 "source": {
5617 5604 "type": "git",
5618 5605 "url": "https://github.com/symfony/http-kernel.git",
5619   - "reference": "c452dbe4f385f030c3957821bf921b13815d6140"
  5606 + "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd"
5620 5607 },
5621 5608 "dist": {
5622 5609 "type": "zip",
5623   - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c452dbe4f385f030c3957821bf921b13815d6140",
5624   - "reference": "c452dbe4f385f030c3957821bf921b13815d6140",
  5610 + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1e9f6879f070f718e0055fbac232a56f67b8b6bd",
  5611 + "reference": "1e9f6879f070f718e0055fbac232a56f67b8b6bd",
5625 5612 "shasum": ""
5626 5613 },
5627 5614 "require": {
... ... @@ -5704,7 +5691,7 @@
5704 5691 "description": "Provides a structured process for converting a Request into a Response",
5705 5692 "homepage": "https://symfony.com",
5706 5693 "support": {
5707   - "source": "https://github.com/symfony/http-kernel/tree/v5.2.4"
  5694 + "source": "https://github.com/symfony/http-kernel/tree/v5.2.7"
5708 5695 },
5709 5696 "funding": [
5710 5697 {
... ... @@ -5720,20 +5707,20 @@
5720 5707 "type": "tidelift"
5721 5708 }
5722 5709 ],
5723   - "time": "2021-03-04T18:05:55+00:00"
  5710 + "time": "2021-05-01T14:53:15+00:00"
5724 5711 },
5725 5712 {
5726 5713 "name": "symfony/mime",
5727   - "version": "v5.2.4",
  5714 + "version": "v5.2.7",
5728 5715 "source": {
5729 5716 "type": "git",
5730 5717 "url": "https://github.com/symfony/mime.git",
5731   - "reference": "5155d2fe14ef1eb150e3bdbbc1ec1455df95e9cd"
  5718 + "reference": "7af452bf51c46f18da00feb32e1ad36db9426515"
5732 5719 },
5733 5720 "dist": {
5734 5721 "type": "zip",
5735   - "url": "https://api.github.com/repos/symfony/mime/zipball/5155d2fe14ef1eb150e3bdbbc1ec1455df95e9cd",
5736   - "reference": "5155d2fe14ef1eb150e3bdbbc1ec1455df95e9cd",
  5722 + "url": "https://api.github.com/repos/symfony/mime/zipball/7af452bf51c46f18da00feb32e1ad36db9426515",
  5723 + "reference": "7af452bf51c46f18da00feb32e1ad36db9426515",
5737 5724 "shasum": ""
5738 5725 },
5739 5726 "require": {
... ... @@ -5744,12 +5731,13 @@
5744 5731 "symfony/polyfill-php80": "^1.15"
5745 5732 },
5746 5733 "conflict": {
  5734 + "egulias/email-validator": "~3.0.0",
5747 5735 "phpdocumentor/reflection-docblock": "<3.2.2",
5748 5736 "phpdocumentor/type-resolver": "<1.4.0",
5749 5737 "symfony/mailer": "<4.4"
5750 5738 },
5751 5739 "require-dev": {
5752   - "egulias/email-validator": "^2.1.10",
  5740 + "egulias/email-validator": "^2.1.10|^3.1",
5753 5741 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5754 5742 "symfony/dependency-injection": "^4.4|^5.0",
5755 5743 "symfony/property-access": "^4.4|^5.1",
... ... @@ -5786,7 +5774,7 @@
5786 5774 "mime-type"
5787 5775 ],
5788 5776 "support": {
5789   - "source": "https://github.com/symfony/mime/tree/v5.2.4"
  5777 + "source": "https://github.com/symfony/mime/tree/v5.2.7"
5790 5778 },
5791 5779 "funding": [
5792 5780 {
... ... @@ -5802,7 +5790,7 @@
5802 5790 "type": "tidelift"
5803 5791 }
5804 5792 ],
5805   - "time": "2021-02-15T18:55:04+00:00"
  5793 + "time": "2021-04-29T20:47:09+00:00"
5806 5794 },
5807 5795 {
5808 5796 "name": "symfony/polyfill-ctype",
... ... @@ -6535,16 +6523,16 @@
6535 6523 },
6536 6524 {
6537 6525 "name": "symfony/process",
6538   - "version": "v5.2.4",
  6526 + "version": "v5.2.7",
6539 6527 "source": {
6540 6528 "type": "git",
6541 6529 "url": "https://github.com/symfony/process.git",
6542   - "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
  6530 + "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e"
6543 6531 },
6544 6532 "dist": {
6545 6533 "type": "zip",
6546   - "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
6547   - "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
  6534 + "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
  6535 + "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e",
6548 6536 "shasum": ""
6549 6537 },
6550 6538 "require": {
... ... @@ -6577,7 +6565,7 @@
6577 6565 "description": "Executes commands in sub-processes",
6578 6566 "homepage": "https://symfony.com",
6579 6567 "support": {
6580   - "source": "https://github.com/symfony/process/tree/v5.2.4"
  6568 + "source": "https://github.com/symfony/process/tree/v5.3.0-BETA1"
6581 6569 },
6582 6570 "funding": [
6583 6571 {
... ... @@ -6593,20 +6581,20 @@
6593 6581 "type": "tidelift"
6594 6582 }
6595 6583 ],
6596   - "time": "2021-01-27T10:15:41+00:00"
  6584 + "time": "2021-04-08T10:27:02+00:00"
6597 6585 },
6598 6586 {
6599 6587 "name": "symfony/routing",
6600   - "version": "v5.2.4",
  6588 + "version": "v5.2.7",
6601 6589 "source": {
6602 6590 "type": "git",
6603 6591 "url": "https://github.com/symfony/routing.git",
6604   - "reference": "cafa138128dfd6ab6be1abf6279169957b34f662"
  6592 + "reference": "3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c"
6605 6593 },
6606 6594 "dist": {
6607 6595 "type": "zip",
6608   - "url": "https://api.github.com/repos/symfony/routing/zipball/cafa138128dfd6ab6be1abf6279169957b34f662",
6609   - "reference": "cafa138128dfd6ab6be1abf6279169957b34f662",
  6596 + "url": "https://api.github.com/repos/symfony/routing/zipball/3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c",
  6597 + "reference": "3f0cab2e95b5e92226f34c2c1aa969d3fc41f48c",
6610 6598 "shasum": ""
6611 6599 },
6612 6600 "require": {
... ... @@ -6629,7 +6617,6 @@
6629 6617 "symfony/yaml": "^4.4|^5.0"
6630 6618 },
6631 6619 "suggest": {
6632   - "doctrine/annotations": "For using the annotation loader",
6633 6620 "symfony/config": "For using the all-in-one router or any loader",
6634 6621 "symfony/expression-language": "For using expression matching",
6635 6622 "symfony/http-foundation": "For using a Symfony Request object",
... ... @@ -6667,7 +6654,7 @@
6667 6654 "url"
6668 6655 ],
6669 6656 "support": {
6670   - "source": "https://github.com/symfony/routing/tree/v5.2.4"
  6657 + "source": "https://github.com/symfony/routing/tree/v5.2.7"
6671 6658 },
6672 6659 "funding": [
6673 6660 {
... ... @@ -6683,25 +6670,25 @@
6683 6670 "type": "tidelift"
6684 6671 }
6685 6672 ],
6686   - "time": "2021-02-22T15:48:39+00:00"
  6673 + "time": "2021-04-11T22:55:21+00:00"
6687 6674 },
6688 6675 {
6689 6676 "name": "symfony/service-contracts",
6690   - "version": "v2.2.0",
  6677 + "version": "v2.4.0",
6691 6678 "source": {
6692 6679 "type": "git",
6693 6680 "url": "https://github.com/symfony/service-contracts.git",
6694   - "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  6681 + "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
6695 6682 },
6696 6683 "dist": {
6697 6684 "type": "zip",
6698   - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
6699   - "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  6685 + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  6686 + "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
6700 6687 "shasum": ""
6701 6688 },
6702 6689 "require": {
6703 6690 "php": ">=7.2.5",
6704   - "psr/container": "^1.0"
  6691 + "psr/container": "^1.1"
6705 6692 },
6706 6693 "suggest": {
6707 6694 "symfony/service-implementation": ""
... ... @@ -6709,7 +6696,7 @@
6709 6696 "type": "library",
6710 6697 "extra": {
6711 6698 "branch-alias": {
6712   - "dev-master": "2.2-dev"
  6699 + "dev-main": "2.4-dev"
6713 6700 },
6714 6701 "thanks": {
6715 6702 "name": "symfony/contracts",
... ... @@ -6746,7 +6733,7 @@
6746 6733 "standards"
6747 6734 ],
6748 6735 "support": {
6749   - "source": "https://github.com/symfony/service-contracts/tree/master"
  6736 + "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
6750 6737 },
6751 6738 "funding": [
6752 6739 {
... ... @@ -6762,20 +6749,20 @@
6762 6749 "type": "tidelift"
6763 6750 }
6764 6751 ],
6765   - "time": "2020-09-07T11:33:47+00:00"
  6752 + "time": "2021-04-01T10:43:52+00:00"
6766 6753 },
6767 6754 {
6768 6755 "name": "symfony/string",
6769   - "version": "v5.2.4",
  6756 + "version": "v5.2.6",
6770 6757 "source": {
6771 6758 "type": "git",
6772 6759 "url": "https://github.com/symfony/string.git",
6773   - "reference": "4e78d7d47061fa183639927ec40d607973699609"
  6760 + "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
6774 6761 },
6775 6762 "dist": {
6776 6763 "type": "zip",
6777   - "url": "https://api.github.com/repos/symfony/string/zipball/4e78d7d47061fa183639927ec40d607973699609",
6778   - "reference": "4e78d7d47061fa183639927ec40d607973699609",
  6764 + "url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
  6765 + "reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
6779 6766 "shasum": ""
6780 6767 },
6781 6768 "require": {
... ... @@ -6829,7 +6816,7 @@
6829 6816 "utf8"
6830 6817 ],
6831 6818 "support": {
6832   - "source": "https://github.com/symfony/string/tree/v5.2.4"
  6819 + "source": "https://github.com/symfony/string/tree/v5.2.6"
6833 6820 },
6834 6821 "funding": [
6835 6822 {
... ... @@ -6845,20 +6832,20 @@
6845 6832 "type": "tidelift"
6846 6833 }
6847 6834 ],
6848   - "time": "2021-02-16T10:20:28+00:00"
  6835 + "time": "2021-03-17T17:12:15+00:00"
6849 6836 },
6850 6837 {
6851 6838 "name": "symfony/translation",
6852   - "version": "v5.2.4",
  6839 + "version": "v5.2.7",
6853 6840 "source": {
6854 6841 "type": "git",
6855 6842 "url": "https://github.com/symfony/translation.git",
6856   - "reference": "74b0353ab34ff4cca827a2cf909e325d96815e60"
  6843 + "reference": "e37ece5242564bceea54d709eafc948377ec9749"
6857 6844 },
6858 6845 "dist": {
6859 6846 "type": "zip",
6860   - "url": "https://api.github.com/repos/symfony/translation/zipball/74b0353ab34ff4cca827a2cf909e325d96815e60",
6861   - "reference": "74b0353ab34ff4cca827a2cf909e325d96815e60",
  6847 + "url": "https://api.github.com/repos/symfony/translation/zipball/e37ece5242564bceea54d709eafc948377ec9749",
  6848 + "reference": "e37ece5242564bceea54d709eafc948377ec9749",
6862 6849 "shasum": ""
6863 6850 },
6864 6851 "require": {
... ... @@ -6922,7 +6909,7 @@
6922 6909 "description": "Provides tools to internationalize your application",
6923 6910 "homepage": "https://symfony.com",
6924 6911 "support": {
6925   - "source": "https://github.com/symfony/translation/tree/v5.2.4"
  6912 + "source": "https://github.com/symfony/translation/tree/v5.2.7"
6926 6913 },
6927 6914 "funding": [
6928 6915 {
... ... @@ -6938,20 +6925,20 @@
6938 6925 "type": "tidelift"
6939 6926 }
6940 6927 ],
6941   - "time": "2021-03-04T15:41:09+00:00"
  6928 + "time": "2021-04-01T08:15:21+00:00"
6942 6929 },
6943 6930 {
6944 6931 "name": "symfony/translation-contracts",
6945   - "version": "v2.3.0",
  6932 + "version": "v2.4.0",
6946 6933 "source": {
6947 6934 "type": "git",
6948 6935 "url": "https://github.com/symfony/translation-contracts.git",
6949   - "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
  6936 + "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
6950 6937 },
6951 6938 "dist": {
6952 6939 "type": "zip",
6953   - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
6954   - "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  6940 + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
  6941 + "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
6955 6942 "shasum": ""
6956 6943 },
6957 6944 "require": {
... ... @@ -6963,7 +6950,7 @@
6963 6950 "type": "library",
6964 6951 "extra": {
6965 6952 "branch-alias": {
6966   - "dev-master": "2.3-dev"
  6953 + "dev-main": "2.4-dev"
6967 6954 },
6968 6955 "thanks": {
6969 6956 "name": "symfony/contracts",
... ... @@ -7000,7 +6987,7 @@
7000 6987 "standards"
7001 6988 ],
7002 6989 "support": {
7003   - "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
  6990 + "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
7004 6991 },
7005 6992 "funding": [
7006 6993 {
... ... @@ -7016,20 +7003,20 @@
7016 7003 "type": "tidelift"
7017 7004 }
7018 7005 ],
7019   - "time": "2020-09-28T13:05:58+00:00"
  7006 + "time": "2021-03-23T23:28:01+00:00"
7020 7007 },
7021 7008 {
7022 7009 "name": "symfony/var-dumper",
7023   - "version": "v5.2.4",
  7010 + "version": "v5.2.7",
7024 7011 "source": {
7025 7012 "type": "git",
7026 7013 "url": "https://github.com/symfony/var-dumper.git",
7027   - "reference": "6a81fec0628c468cf6d5c87a4d003725e040e223"
  7014 + "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636"
7028 7015 },
7029 7016 "dist": {
7030 7017 "type": "zip",
7031   - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6a81fec0628c468cf6d5c87a4d003725e040e223",
7032   - "reference": "6a81fec0628c468cf6d5c87a4d003725e040e223",
  7018 + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/27cb9f7cfa3853c736425c7233a8f68814b19636",
  7019 + "reference": "27cb9f7cfa3853c736425c7233a8f68814b19636",
7033 7020 "shasum": ""
7034 7021 },
7035 7022 "require": {
... ... @@ -7088,7 +7075,7 @@
7088 7075 "dump"
7089 7076 ],
7090 7077 "support": {
7091   - "source": "https://github.com/symfony/var-dumper/tree/v5.2.4"
  7078 + "source": "https://github.com/symfony/var-dumper/tree/v5.2.7"
7092 7079 },
7093 7080 "funding": [
7094 7081 {
... ... @@ -7104,7 +7091,7 @@
7104 7091 "type": "tidelift"
7105 7092 }
7106 7093 ],
7107   - "time": "2021-02-18T23:11:19+00:00"
  7094 + "time": "2021-04-19T14:07:32+00:00"
7108 7095 },
7109 7096 {
7110 7097 "name": "thecodingmachine/safe",
... ... @@ -7509,30 +7496,35 @@
7509 7496 },
7510 7497 {
7511 7498 "name": "webmozart/assert",
7512   - "version": "1.9.1",
  7499 + "version": "1.10.0",
7513 7500 "source": {
7514 7501 "type": "git",
7515 7502 "url": "https://github.com/webmozarts/assert.git",
7516   - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  7503 + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
7517 7504 },
7518 7505 "dist": {
7519 7506 "type": "zip",
7520   - "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
7521   - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  7507 + "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  7508 + "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
7522 7509 "shasum": ""
7523 7510 },
7524 7511 "require": {
7525   - "php": "^5.3.3 || ^7.0 || ^8.0",
  7512 + "php": "^7.2 || ^8.0",
7526 7513 "symfony/polyfill-ctype": "^1.8"
7527 7514 },
7528 7515 "conflict": {
7529 7516 "phpstan/phpstan": "<0.12.20",
7530   - "vimeo/psalm": "<3.9.1"
  7517 + "vimeo/psalm": "<4.6.1 || 4.6.2"
7531 7518 },
7532 7519 "require-dev": {
7533   - "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  7520 + "phpunit/phpunit": "^8.5.13"
7534 7521 },
7535 7522 "type": "library",
  7523 + "extra": {
  7524 + "branch-alias": {
  7525 + "dev-master": "1.10-dev"
  7526 + }
  7527 + },
7536 7528 "autoload": {
7537 7529 "psr-4": {
7538 7530 "Webmozart\\Assert\\": "src/"
... ... @@ -7556,9 +7548,9 @@
7556 7548 ],
7557 7549 "support": {
7558 7550 "issues": "https://github.com/webmozarts/assert/issues",
7559   - "source": "https://github.com/webmozarts/assert/tree/1.9.1"
  7551 + "source": "https://github.com/webmozarts/assert/tree/1.10.0"
7560 7552 },
7561   - "time": "2020-07-08T17:02:28+00:00"
  7553 + "time": "2021-03-09T10:59:23+00:00"
7562 7554 },
7563 7555 {
7564 7556 "name": "webonyx/graphql-php",
... ... @@ -7691,16 +7683,16 @@
7691 7683 },
7692 7684 {
7693 7685 "name": "brianium/paratest",
7694   - "version": "v6.2.0",
  7686 + "version": "v6.3.0",
7695 7687 "source": {
7696 7688 "type": "git",
7697 7689 "url": "https://github.com/paratestphp/paratest.git",
7698   - "reference": "9a94366983ce32c7724fc92e3b544327d4adb9be"
  7690 + "reference": "268d5b2b4237c0abf76c4aa9633ad8580be01e1e"
7699 7691 },
7700 7692 "dist": {
7701 7693 "type": "zip",
7702   - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/9a94366983ce32c7724fc92e3b544327d4adb9be",
7703   - "reference": "9a94366983ce32c7724fc92e3b544327d4adb9be",
  7694 + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/268d5b2b4237c0abf76c4aa9633ad8580be01e1e",
  7695 + "reference": "268d5b2b4237c0abf76c4aa9633ad8580be01e1e",
7704 7696 "shasum": ""
7705 7697 },
7706 7698 "require": {
... ... @@ -7709,28 +7701,28 @@
7709 7701 "ext-reflection": "*",
7710 7702 "ext-simplexml": "*",
7711 7703 "php": "^7.3 || ^8.0",
7712   - "phpunit/php-code-coverage": "^9.2.5",
  7704 + "phpunit/php-code-coverage": "^9.2.6",
7713 7705 "phpunit/php-file-iterator": "^3.0.5",
7714 7706 "phpunit/php-timer": "^5.0.3",
7715   - "phpunit/phpunit": "^9.5.1",
  7707 + "phpunit/phpunit": "^9.5.4",
7716 7708 "sebastian/environment": "^5.1.3",
7717   - "symfony/console": "^4.4 || ^5.2",
7718   - "symfony/process": "^4.4 || ^5.2"
  7709 + "symfony/console": "^4.4.21 || ^5.2.6",
  7710 + "symfony/process": "^4.4.21 || ^5.2.4"
7719 7711 },
7720 7712 "require-dev": {
7721   - "doctrine/coding-standard": "^8.2.0",
7722   - "ekino/phpstan-banned-code": "^0.3.1",
  7713 + "doctrine/coding-standard": "^9.0.0",
  7714 + "ekino/phpstan-banned-code": "^0.4.0",
7723 7715 "ergebnis/phpstan-rules": "^0.15.3",
7724 7716 "ext-posix": "*",
7725   - "infection/infection": "^0.20.2",
7726   - "phpstan/phpstan": "^0.12.70",
  7717 + "infection/infection": "^0.21.5",
  7718 + "phpstan/phpstan": "^0.12.84",
7727 7719 "phpstan/phpstan-deprecation-rules": "^0.12.6",
7728   - "phpstan/phpstan-phpunit": "^0.12.17",
  7720 + "phpstan/phpstan-phpunit": "^0.12.18",
7729 7721 "phpstan/phpstan-strict-rules": "^0.12.9",
7730   - "squizlabs/php_codesniffer": "^3.5.8",
7731   - "symfony/filesystem": "^5.2.2",
  7722 + "squizlabs/php_codesniffer": "^3.6.0",
  7723 + "symfony/filesystem": "^5.2.6",
7732 7724 "thecodingmachine/phpstan-strict-rules": "^0.12.1",
7733   - "vimeo/psalm": "^4.4.1"
  7725 + "vimeo/psalm": "^4.7.1"
7734 7726 },
7735 7727 "bin": [
7736 7728 "bin/paratest"
... ... @@ -7751,8 +7743,12 @@
7751 7743 {
7752 7744 "name": "Brian Scaturro",
7753 7745 "email": "scaturrob@gmail.com",
7754   - "homepage": "http://brianscaturro.com",
7755   - "role": "Lead"
  7746 + "role": "Developer"
  7747 + },
  7748 + {
  7749 + "name": "Filippo Tessarotto",
  7750 + "email": "zoeslam@gmail.com",
  7751 + "role": "Developer"
7756 7752 }
7757 7753 ],
7758 7754 "description": "Parallel testing for PHP",
... ... @@ -7765,22 +7761,32 @@
7765 7761 ],
7766 7762 "support": {
7767 7763 "issues": "https://github.com/paratestphp/paratest/issues",
7768   - "source": "https://github.com/paratestphp/paratest/tree/v6.2.0"
  7764 + "source": "https://github.com/paratestphp/paratest/tree/v6.3.0"
7769 7765 },
7770   - "time": "2021-01-29T15:25:31+00:00"
  7766 + "funding": [
  7767 + {
  7768 + "url": "https://github.com/sponsors/Slamdunk",
  7769 + "type": "github"
  7770 + },
  7771 + {
  7772 + "url": "https://paypal.me/filippotessarotto",
  7773 + "type": "paypal"
  7774 + }
  7775 + ],
  7776 + "time": "2021-04-27T09:24:27+00:00"
7771 7777 },
7772 7778 {
7773 7779 "name": "composer/xdebug-handler",
7774   - "version": "1.4.5",
  7780 + "version": "2.0.1",
7775 7781 "source": {
7776 7782 "type": "git",
7777 7783 "url": "https://github.com/composer/xdebug-handler.git",
7778   - "reference": "f28d44c286812c714741478d968104c5e604a1d4"
  7784 + "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496"
7779 7785 },
7780 7786 "dist": {
7781 7787 "type": "zip",
7782   - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
7783   - "reference": "f28d44c286812c714741478d968104c5e604a1d4",
  7788 + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
  7789 + "reference": "964adcdd3a28bf9ed5d9ac6450064e0d71ed7496",
7784 7790 "shasum": ""
7785 7791 },
7786 7792 "require": {
... ... @@ -7788,7 +7794,8 @@
7788 7794 "psr/log": "^1.0"
7789 7795 },
7790 7796 "require-dev": {
7791   - "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  7797 + "phpstan/phpstan": "^0.12.55",
  7798 + "symfony/phpunit-bridge": "^4.2 || ^5"
7792 7799 },
7793 7800 "type": "library",
7794 7801 "autoload": {
... ... @@ -7814,7 +7821,7 @@
7814 7821 "support": {
7815 7822 "irc": "irc://irc.freenode.org/composer",
7816 7823 "issues": "https://github.com/composer/xdebug-handler/issues",
7817   - "source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
  7824 + "source": "https://github.com/composer/xdebug-handler/tree/2.0.1"
7818 7825 },
7819 7826 "funding": [
7820 7827 {
... ... @@ -7830,7 +7837,7 @@
7830 7837 "type": "tidelift"
7831 7838 }
7832 7839 ],
7833   - "time": "2020-11-13T08:04:11+00:00"
  7840 + "time": "2021-05-05T19:37:51+00:00"
7834 7841 },
7835 7842 {
7836 7843 "name": "doctrine/annotations",
... ... @@ -7973,16 +7980,16 @@
7973 7980 },
7974 7981 {
7975 7982 "name": "facade/flare-client-php",
7976   - "version": "1.4.0",
  7983 + "version": "1.8.0",
7977 7984 "source": {
7978 7985 "type": "git",
7979 7986 "url": "https://github.com/facade/flare-client-php.git",
7980   - "reference": "ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546"
  7987 + "reference": "69742118c037f34ee1ef86dc605be4a105d9e984"
7981 7988 },
7982 7989 "dist": {
7983 7990 "type": "zip",
7984   - "url": "https://api.github.com/repos/facade/flare-client-php/zipball/ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546",
7985   - "reference": "ef0f5bce23b30b32d98fd9bb49c6fa37b40eb546",
  7991 + "url": "https://api.github.com/repos/facade/flare-client-php/zipball/69742118c037f34ee1ef86dc605be4a105d9e984",
  7992 + "reference": "69742118c037f34ee1ef86dc605be4a105d9e984",
7986 7993 "shasum": ""
7987 7994 },
7988 7995 "require": {
... ... @@ -8026,7 +8033,7 @@
8026 8033 ],
8027 8034 "support": {
8028 8035 "issues": "https://github.com/facade/flare-client-php/issues",
8029   - "source": "https://github.com/facade/flare-client-php/tree/1.4.0"
  8036 + "source": "https://github.com/facade/flare-client-php/tree/1.8.0"
8030 8037 },
8031 8038 "funding": [
8032 8039 {
... ... @@ -8034,26 +8041,26 @@
8034 8041 "type": "github"
8035 8042 }
8036 8043 ],
8037   - "time": "2021-02-16T12:42:06+00:00"
  8044 + "time": "2021-04-30T11:11:50+00:00"
8038 8045 },
8039 8046 {
8040 8047 "name": "facade/ignition",
8041   - "version": "2.5.14",
  8048 + "version": "2.9.0",
8042 8049 "source": {
8043 8050 "type": "git",
8044 8051 "url": "https://github.com/facade/ignition.git",
8045   - "reference": "17097f7a83e200d90d1cf9f4d1b35c1001513a47"
  8052 + "reference": "e7db3b601ce742568b92648818ef903904d20164"
8046 8053 },
8047 8054 "dist": {
8048 8055 "type": "zip",
8049   - "url": "https://api.github.com/repos/facade/ignition/zipball/17097f7a83e200d90d1cf9f4d1b35c1001513a47",
8050   - "reference": "17097f7a83e200d90d1cf9f4d1b35c1001513a47",
  8056 + "url": "https://api.github.com/repos/facade/ignition/zipball/e7db3b601ce742568b92648818ef903904d20164",
  8057 + "reference": "e7db3b601ce742568b92648818ef903904d20164",
8051 8058 "shasum": ""
8052 8059 },
8053 8060 "require": {
8054 8061 "ext-json": "*",
8055 8062 "ext-mbstring": "*",
8056   - "facade/flare-client-php": "^1.3.7",
  8063 + "facade/flare-client-php": "^1.6",
8057 8064 "facade/ignition-contracts": "^1.0.2",
8058 8065 "filp/whoops": "^2.4",
8059 8066 "illuminate/support": "^7.0|^8.0",
... ... @@ -8111,7 +8118,7 @@
8111 8118 "issues": "https://github.com/facade/ignition/issues",
8112 8119 "source": "https://github.com/facade/ignition"
8113 8120 },
8114   - "time": "2021-03-04T08:48:01+00:00"
  8121 + "time": "2021-05-05T06:45:12+00:00"
8115 8122 },
8116 8123 {
8117 8124 "name": "facade/ignition-contracts",
... ... @@ -8168,20 +8175,22 @@
8168 8175 },
8169 8176 {
8170 8177 "name": "fakerphp/faker",
8171   - "version": "v1.13.0",
  8178 + "version": "v1.14.1",
8172 8179 "source": {
8173 8180 "type": "git",
8174 8181 "url": "https://github.com/FakerPHP/Faker.git",
8175   - "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913"
  8182 + "reference": "ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1"
8176 8183 },
8177 8184 "dist": {
8178 8185 "type": "zip",
8179   - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913",
8180   - "reference": "ab3f5364d01f2c2c16113442fb987d26e4004913",
  8186 + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1",
  8187 + "reference": "ed22aee8d17c7b396f74a58b1e7fefa4f90d5ef1",
8181 8188 "shasum": ""
8182 8189 },
8183 8190 "require": {
8184   - "php": "^7.1 || ^8.0"
  8191 + "php": "^7.1 || ^8.0",
  8192 + "psr/container": "^1.0",
  8193 + "symfony/deprecation-contracts": "^2.2"
8185 8194 },
8186 8195 "conflict": {
8187 8196 "fzaninotto/faker": "*"
... ... @@ -8189,9 +8198,20 @@
8189 8198 "require-dev": {
8190 8199 "bamarni/composer-bin-plugin": "^1.4.1",
8191 8200 "ext-intl": "*",
8192   - "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
  8201 + "symfony/phpunit-bridge": "^4.4 || ^5.2"
  8202 + },
  8203 + "suggest": {
  8204 + "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  8205 + "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  8206 + "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  8207 + "ext-mbstring": "Required for multibyte Unicode string functionality."
8193 8208 },
8194 8209 "type": "library",
  8210 + "extra": {
  8211 + "branch-alias": {
  8212 + "dev-main": "v1.15-dev"
  8213 + }
  8214 + },
8195 8215 "autoload": {
8196 8216 "psr-4": {
8197 8217 "Faker\\": "src/Faker/"
... ... @@ -8214,22 +8234,22 @@
8214 8234 ],
8215 8235 "support": {
8216 8236 "issues": "https://github.com/FakerPHP/Faker/issues",
8217   - "source": "https://github.com/FakerPHP/Faker/tree/v1.13.0"
  8237 + "source": "https://github.com/FakerPHP/Faker/tree/v.1.14.1"
8218 8238 },
8219   - "time": "2020-12-18T16:50:48+00:00"
  8239 + "time": "2021-03-30T06:27:33+00:00"
8220 8240 },
8221 8241 {
8222 8242 "name": "filp/whoops",
8223   - "version": "2.9.2",
  8243 + "version": "2.12.1",
8224 8244 "source": {
8225 8245 "type": "git",
8226 8246 "url": "https://github.com/filp/whoops.git",
8227   - "reference": "df7933820090489623ce0be5e85c7e693638e536"
  8247 + "reference": "c13c0be93cff50f88bbd70827d993026821914dd"
8228 8248 },
8229 8249 "dist": {
8230 8250 "type": "zip",
8231   - "url": "https://api.github.com/repos/filp/whoops/zipball/df7933820090489623ce0be5e85c7e693638e536",
8232   - "reference": "df7933820090489623ce0be5e85c7e693638e536",
  8251 + "url": "https://api.github.com/repos/filp/whoops/zipball/c13c0be93cff50f88bbd70827d993026821914dd",
  8252 + "reference": "c13c0be93cff50f88bbd70827d993026821914dd",
8233 8253 "shasum": ""
8234 8254 },
8235 8255 "require": {
... ... @@ -8279,7 +8299,7 @@
8279 8299 ],
8280 8300 "support": {
8281 8301 "issues": "https://github.com/filp/whoops/issues",
8282   - "source": "https://github.com/filp/whoops/tree/2.9.2"
  8302 + "source": "https://github.com/filp/whoops/tree/2.12.1"
8283 8303 },
8284 8304 "funding": [
8285 8305 {
... ... @@ -8287,25 +8307,25 @@
8287 8307 "type": "github"
8288 8308 }
8289 8309 ],
8290   - "time": "2021-01-24T12:00:00+00:00"
  8310 + "time": "2021-04-25T12:00:00+00:00"
8291 8311 },
8292 8312 {
8293 8313 "name": "friendsofphp/php-cs-fixer",
8294   - "version": "v2.18.2",
  8314 + "version": "v2.19.0",
8295 8315 "source": {
8296 8316 "type": "git",
8297 8317 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
8298   - "reference": "18f8c9d184ba777380794a389fabc179896ba913"
  8318 + "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b"
8299 8319 },
8300 8320 "dist": {
8301 8321 "type": "zip",
8302   - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913",
8303   - "reference": "18f8c9d184ba777380794a389fabc179896ba913",
  8322 + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/d5b8a9d852b292c2f8a035200fa6844b1f82300b",
  8323 + "reference": "d5b8a9d852b292c2f8a035200fa6844b1f82300b",
8304 8324 "shasum": ""
8305 8325 },
8306 8326 "require": {
8307 8327 "composer/semver": "^1.4 || ^2.0 || ^3.0",
8308   - "composer/xdebug-handler": "^1.2",
  8328 + "composer/xdebug-handler": "^1.2 || ^2.0",
8309 8329 "doctrine/annotations": "^1.2",
8310 8330 "ext-json": "*",
8311 8331 "ext-tokenizer": "*",
... ... @@ -8348,6 +8368,11 @@
8348 8368 "php-cs-fixer"
8349 8369 ],
8350 8370 "type": "application",
  8371 + "extra": {
  8372 + "branch-alias": {
  8373 + "dev-master": "2.19-dev"
  8374 + }
  8375 + },
8351 8376 "autoload": {
8352 8377 "psr-4": {
8353 8378 "PhpCsFixer\\": "src/"
... ... @@ -8362,6 +8387,7 @@
8362 8387 "tests/Test/IntegrationCaseFactoryInterface.php",
8363 8388 "tests/Test/InternalIntegrationCaseFactory.php",
8364 8389 "tests/Test/IsIdenticalConstraint.php",
  8390 + "tests/Test/TokensWithObservedTransformers.php",
8365 8391 "tests/TestCase.php"
8366 8392 ]
8367 8393 },
... ... @@ -8382,7 +8408,7 @@
8382 8408 "description": "A tool to automatically fix PHP code style",
8383 8409 "support": {
8384 8410 "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
8385   - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.2"
  8411 + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.19.0"
8386 8412 },
8387 8413 "funding": [
8388 8414 {
... ... @@ -8390,7 +8416,7 @@
8390 8416 "type": "github"
8391 8417 }
8392 8418 ],
8393   - "time": "2021-01-26T00:22:21+00:00"
  8419 + "time": "2021-05-03T21:43:24+00:00"
8394 8420 },
8395 8421 {
8396 8422 "name": "hamcrest/hamcrest-php",
... ... @@ -8504,16 +8530,16 @@
8504 8530 },
8505 8531 {
8506 8532 "name": "laravel/telescope",
8507   - "version": "v4.4.4",
  8533 + "version": "v4.4.9",
8508 8534 "source": {
8509 8535 "type": "git",
8510 8536 "url": "https://github.com/laravel/telescope.git",
8511   - "reference": "7f8baf54e76a1a291c1f0efda638beb4a24feb82"
  8537 + "reference": "506aa21c7ead98d6666cf8341f25d4d2f333f385"
8512 8538 },
8513 8539 "dist": {
8514 8540 "type": "zip",
8515   - "url": "https://api.github.com/repos/laravel/telescope/zipball/7f8baf54e76a1a291c1f0efda638beb4a24feb82",
8516   - "reference": "7f8baf54e76a1a291c1f0efda638beb4a24feb82",
  8541 + "url": "https://api.github.com/repos/laravel/telescope/zipball/506aa21c7ead98d6666cf8341f25d4d2f333f385",
  8542 + "reference": "506aa21c7ead98d6666cf8341f25d4d2f333f385",
8517 8543 "shasum": ""
8518 8544 },
8519 8545 "require": {
... ... @@ -8562,9 +8588,9 @@
8562 8588 ],
8563 8589 "support": {
8564 8590 "issues": "https://github.com/laravel/telescope/issues",
8565   - "source": "https://github.com/laravel/telescope/tree/v4.4.4"
  8591 + "source": "https://github.com/laravel/telescope/tree/v4.4.9"
8566 8592 },
8567   - "time": "2021-02-23T20:48:25+00:00"
  8593 + "time": "2021-04-13T15:47:06+00:00"
8568 8594 },
8569 8595 {
8570 8596 "name": "mockery/mockery",
... ... @@ -8698,16 +8724,16 @@
8698 8724 },
8699 8725 {
8700 8726 "name": "nunomaduro/collision",
8701   - "version": "v5.3.0",
  8727 + "version": "v5.4.0",
8702 8728 "source": {
8703 8729 "type": "git",
8704 8730 "url": "https://github.com/nunomaduro/collision.git",
8705   - "reference": "aca63581f380f63a492b1e3114604e411e39133a"
  8731 + "reference": "41b7e9999133d5082700d31a1d0977161df8322a"
8706 8732 },
8707 8733 "dist": {
8708 8734 "type": "zip",
8709   - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/aca63581f380f63a492b1e3114604e411e39133a",
8710   - "reference": "aca63581f380f63a492b1e3114604e411e39133a",
  8735 + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/41b7e9999133d5082700d31a1d0977161df8322a",
  8736 + "reference": "41b7e9999133d5082700d31a1d0977161df8322a",
8711 8737 "shasum": ""
8712 8738 },
8713 8739 "require": {
... ... @@ -8782,7 +8808,7 @@
8782 8808 "type": "patreon"
8783 8809 }
8784 8810 ],
8785   - "time": "2021-01-25T15:34:13+00:00"
  8811 + "time": "2021-04-09T13:38:32+00:00"
8786 8812 },
8787 8813 {
8788 8814 "name": "phar-io/manifest",
... ... @@ -9110,16 +9136,16 @@
9110 9136 },
9111 9137 {
9112 9138 "name": "phpspec/prophecy",
9113   - "version": "1.12.2",
  9139 + "version": "1.13.0",
9114 9140 "source": {
9115 9141 "type": "git",
9116 9142 "url": "https://github.com/phpspec/prophecy.git",
9117   - "reference": "245710e971a030f42e08f4912863805570f23d39"
  9143 + "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
9118 9144 },
9119 9145 "dist": {
9120 9146 "type": "zip",
9121   - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
9122   - "reference": "245710e971a030f42e08f4912863805570f23d39",
  9147 + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
  9148 + "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
9123 9149 "shasum": ""
9124 9150 },
9125 9151 "require": {
... ... @@ -9171,22 +9197,22 @@
9171 9197 ],
9172 9198 "support": {
9173 9199 "issues": "https://github.com/phpspec/prophecy/issues",
9174   - "source": "https://github.com/phpspec/prophecy/tree/1.12.2"
  9200 + "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
9175 9201 },
9176   - "time": "2020-12-19T10:15:11+00:00"
  9202 + "time": "2021-03-17T13:42:18+00:00"
9177 9203 },
9178 9204 {
9179 9205 "name": "phpunit/php-code-coverage",
9180   - "version": "9.2.5",
  9206 + "version": "9.2.6",
9181 9207 "source": {
9182 9208 "type": "git",
9183 9209 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9184   - "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
  9210 + "reference": "f6293e1b30a2354e8428e004689671b83871edde"
9185 9211 },
9186 9212 "dist": {
9187 9213 "type": "zip",
9188   - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
9189   - "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
  9214 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde",
  9215 + "reference": "f6293e1b30a2354e8428e004689671b83871edde",
9190 9216 "shasum": ""
9191 9217 },
9192 9218 "require": {
... ... @@ -9242,7 +9268,7 @@
9242 9268 ],
9243 9269 "support": {
9244 9270 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9245   - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
  9271 + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
9246 9272 },
9247 9273 "funding": [
9248 9274 {
... ... @@ -9250,7 +9276,7 @@
9250 9276 "type": "github"
9251 9277 }
9252 9278 ],
9253   - "time": "2020-11-28T06:44:49+00:00"
  9279 + "time": "2021-03-28T07:26:59+00:00"
9254 9280 },
9255 9281 {
9256 9282 "name": "phpunit/php-file-iterator",
... ... @@ -9495,16 +9521,16 @@
9495 9521 },
9496 9522 {
9497 9523 "name": "phpunit/phpunit",
9498   - "version": "9.5.2",
  9524 + "version": "9.5.4",
9499 9525 "source": {
9500 9526 "type": "git",
9501 9527 "url": "https://github.com/sebastianbergmann/phpunit.git",
9502   - "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4"
  9528 + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741"
9503 9529 },
9504 9530 "dist": {
9505 9531 "type": "zip",
9506   - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f661659747f2f87f9e72095bb207bceb0f151cb4",
9507   - "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4",
  9532 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c73c6737305e779771147af66c96ca6a7ed8a741",
  9533 + "reference": "c73c6737305e779771147af66c96ca6a7ed8a741",
9508 9534 "shasum": ""
9509 9535 },
9510 9536 "require": {
... ... @@ -9582,7 +9608,7 @@
9582 9608 ],
9583 9609 "support": {
9584 9610 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9585   - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.2"
  9611 + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.4"
9586 9612 },
9587 9613 "funding": [
9588 9614 {
... ... @@ -9594,7 +9620,7 @@
9594 9620 "type": "github"
9595 9621 }
9596 9622 ],
9597   - "time": "2021-02-02T14:45:58+00:00"
  9623 + "time": "2021-03-23T07:16:29+00:00"
9598 9624 },
9599 9625 {
9600 9626 "name": "sebastian/cli-parser",
... ... @@ -10562,16 +10588,16 @@
10562 10588 },
10563 10589 {
10564 10590 "name": "symfony/filesystem",
10565   - "version": "v5.2.4",
  10591 + "version": "v5.2.7",
10566 10592 "source": {
10567 10593 "type": "git",
10568 10594 "url": "https://github.com/symfony/filesystem.git",
10569   - "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108"
  10595 + "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0"
10570 10596 },
10571 10597 "dist": {
10572 10598 "type": "zip",
10573   - "url": "https://api.github.com/repos/symfony/filesystem/zipball/710d364200997a5afde34d9fe57bd52f3cc1e108",
10574   - "reference": "710d364200997a5afde34d9fe57bd52f3cc1e108",
  10599 + "url": "https://api.github.com/repos/symfony/filesystem/zipball/056e92acc21d977c37e6ea8e97374b2a6c8551b0",
  10600 + "reference": "056e92acc21d977c37e6ea8e97374b2a6c8551b0",
10575 10601 "shasum": ""
10576 10602 },
10577 10603 "require": {
... ... @@ -10604,7 +10630,7 @@
10604 10630 "description": "Provides basic utilities for the filesystem",
10605 10631 "homepage": "https://symfony.com",
10606 10632 "support": {
10607   - "source": "https://github.com/symfony/filesystem/tree/v5.2.4"
  10633 + "source": "https://github.com/symfony/filesystem/tree/v5.2.7"
10608 10634 },
10609 10635 "funding": [
10610 10636 {
... ... @@ -10620,7 +10646,7 @@
10620 10646 "type": "tidelift"
10621 10647 }
10622 10648 ],
10623   - "time": "2021-02-12T10:38:38+00:00"
  10649 + "time": "2021-04-01T10:42:13+00:00"
10624 10650 },
10625 10651 {
10626 10652 "name": "symfony/options-resolver",
... ... @@ -10761,16 +10787,16 @@
10761 10787 },
10762 10788 {
10763 10789 "name": "symfony/stopwatch",
10764   - "version": "v5.2.4",
  10790 + "version": "v5.2.7",
10765 10791 "source": {
10766 10792 "type": "git",
10767 10793 "url": "https://github.com/symfony/stopwatch.git",
10768   - "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c"
  10794 + "reference": "d99310c33e833def36419c284f60e8027d359678"
10769 10795 },
10770 10796 "dist": {
10771 10797 "type": "zip",
10772   - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b12274acfab9d9850c52583d136a24398cdf1a0c",
10773   - "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c",
  10798 + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678",
  10799 + "reference": "d99310c33e833def36419c284f60e8027d359678",
10774 10800 "shasum": ""
10775 10801 },
10776 10802 "require": {
... ... @@ -10803,7 +10829,7 @@
10803 10829 "description": "Provides a way to profile code",
10804 10830 "homepage": "https://symfony.com",
10805 10831 "support": {
10806   - "source": "https://github.com/symfony/stopwatch/tree/v5.2.4"
  10832 + "source": "https://github.com/symfony/stopwatch/tree/v5.3.0-BETA1"
10807 10833 },
10808 10834 "funding": [
10809 10835 {
... ... @@ -10819,7 +10845,7 @@
10819 10845 "type": "tidelift"
10820 10846 }
10821 10847 ],
10822   - "time": "2021-01-27T10:15:41+00:00"
  10848 + "time": "2021-03-29T15:28:41+00:00"
10823 10849 },
10824 10850 {
10825 10851 "name": "theseer/tokenizer",
... ...
public/js/install.js
... ... @@ -121,6 +121,9 @@ if (installButton) {
121 121 command: 'migrate',
122 122 description: 'Executando migrações'
123 123 }, {
  124 + command: 'reports-link',
  125 + description: 'Gerando symlinks dos relatórios'
  126 + }, {
124 127 command: 'password',
125 128 description: 'Definindo senha do admin',
126 129 extra: password
... ...
readme.md
... ... @@ -81,7 +81,8 @@ facilitar o desenvolvimento.
81 81 #### Servidor
82 82  
83 83 - [PHP](http://php.net/) versão 7.4
84   -- [Postgres](https://www.postgresql.org/) versão 9.5
  84 +- [Composer](https://getcomposer.org/)
  85 +- [Postgres](https://www.postgresql.org/)
85 86 - [Nginx](https://www.nginx.com/)
86 87 - [Redis](https://redis.io/)
87 88  
... ... @@ -241,8 +242,9 @@ Para instalar o pacote de relatórios visite o repositório do projeto
241 242 [https://github.com/portabilis/i-educar-reports-package](https://github.com/portabilis/i-educar-reports-package)
242 243 e siga as instruções de instalação.
243 244  
244   -#### Upgrade
  245 +### Upgrade
245 246  
  247 +- [Upgrade para 2.6 da 2.5](https://github.com/portabilis/i-educar/wiki/Upgrade-para-2.6-da-2.5).
246 248 - [Upgrade para 2.5 da 2.4](https://github.com/portabilis/i-educar/wiki/Upgrade-para-2.5-da-2.4).
247 249 - [Upgrade para 2.4 da 2.3](https://github.com/portabilis/i-educar/wiki/Upgrade-para-2.4-da-2.3).
248 250 - [Upgrade para 2.3 da 2.2](https://github.com/portabilis/i-educar/wiki/Upgrade-para-2.3-da-2.2).
... ...
scripts/build
... ... @@ -10,13 +10,14 @@ sed -i.bak &#39;s/APP_ENV=local/APP_ENV=production/g&#39; .env.example &amp;&amp; rm .env.exampl
10 10 sed -i.bak 's/APP_DEBUG=true/APP_DEBUG=false/g' .env.example && rm .env.example.bak
11 11 sed -i.bak 's/DB_HOST=postgres/DB_HOST=localhost/g' .env.example && rm .env.example.bak
12 12 composer install --no-dev --ignore-platform-reqs --optimize-autoloader
13   -git clone https://github.com/portabilis/i-educar-reports-package.git ieducar/modules/Reports
14   -rm -fR ieducar/modules/Reports/.git
15   -cd ieducar/modules/Reports/ReportSources
  13 +git clone https://github.com/portabilis/i-educar-reports-package.git packages/portabilis/i-educar-reports-package
  14 +composer install --plug-and-play --no-dev --ignore-platform-reqs --optimize-autoloader
  15 +rm -fR packages/portabilis/i-educar-reports-package/.git
  16 +cd packages/portabilis/i-educar-reports-package/ieducar/ReportSources
16 17 echo "Compilando relatórios..."
17   -for line in $(ls -a | sort | grep .jrxml | sed -e "s/\.jrxml//"); do $(../../../../vendor/cossou/jasperphp/src/JasperStarter/bin/jasperstarter cp $line.jrxml -o $line); done
  18 +for line in $(ls -a | sort | grep .jrxml | sed -e "s/\.jrxml//"); do $(../../../../../vendor/cossou/jasperphp/src/JasperStarter/bin/jasperstarter cp $line.jrxml -o $line); done
18 19 echo "Fim da compilação"
19   -cd ../../../../../
  20 +cd ../../../../../../
20 21 tar -zcvf ieducar-${VERSION}.tar.gz ${BUILD_FOLDER}
21 22 rm -fR ${BUILD_FOLDER}
22 23 echo
... ...
src/Support/Installer.php
... ... @@ -36,6 +36,7 @@ class Installer
36 36 protected $commandsMap = [
37 37 'key' => 'key:generate',
38 38 'link' => 'legacy:link',
  39 + 'reports-link' => 'community:reports:link',
39 40 'migrate' => 'migrate --force',
40 41 'password' => 'admin:password',
41 42 'reports' => 'reports:install --no-compile',
... ... @@ -193,11 +194,11 @@ class Installer
193 194 {
194 195 $dsn = sprintf(
195 196 'pgsql:host=%s;port=%s;dbname=%s;user=%s;password=%s',
196   - getenv('DB_HOST'),
197   - getenv('DB_PORT'),
198   - getenv('DB_DATABASE'),
199   - getenv('DB_USERNAME'),
200   - getenv('DB_PASSWORD')
  197 + env('DB_HOST'),
  198 + env('DB_PORT'),
  199 + env('DB_DATABASE'),
  200 + env('DB_USERNAME'),
  201 + env('DB_PASSWORD')
201 202 );
202 203  
203 204 return new \PDO($dsn);
... ...