| @@ -1,19 +1,19 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "packages": [ |
| 3 | 3 | { |
| 4 | 4 | "name": "averta/core", |
| 5 | - "version": "1.1.12", | |
| 6 | - "version_normalized": "1.1.12.0", | |
| 5 | + "version": "1.1.17", | |
| 6 | + "version_normalized": "1.1.17.0", | |
| 7 | 7 | "source": { |
| 8 | 8 | "type": "git", |
| 9 | 9 | "url": "https://github.com/averta-lab/php-core.git", |
| 10 | - "reference": "71b00859167376da783a9225c1324012f0ab1839" | |
| 10 | + "reference": "ec513caaafb34867c886ce1d9515be240fb28d13" | |
| 11 | 11 | }, |
| 12 | 12 | "dist": { |
| 13 | 13 | "type": "zip", |
| 14 | - "url": "https://api.github.com/repos/averta-lab/php-core/zipball/71b00859167376da783a9225c1324012f0ab1839", | |
| 15 | - "reference": "71b00859167376da783a9225c1324012f0ab1839", | |
| 14 | + "url": "https://api.github.com/repos/averta-lab/php-core/zipball/ec513caaafb34867c886ce1d9515be240fb28d13", | |
| 15 | + "reference": "ec513caaafb34867c886ce1d9515be240fb28d13", | |
| 16 | 16 | "shasum": "" |
| 17 | 17 | }, |
| 18 | 18 | "require": { |
| 19 | 19 | "ext-json": "*", |
| @@ -23,9 +23,9 @@ | ||
| 23 | 23 | }, |
| 24 | 24 | "require-dev": { |
| 25 | 25 | "composer/installers": "^1" |
| 26 | 26 | }, |
| 27 | - "time": "2022-08-17T08:35:04+00:00", | |
| 27 | + "time": "2023-04-21T21:03:10+00:00", | |
| 28 | 28 | "type": "library", |
| 29 | 29 | "installation-source": "dist", |
| 30 | 30 | "autoload": { |
| 31 | 31 | "psr-4": { |
| @@ -52,25 +52,25 @@ | ||
| 52 | 52 | ], |
| 53 | 53 | "support": { |
| 54 | 54 | "docs": "https://averta.net", |
| 55 | 55 | "issues": "https://github.com/averta-lab/php-core/issues", |
| 56 | - "source": "https://github.com/averta-lab/php-core/tree/1.1.12" | |
| 56 | + "source": "https://github.com/averta-lab/php-core/tree/1.1.17" | |
| 57 | 57 | }, |
| 58 | 58 | "install-path": "../averta/core" |
| 59 | 59 | }, |
| 60 | 60 | { |
| 61 | 61 | "name": "averta/wordpress", |
| 62 | - "version": "1.2.4", | |
| 63 | - "version_normalized": "1.2.4.0", | |
| 62 | + "version": "1.2.9", | |
| 63 | + "version_normalized": "1.2.9.0", | |
| 64 | 64 | "source": { |
| 65 | 65 | "type": "git", |
| 66 | 66 | "url": "https://github.com/averta-lab/wordpress.git", |
| 67 | - "reference": "ec55623e051e8fa2efbb0003ad87ab076a132cc5" | |
| 67 | + "reference": "9a26a14beb6e85b9bdf035995425dac30becf915" | |
| 68 | 68 | }, |
| 69 | 69 | "dist": { |
| 70 | 70 | "type": "zip", |
| 71 | - "url": "https://api.github.com/repos/averta-lab/wordpress/zipball/ec55623e051e8fa2efbb0003ad87ab076a132cc5", | |
| 72 | - "reference": "ec55623e051e8fa2efbb0003ad87ab076a132cc5", | |
| 71 | + "url": "https://api.github.com/repos/averta-lab/wordpress/zipball/9a26a14beb6e85b9bdf035995425dac30becf915", | |
| 72 | + "reference": "9a26a14beb6e85b9bdf035995425dac30becf915", | |
| 73 | 73 | "shasum": "" |
| 74 | 74 | }, |
| 75 | 75 | "require": { |
| 76 | 76 | "ext-mbstring": "*", |
| @@ -81,12 +81,16 @@ | ||
| 81 | 81 | "require-dev": { |
| 82 | 82 | "dealerdirect/phpcodesniffer-composer-installer": "*", |
| 83 | 83 | "filp/whoops": "^2.2", |
| 84 | 84 | "phpunit/phpunit": "8.5.*", |
| 85 | - "wp-coding-standards/wpcs": "^2.0" | |
| 85 | + "roots/wordpress": "*", | |
| 86 | + "wp-coding-standards/wpcs": "^2.3" | |
| 86 | 87 | }, |
| 87 | - "time": "2022-10-24T14:13:42+00:00", | |
| 88 | + "time": "2023-04-08T08:26:07+00:00", | |
| 88 | 89 | "type": "library", |
| 90 | + "extra": { | |
| 91 | + "wordpress-install-dir": "vendor/wp-core" | |
| 92 | + }, | |
| 89 | 93 | "installation-source": "dist", |
| 90 | 94 | "autoload": { |
| 91 | 95 | "psr-4": { |
| 92 | 96 | "Averta\\WordPress\\": "src/" |
| @@ -114,9 +118,9 @@ | ||
| 114 | 118 | ], |
| 115 | 119 | "support": { |
| 116 | 120 | "docs": "https://averta.net", |
| 117 | 121 | "issues": "https://github.com/averta-lab/wordpress/issues", |
| 118 | - "source": "https://github.com/averta-lab/wordpress/tree/1.2.4" | |
| 122 | + "source": "https://github.com/averta-lab/wordpress/tree/1.2.9" | |
| 119 | 123 | }, |
| 120 | 124 | "install-path": "../averta/wordpress" |
| 121 | 125 | }, |
| 122 | 126 | { |
| @@ -274,19 +278,19 @@ | ||
| 274 | 278 | "install-path": "./installers" |
| 275 | 279 | }, |
| 276 | 280 | { |
| 277 | 281 | "name": "guzzlehttp/psr7", |
| 278 | - "version": "1.9.0", | |
| 279 | - "version_normalized": "1.9.0.0", | |
| 282 | + "version": "1.9.1", | |
| 283 | + "version_normalized": "1.9.1.0", | |
| 280 | 284 | "source": { |
| 281 | 285 | "type": "git", |
| 282 | 286 | "url": "https://github.com/guzzle/psr7.git", |
| 283 | - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" | |
| 287 | + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" | |
| 284 | 288 | }, |
| 285 | 289 | "dist": { |
| 286 | 290 | "type": "zip", |
| 287 | - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", | |
| 288 | - "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", | |
| 291 | + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", | |
| 292 | + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", | |
| 289 | 293 | "shasum": "" |
| 290 | 294 | }, |
| 291 | 295 | "require": { |
| 292 | 296 | "php": ">=5.4.0", |
| @@ -302,15 +306,10 @@ | ||
| 302 | 306 | }, |
| 303 | 307 | "suggest": { |
| 304 | 308 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
| 305 | 309 | }, |
| 306 | - "time": "2022-06-20T21:43:03+00:00", | |
| 310 | + "time": "2023-04-17T16:00:37+00:00", | |
| 307 | 311 | "type": "library", |
| 308 | - "extra": { | |
| 309 | - "branch-alias": { | |
| 310 | - "dev-master": "1.9-dev" | |
| 311 | - } | |
| 312 | - }, | |
| 313 | 312 | "installation-source": "dist", |
| 314 | 313 | "autoload": { |
| 315 | 314 | "files": [ |
| 316 | 315 | "src/functions_include.php" |
| @@ -367,9 +366,9 @@ | ||
| 367 | 366 | "url" |
| 368 | 367 | ], |
| 369 | 368 | "support": { |
| 370 | 369 | "issues": "https://github.com/guzzle/psr7/issues", |
| 371 | - "source": "https://github.com/guzzle/psr7/tree/1.9.0" | |
| 370 | + "source": "https://github.com/guzzle/psr7/tree/1.9.1" | |
| 372 | 371 | }, |
| 373 | 372 | "funding": [ |
| 374 | 373 | { |
| 375 | 374 | "url": "https://github.com/GrahamCampbell", |
| @@ -520,19 +519,19 @@ | ||
| 520 | 519 | "install-path": "../jeffreyvanrossum/wp-settings" |
| 521 | 520 | }, |
| 522 | 521 | { |
| 523 | 522 | "name": "netresearch/jsonmapper", |
| 524 | - "version": "v4.0.0", | |
| 525 | - "version_normalized": "4.0.0.0", | |
| 523 | + "version": "v4.2.0", | |
| 524 | + "version_normalized": "4.2.0.0", | |
| 526 | 525 | "source": { |
| 527 | 526 | "type": "git", |
| 528 | 527 | "url": "https://github.com/cweiske/jsonmapper.git", |
| 529 | - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d" | |
| 528 | + "reference": "f60565f8c0566a31acf06884cdaa591867ecc956" | |
| 530 | 529 | }, |
| 531 | 530 | "dist": { |
| 532 | 531 | "type": "zip", |
| 533 | - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", | |
| 534 | - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", | |
| 532 | + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f60565f8c0566a31acf06884cdaa591867ecc956", | |
| 533 | + "reference": "f60565f8c0566a31acf06884cdaa591867ecc956", | |
| 535 | 534 | "shasum": "" |
| 536 | 535 | }, |
| 537 | 536 | "require": { |
| 538 | 537 | "ext-json": "*", |
| @@ -544,9 +543,9 @@ | ||
| 544 | 543 | "require-dev": { |
| 545 | 544 | "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0", |
| 546 | 545 | "squizlabs/php_codesniffer": "~3.5" |
| 547 | 546 | }, |
| 548 | - "time": "2020-12-01T19:48:11+00:00", | |
| 547 | + "time": "2023-04-09T17:37:40+00:00", | |
| 549 | 548 | "type": "library", |
| 550 | 549 | "installation-source": "dist", |
| 551 | 550 | "autoload": { |
| 552 | 551 | "psr-0": { |
| @@ -568,9 +567,9 @@ | ||
| 568 | 567 | "description": "Map nested JSON structures onto PHP classes", |
| 569 | 568 | "support": { |
| 570 | 569 | "email": "[email protected]", |
| 571 | 570 | "issues": "https://github.com/cweiske/jsonmapper/issues", |
| 572 | - "source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0" | |
| 571 | + "source": "https://github.com/cweiske/jsonmapper/tree/v4.2.0" | |
| 573 | 572 | }, |
| 574 | 573 | "install-path": "../netresearch/jsonmapper" |
| 575 | 574 | }, |
| 576 | 575 | { |
| @@ -681,29 +680,29 @@ | ||
| 681 | 680 | "install-path": "../psr/container" |
| 682 | 681 | }, |
| 683 | 682 | { |
| 684 | 683 | "name": "psr/http-message", |
| 685 | - "version": "1.0.1", | |
| 686 | - "version_normalized": "1.0.1.0", | |
| 684 | + "version": "1.1", | |
| 685 | + "version_normalized": "1.1.0.0", | |
| 687 | 686 | "source": { |
| 688 | 687 | "type": "git", |
| 689 | 688 | "url": "https://github.com/php-fig/http-message.git", |
| 690 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
| 689 | + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" | |
| 691 | 690 | }, |
| 692 | 691 | "dist": { |
| 693 | 692 | "type": "zip", |
| 694 | - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 695 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 693 | + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", | |
| 694 | + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", | |
| 696 | 695 | "shasum": "" |
| 697 | 696 | }, |
| 698 | 697 | "require": { |
| 699 | - "php": ">=5.3.0" | |
| 698 | + "php": "^7.2 || ^8.0" | |
| 700 | 699 | }, |
| 701 | - "time": "2016-08-06T14:39:51+00:00", | |
| 700 | + "time": "2023-04-04T09:50:52+00:00", | |
| 702 | 701 | "type": "library", |
| 703 | 702 | "extra": { |
| 704 | 703 | "branch-alias": { |
| 705 | - "dev-master": "1.0.x-dev" | |
| 704 | + "dev-master": "1.1.x-dev" | |
| 706 | 705 | } |
| 707 | 706 | }, |
| 708 | 707 | "installation-source": "dist", |
| 709 | 708 | "autoload": { |
| @@ -731,9 +730,9 @@ | ||
| 731 | 730 | "request", |
| 732 | 731 | "response" |
| 733 | 732 | ], |
| 734 | 733 | "support": { |
| 735 | - "source": "https://github.com/php-fig/http-message/tree/master" | |
| 734 | + "source": "https://github.com/php-fig/http-message/tree/1.1" | |
| 736 | 735 | }, |
| 737 | 736 | "install-path": "../psr/http-message" |
| 738 | 737 | }, |
| 739 | 738 | { |
| @@ -1002,19 +1001,19 @@ | ||
| 1002 | 1001 | "install-path": "../symfony/deprecation-contracts" |
| 1003 | 1002 | }, |
| 1004 | 1003 | { |
| 1005 | 1004 | "name": "symfony/polyfill-ctype", |
| 1006 | - "version": "v1.26.0", | |
| 1007 | - "version_normalized": "1.26.0.0", | |
| 1005 | + "version": "v1.27.0", | |
| 1006 | + "version_normalized": "1.27.0.0", | |
| 1008 | 1007 | "source": { |
| 1009 | 1008 | "type": "git", |
| 1010 | 1009 | "url": "https://github.com/symfony/polyfill-ctype.git", |
| 1011 | - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" | |
| 1010 | + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" | |
| 1012 | 1011 | }, |
| 1013 | 1012 | "dist": { |
| 1014 | 1013 | "type": "zip", |
| 1015 | - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", | |
| 1016 | - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", | |
| 1014 | + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", | |
| 1015 | + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", | |
| 1017 | 1016 | "shasum": "" |
| 1018 | 1017 | }, |
| 1019 | 1018 | "require": { |
| 1020 | 1019 | "php": ">=7.1" |
| @@ -1024,13 +1023,13 @@ | ||
| 1024 | 1023 | }, |
| 1025 | 1024 | "suggest": { |
| 1026 | 1025 | "ext-ctype": "For best performance" |
| 1027 | 1026 | }, |
| 1028 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1027 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1029 | 1028 | "type": "library", |
| 1030 | 1029 | "extra": { |
| 1031 | 1030 | "branch-alias": { |
| 1032 | - "dev-main": "1.26-dev" | |
| 1031 | + "dev-main": "1.27-dev" | |
| 1033 | 1032 | }, |
| 1034 | 1033 | "thanks": { |
| 1035 | 1034 | "name": "symfony/polyfill", |
| 1036 | 1035 | "url": "https://github.com/symfony/polyfill" |
| @@ -1067,9 +1066,9 @@ | ||
| 1067 | 1066 | "polyfill", |
| 1068 | 1067 | "portable" |
| 1069 | 1068 | ], |
| 1070 | 1069 | "support": { |
| 1071 | - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" | |
| 1070 | + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" | |
| 1072 | 1071 | }, |
| 1073 | 1072 | "funding": [ |
| 1074 | 1073 | { |
| 1075 | 1074 | "url": "https://symfony.com/sponsor", |
| @@ -1087,19 +1086,19 @@ | ||
| 1087 | 1086 | "install-path": "../symfony/polyfill-ctype" |
| 1088 | 1087 | }, |
| 1089 | 1088 | { |
| 1090 | 1089 | "name": "symfony/polyfill-intl-grapheme", |
| 1091 | - "version": "v1.26.0", | |
| 1092 | - "version_normalized": "1.26.0.0", | |
| 1090 | + "version": "v1.27.0", | |
| 1091 | + "version_normalized": "1.27.0.0", | |
| 1093 | 1092 | "source": { |
| 1094 | 1093 | "type": "git", |
| 1095 | 1094 | "url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
| 1096 | - "reference": "433d05519ce6990bf3530fba6957499d327395c2" | |
| 1095 | + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" | |
| 1097 | 1096 | }, |
| 1098 | 1097 | "dist": { |
| 1099 | 1098 | "type": "zip", |
| 1100 | - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", | |
| 1101 | - "reference": "433d05519ce6990bf3530fba6957499d327395c2", | |
| 1099 | + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", | |
| 1100 | + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", | |
| 1102 | 1101 | "shasum": "" |
| 1103 | 1102 | }, |
| 1104 | 1103 | "require": { |
| 1105 | 1104 | "php": ">=7.1" |
| @@ -1106,13 +1105,13 @@ | ||
| 1106 | 1105 | }, |
| 1107 | 1106 | "suggest": { |
| 1108 | 1107 | "ext-intl": "For best performance" |
| 1109 | 1108 | }, |
| 1110 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1109 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1111 | 1110 | "type": "library", |
| 1112 | 1111 | "extra": { |
| 1113 | 1112 | "branch-alias": { |
| 1114 | - "dev-main": "1.26-dev" | |
| 1113 | + "dev-main": "1.27-dev" | |
| 1115 | 1114 | }, |
| 1116 | 1115 | "thanks": { |
| 1117 | 1116 | "name": "symfony/polyfill", |
| 1118 | 1117 | "url": "https://github.com/symfony/polyfill" |
| @@ -1151,9 +1150,9 @@ | ||
| 1151 | 1150 | "portable", |
| 1152 | 1151 | "shim" |
| 1153 | 1152 | ], |
| 1154 | 1153 | "support": { |
| 1155 | - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" | |
| 1154 | + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" | |
| 1156 | 1155 | }, |
| 1157 | 1156 | "funding": [ |
| 1158 | 1157 | { |
| 1159 | 1158 | "url": "https://symfony.com/sponsor", |
| @@ -1171,19 +1170,19 @@ | ||
| 1171 | 1170 | "install-path": "../symfony/polyfill-intl-grapheme" |
| 1172 | 1171 | }, |
| 1173 | 1172 | { |
| 1174 | 1173 | "name": "symfony/polyfill-intl-normalizer", |
| 1175 | - "version": "v1.26.0", | |
| 1176 | - "version_normalized": "1.26.0.0", | |
| 1174 | + "version": "v1.27.0", | |
| 1175 | + "version_normalized": "1.27.0.0", | |
| 1177 | 1176 | "source": { |
| 1178 | 1177 | "type": "git", |
| 1179 | 1178 | "url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 1180 | - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" | |
| 1179 | + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" | |
| 1181 | 1180 | }, |
| 1182 | 1181 | "dist": { |
| 1183 | 1182 | "type": "zip", |
| 1184 | - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", | |
| 1185 | - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", | |
| 1183 | + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", | |
| 1184 | + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", | |
| 1186 | 1185 | "shasum": "" |
| 1187 | 1186 | }, |
| 1188 | 1187 | "require": { |
| 1189 | 1188 | "php": ">=7.1" |
| @@ -1190,13 +1189,13 @@ | ||
| 1190 | 1189 | }, |
| 1191 | 1190 | "suggest": { |
| 1192 | 1191 | "ext-intl": "For best performance" |
| 1193 | 1192 | }, |
| 1194 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1193 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1195 | 1194 | "type": "library", |
| 1196 | 1195 | "extra": { |
| 1197 | 1196 | "branch-alias": { |
| 1198 | - "dev-main": "1.26-dev" | |
| 1197 | + "dev-main": "1.27-dev" | |
| 1199 | 1198 | }, |
| 1200 | 1199 | "thanks": { |
| 1201 | 1200 | "name": "symfony/polyfill", |
| 1202 | 1201 | "url": "https://github.com/symfony/polyfill" |
| @@ -1238,9 +1237,9 @@ | ||
| 1238 | 1237 | "portable", |
| 1239 | 1238 | "shim" |
| 1240 | 1239 | ], |
| 1241 | 1240 | "support": { |
| 1242 | - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" | |
| 1241 | + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" | |
| 1243 | 1242 | }, |
| 1244 | 1243 | "funding": [ |
| 1245 | 1244 | { |
| 1246 | 1245 | "url": "https://symfony.com/sponsor", |
| @@ -1258,19 +1257,19 @@ | ||
| 1258 | 1257 | "install-path": "../symfony/polyfill-intl-normalizer" |
| 1259 | 1258 | }, |
| 1260 | 1259 | { |
| 1261 | 1260 | "name": "symfony/polyfill-mbstring", |
| 1262 | - "version": "v1.26.0", | |
| 1263 | - "version_normalized": "1.26.0.0", | |
| 1261 | + "version": "v1.27.0", | |
| 1262 | + "version_normalized": "1.27.0.0", | |
| 1264 | 1263 | "source": { |
| 1265 | 1264 | "type": "git", |
| 1266 | 1265 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
| 1267 | - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" | |
| 1266 | + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" | |
| 1268 | 1267 | }, |
| 1269 | 1268 | "dist": { |
| 1270 | 1269 | "type": "zip", |
| 1271 | - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", | |
| 1272 | - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", | |
| 1270 | + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", | |
| 1271 | + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", | |
| 1273 | 1272 | "shasum": "" |
| 1274 | 1273 | }, |
| 1275 | 1274 | "require": { |
| 1276 | 1275 | "php": ">=7.1" |
| @@ -1280,13 +1279,13 @@ | ||
| 1280 | 1279 | }, |
| 1281 | 1280 | "suggest": { |
| 1282 | 1281 | "ext-mbstring": "For best performance" |
| 1283 | 1282 | }, |
| 1284 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1283 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1285 | 1284 | "type": "library", |
| 1286 | 1285 | "extra": { |
| 1287 | 1286 | "branch-alias": { |
| 1288 | - "dev-main": "1.26-dev" | |
| 1287 | + "dev-main": "1.27-dev" | |
| 1289 | 1288 | }, |
| 1290 | 1289 | "thanks": { |
| 1291 | 1290 | "name": "symfony/polyfill", |
| 1292 | 1291 | "url": "https://github.com/symfony/polyfill" |
| @@ -1324,9 +1323,9 @@ | ||
| 1324 | 1323 | "portable", |
| 1325 | 1324 | "shim" |
| 1326 | 1325 | ], |
| 1327 | 1326 | "support": { |
| 1328 | - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" | |
| 1327 | + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" | |
| 1329 | 1328 | }, |
| 1330 | 1329 | "funding": [ |
| 1331 | 1330 | { |
| 1332 | 1331 | "url": "https://symfony.com/sponsor", |
| @@ -1344,29 +1343,29 @@ | ||
| 1344 | 1343 | "install-path": "../symfony/polyfill-mbstring" |
| 1345 | 1344 | }, |
| 1346 | 1345 | { |
| 1347 | 1346 | "name": "symfony/polyfill-php73", |
| 1348 | - "version": "v1.26.0", | |
| 1349 | - "version_normalized": "1.26.0.0", | |
| 1347 | + "version": "v1.27.0", | |
| 1348 | + "version_normalized": "1.27.0.0", | |
| 1350 | 1349 | "source": { |
| 1351 | 1350 | "type": "git", |
| 1352 | 1351 | "url": "https://github.com/symfony/polyfill-php73.git", |
| 1353 | - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" | |
| 1352 | + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" | |
| 1354 | 1353 | }, |
| 1355 | 1354 | "dist": { |
| 1356 | 1355 | "type": "zip", |
| 1357 | - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", | |
| 1358 | - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", | |
| 1356 | + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", | |
| 1357 | + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", | |
| 1359 | 1358 | "shasum": "" |
| 1360 | 1359 | }, |
| 1361 | 1360 | "require": { |
| 1362 | 1361 | "php": ">=7.1" |
| 1363 | 1362 | }, |
| 1364 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1363 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1365 | 1364 | "type": "library", |
| 1366 | 1365 | "extra": { |
| 1367 | 1366 | "branch-alias": { |
| 1368 | - "dev-main": "1.26-dev" | |
| 1367 | + "dev-main": "1.27-dev" | |
| 1369 | 1368 | }, |
| 1370 | 1369 | "thanks": { |
| 1371 | 1370 | "name": "symfony/polyfill", |
| 1372 | 1371 | "url": "https://github.com/symfony/polyfill" |
| @@ -1406,9 +1405,9 @@ | ||
| 1406 | 1405 | "portable", |
| 1407 | 1406 | "shim" |
| 1408 | 1407 | ], |
| 1409 | 1408 | "support": { |
| 1410 | - "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" | |
| 1409 | + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" | |
| 1411 | 1410 | }, |
| 1412 | 1411 | "funding": [ |
| 1413 | 1412 | { |
| 1414 | 1413 | "url": "https://symfony.com/sponsor", |
| @@ -1426,29 +1425,29 @@ | ||
| 1426 | 1425 | "install-path": "../symfony/polyfill-php73" |
| 1427 | 1426 | }, |
| 1428 | 1427 | { |
| 1429 | 1428 | "name": "symfony/polyfill-php80", |
| 1430 | - "version": "v1.26.0", | |
| 1431 | - "version_normalized": "1.26.0.0", | |
| 1429 | + "version": "v1.27.0", | |
| 1430 | + "version_normalized": "1.27.0.0", | |
| 1432 | 1431 | "source": { |
| 1433 | 1432 | "type": "git", |
| 1434 | 1433 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 1435 | - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" | |
| 1434 | + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" | |
| 1436 | 1435 | }, |
| 1437 | 1436 | "dist": { |
| 1438 | 1437 | "type": "zip", |
| 1439 | - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", | |
| 1440 | - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", | |
| 1438 | + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", | |
| 1439 | + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", | |
| 1441 | 1440 | "shasum": "" |
| 1442 | 1441 | }, |
| 1443 | 1442 | "require": { |
| 1444 | 1443 | "php": ">=7.1" |
| 1445 | 1444 | }, |
| 1446 | - "time": "2022-05-10T07:21:04+00:00", | |
| 1445 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1447 | 1446 | "type": "library", |
| 1448 | 1447 | "extra": { |
| 1449 | 1448 | "branch-alias": { |
| 1450 | - "dev-main": "1.26-dev" | |
| 1449 | + "dev-main": "1.27-dev" | |
| 1451 | 1450 | }, |
| 1452 | 1451 | "thanks": { |
| 1453 | 1452 | "name": "symfony/polyfill", |
| 1454 | 1453 | "url": "https://github.com/symfony/polyfill" |
| @@ -1492,9 +1491,9 @@ | ||
| 1492 | 1491 | "portable", |
| 1493 | 1492 | "shim" |
| 1494 | 1493 | ], |
| 1495 | 1494 | "support": { |
| 1496 | - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" | |
| 1495 | + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" | |
| 1497 | 1496 | }, |
| 1498 | 1497 | "funding": [ |
| 1499 | 1498 | { |
| 1500 | 1499 | "url": "https://symfony.com/sponsor", |
| @@ -1598,19 +1597,19 @@ | ||
| 1598 | 1597 | "install-path": "../symfony/service-contracts" |
| 1599 | 1598 | }, |
| 1600 | 1599 | { |
| 1601 | 1600 | "name": "symfony/string", |
| 1602 | - "version": "v5.4.14", | |
| 1603 | - "version_normalized": "5.4.14.0", | |
| 1601 | + "version": "v5.4.22", | |
| 1602 | + "version_normalized": "5.4.22.0", | |
| 1604 | 1603 | "source": { |
| 1605 | 1604 | "type": "git", |
| 1606 | 1605 | "url": "https://github.com/symfony/string.git", |
| 1607 | - "reference": "089e7237497fae7a9c404d0c3aeb8db3254733e4" | |
| 1606 | + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62" | |
| 1608 | 1607 | }, |
| 1609 | 1608 | "dist": { |
| 1610 | 1609 | "type": "zip", |
| 1611 | - "url": "https://api.github.com/repos/symfony/string/zipball/089e7237497fae7a9c404d0c3aeb8db3254733e4", | |
| 1612 | - "reference": "089e7237497fae7a9c404d0c3aeb8db3254733e4", | |
| 1610 | + "url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", | |
| 1611 | + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", | |
| 1613 | 1612 | "shasum": "" |
| 1614 | 1613 | }, |
| 1615 | 1614 | "require": { |
| 1616 | 1615 | "php": ">=7.2.5", |
| @@ -1628,9 +1627,9 @@ | ||
| 1628 | 1627 | "symfony/http-client": "^4.4|^5.0|^6.0", |
| 1629 | 1628 | "symfony/translation-contracts": "^1.1|^2", |
| 1630 | 1629 | "symfony/var-exporter": "^4.4|^5.0|^6.0" |
| 1631 | 1630 | }, |
| 1632 | - "time": "2022-10-05T15:16:54+00:00", | |
| 1631 | + "time": "2023-03-14T06:11:53+00:00", | |
| 1633 | 1632 | "type": "library", |
| 1634 | 1633 | "installation-source": "dist", |
| 1635 | 1634 | "autoload": { |
| 1636 | 1635 | "files": [ |
| @@ -1667,9 +1666,9 @@ | ||
| 1667 | 1666 | "utf-8", |
| 1668 | 1667 | "utf8" |
| 1669 | 1668 | ], |
| 1670 | 1669 | "support": { |
| 1671 | - "source": "https://github.com/symfony/string/tree/v5.4.14" | |
| 1670 | + "source": "https://github.com/symfony/string/tree/v5.4.22" | |
| 1672 | 1671 | }, |
| 1673 | 1672 | "funding": [ |
| 1674 | 1673 | { |
| 1675 | 1674 | "url": "https://symfony.com/sponsor", |