| @@ -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.1", | |
| 63 | - "version_normalized": "1.2.1.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": "e7ae3951fe5e28f664f306cc17ff889654fcd0eb" | |
| 67 | + "reference": "9a26a14beb6e85b9bdf035995425dac30becf915" | |
| 68 | 68 | }, |
| 69 | 69 | "dist": { |
| 70 | 70 | "type": "zip", |
| 71 | - "url": "https://api.github.com/repos/averta-lab/wordpress/zipball/e7ae3951fe5e28f664f306cc17ff889654fcd0eb", | |
| 72 | - "reference": "e7ae3951fe5e28f664f306cc17ff889654fcd0eb", | |
| 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-09-13T09:56:08+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.1" | |
| 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", |
| @@ -464,20 +463,75 @@ | ||
| 464 | 463 | }, |
| 465 | 464 | "install-path": "../htmlburger/wpemerge" |
| 466 | 465 | }, |
| 467 | 466 | { |
| 467 | + "name": "jeffreyvanrossum/wp-settings", | |
| 468 | + "version": "1.0.0", | |
| 469 | + "version_normalized": "1.0.0.0", | |
| 470 | + "source": { | |
| 471 | + "type": "git", | |
| 472 | + "url": "https://github.com/jeffreyvr/wp-settings.git", | |
| 473 | + "reference": "7f1d6ea46b5455f18b000f31dbb75ca3e3cfaab7" | |
| 474 | + }, | |
| 475 | + "dist": { | |
| 476 | + "type": "zip", | |
| 477 | + "url": "https://api.github.com/repos/jeffreyvr/wp-settings/zipball/7f1d6ea46b5455f18b000f31dbb75ca3e3cfaab7", | |
| 478 | + "reference": "7f1d6ea46b5455f18b000f31dbb75ca3e3cfaab7", | |
| 479 | + "shasum": "" | |
| 480 | + }, | |
| 481 | + "require": { | |
| 482 | + "php": "^7.2|^8.0" | |
| 483 | + }, | |
| 484 | + "require-dev": { | |
| 485 | + "phpcompatibility/php-compatibility": "*" | |
| 486 | + }, | |
| 487 | + "time": "2021-08-13T09:53:10+00:00", | |
| 488 | + "type": "library", | |
| 489 | + "installation-source": "dist", | |
| 490 | + "autoload": { | |
| 491 | + "files": [ | |
| 492 | + "src/helpers.php" | |
| 493 | + ], | |
| 494 | + "psr-4": { | |
| 495 | + "Jeffreyvr\\WPSettings\\": "src" | |
| 496 | + } | |
| 497 | + }, | |
| 498 | + "notification-url": "https://packagist.org/downloads/", | |
| 499 | + "license": [ | |
| 500 | + "MIT" | |
| 501 | + ], | |
| 502 | + "authors": [ | |
| 503 | + { | |
| 504 | + "name": "Jeffrey van Rossum", | |
| 505 | + "email": "[email protected]" | |
| 506 | + } | |
| 507 | + ], | |
| 508 | + "description": "Handy wrapper to make creating WordPress settings pages a breeze.", | |
| 509 | + "support": { | |
| 510 | + "issues": "https://github.com/jeffreyvr/wp-settings/issues", | |
| 511 | + "source": "https://github.com/jeffreyvr/wp-settings/tree/1.0.0" | |
| 512 | + }, | |
| 513 | + "funding": [ | |
| 514 | + { | |
| 515 | + "url": "https://vanrossum.dev/donate", | |
| 516 | + "type": "custom" | |
| 517 | + } | |
| 518 | + ], | |
| 519 | + "install-path": "../jeffreyvanrossum/wp-settings" | |
| 520 | + }, | |
| 521 | + { | |
| 468 | 522 | "name": "netresearch/jsonmapper", |
| 469 | - "version": "v4.0.0", | |
| 470 | - "version_normalized": "4.0.0.0", | |
| 523 | + "version": "v4.2.0", | |
| 524 | + "version_normalized": "4.2.0.0", | |
| 471 | 525 | "source": { |
| 472 | 526 | "type": "git", |
| 473 | 527 | "url": "https://github.com/cweiske/jsonmapper.git", |
| 474 | - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d" | |
| 528 | + "reference": "f60565f8c0566a31acf06884cdaa591867ecc956" | |
| 475 | 529 | }, |
| 476 | 530 | "dist": { |
| 477 | 531 | "type": "zip", |
| 478 | - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", | |
| 479 | - "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d", | |
| 532 | + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f60565f8c0566a31acf06884cdaa591867ecc956", | |
| 533 | + "reference": "f60565f8c0566a31acf06884cdaa591867ecc956", | |
| 480 | 534 | "shasum": "" |
| 481 | 535 | }, |
| 482 | 536 | "require": { |
| 483 | 537 | "ext-json": "*", |
| @@ -489,9 +543,9 @@ | ||
| 489 | 543 | "require-dev": { |
| 490 | 544 | "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0", |
| 491 | 545 | "squizlabs/php_codesniffer": "~3.5" |
| 492 | 546 | }, |
| 493 | - "time": "2020-12-01T19:48:11+00:00", | |
| 547 | + "time": "2023-04-09T17:37:40+00:00", | |
| 494 | 548 | "type": "library", |
| 495 | 549 | "installation-source": "dist", |
| 496 | 550 | "autoload": { |
| 497 | 551 | "psr-0": { |
| @@ -513,9 +567,9 @@ | ||
| 513 | 567 | "description": "Map nested JSON structures onto PHP classes", |
| 514 | 568 | "support": { |
| 515 | 569 | "email": "[email protected]", |
| 516 | 570 | "issues": "https://github.com/cweiske/jsonmapper/issues", |
| 517 | - "source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0" | |
| 571 | + "source": "https://github.com/cweiske/jsonmapper/tree/v4.2.0" | |
| 518 | 572 | }, |
| 519 | 573 | "install-path": "../netresearch/jsonmapper" |
| 520 | 574 | }, |
| 521 | 575 | { |
| @@ -626,29 +680,29 @@ | ||
| 626 | 680 | "install-path": "../psr/container" |
| 627 | 681 | }, |
| 628 | 682 | { |
| 629 | 683 | "name": "psr/http-message", |
| 630 | - "version": "1.0.1", | |
| 631 | - "version_normalized": "1.0.1.0", | |
| 684 | + "version": "1.1", | |
| 685 | + "version_normalized": "1.1.0.0", | |
| 632 | 686 | "source": { |
| 633 | 687 | "type": "git", |
| 634 | 688 | "url": "https://github.com/php-fig/http-message.git", |
| 635 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
| 689 | + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" | |
| 636 | 690 | }, |
| 637 | 691 | "dist": { |
| 638 | 692 | "type": "zip", |
| 639 | - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 640 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 693 | + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", | |
| 694 | + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", | |
| 641 | 695 | "shasum": "" |
| 642 | 696 | }, |
| 643 | 697 | "require": { |
| 644 | - "php": ">=5.3.0" | |
| 698 | + "php": "^7.2 || ^8.0" | |
| 645 | 699 | }, |
| 646 | - "time": "2016-08-06T14:39:51+00:00", | |
| 700 | + "time": "2023-04-04T09:50:52+00:00", | |
| 647 | 701 | "type": "library", |
| 648 | 702 | "extra": { |
| 649 | 703 | "branch-alias": { |
| 650 | - "dev-master": "1.0.x-dev" | |
| 704 | + "dev-master": "1.1.x-dev" | |
| 651 | 705 | } |
| 652 | 706 | }, |
| 653 | 707 | "installation-source": "dist", |
| 654 | 708 | "autoload": { |
| @@ -676,9 +730,9 @@ | ||
| 676 | 730 | "request", |
| 677 | 731 | "response" |
| 678 | 732 | ], |
| 679 | 733 | "support": { |
| 680 | - "source": "https://github.com/php-fig/http-message/tree/master" | |
| 734 | + "source": "https://github.com/php-fig/http-message/tree/1.1" | |
| 681 | 735 | }, |
| 682 | 736 | "install-path": "../psr/http-message" |
| 683 | 737 | }, |
| 684 | 738 | { |
| @@ -947,19 +1001,19 @@ | ||
| 947 | 1001 | "install-path": "../symfony/deprecation-contracts" |
| 948 | 1002 | }, |
| 949 | 1003 | { |
| 950 | 1004 | "name": "symfony/polyfill-ctype", |
| 951 | - "version": "v1.26.0", | |
| 952 | - "version_normalized": "1.26.0.0", | |
| 1005 | + "version": "v1.27.0", | |
| 1006 | + "version_normalized": "1.27.0.0", | |
| 953 | 1007 | "source": { |
| 954 | 1008 | "type": "git", |
| 955 | 1009 | "url": "https://github.com/symfony/polyfill-ctype.git", |
| 956 | - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" | |
| 1010 | + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" | |
| 957 | 1011 | }, |
| 958 | 1012 | "dist": { |
| 959 | 1013 | "type": "zip", |
| 960 | - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", | |
| 961 | - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", | |
| 1014 | + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", | |
| 1015 | + "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", | |
| 962 | 1016 | "shasum": "" |
| 963 | 1017 | }, |
| 964 | 1018 | "require": { |
| 965 | 1019 | "php": ">=7.1" |
| @@ -969,13 +1023,13 @@ | ||
| 969 | 1023 | }, |
| 970 | 1024 | "suggest": { |
| 971 | 1025 | "ext-ctype": "For best performance" |
| 972 | 1026 | }, |
| 973 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1027 | + "time": "2022-11-03T14:55:06+00:00", | |
| 974 | 1028 | "type": "library", |
| 975 | 1029 | "extra": { |
| 976 | 1030 | "branch-alias": { |
| 977 | - "dev-main": "1.26-dev" | |
| 1031 | + "dev-main": "1.27-dev" | |
| 978 | 1032 | }, |
| 979 | 1033 | "thanks": { |
| 980 | 1034 | "name": "symfony/polyfill", |
| 981 | 1035 | "url": "https://github.com/symfony/polyfill" |
| @@ -1012,9 +1066,9 @@ | ||
| 1012 | 1066 | "polyfill", |
| 1013 | 1067 | "portable" |
| 1014 | 1068 | ], |
| 1015 | 1069 | "support": { |
| 1016 | - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" | |
| 1070 | + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" | |
| 1017 | 1071 | }, |
| 1018 | 1072 | "funding": [ |
| 1019 | 1073 | { |
| 1020 | 1074 | "url": "https://symfony.com/sponsor", |
| @@ -1032,19 +1086,19 @@ | ||
| 1032 | 1086 | "install-path": "../symfony/polyfill-ctype" |
| 1033 | 1087 | }, |
| 1034 | 1088 | { |
| 1035 | 1089 | "name": "symfony/polyfill-intl-grapheme", |
| 1036 | - "version": "v1.26.0", | |
| 1037 | - "version_normalized": "1.26.0.0", | |
| 1090 | + "version": "v1.27.0", | |
| 1091 | + "version_normalized": "1.27.0.0", | |
| 1038 | 1092 | "source": { |
| 1039 | 1093 | "type": "git", |
| 1040 | 1094 | "url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
| 1041 | - "reference": "433d05519ce6990bf3530fba6957499d327395c2" | |
| 1095 | + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" | |
| 1042 | 1096 | }, |
| 1043 | 1097 | "dist": { |
| 1044 | 1098 | "type": "zip", |
| 1045 | - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", | |
| 1046 | - "reference": "433d05519ce6990bf3530fba6957499d327395c2", | |
| 1099 | + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", | |
| 1100 | + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", | |
| 1047 | 1101 | "shasum": "" |
| 1048 | 1102 | }, |
| 1049 | 1103 | "require": { |
| 1050 | 1104 | "php": ">=7.1" |
| @@ -1051,13 +1105,13 @@ | ||
| 1051 | 1105 | }, |
| 1052 | 1106 | "suggest": { |
| 1053 | 1107 | "ext-intl": "For best performance" |
| 1054 | 1108 | }, |
| 1055 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1109 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1056 | 1110 | "type": "library", |
| 1057 | 1111 | "extra": { |
| 1058 | 1112 | "branch-alias": { |
| 1059 | - "dev-main": "1.26-dev" | |
| 1113 | + "dev-main": "1.27-dev" | |
| 1060 | 1114 | }, |
| 1061 | 1115 | "thanks": { |
| 1062 | 1116 | "name": "symfony/polyfill", |
| 1063 | 1117 | "url": "https://github.com/symfony/polyfill" |
| @@ -1096,9 +1150,9 @@ | ||
| 1096 | 1150 | "portable", |
| 1097 | 1151 | "shim" |
| 1098 | 1152 | ], |
| 1099 | 1153 | "support": { |
| 1100 | - "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" | |
| 1101 | 1155 | }, |
| 1102 | 1156 | "funding": [ |
| 1103 | 1157 | { |
| 1104 | 1158 | "url": "https://symfony.com/sponsor", |
| @@ -1116,19 +1170,19 @@ | ||
| 1116 | 1170 | "install-path": "../symfony/polyfill-intl-grapheme" |
| 1117 | 1171 | }, |
| 1118 | 1172 | { |
| 1119 | 1173 | "name": "symfony/polyfill-intl-normalizer", |
| 1120 | - "version": "v1.26.0", | |
| 1121 | - "version_normalized": "1.26.0.0", | |
| 1174 | + "version": "v1.27.0", | |
| 1175 | + "version_normalized": "1.27.0.0", | |
| 1122 | 1176 | "source": { |
| 1123 | 1177 | "type": "git", |
| 1124 | 1178 | "url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 1125 | - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" | |
| 1179 | + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" | |
| 1126 | 1180 | }, |
| 1127 | 1181 | "dist": { |
| 1128 | 1182 | "type": "zip", |
| 1129 | - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", | |
| 1130 | - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", | |
| 1183 | + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", | |
| 1184 | + "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", | |
| 1131 | 1185 | "shasum": "" |
| 1132 | 1186 | }, |
| 1133 | 1187 | "require": { |
| 1134 | 1188 | "php": ">=7.1" |
| @@ -1135,13 +1189,13 @@ | ||
| 1135 | 1189 | }, |
| 1136 | 1190 | "suggest": { |
| 1137 | 1191 | "ext-intl": "For best performance" |
| 1138 | 1192 | }, |
| 1139 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1193 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1140 | 1194 | "type": "library", |
| 1141 | 1195 | "extra": { |
| 1142 | 1196 | "branch-alias": { |
| 1143 | - "dev-main": "1.26-dev" | |
| 1197 | + "dev-main": "1.27-dev" | |
| 1144 | 1198 | }, |
| 1145 | 1199 | "thanks": { |
| 1146 | 1200 | "name": "symfony/polyfill", |
| 1147 | 1201 | "url": "https://github.com/symfony/polyfill" |
| @@ -1183,9 +1237,9 @@ | ||
| 1183 | 1237 | "portable", |
| 1184 | 1238 | "shim" |
| 1185 | 1239 | ], |
| 1186 | 1240 | "support": { |
| 1187 | - "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" | |
| 1188 | 1242 | }, |
| 1189 | 1243 | "funding": [ |
| 1190 | 1244 | { |
| 1191 | 1245 | "url": "https://symfony.com/sponsor", |
| @@ -1203,19 +1257,19 @@ | ||
| 1203 | 1257 | "install-path": "../symfony/polyfill-intl-normalizer" |
| 1204 | 1258 | }, |
| 1205 | 1259 | { |
| 1206 | 1260 | "name": "symfony/polyfill-mbstring", |
| 1207 | - "version": "v1.26.0", | |
| 1208 | - "version_normalized": "1.26.0.0", | |
| 1261 | + "version": "v1.27.0", | |
| 1262 | + "version_normalized": "1.27.0.0", | |
| 1209 | 1263 | "source": { |
| 1210 | 1264 | "type": "git", |
| 1211 | 1265 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
| 1212 | - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" | |
| 1266 | + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" | |
| 1213 | 1267 | }, |
| 1214 | 1268 | "dist": { |
| 1215 | 1269 | "type": "zip", |
| 1216 | - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", | |
| 1217 | - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", | |
| 1270 | + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", | |
| 1271 | + "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", | |
| 1218 | 1272 | "shasum": "" |
| 1219 | 1273 | }, |
| 1220 | 1274 | "require": { |
| 1221 | 1275 | "php": ">=7.1" |
| @@ -1225,13 +1279,13 @@ | ||
| 1225 | 1279 | }, |
| 1226 | 1280 | "suggest": { |
| 1227 | 1281 | "ext-mbstring": "For best performance" |
| 1228 | 1282 | }, |
| 1229 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1283 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1230 | 1284 | "type": "library", |
| 1231 | 1285 | "extra": { |
| 1232 | 1286 | "branch-alias": { |
| 1233 | - "dev-main": "1.26-dev" | |
| 1287 | + "dev-main": "1.27-dev" | |
| 1234 | 1288 | }, |
| 1235 | 1289 | "thanks": { |
| 1236 | 1290 | "name": "symfony/polyfill", |
| 1237 | 1291 | "url": "https://github.com/symfony/polyfill" |
| @@ -1269,9 +1323,9 @@ | ||
| 1269 | 1323 | "portable", |
| 1270 | 1324 | "shim" |
| 1271 | 1325 | ], |
| 1272 | 1326 | "support": { |
| 1273 | - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" | |
| 1327 | + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" | |
| 1274 | 1328 | }, |
| 1275 | 1329 | "funding": [ |
| 1276 | 1330 | { |
| 1277 | 1331 | "url": "https://symfony.com/sponsor", |
| @@ -1289,29 +1343,29 @@ | ||
| 1289 | 1343 | "install-path": "../symfony/polyfill-mbstring" |
| 1290 | 1344 | }, |
| 1291 | 1345 | { |
| 1292 | 1346 | "name": "symfony/polyfill-php73", |
| 1293 | - "version": "v1.26.0", | |
| 1294 | - "version_normalized": "1.26.0.0", | |
| 1347 | + "version": "v1.27.0", | |
| 1348 | + "version_normalized": "1.27.0.0", | |
| 1295 | 1349 | "source": { |
| 1296 | 1350 | "type": "git", |
| 1297 | 1351 | "url": "https://github.com/symfony/polyfill-php73.git", |
| 1298 | - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" | |
| 1352 | + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" | |
| 1299 | 1353 | }, |
| 1300 | 1354 | "dist": { |
| 1301 | 1355 | "type": "zip", |
| 1302 | - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", | |
| 1303 | - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", | |
| 1356 | + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", | |
| 1357 | + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", | |
| 1304 | 1358 | "shasum": "" |
| 1305 | 1359 | }, |
| 1306 | 1360 | "require": { |
| 1307 | 1361 | "php": ">=7.1" |
| 1308 | 1362 | }, |
| 1309 | - "time": "2022-05-24T11:49:31+00:00", | |
| 1363 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1310 | 1364 | "type": "library", |
| 1311 | 1365 | "extra": { |
| 1312 | 1366 | "branch-alias": { |
| 1313 | - "dev-main": "1.26-dev" | |
| 1367 | + "dev-main": "1.27-dev" | |
| 1314 | 1368 | }, |
| 1315 | 1369 | "thanks": { |
| 1316 | 1370 | "name": "symfony/polyfill", |
| 1317 | 1371 | "url": "https://github.com/symfony/polyfill" |
| @@ -1351,9 +1405,9 @@ | ||
| 1351 | 1405 | "portable", |
| 1352 | 1406 | "shim" |
| 1353 | 1407 | ], |
| 1354 | 1408 | "support": { |
| 1355 | - "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" | |
| 1409 | + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" | |
| 1356 | 1410 | }, |
| 1357 | 1411 | "funding": [ |
| 1358 | 1412 | { |
| 1359 | 1413 | "url": "https://symfony.com/sponsor", |
| @@ -1371,29 +1425,29 @@ | ||
| 1371 | 1425 | "install-path": "../symfony/polyfill-php73" |
| 1372 | 1426 | }, |
| 1373 | 1427 | { |
| 1374 | 1428 | "name": "symfony/polyfill-php80", |
| 1375 | - "version": "v1.26.0", | |
| 1376 | - "version_normalized": "1.26.0.0", | |
| 1429 | + "version": "v1.27.0", | |
| 1430 | + "version_normalized": "1.27.0.0", | |
| 1377 | 1431 | "source": { |
| 1378 | 1432 | "type": "git", |
| 1379 | 1433 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 1380 | - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" | |
| 1434 | + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" | |
| 1381 | 1435 | }, |
| 1382 | 1436 | "dist": { |
| 1383 | 1437 | "type": "zip", |
| 1384 | - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", | |
| 1385 | - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", | |
| 1438 | + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", | |
| 1439 | + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", | |
| 1386 | 1440 | "shasum": "" |
| 1387 | 1441 | }, |
| 1388 | 1442 | "require": { |
| 1389 | 1443 | "php": ">=7.1" |
| 1390 | 1444 | }, |
| 1391 | - "time": "2022-05-10T07:21:04+00:00", | |
| 1445 | + "time": "2022-11-03T14:55:06+00:00", | |
| 1392 | 1446 | "type": "library", |
| 1393 | 1447 | "extra": { |
| 1394 | 1448 | "branch-alias": { |
| 1395 | - "dev-main": "1.26-dev" | |
| 1449 | + "dev-main": "1.27-dev" | |
| 1396 | 1450 | }, |
| 1397 | 1451 | "thanks": { |
| 1398 | 1452 | "name": "symfony/polyfill", |
| 1399 | 1453 | "url": "https://github.com/symfony/polyfill" |
| @@ -1437,9 +1491,9 @@ | ||
| 1437 | 1491 | "portable", |
| 1438 | 1492 | "shim" |
| 1439 | 1493 | ], |
| 1440 | 1494 | "support": { |
| 1441 | - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" | |
| 1495 | + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" | |
| 1442 | 1496 | }, |
| 1443 | 1497 | "funding": [ |
| 1444 | 1498 | { |
| 1445 | 1499 | "url": "https://symfony.com/sponsor", |
| @@ -1543,19 +1597,19 @@ | ||
| 1543 | 1597 | "install-path": "../symfony/service-contracts" |
| 1544 | 1598 | }, |
| 1545 | 1599 | { |
| 1546 | 1600 | "name": "symfony/string", |
| 1547 | - "version": "v5.4.12", | |
| 1548 | - "version_normalized": "5.4.12.0", | |
| 1601 | + "version": "v5.4.22", | |
| 1602 | + "version_normalized": "5.4.22.0", | |
| 1549 | 1603 | "source": { |
| 1550 | 1604 | "type": "git", |
| 1551 | 1605 | "url": "https://github.com/symfony/string.git", |
| 1552 | - "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058" | |
| 1606 | + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62" | |
| 1553 | 1607 | }, |
| 1554 | 1608 | "dist": { |
| 1555 | 1609 | "type": "zip", |
| 1556 | - "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058", | |
| 1557 | - "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058", | |
| 1610 | + "url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", | |
| 1611 | + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", | |
| 1558 | 1612 | "shasum": "" |
| 1559 | 1613 | }, |
| 1560 | 1614 | "require": { |
| 1561 | 1615 | "php": ">=7.2.5", |
| @@ -1573,9 +1627,9 @@ | ||
| 1573 | 1627 | "symfony/http-client": "^4.4|^5.0|^6.0", |
| 1574 | 1628 | "symfony/translation-contracts": "^1.1|^2", |
| 1575 | 1629 | "symfony/var-exporter": "^4.4|^5.0|^6.0" |
| 1576 | 1630 | }, |
| 1577 | - "time": "2022-08-12T17:03:11+00:00", | |
| 1631 | + "time": "2023-03-14T06:11:53+00:00", | |
| 1578 | 1632 | "type": "library", |
| 1579 | 1633 | "installation-source": "dist", |
| 1580 | 1634 | "autoload": { |
| 1581 | 1635 | "files": [ |
| @@ -1612,9 +1666,9 @@ | ||
| 1612 | 1666 | "utf-8", |
| 1613 | 1667 | "utf8" |
| 1614 | 1668 | ], |
| 1615 | 1669 | "support": { |
| 1616 | - "source": "https://github.com/symfony/string/tree/v5.4.12" | |
| 1670 | + "source": "https://github.com/symfony/string/tree/v5.4.22" | |
| 1617 | 1671 | }, |
| 1618 | 1672 | "funding": [ |
| 1619 | 1673 | { |
| 1620 | 1674 | "url": "https://symfony.com/sponsor", |