aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-11-14 15:19:18 +0100
committerGitHub <noreply@github.com>2019-11-14 15:19:18 +0100
commit98d8e0c1b929a198da0fbcbffbc011e985b5df01 (patch)
treed7278a13dce4e6dcb253f124420e93ad5069df5e /composer.lock
parent8d8d6818fb6b6bc2f4140285a2a53c74e38bc010 (diff)
parent4a31f3b6a22b29bee5295aa3099fff79d137a00c (diff)
downloadwallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.tar.gz
wallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.tar.zst
wallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.zip
Merge pull request #4183 from wallabag/update-deps
Update deps
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock383
1 files changed, 202 insertions, 181 deletions
diff --git a/composer.lock b/composer.lock
index d72a3f62..7f3cacef 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "02ec26b02dc55d65cb9353ad99be7ebe", 7 "content-hash": "bc03955d5e8ea3079c82f32de2e26c98",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "bdunogier/guzzle-site-authenticator", 10 "name": "bdunogier/guzzle-site-authenticator",
@@ -412,16 +412,16 @@
412 }, 412 },
413 { 413 {
414 "name": "doctrine/cache", 414 "name": "doctrine/cache",
415 "version": "v1.8.1", 415 "version": "1.9.0",
416 "source": { 416 "source": {
417 "type": "git", 417 "type": "git",
418 "url": "https://github.com/doctrine/cache.git", 418 "url": "https://github.com/doctrine/cache.git",
419 "reference": "d4374ae95b36062d02ef310100ed33d78738d76c" 419 "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a"
420 }, 420 },
421 "dist": { 421 "dist": {
422 "type": "zip", 422 "type": "zip",
423 "url": "https://api.github.com/repos/doctrine/cache/zipball/d4374ae95b36062d02ef310100ed33d78738d76c", 423 "url": "https://api.github.com/repos/doctrine/cache/zipball/c15dcd24b756f9e52ea7c3ae8227354f3628f11a",
424 "reference": "d4374ae95b36062d02ef310100ed33d78738d76c", 424 "reference": "c15dcd24b756f9e52ea7c3ae8227354f3628f11a",
425 "shasum": "" 425 "shasum": ""
426 }, 426 },
427 "require": { 427 "require": {
@@ -432,7 +432,7 @@
432 }, 432 },
433 "require-dev": { 433 "require-dev": {
434 "alcaeus/mongo-php-adapter": "^1.1", 434 "alcaeus/mongo-php-adapter": "^1.1",
435 "doctrine/coding-standard": "^4.0", 435 "doctrine/coding-standard": "^6.0",
436 "mongodb/mongodb": "^1.1", 436 "mongodb/mongodb": "^1.1",
437 "phpunit/phpunit": "^7.0", 437 "phpunit/phpunit": "^7.0",
438 "predis/predis": "~1.0" 438 "predis/predis": "~1.0"
@@ -443,7 +443,7 @@
443 "type": "library", 443 "type": "library",
444 "extra": { 444 "extra": {
445 "branch-alias": { 445 "branch-alias": {
446 "dev-master": "1.8.x-dev" 446 "dev-master": "1.9.x-dev"
447 } 447 }
448 }, 448 },
449 "autoload": { 449 "autoload": {
@@ -477,26 +477,34 @@
477 "email": "schmittjoh@gmail.com" 477 "email": "schmittjoh@gmail.com"
478 } 478 }
479 ], 479 ],
480 "description": "Caching library offering an object-oriented API for many cache backends", 480 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
481 "homepage": "https://www.doctrine-project.org", 481 "homepage": "https://www.doctrine-project.org/projects/cache.html",
482 "keywords": [ 482 "keywords": [
483 "abstraction",
484 "apcu",
483 "cache", 485 "cache",
484 "caching" 486 "caching",
487 "couchdb",
488 "memcached",
489 "php",
490 "redis",
491 "riak",
492 "xcache"
485 ], 493 ],
486 "time": "2019-10-28T09:31:32+00:00" 494 "time": "2019-11-11T10:31:52+00:00"
487 }, 495 },
488 { 496 {
489 "name": "doctrine/collections", 497 "name": "doctrine/collections",
490 "version": "v1.6.2", 498 "version": "1.6.3",
491 "source": { 499 "source": {
492 "type": "git", 500 "type": "git",
493 "url": "https://github.com/doctrine/collections.git", 501 "url": "https://github.com/doctrine/collections.git",
494 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be" 502 "reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577"
495 }, 503 },
496 "dist": { 504 "dist": {
497 "type": "zip", 505 "type": "zip",
498 "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be", 506 "url": "https://api.github.com/repos/doctrine/collections/zipball/037ccc5b1c249275f8f6bb48e35f140fd52fd577",
499 "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be", 507 "reference": "037ccc5b1c249275f8f6bb48e35f140fd52fd577",
500 "shasum": "" 508 "shasum": ""
501 }, 509 },
502 "require": { 510 "require": {
@@ -525,6 +533,10 @@
525 ], 533 ],
526 "authors": [ 534 "authors": [
527 { 535 {
536 "name": "Guilherme Blanco",
537 "email": "guilhermeblanco@gmail.com"
538 },
539 {
528 "name": "Roman Borschel", 540 "name": "Roman Borschel",
529 "email": "roman@code-factory.org" 541 "email": "roman@code-factory.org"
530 }, 542 },
@@ -533,10 +545,6 @@
533 "email": "kontakt@beberlei.de" 545 "email": "kontakt@beberlei.de"
534 }, 546 },
535 { 547 {
536 "name": "Guilherme Blanco",
537 "email": "guilhermeblanco@gmail.com"
538 },
539 {
540 "name": "Jonathan Wage", 548 "name": "Jonathan Wage",
541 "email": "jonwage@gmail.com" 549 "email": "jonwage@gmail.com"
542 }, 550 },
@@ -553,7 +561,7 @@
553 "iterators", 561 "iterators",
554 "php" 562 "php"
555 ], 563 ],
556 "time": "2019-06-09T13:48:14+00:00" 564 "time": "2019-11-04T15:26:07+00:00"
557 }, 565 },
558 { 566 {
559 "name": "doctrine/common", 567 "name": "doctrine/common",
@@ -963,16 +971,16 @@
963 }, 971 },
964 { 972 {
965 "name": "doctrine/event-manager", 973 "name": "doctrine/event-manager",
966 "version": "v1.0.0", 974 "version": "1.1.0",
967 "source": { 975 "source": {
968 "type": "git", 976 "type": "git",
969 "url": "https://github.com/doctrine/event-manager.git", 977 "url": "https://github.com/doctrine/event-manager.git",
970 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3" 978 "reference": "629572819973f13486371cb611386eb17851e85c"
971 }, 979 },
972 "dist": { 980 "dist": {
973 "type": "zip", 981 "type": "zip",
974 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3", 982 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
975 "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3", 983 "reference": "629572819973f13486371cb611386eb17851e85c",
976 "shasum": "" 984 "shasum": ""
977 }, 985 },
978 "require": { 986 "require": {
@@ -982,7 +990,7 @@
982 "doctrine/common": "<2.9@dev" 990 "doctrine/common": "<2.9@dev"
983 }, 991 },
984 "require-dev": { 992 "require-dev": {
985 "doctrine/coding-standard": "^4.0", 993 "doctrine/coding-standard": "^6.0",
986 "phpunit/phpunit": "^7.0" 994 "phpunit/phpunit": "^7.0"
987 }, 995 },
988 "type": "library", 996 "type": "library",
@@ -1002,6 +1010,10 @@
1002 ], 1010 ],
1003 "authors": [ 1011 "authors": [
1004 { 1012 {
1013 "name": "Guilherme Blanco",
1014 "email": "guilhermeblanco@gmail.com"
1015 },
1016 {
1005 "name": "Roman Borschel", 1017 "name": "Roman Borschel",
1006 "email": "roman@code-factory.org" 1018 "email": "roman@code-factory.org"
1007 }, 1019 },
@@ -1010,10 +1022,6 @@
1010 "email": "kontakt@beberlei.de" 1022 "email": "kontakt@beberlei.de"
1011 }, 1023 },
1012 { 1024 {
1013 "name": "Guilherme Blanco",
1014 "email": "guilhermeblanco@gmail.com"
1015 },
1016 {
1017 "name": "Jonathan Wage", 1025 "name": "Jonathan Wage",
1018 "email": "jonwage@gmail.com" 1026 "email": "jonwage@gmail.com"
1019 }, 1027 },
@@ -1026,27 +1034,29 @@
1026 "email": "ocramius@gmail.com" 1034 "email": "ocramius@gmail.com"
1027 } 1035 }
1028 ], 1036 ],
1029 "description": "Doctrine Event Manager component", 1037 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
1030 "homepage": "https://www.doctrine-project.org/projects/event-manager.html", 1038 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
1031 "keywords": [ 1039 "keywords": [
1032 "event", 1040 "event",
1033 "eventdispatcher", 1041 "event dispatcher",
1034 "eventmanager" 1042 "event manager",
1043 "event system",
1044 "events"
1035 ], 1045 ],
1036 "time": "2018-06-11T11:59:03+00:00" 1046 "time": "2019-11-10T09:48:07+00:00"
1037 }, 1047 },
1038 { 1048 {
1039 "name": "doctrine/inflector", 1049 "name": "doctrine/inflector",
1040 "version": "v1.3.0", 1050 "version": "1.3.1",
1041 "source": { 1051 "source": {
1042 "type": "git", 1052 "type": "git",
1043 "url": "https://github.com/doctrine/inflector.git", 1053 "url": "https://github.com/doctrine/inflector.git",
1044 "reference": "5527a48b7313d15261292c149e55e26eae771b0a" 1054 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
1045 }, 1055 },
1046 "dist": { 1056 "dist": {
1047 "type": "zip", 1057 "type": "zip",
1048 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", 1058 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1049 "reference": "5527a48b7313d15261292c149e55e26eae771b0a", 1059 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
1050 "shasum": "" 1060 "shasum": ""
1051 }, 1061 },
1052 "require": { 1062 "require": {
@@ -1072,6 +1082,10 @@
1072 ], 1082 ],
1073 "authors": [ 1083 "authors": [
1074 { 1084 {
1085 "name": "Guilherme Blanco",
1086 "email": "guilhermeblanco@gmail.com"
1087 },
1088 {
1075 "name": "Roman Borschel", 1089 "name": "Roman Borschel",
1076 "email": "roman@code-factory.org" 1090 "email": "roman@code-factory.org"
1077 }, 1091 },
@@ -1080,10 +1094,6 @@
1080 "email": "kontakt@beberlei.de" 1094 "email": "kontakt@beberlei.de"
1081 }, 1095 },
1082 { 1096 {
1083 "name": "Guilherme Blanco",
1084 "email": "guilhermeblanco@gmail.com"
1085 },
1086 {
1087 "name": "Jonathan Wage", 1097 "name": "Jonathan Wage",
1088 "email": "jonwage@gmail.com" 1098 "email": "jonwage@gmail.com"
1089 }, 1099 },
@@ -1100,20 +1110,20 @@
1100 "singularize", 1110 "singularize",
1101 "string" 1111 "string"
1102 ], 1112 ],
1103 "time": "2018-01-09T20:05:19+00:00" 1113 "time": "2019-10-30T19:59:35+00:00"
1104 }, 1114 },
1105 { 1115 {
1106 "name": "doctrine/instantiator", 1116 "name": "doctrine/instantiator",
1107 "version": "1.2.0", 1117 "version": "1.3.0",
1108 "source": { 1118 "source": {
1109 "type": "git", 1119 "type": "git",
1110 "url": "https://github.com/doctrine/instantiator.git", 1120 "url": "https://github.com/doctrine/instantiator.git",
1111 "reference": "a2c590166b2133a4633738648b6b064edae0814a" 1121 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
1112 }, 1122 },
1113 "dist": { 1123 "dist": {
1114 "type": "zip", 1124 "type": "zip",
1115 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", 1125 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
1116 "reference": "a2c590166b2133a4633738648b6b064edae0814a", 1126 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
1117 "shasum": "" 1127 "shasum": ""
1118 }, 1128 },
1119 "require": { 1129 "require": {
@@ -1156,7 +1166,7 @@
1156 "constructor", 1166 "constructor",
1157 "instantiate" 1167 "instantiate"
1158 ], 1168 ],
1159 "time": "2019-03-17T17:37:11+00:00" 1169 "time": "2019-10-21T16:45:58+00:00"
1160 }, 1170 },
1161 { 1171 {
1162 "name": "doctrine/lexer", 1172 "name": "doctrine/lexer",
@@ -1375,16 +1385,16 @@
1375 }, 1385 },
1376 { 1386 {
1377 "name": "doctrine/persistence", 1387 "name": "doctrine/persistence",
1378 "version": "1.1.1", 1388 "version": "1.2.0",
1379 "source": { 1389 "source": {
1380 "type": "git", 1390 "type": "git",
1381 "url": "https://github.com/doctrine/persistence.git", 1391 "url": "https://github.com/doctrine/persistence.git",
1382 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48" 1392 "reference": "43526ae63312942e5316100bb3ed589ba1aba491"
1383 }, 1393 },
1384 "dist": { 1394 "dist": {
1385 "type": "zip", 1395 "type": "zip",
1386 "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48", 1396 "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
1387 "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48", 1397 "reference": "43526ae63312942e5316100bb3ed589ba1aba491",
1388 "shasum": "" 1398 "shasum": ""
1389 }, 1399 },
1390 "require": { 1400 "require": {
@@ -1406,7 +1416,7 @@
1406 "type": "library", 1416 "type": "library",
1407 "extra": { 1417 "extra": {
1408 "branch-alias": { 1418 "branch-alias": {
1409 "dev-master": "1.1.x-dev" 1419 "dev-master": "1.2.x-dev"
1410 } 1420 }
1411 }, 1421 },
1412 "autoload": { 1422 "autoload": {
@@ -1420,6 +1430,10 @@
1420 ], 1430 ],
1421 "authors": [ 1431 "authors": [
1422 { 1432 {
1433 "name": "Guilherme Blanco",
1434 "email": "guilhermeblanco@gmail.com"
1435 },
1436 {
1423 "name": "Roman Borschel", 1437 "name": "Roman Borschel",
1424 "email": "roman@code-factory.org" 1438 "email": "roman@code-factory.org"
1425 }, 1439 },
@@ -1428,10 +1442,6 @@
1428 "email": "kontakt@beberlei.de" 1442 "email": "kontakt@beberlei.de"
1429 }, 1443 },
1430 { 1444 {
1431 "name": "Guilherme Blanco",
1432 "email": "guilhermeblanco@gmail.com"
1433 },
1434 {
1435 "name": "Jonathan Wage", 1445 "name": "Jonathan Wage",
1436 "email": "jonwage@gmail.com" 1446 "email": "jonwage@gmail.com"
1437 }, 1447 },
@@ -1453,7 +1463,7 @@
1453 "orm", 1463 "orm",
1454 "persistence" 1464 "persistence"
1455 ], 1465 ],
1456 "time": "2019-04-23T08:28:24+00:00" 1466 "time": "2019-04-23T12:39:21+00:00"
1457 }, 1467 },
1458 { 1468 {
1459 "name": "doctrine/reflection", 1469 "name": "doctrine/reflection",
@@ -3712,16 +3722,16 @@
3712 }, 3722 },
3713 { 3723 {
3714 "name": "j0k3r/graby", 3724 "name": "j0k3r/graby",
3715 "version": "2.0.2", 3725 "version": "2.1.0",
3716 "source": { 3726 "source": {
3717 "type": "git", 3727 "type": "git",
3718 "url": "https://github.com/j0k3r/graby.git", 3728 "url": "https://github.com/j0k3r/graby.git",
3719 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a" 3729 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b"
3720 }, 3730 },
3721 "dist": { 3731 "dist": {
3722 "type": "zip", 3732 "type": "zip",
3723 "url": "https://api.github.com/repos/j0k3r/graby/zipball/5ed35e8959be03cb36335605a70e05571eb8157a", 3733 "url": "https://api.github.com/repos/j0k3r/graby/zipball/8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3724 "reference": "5ed35e8959be03cb36335605a70e05571eb8157a", 3734 "reference": "8dcacf79bd2bc18438dc3c93cdee1fa59f9a848b",
3725 "shasum": "" 3735 "shasum": ""
3726 }, 3736 },
3727 "require": { 3737 "require": {
@@ -3782,20 +3792,20 @@
3782 } 3792 }
3783 ], 3793 ],
3784 "description": "Graby helps you extract article content from web pages", 3794 "description": "Graby helps you extract article content from web pages",
3785 "time": "2019-07-22T07:05:28+00:00" 3795 "time": "2019-11-12T13:10:23+00:00"
3786 }, 3796 },
3787 { 3797 {
3788 "name": "j0k3r/graby-site-config", 3798 "name": "j0k3r/graby-site-config",
3789 "version": "1.0.93", 3799 "version": "1.0.94",
3790 "source": { 3800 "source": {
3791 "type": "git", 3801 "type": "git",
3792 "url": "https://github.com/j0k3r/graby-site-config.git", 3802 "url": "https://github.com/j0k3r/graby-site-config.git",
3793 "reference": "018ebc5ccd8e631243fcc515fb05b39bac423b31" 3803 "reference": "429ee12aa7d9dd95596b15ec0889bd7202d5723a"
3794 }, 3804 },
3795 "dist": { 3805 "dist": {
3796 "type": "zip", 3806 "type": "zip",
3797 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/018ebc5ccd8e631243fcc515fb05b39bac423b31", 3807 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/429ee12aa7d9dd95596b15ec0889bd7202d5723a",
3798 "reference": "018ebc5ccd8e631243fcc515fb05b39bac423b31", 3808 "reference": "429ee12aa7d9dd95596b15ec0889bd7202d5723a",
3799 "shasum": "" 3809 "shasum": ""
3800 }, 3810 },
3801 "require": { 3811 "require": {
@@ -3822,7 +3832,7 @@
3822 } 3832 }
3823 ], 3833 ],
3824 "description": "Graby site config files", 3834 "description": "Graby site config files",
3825 "time": "2019-10-15T15:51:35+00:00" 3835 "time": "2019-11-12T06:56:59+00:00"
3826 }, 3836 },
3827 { 3837 {
3828 "name": "j0k3r/httplug-ssrf-plugin", 3838 "name": "j0k3r/httplug-ssrf-plugin",
@@ -4935,16 +4945,16 @@
4935 }, 4945 },
4936 { 4946 {
4937 "name": "monolog/monolog", 4947 "name": "monolog/monolog",
4938 "version": "1.25.1", 4948 "version": "1.25.2",
4939 "source": { 4949 "source": {
4940 "type": "git", 4950 "type": "git",
4941 "url": "https://github.com/Seldaek/monolog.git", 4951 "url": "https://github.com/Seldaek/monolog.git",
4942 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf" 4952 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
4943 }, 4953 },
4944 "dist": { 4954 "dist": {
4945 "type": "zip", 4955 "type": "zip",
4946 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf", 4956 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4947 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf", 4957 "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
4948 "shasum": "" 4958 "shasum": ""
4949 }, 4959 },
4950 "require": { 4960 "require": {
@@ -5009,7 +5019,7 @@
5009 "logging", 5019 "logging",
5010 "psr-3" 5020 "psr-3"
5011 ], 5021 ],
5012 "time": "2019-09-06T13:49:17+00:00" 5022 "time": "2019-11-13T10:00:05+00:00"
5013 }, 5023 },
5014 { 5024 {
5015 "name": "nelmio/api-doc-bundle", 5025 "name": "nelmio/api-doc-bundle",
@@ -5344,24 +5354,24 @@
5344 }, 5354 },
5345 { 5355 {
5346 "name": "paragonie/constant_time_encoding", 5356 "name": "paragonie/constant_time_encoding",
5347 "version": "v2.2.3", 5357 "version": "v2.3.0",
5348 "source": { 5358 "source": {
5349 "type": "git", 5359 "type": "git",
5350 "url": "https://github.com/paragonie/constant_time_encoding.git", 5360 "url": "https://github.com/paragonie/constant_time_encoding.git",
5351 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb" 5361 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2"
5352 }, 5362 },
5353 "dist": { 5363 "dist": {
5354 "type": "zip", 5364 "type": "zip",
5355 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/55af0dc01992b4d0da7f6372e2eac097bbbaffdb", 5365 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5356 "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb", 5366 "reference": "47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2",
5357 "shasum": "" 5367 "shasum": ""
5358 }, 5368 },
5359 "require": { 5369 "require": {
5360 "php": "^7" 5370 "php": "^7|^8"
5361 }, 5371 },
5362 "require-dev": { 5372 "require-dev": {
5363 "phpunit/phpunit": "^6|^7", 5373 "phpunit/phpunit": "^6|^7",
5364 "vimeo/psalm": "^1|^2" 5374 "vimeo/psalm": "^1|^2|^3"
5365 }, 5375 },
5366 "type": "library", 5376 "type": "library",
5367 "autoload": { 5377 "autoload": {
@@ -5402,7 +5412,7 @@
5402 "hex2bin", 5412 "hex2bin",
5403 "rfc4648" 5413 "rfc4648"
5404 ], 5414 ],
5405 "time": "2019-01-03T20:26:31+00:00" 5415 "time": "2019-11-06T19:20:29+00:00"
5406 }, 5416 },
5407 { 5417 {
5408 "name": "paragonie/random_compat", 5418 "name": "paragonie/random_compat",
@@ -6344,28 +6354,28 @@
6344 }, 6354 },
6345 { 6355 {
6346 "name": "phpoption/phpoption", 6356 "name": "phpoption/phpoption",
6347 "version": "1.5.0", 6357 "version": "1.5.2",
6348 "source": { 6358 "source": {
6349 "type": "git", 6359 "type": "git",
6350 "url": "https://github.com/schmittjoh/php-option.git", 6360 "url": "https://github.com/schmittjoh/php-option.git",
6351 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" 6361 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793"
6352 }, 6362 },
6353 "dist": { 6363 "dist": {
6354 "type": "zip", 6364 "type": "zip",
6355 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", 6365 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/2ba2586380f8d2b44ad1b9feb61c371020b27793",
6356 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", 6366 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793",
6357 "shasum": "" 6367 "shasum": ""
6358 }, 6368 },
6359 "require": { 6369 "require": {
6360 "php": ">=5.3.0" 6370 "php": ">=5.3.0"
6361 }, 6371 },
6362 "require-dev": { 6372 "require-dev": {
6363 "phpunit/phpunit": "4.7.*" 6373 "phpunit/phpunit": "^4.7|^5.0"
6364 }, 6374 },
6365 "type": "library", 6375 "type": "library",
6366 "extra": { 6376 "extra": {
6367 "branch-alias": { 6377 "branch-alias": {
6368 "dev-master": "1.3-dev" 6378 "dev-master": "1.5-dev"
6369 } 6379 }
6370 }, 6380 },
6371 "autoload": { 6381 "autoload": {
@@ -6375,7 +6385,7 @@
6375 }, 6385 },
6376 "notification-url": "https://packagist.org/downloads/", 6386 "notification-url": "https://packagist.org/downloads/",
6377 "license": [ 6387 "license": [
6378 "Apache2" 6388 "Apache-2.0"
6379 ], 6389 ],
6380 "authors": [ 6390 "authors": [
6381 { 6391 {
@@ -6390,7 +6400,7 @@
6390 "php", 6400 "php",
6391 "type" 6401 "type"
6392 ], 6402 ],
6393 "time": "2015-07-25T16:39:46+00:00" 6403 "time": "2019-11-06T22:27:00+00:00"
6394 }, 6404 },
6395 { 6405 {
6396 "name": "phpzip/phpzip", 6406 "name": "phpzip/phpzip",
@@ -7190,16 +7200,16 @@
7190 }, 7200 },
7191 { 7201 {
7192 "name": "scheb/two-factor-bundle", 7202 "name": "scheb/two-factor-bundle",
7193 "version": "v4.7.1", 7203 "version": "v4.8.0",
7194 "source": { 7204 "source": {
7195 "type": "git", 7205 "type": "git",
7196 "url": "https://github.com/scheb/two-factor-bundle.git", 7206 "url": "https://github.com/scheb/two-factor-bundle.git",
7197 "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62" 7207 "reference": "2864c770fedb723ac05aa56ff2761e4a8e1537ca"
7198 }, 7208 },
7199 "dist": { 7209 "dist": {
7200 "type": "zip", 7210 "type": "zip",
7201 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/170895e91bdbe2c21983f195271d42e2fcfb3d62", 7211 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/2864c770fedb723ac05aa56ff2761e4a8e1537ca",
7202 "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62", 7212 "reference": "2864c770fedb723ac05aa56ff2761e4a8e1537ca",
7203 "shasum": "" 7213 "shasum": ""
7204 }, 7214 },
7205 "require": { 7215 "require": {
@@ -7220,7 +7230,9 @@
7220 "require-dev": { 7230 "require-dev": {
7221 "doctrine/lexer": "^1.0.1", 7231 "doctrine/lexer": "^1.0.1",
7222 "doctrine/orm": "^2.6", 7232 "doctrine/orm": "^2.6",
7233 "escapestudios/symfony2-coding-standard": "^3.9",
7223 "phpunit/phpunit": "^7.0|^8.0", 7234 "phpunit/phpunit": "^7.0|^8.0",
7235 "squizlabs/php_codesniffer": "^3.5",
7224 "swiftmailer/swiftmailer": "^6.0", 7236 "swiftmailer/swiftmailer": "^6.0",
7225 "symfony/yaml": "^3.4|^4.0" 7237 "symfony/yaml": "^3.4|^4.0"
7226 }, 7238 },
@@ -7228,7 +7240,10 @@
7228 "autoload": { 7240 "autoload": {
7229 "psr-4": { 7241 "psr-4": {
7230 "Scheb\\TwoFactorBundle\\": "" 7242 "Scheb\\TwoFactorBundle\\": ""
7231 } 7243 },
7244 "exclude-from-classmap": [
7245 "/Tests/"
7246 ]
7232 }, 7247 },
7233 "notification-url": "https://packagist.org/downloads/", 7248 "notification-url": "https://packagist.org/downloads/",
7234 "license": [ 7249 "license": [
@@ -7249,7 +7264,7 @@
7249 "two-factor", 7264 "two-factor",
7250 "two-step" 7265 "two-step"
7251 ], 7266 ],
7252 "time": "2019-09-02T18:36:37+00:00" 7267 "time": "2019-11-07T19:29:43+00:00"
7253 }, 7268 },
7254 { 7269 {
7255 "name": "sensio/distribution-bundle", 7270 "name": "sensio/distribution-bundle",
@@ -7378,23 +7393,23 @@
7378 }, 7393 },
7379 { 7394 {
7380 "name": "sensiolabs/security-checker", 7395 "name": "sensiolabs/security-checker",
7381 "version": "v6.0.2", 7396 "version": "v6.0.3",
7382 "source": { 7397 "source": {
7383 "type": "git", 7398 "type": "git",
7384 "url": "https://github.com/sensiolabs/security-checker.git", 7399 "url": "https://github.com/sensiolabs/security-checker.git",
7385 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4" 7400 "reference": "a576c01520d9761901f269c4934ba55448be4a54"
7386 }, 7401 },
7387 "dist": { 7402 "dist": {
7388 "type": "zip", 7403 "type": "zip",
7389 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/ce8d0552dcb8d3677ab9adb6d19a5837949bfec4", 7404 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
7390 "reference": "ce8d0552dcb8d3677ab9adb6d19a5837949bfec4", 7405 "reference": "a576c01520d9761901f269c4934ba55448be4a54",
7391 "shasum": "" 7406 "shasum": ""
7392 }, 7407 },
7393 "require": { 7408 "require": {
7394 "php": ">=7.1.3", 7409 "php": ">=7.1.3",
7395 "symfony/console": "^2.8|^3.4|^4.2", 7410 "symfony/console": "^2.8|^3.4|^4.2|^5.0",
7396 "symfony/http-client": "^4.3", 7411 "symfony/http-client": "^4.3|^5.0",
7397 "symfony/mime": "^4.3", 7412 "symfony/mime": "^4.3|^5.0",
7398 "symfony/polyfill-ctype": "^1.11" 7413 "symfony/polyfill-ctype": "^1.11"
7399 }, 7414 },
7400 "bin": [ 7415 "bin": [
@@ -7422,7 +7437,7 @@
7422 } 7437 }
7423 ], 7438 ],
7424 "description": "A security checker for your composer.lock", 7439 "description": "A security checker for your composer.lock",
7425 "time": "2019-06-08T06:46:26+00:00" 7440 "time": "2019-11-01T13:20:14+00:00"
7426 }, 7441 },
7427 { 7442 {
7428 "name": "sentry/sdk", 7443 "name": "sentry/sdk",
@@ -7459,16 +7474,16 @@
7459 }, 7474 },
7460 { 7475 {
7461 "name": "sentry/sentry", 7476 "name": "sentry/sentry",
7462 "version": "2.2.2", 7477 "version": "2.2.4",
7463 "source": { 7478 "source": {
7464 "type": "git", 7479 "type": "git",
7465 "url": "https://github.com/getsentry/sentry-php.git", 7480 "url": "https://github.com/getsentry/sentry-php.git",
7466 "reference": "217c9e550eb3e06bbe48a4da4031223e1aab76f0" 7481 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67"
7467 }, 7482 },
7468 "dist": { 7483 "dist": {
7469 "type": "zip", 7484 "type": "zip",
7470 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/217c9e550eb3e06bbe48a4da4031223e1aab76f0", 7485 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/a74999536b9119257cb1a4b1aa038e4a08439f67",
7471 "reference": "217c9e550eb3e06bbe48a4da4031223e1aab76f0", 7486 "reference": "a74999536b9119257cb1a4b1aa038e4a08439f67",
7472 "shasum": "" 7487 "shasum": ""
7473 }, 7488 },
7474 "require": { 7489 "require": {
@@ -7502,6 +7517,9 @@
7502 "symfony/phpunit-bridge": "^4.3", 7517 "symfony/phpunit-bridge": "^4.3",
7503 "vimeo/psalm": "^3.4" 7518 "vimeo/psalm": "^3.4"
7504 }, 7519 },
7520 "suggest": {
7521 "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
7522 },
7505 "type": "library", 7523 "type": "library",
7506 "extra": { 7524 "extra": {
7507 "branch-alias": { 7525 "branch-alias": {
@@ -7537,7 +7555,7 @@
7537 "logging", 7555 "logging",
7538 "sentry" 7556 "sentry"
7539 ], 7557 ],
7540 "time": "2019-10-10T08:16:00+00:00" 7558 "time": "2019-11-04T10:30:51+00:00"
7541 }, 7559 },
7542 { 7560 {
7543 "name": "sentry/sentry-symfony", 7561 "name": "sentry/sentry-symfony",
@@ -7717,7 +7735,7 @@
7717 ], 7735 ],
7718 "authors": [ 7736 "authors": [
7719 { 7737 {
7720 "name": "Sebastien Malot", 7738 "name": "Sebastien MALOT",
7721 "email": "sebastien@malot.fr" 7739 "email": "sebastien@malot.fr"
7722 } 7740 }
7723 ], 7741 ],
@@ -7860,16 +7878,16 @@
7860 }, 7878 },
7861 { 7879 {
7862 "name": "swiftmailer/swiftmailer", 7880 "name": "swiftmailer/swiftmailer",
7863 "version": "v6.2.1", 7881 "version": "v6.2.3",
7864 "source": { 7882 "source": {
7865 "type": "git", 7883 "type": "git",
7866 "url": "https://github.com/swiftmailer/swiftmailer.git", 7884 "url": "https://github.com/swiftmailer/swiftmailer.git",
7867 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a" 7885 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
7868 }, 7886 },
7869 "dist": { 7887 "dist": {
7870 "type": "zip", 7888 "type": "zip",
7871 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", 7889 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7872 "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a", 7890 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
7873 "shasum": "" 7891 "shasum": ""
7874 }, 7892 },
7875 "require": { 7893 "require": {
@@ -7918,20 +7936,20 @@
7918 "mail", 7936 "mail",
7919 "mailer" 7937 "mailer"
7920 ], 7938 ],
7921 "time": "2019-04-21T09:21:45+00:00" 7939 "time": "2019-11-12T09:31:26+00:00"
7922 }, 7940 },
7923 { 7941 {
7924 "name": "symfony/http-client", 7942 "name": "symfony/http-client",
7925 "version": "v4.3.5", 7943 "version": "v4.3.8",
7926 "source": { 7944 "source": {
7927 "type": "git", 7945 "type": "git",
7928 "url": "https://github.com/symfony/http-client.git", 7946 "url": "https://github.com/symfony/http-client.git",
7929 "reference": "69d438274718121e1166e7f65c290f891a4c8ddb" 7947 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8"
7930 }, 7948 },
7931 "dist": { 7949 "dist": {
7932 "type": "zip", 7950 "type": "zip",
7933 "url": "https://api.github.com/repos/symfony/http-client/zipball/69d438274718121e1166e7f65c290f891a4c8ddb", 7951 "url": "https://api.github.com/repos/symfony/http-client/zipball/ae3a9cd491f1aadb5583f34a6bda5cca34081ce8",
7934 "reference": "69d438274718121e1166e7f65c290f891a4c8ddb", 7952 "reference": "ae3a9cd491f1aadb5583f34a6bda5cca34081ce8",
7935 "shasum": "" 7953 "shasum": ""
7936 }, 7954 },
7937 "require": { 7955 "require": {
@@ -7980,20 +7998,20 @@
7980 ], 7998 ],
7981 "description": "Symfony HttpClient component", 7999 "description": "Symfony HttpClient component",
7982 "homepage": "https://symfony.com", 8000 "homepage": "https://symfony.com",
7983 "time": "2019-10-07T10:52:41+00:00" 8001 "time": "2019-11-08T08:23:45+00:00"
7984 }, 8002 },
7985 { 8003 {
7986 "name": "symfony/http-client-contracts", 8004 "name": "symfony/http-client-contracts",
7987 "version": "v1.1.7", 8005 "version": "v1.1.8",
7988 "source": { 8006 "source": {
7989 "type": "git", 8007 "type": "git",
7990 "url": "https://github.com/symfony/http-client-contracts.git", 8008 "url": "https://github.com/symfony/http-client-contracts.git",
7991 "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d" 8009 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e"
7992 }, 8010 },
7993 "dist": { 8011 "dist": {
7994 "type": "zip", 8012 "type": "zip",
7995 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/353b2a3e907e5c34cf8f74827a4b21eb745aab1d", 8013 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
7996 "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d", 8014 "reference": "088bae75cfa2ec5eb6d33dce17dbd8613150ce6e",
7997 "shasum": "" 8015 "shasum": ""
7998 }, 8016 },
7999 "require": { 8017 "require": {
@@ -8037,20 +8055,20 @@
8037 "interoperability", 8055 "interoperability",
8038 "standards" 8056 "standards"
8039 ], 8057 ],
8040 "time": "2019-09-26T22:09:58+00:00" 8058 "time": "2019-11-07T12:44:51+00:00"
8041 }, 8059 },
8042 { 8060 {
8043 "name": "symfony/mime", 8061 "name": "symfony/mime",
8044 "version": "v4.3.5", 8062 "version": "v4.3.8",
8045 "source": { 8063 "source": {
8046 "type": "git", 8064 "type": "git",
8047 "url": "https://github.com/symfony/mime.git", 8065 "url": "https://github.com/symfony/mime.git",
8048 "reference": "32f71570547b91879fdbd9cf50317d556ae86916" 8066 "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448"
8049 }, 8067 },
8050 "dist": { 8068 "dist": {
8051 "type": "zip", 8069 "type": "zip",
8052 "url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916", 8070 "url": "https://api.github.com/repos/symfony/mime/zipball/22aecf6b11638ef378fab25d6c5a2da8a31a1448",
8053 "reference": "32f71570547b91879fdbd9cf50317d556ae86916", 8071 "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448",
8054 "shasum": "" 8072 "shasum": ""
8055 }, 8073 },
8056 "require": { 8074 "require": {
@@ -8096,7 +8114,7 @@
8096 "mime", 8114 "mime",
8097 "mime-type" 8115 "mime-type"
8098 ], 8116 ],
8099 "time": "2019-09-19T17:00:15+00:00" 8117 "time": "2019-11-12T13:10:02+00:00"
8100 }, 8118 },
8101 { 8119 {
8102 "name": "symfony/monolog-bundle", 8120 "name": "symfony/monolog-bundle",
@@ -8795,16 +8813,16 @@
8795 }, 8813 },
8796 { 8814 {
8797 "name": "symfony/swiftmailer-bundle", 8815 "name": "symfony/swiftmailer-bundle",
8798 "version": "v3.3.0", 8816 "version": "v3.3.1",
8799 "source": { 8817 "source": {
8800 "type": "git", 8818 "type": "git",
8801 "url": "https://github.com/symfony/swiftmailer-bundle.git", 8819 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8802 "reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa" 8820 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
8803 }, 8821 },
8804 "dist": { 8822 "dist": {
8805 "type": "zip", 8823 "type": "zip",
8806 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/6b895bc0a5e815d1bf2d444869415a7c752516aa", 8824 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8807 "reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa", 8825 "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
8808 "shasum": "" 8826 "shasum": ""
8809 }, 8827 },
8810 "require": { 8828 "require": {
@@ -8856,20 +8874,20 @@
8856 ], 8874 ],
8857 "description": "Symfony SwiftmailerBundle", 8875 "description": "Symfony SwiftmailerBundle",
8858 "homepage": "http://symfony.com", 8876 "homepage": "http://symfony.com",
8859 "time": "2019-10-20T12:05:18+00:00" 8877 "time": "2019-11-07T21:01:35+00:00"
8860 }, 8878 },
8861 { 8879 {
8862 "name": "symfony/symfony", 8880 "name": "symfony/symfony",
8863 "version": "v3.4.33", 8881 "version": "v3.4.35",
8864 "source": { 8882 "source": {
8865 "type": "git", 8883 "type": "git",
8866 "url": "https://github.com/symfony/symfony.git", 8884 "url": "https://github.com/symfony/symfony.git",
8867 "reference": "47813652695f1345987fd5dfc0df67607e738b31" 8885 "reference": "2adc85d49cbe14e346068fa7e9c2e1f08ab31de6"
8868 }, 8886 },
8869 "dist": { 8887 "dist": {
8870 "type": "zip", 8888 "type": "zip",
8871 "url": "https://api.github.com/repos/symfony/symfony/zipball/47813652695f1345987fd5dfc0df67607e738b31", 8889 "url": "https://api.github.com/repos/symfony/symfony/zipball/2adc85d49cbe14e346068fa7e9c2e1f08ab31de6",
8872 "reference": "47813652695f1345987fd5dfc0df67607e738b31", 8890 "reference": "2adc85d49cbe14e346068fa7e9c2e1f08ab31de6",
8873 "shasum": "" 8891 "shasum": ""
8874 }, 8892 },
8875 "require": { 8893 "require": {
@@ -9011,7 +9029,7 @@
9011 "keywords": [ 9029 "keywords": [
9012 "framework" 9030 "framework"
9013 ], 9031 ],
9014 "time": "2019-11-01T09:46:51+00:00" 9032 "time": "2019-11-13T08:45:05+00:00"
9015 }, 9033 },
9016 { 9034 {
9017 "name": "true/punycode", 9035 "name": "true/punycode",
@@ -9116,16 +9134,16 @@
9116 }, 9134 },
9117 { 9135 {
9118 "name": "twig/twig", 9136 "name": "twig/twig",
9119 "version": "v2.12.1", 9137 "version": "v2.12.2",
9120 "source": { 9138 "source": {
9121 "type": "git", 9139 "type": "git",
9122 "url": "https://github.com/twigphp/Twig.git", 9140 "url": "https://github.com/twigphp/Twig.git",
9123 "reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5" 9141 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
9124 }, 9142 },
9125 "dist": { 9143 "dist": {
9126 "type": "zip", 9144 "type": "zip",
9127 "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5", 9145 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9128 "reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5", 9146 "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
9129 "shasum": "" 9147 "shasum": ""
9130 }, 9148 },
9131 "require": { 9149 "require": {
@@ -9179,7 +9197,7 @@
9179 "keywords": [ 9197 "keywords": [
9180 "templating" 9198 "templating"
9181 ], 9199 ],
9182 "time": "2019-10-17T07:34:53+00:00" 9200 "time": "2019-11-11T16:52:09+00:00"
9183 }, 9201 },
9184 { 9202 {
9185 "name": "wallabag/php-mobi", 9203 "name": "wallabag/php-mobi",
@@ -9212,8 +9230,8 @@
9212 "authors": [ 9230 "authors": [
9213 { 9231 {
9214 "name": "Sander Kromwijk", 9232 "name": "Sander Kromwijk",
9215 "email": "s.kromwijk@gmail.co", 9233 "role": "Original developer",
9216 "role": "Original developer" 9234 "email": "s.kromwijk@gmail.co"
9217 }, 9235 },
9218 { 9236 {
9219 "name": "Nicolas Lœuillet", 9237 "name": "Nicolas Lœuillet",
@@ -9412,7 +9430,7 @@
9412 "email": "adrien.brault@gmail.com" 9430 "email": "adrien.brault@gmail.com"
9413 }, 9431 },
9414 { 9432 {
9415 "name": "William DURAND", 9433 "name": "William Durand",
9416 "email": "william.durand1@gmail.com" 9434 "email": "william.durand1@gmail.com"
9417 } 9435 }
9418 ], 9436 ],
@@ -9462,7 +9480,7 @@
9462 ], 9480 ],
9463 "authors": [ 9481 "authors": [
9464 { 9482 {
9465 "name": "William DURAND", 9483 "name": "William Durand",
9466 "email": "william.durand1@gmail.com" 9484 "email": "william.durand1@gmail.com"
9467 } 9485 }
9468 ], 9486 ],
@@ -9620,16 +9638,16 @@
9620 }, 9638 },
9621 { 9639 {
9622 "name": "zendframework/zend-diactoros", 9640 "name": "zendframework/zend-diactoros",
9623 "version": "2.1.5", 9641 "version": "2.2.0",
9624 "source": { 9642 "source": {
9625 "type": "git", 9643 "type": "git",
9626 "url": "https://github.com/zendframework/zend-diactoros.git", 9644 "url": "https://github.com/zendframework/zend-diactoros.git",
9627 "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c" 9645 "reference": "66eded992a75bfe75a829005a2884aae5ca86daa"
9628 }, 9646 },
9629 "dist": { 9647 "dist": {
9630 "type": "zip", 9648 "type": "zip",
9631 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c", 9649 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/66eded992a75bfe75a829005a2884aae5ca86daa",
9632 "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c", 9650 "reference": "66eded992a75bfe75a829005a2884aae5ca86daa",
9633 "shasum": "" 9651 "shasum": ""
9634 }, 9652 },
9635 "require": { 9653 "require": {
@@ -9683,7 +9701,7 @@
9683 "psr", 9701 "psr",
9684 "psr-7" 9702 "psr-7"
9685 ], 9703 ],
9686 "time": "2019-10-10T17:38:20+00:00" 9704 "time": "2019-11-12T17:26:16+00:00"
9687 }, 9705 },
9688 { 9706 {
9689 "name": "zendframework/zend-eventmanager", 9707 "name": "zendframework/zend-eventmanager",
@@ -9805,24 +9823,24 @@
9805 }, 9823 },
9806 { 9824 {
9807 "name": "composer/xdebug-handler", 9825 "name": "composer/xdebug-handler",
9808 "version": "1.3.3", 9826 "version": "1.4.0",
9809 "source": { 9827 "source": {
9810 "type": "git", 9828 "type": "git",
9811 "url": "https://github.com/composer/xdebug-handler.git", 9829 "url": "https://github.com/composer/xdebug-handler.git",
9812 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f" 9830 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
9813 }, 9831 },
9814 "dist": { 9832 "dist": {
9815 "type": "zip", 9833 "type": "zip",
9816 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f", 9834 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
9817 "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f", 9835 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
9818 "shasum": "" 9836 "shasum": ""
9819 }, 9837 },
9820 "require": { 9838 "require": {
9821 "php": "^5.3.2 || ^7.0", 9839 "php": "^5.3.2 || ^7.0 || ^8.0",
9822 "psr/log": "^1.0" 9840 "psr/log": "^1.0"
9823 }, 9841 },
9824 "require-dev": { 9842 "require-dev": {
9825 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" 9843 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
9826 }, 9844 },
9827 "type": "library", 9845 "type": "library",
9828 "autoload": { 9846 "autoload": {
@@ -9840,12 +9858,12 @@
9840 "email": "john-stevenson@blueyonder.co.uk" 9858 "email": "john-stevenson@blueyonder.co.uk"
9841 } 9859 }
9842 ], 9860 ],
9843 "description": "Restarts a process without xdebug.", 9861 "description": "Restarts a process without Xdebug.",
9844 "keywords": [ 9862 "keywords": [
9845 "Xdebug", 9863 "Xdebug",
9846 "performance" 9864 "performance"
9847 ], 9865 ],
9848 "time": "2019-05-27T17:52:04+00:00" 9866 "time": "2019-11-06T16:40:04+00:00"
9849 }, 9867 },
9850 { 9868 {
9851 "name": "dama/doctrine-test-bundle", 9869 "name": "dama/doctrine-test-bundle",
@@ -9908,16 +9926,16 @@
9908 }, 9926 },
9909 { 9927 {
9910 "name": "doctrine/data-fixtures", 9928 "name": "doctrine/data-fixtures",
9911 "version": "v1.3.2", 9929 "version": "1.3.3",
9912 "source": { 9930 "source": {
9913 "type": "git", 9931 "type": "git",
9914 "url": "https://github.com/doctrine/data-fixtures.git", 9932 "url": "https://github.com/doctrine/data-fixtures.git",
9915 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b" 9933 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3"
9916 }, 9934 },
9917 "dist": { 9935 "dist": {
9918 "type": "zip", 9936 "type": "zip",
9919 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/09b16943b27f3d80d63988d100ff256148c2f78b", 9937 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f0ee99c64922fc3f863715232b615c478a61b0a3",
9920 "reference": "09b16943b27f3d80d63988d100ff256148c2f78b", 9938 "reference": "f0ee99c64922fc3f863715232b615c478a61b0a3",
9921 "shasum": "" 9939 "shasum": ""
9922 }, 9940 },
9923 "require": { 9941 "require": {
@@ -9928,7 +9946,9 @@
9928 "doctrine/phpcr-odm": "<1.3.0" 9946 "doctrine/phpcr-odm": "<1.3.0"
9929 }, 9947 },
9930 "require-dev": { 9948 "require-dev": {
9949 "alcaeus/mongo-php-adapter": "^1.1",
9931 "doctrine/dbal": "^2.5.4", 9950 "doctrine/dbal": "^2.5.4",
9951 "doctrine/mongodb-odm": "^1.3.0",
9932 "doctrine/orm": "^2.5.4", 9952 "doctrine/orm": "^2.5.4",
9933 "phpunit/phpunit": "^7.0" 9953 "phpunit/phpunit": "^7.0"
9934 }, 9954 },
@@ -9964,7 +9984,7 @@
9964 "keywords": [ 9984 "keywords": [
9965 "database" 9985 "database"
9966 ], 9986 ],
9967 "time": "2019-07-10T18:30:35+00:00" 9987 "time": "2019-10-24T04:52:28+00:00"
9968 }, 9988 },
9969 { 9989 {
9970 "name": "doctrine/doctrine-fixtures-bundle", 9990 "name": "doctrine/doctrine-fixtures-bundle",
@@ -10032,16 +10052,16 @@
10032 }, 10052 },
10033 { 10053 {
10034 "name": "friendsofphp/php-cs-fixer", 10054 "name": "friendsofphp/php-cs-fixer",
10035 "version": "v2.15.3", 10055 "version": "v2.16.0",
10036 "source": { 10056 "source": {
10037 "type": "git", 10057 "type": "git",
10038 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", 10058 "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
10039 "reference": "705490b0f282f21017d73561e9498d2b622ee34c" 10059 "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d"
10040 }, 10060 },
10041 "dist": { 10061 "dist": {
10042 "type": "zip", 10062 "type": "zip",
10043 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c", 10063 "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ceaff36bee1ed3f1bbbedca36d2528c0826c336d",
10044 "reference": "705490b0f282f21017d73561e9498d2b622ee34c", 10064 "reference": "ceaff36bee1ed3f1bbbedca36d2528c0826c336d",
10045 "shasum": "" 10065 "shasum": ""
10046 }, 10066 },
10047 "require": { 10067 "require": {
@@ -10117,7 +10137,7 @@
10117 } 10137 }
10118 ], 10138 ],
10119 "description": "A tool to automatically fix PHP code style", 10139 "description": "A tool to automatically fix PHP code style",
10120 "time": "2019-08-31T12:51:54+00:00" 10140 "time": "2019-11-03T13:31:09+00:00"
10121 }, 10141 },
10122 { 10142 {
10123 "name": "m6web/redis-mock", 10143 "name": "m6web/redis-mock",
@@ -10559,16 +10579,16 @@
10559 }, 10579 },
10560 { 10580 {
10561 "name": "nette/schema", 10581 "name": "nette/schema",
10562 "version": "v1.0.0", 10582 "version": "v1.0.1",
10563 "source": { 10583 "source": {
10564 "type": "git", 10584 "type": "git",
10565 "url": "https://github.com/nette/schema.git", 10585 "url": "https://github.com/nette/schema.git",
10566 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d" 10586 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76"
10567 }, 10587 },
10568 "dist": { 10588 "dist": {
10569 "type": "zip", 10589 "type": "zip",
10570 "url": "https://api.github.com/repos/nette/schema/zipball/6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d", 10590 "url": "https://api.github.com/repos/nette/schema/zipball/337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10571 "reference": "6241d8d4da39e825dd6cb5bfbe4242912f4d7e4d", 10591 "reference": "337117df1dade22e2ba1fdc4a4b832c1e9b06b76",
10572 "shasum": "" 10592 "shasum": ""
10573 }, 10593 },
10574 "require": { 10594 "require": {
@@ -10612,7 +10632,7 @@
10612 "config", 10632 "config",
10613 "nette" 10633 "nette"
10614 ], 10634 ],
10615 "time": "2019-04-03T15:53:25+00:00" 10635 "time": "2019-10-31T20:52:19+00:00"
10616 }, 10636 },
10617 { 10637 {
10618 "name": "nette/utils", 10638 "name": "nette/utils",
@@ -10693,16 +10713,16 @@
10693 }, 10713 },
10694 { 10714 {
10695 "name": "nikic/php-parser", 10715 "name": "nikic/php-parser",
10696 "version": "v4.2.4", 10716 "version": "v4.3.0",
10697 "source": { 10717 "source": {
10698 "type": "git", 10718 "type": "git",
10699 "url": "https://github.com/nikic/PHP-Parser.git", 10719 "url": "https://github.com/nikic/PHP-Parser.git",
10700 "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4" 10720 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
10701 }, 10721 },
10702 "dist": { 10722 "dist": {
10703 "type": "zip", 10723 "type": "zip",
10704 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4", 10724 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10705 "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4", 10725 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
10706 "shasum": "" 10726 "shasum": ""
10707 }, 10727 },
10708 "require": { 10728 "require": {
@@ -10710,6 +10730,7 @@
10710 "php": ">=7.0" 10730 "php": ">=7.0"
10711 }, 10731 },
10712 "require-dev": { 10732 "require-dev": {
10733 "ircmaxell/php-yacc": "0.0.5",
10713 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0" 10734 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
10714 }, 10735 },
10715 "bin": [ 10736 "bin": [
@@ -10718,7 +10739,7 @@
10718 "type": "library", 10739 "type": "library",
10719 "extra": { 10740 "extra": {
10720 "branch-alias": { 10741 "branch-alias": {
10721 "dev-master": "4.2-dev" 10742 "dev-master": "4.3-dev"
10722 } 10743 }
10723 }, 10744 },
10724 "autoload": { 10745 "autoload": {
@@ -10740,7 +10761,7 @@
10740 "parser", 10761 "parser",
10741 "php" 10762 "php"
10742 ], 10763 ],
10743 "time": "2019-09-01T07:51:21+00:00" 10764 "time": "2019-11-08T13:50:10+00:00"
10744 }, 10765 },
10745 { 10766 {
10746 "name": "php-cs-fixer/diff", 10767 "name": "php-cs-fixer/diff",
@@ -11221,7 +11242,7 @@
11221 }, 11242 },
11222 { 11243 {
11223 "name": "symfony/phpunit-bridge", 11244 "name": "symfony/phpunit-bridge",
11224 "version": "v4.3.6", 11245 "version": "v4.3.8",
11225 "source": { 11246 "source": {
11226 "type": "git", 11247 "type": "git",
11227 "url": "https://github.com/symfony/phpunit-bridge.git", 11248 "url": "https://github.com/symfony/phpunit-bridge.git",