CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sat, 11 Oct 2025 05:55:23 GMT
content-type: text/html;charset=utf-8
vary: Accept-Encoding
etag: W/"anonymous/Fri, 22 Aug 2025 09:35:22 GMT/8b5af2a23d0762b4f53125eb1746d38a"
cache-control: must-revalidate
alt-svc: h3=":443"; ma=86400
x-nc: MISS
content-encoding: gzip
Changeset 3348544 for glossary-by-codeat – WordPress Plugin Repository
Skip to content
Changeset 3348544 for glossary-by-codeat
- Timestamp:
- 08/22/2025 09:35:22 AM (7 weeks ago)
- Author:
- codeat
- Message:
-
tagging version 2.3.7
- Location:
- glossary-by-codeat
- Files:
-
- 1589 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
glossary-by-codeat/trunk/README.txt
r3335391 r3348544 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.8.2 7 Stable tag: 2.3. 67 Stable tag: 2.3.7 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 195 195 == Changelog == 196 196 197 = 2.3.5 = 197 = 2.3.7 = 198 199 * [PRO]Fix: Glsosary ChatGPT prompt insert on Classic Editor in some cases wasn't working 200 201 = 2.3.6 = 198 202 199 203 * [PRO]Enhancement: Added a field to set a custom prompt for ChatGPT -
glossary-by-codeat/trunk/assets/js/admin.js
r2939808 r3348544 176 176 wp.data.dispatch('core/editor').insertBlocks(insertedBlock); 177 177 } else { 178 data = data.split('\n').map(line => `<p>${line}</p>`).join(''); 178 179 jQuery('#content').val(data); 180 tinyMCE.get('content').setContent(data); 179 181 } 180 182 if (typeof elementor !== 'undefined') { … … 182 184 } 183 185 jQuery(textarea).val(_prompt).prop('disabled', false); 186 window.alert("Glossary term content updated!"); 184 187 } ) 185 188 .fail( function (jqXHR) { -
glossary-by-codeat/trunk/backend/views/tabs/settings.php
r3269058 r3348544 207 207 ) ); 208 208 $cmb->add_field( array( 209 'name' => __( 'Open externallink in a new window', GT_TEXTDOMAIN ),210 'desc' => __( 'Choose this option to enable globally the opening of externallink in a new tab.<br>', GT_TEXTDOMAIN ),209 'name' => __( 'Open link in a new window', GT_TEXTDOMAIN ), 210 'desc' => __( 'Choose this option to enable globally the opening of link in a new tab.<br>', GT_TEXTDOMAIN ), 211 211 'id' => 'open_new_window', 212 212 'type' => 'checkbox', -
glossary-by-codeat/trunk/glossary.php
r3335391 r3348544 11 11 * Plugin URI: https://glossary.codeat.co/ 12 12 * Description: Easily add and manage a glossary with auto-link, tooltips and more. Improve your internal link building for a better SEO. 13 * Version: 2.3. 613 * Version: 2.3.7 14 14 * Author: Codeat 15 15 * Author URI: https://docs.codeat.co/glossary/ … … 26 26 //phpcs:ignore 27 27 } 28 define( 'GT_VERSION', '2.3. 6' );28 define( 'GT_VERSION', '2.3.7' ); 29 29 define( 'GT_SETTINGS', 'glossary' ); 30 30 define( 'GT_TEXTDOMAIN', 'glossary-by-codeat' ); -
glossary-by-codeat/trunk/integrations/CMB_Metabox.php
r3335391 r3348544 117 117 'default' => 'external', 118 118 'options' => array( 119 'external' => ' ExternalURL',119 'external' => 'Custom URL', 120 120 'internal' => 'Internal URL', 121 121 ), … … 124 124 $cmb->add_field( 125 125 array( 126 'name' => \__( 'Link to externalURL', GT_TEXTDOMAIN ),126 'name' => \__( 'Link to custom URL', GT_TEXTDOMAIN ), 127 127 'desc' => \__( 128 128 'If this is left blank, the previous options defaults back and key term is linked to internal definition page', -
glossary-by-codeat/trunk/vendor/wpdesk/wp-builder/composer.lock
r3335391 r3348544 64 64 { 65 65 "name": "antecedent/patchwork", 66 "version": "2.2. 1",66 "version": "2.2.2", 67 67 "source": { 68 68 "type": "git", 69 69 "url": "https://github.com/antecedent/patchwork.git", 70 "reference": " 1bf183a3e1bd094f231a2128b9ecc5363c269245"71 }, 72 "dist": { 73 "type": "zip", 74 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/ 1bf183a3e1bd094f231a2128b9ecc5363c269245",75 "reference": " 1bf183a3e1bd094f231a2128b9ecc5363c269245",70 "reference": "724f03c777ddcc436ec2c8ecd4c97cdbceef8ab9" 71 }, 72 "dist": { 73 "type": "zip", 74 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/724f03c777ddcc436ec2c8ecd4c97cdbceef8ab9", 75 "reference": "724f03c777ddcc436ec2c8ecd4c97cdbceef8ab9", 76 76 "shasum": "" 77 77 }, … … 106 106 "support": { 107 107 "issues": "https://github.com/antecedent/patchwork/issues", 108 "source": "https://github.com/antecedent/patchwork/tree/2.2. 1"109 }, 110 "time": "202 4-12-11T10:19:54+00:00"108 "source": "https://github.com/antecedent/patchwork/tree/2.2.2" 109 }, 110 "time": "2025-08-12T16:59:40+00:00" 111 111 }, 112 112 { … … 412 412 { 413 413 "name": "myclabs/deep-copy", 414 "version": "1.13. 3",414 "version": "1.13.4", 415 415 "source": { 416 416 "type": "git", 417 417 "url": "https://github.com/myclabs/DeepCopy.git", 418 "reference": " faed855a7b5f4d4637717c2b3863e277116beb36"419 }, 420 "dist": { 421 "type": "zip", 422 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ faed855a7b5f4d4637717c2b3863e277116beb36",423 "reference": " faed855a7b5f4d4637717c2b3863e277116beb36",418 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" 419 }, 420 "dist": { 421 "type": "zip", 422 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", 423 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", 424 424 "shasum": "" 425 425 }, … … 460 460 "support": { 461 461 "issues": "https://github.com/myclabs/DeepCopy/issues", 462 "source": "https://github.com/myclabs/DeepCopy/tree/1.13. 3"462 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" 463 463 }, 464 464 "funding": [ … … 468 468 } 469 469 ], 470 "time": "2025-0 7-05T12:25:42+00:00"470 "time": "2025-08-01T08:46:24+00:00" 471 471 }, 472 472 { 473 473 "name": "nikic/php-parser", 474 "version": "v5.6. 0",474 "version": "v5.6.1", 475 475 "source": { 476 476 "type": "git", 477 477 "url": "https://github.com/nikic/PHP-Parser.git", 478 "reference": " 221b0d0fdf1369c71047ad1d18bb5880017bbc56"479 }, 480 "dist": { 481 "type": "zip", 482 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/ 221b0d0fdf1369c71047ad1d18bb5880017bbc56",483 "reference": " 221b0d0fdf1369c71047ad1d18bb5880017bbc56",478 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2" 479 }, 480 "dist": { 481 "type": "zip", 482 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", 483 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", 484 484 "shasum": "" 485 485 }, … … 500 500 "extra": { 501 501 "branch-alias": { 502 "dev-master": "5. 0-dev"502 "dev-master": "5.x-dev" 503 503 } 504 504 }, … … 524 524 "support": { 525 525 "issues": "https://github.com/nikic/PHP-Parser/issues", 526 "source": "https://github.com/nikic/PHP-Parser/tree/v5.6. 0"527 }, 528 "time": "2025-0 7-27T20:03:57+00:00"526 "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1" 527 }, 528 "time": "2025-08-13T20:13:15+00:00" 529 529 }, 530 530 { … … 648 648 { 649 649 "name": "php-stubs/woocommerce-stubs", 650 "version": "v10. 0.2",650 "version": "v10.1.1", 651 651 "source": { 652 652 "type": "git", 653 653 "url": "https://github.com/php-stubs/woocommerce-stubs.git", 654 "reference": " 54123e2fa2a07b11d03fe15f27fb7a64d970a9df"655 }, 656 "dist": { 657 "type": "zip", 658 "url": "https://api.github.com/repos/php-stubs/woocommerce-stubs/zipball/ 54123e2fa2a07b11d03fe15f27fb7a64d970a9df",659 "reference": " 54123e2fa2a07b11d03fe15f27fb7a64d970a9df",654 "reference": "b8e010db32f6a5876f0c49fda467e15ea5d6f97f" 655 }, 656 "dist": { 657 "type": "zip", 658 "url": "https://api.github.com/repos/php-stubs/woocommerce-stubs/zipball/b8e010db32f6a5876f0c49fda467e15ea5d6f97f", 659 "reference": "b8e010db32f6a5876f0c49fda467e15ea5d6f97f", 660 660 "shasum": "" 661 661 }, … … 686 686 "support": { 687 687 "issues": "https://github.com/php-stubs/woocommerce-stubs/issues", 688 "source": "https://github.com/php-stubs/woocommerce-stubs/tree/v10. 0.2"689 }, 690 "time": "2025-0 7-14T17:13:11+00:00"688 "source": "https://github.com/php-stubs/woocommerce-stubs/tree/v10.1.1" 689 }, 690 "time": "2025-08-20T15:58:51+00:00" 691 691 }, 692 692 { … … 1034 1034 { 1035 1035 "name": "phpcsstandards/phpcsutils", 1036 "version": "1.1. 0",1036 "version": "1.1.1", 1037 1037 "source": { 1038 1038 "type": "git", 1039 1039 "url": "https://github.com/PHPCSStandards/PHPCSUtils.git", 1040 "reference": " 65355670ac17c34cd235cf9d3ceae1b9252c4dad"1041 }, 1042 "dist": { 1043 "type": "zip", 1044 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/ 65355670ac17c34cd235cf9d3ceae1b9252c4dad",1045 "reference": " 65355670ac17c34cd235cf9d3ceae1b9252c4dad",1040 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd" 1041 }, 1042 "dist": { 1043 "type": "zip", 1044 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 1045 "reference": "f7eb16f2fa4237d5db9e8fed8050239bee17a9bd", 1046 1046 "shasum": "" 1047 1047 }, … … 1123 1123 } 1124 1124 ], 1125 "time": "2025-0 6-12T04:32:33+00:00"1125 "time": "2025-08-10T01:04:45+00:00" 1126 1126 }, 1127 1127 { … … 1175 1175 { 1176 1176 "name": "phpstan/phpstan", 1177 "version": "2.1.2 0",1177 "version": "2.1.22", 1178 1178 "source": { 1179 1179 "type": "git", 1180 1180 "url": "https://github.com/phpstan/phpstan.git", 1181 "reference": " a9ccfef95210f92ba6feea6e8d1eef42b5605499"1182 }, 1183 "dist": { 1184 "type": "zip", 1185 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ a9ccfef95210f92ba6feea6e8d1eef42b5605499",1186 "reference": " a9ccfef95210f92ba6feea6e8d1eef42b5605499",1181 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" 1182 }, 1183 "dist": { 1184 "type": "zip", 1185 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", 1186 "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", 1187 1187 "shasum": "" 1188 1188 }, … … 1229 1229 } 1230 1230 ], 1231 "time": "2025-0 7-26T20:45:26+00:00"1231 "time": "2025-08-04T19:17:37+00:00" 1232 1232 }, 1233 1233 { … … 1647 1647 { 1648 1648 "name": "phpunit/phpunit", 1649 "version": "9.6.2 3",1649 "version": "9.6.25", 1650 1650 "source": { 1651 1651 "type": "git", 1652 1652 "url": "https://github.com/sebastianbergmann/phpunit.git", 1653 "reference": " 43d2cb18d0675c38bd44982a5d1d88f6d53d8d95"1654 }, 1655 "dist": { 1656 "type": "zip", 1657 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 43d2cb18d0675c38bd44982a5d1d88f6d53d8d95",1658 "reference": " 43d2cb18d0675c38bd44982a5d1d88f6d53d8d95",1653 "reference": "049c011e01be805202d8eebedef49f769a8ec7b7" 1654 }, 1655 "dist": { 1656 "type": "zip", 1657 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/049c011e01be805202d8eebedef49f769a8ec7b7", 1658 "reference": "049c011e01be805202d8eebedef49f769a8ec7b7", 1659 1659 "shasum": "" 1660 1660 }, … … 1667 1667 "ext-xml": "*", 1668 1668 "ext-xmlwriter": "*", 1669 "myclabs/deep-copy": "^1.13. 1",1669 "myclabs/deep-copy": "^1.13.4", 1670 1670 "phar-io/manifest": "^2.0.4", 1671 1671 "phar-io/version": "^3.2.1", … … 1678 1678 "sebastian/cli-parser": "^1.0.2", 1679 1679 "sebastian/code-unit": "^1.0.8", 1680 "sebastian/comparator": "^4.0. 8",1680 "sebastian/comparator": "^4.0.9", 1681 1681 "sebastian/diff": "^4.0.6", 1682 1682 "sebastian/environment": "^5.1.5", 1683 1683 "sebastian/exporter": "^4.0.6", 1684 "sebastian/global-state": "^5.0. 7",1684 "sebastian/global-state": "^5.0.8", 1685 1685 "sebastian/object-enumerator": "^4.0.4", 1686 1686 "sebastian/resource-operations": "^3.0.4", … … 1730 1730 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 1731 1731 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 1732 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.2 3"1732 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.25" 1733 1733 }, 1734 1734 "funding": [ … … 1754 1754 } 1755 1755 ], 1756 "time": "2025-0 5-02T06:40:34+00:00"1756 "time": "2025-08-20T14:38:31+00:00" 1757 1757 }, 1758 1758 { … … 1925 1925 { 1926 1926 "name": "sebastian/comparator", 1927 "version": "4.0. 8",1927 "version": "4.0.9", 1928 1928 "source": { 1929 1929 "type": "git", 1930 1930 "url": "https://github.com/sebastianbergmann/comparator.git", 1931 "reference": " fa0f136dd2334583309d32b62544682ee972b51a"1932 }, 1933 "dist": { 1934 "type": "zip", 1935 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ fa0f136dd2334583309d32b62544682ee972b51a",1936 "reference": " fa0f136dd2334583309d32b62544682ee972b51a",1931 "reference": "67a2df3a62639eab2cc5906065e9805d4fd5dfc5" 1932 }, 1933 "dist": { 1934 "type": "zip", 1935 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/67a2df3a62639eab2cc5906065e9805d4fd5dfc5", 1936 "reference": "67a2df3a62639eab2cc5906065e9805d4fd5dfc5", 1937 1937 "shasum": "" 1938 1938 }, … … 1987 1987 "support": { 1988 1988 "issues": "https://github.com/sebastianbergmann/comparator/issues", 1989 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0. 8"1989 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.9" 1990 1990 }, 1991 1991 "funding": [ … … 1993 1993 "url": "https://github.com/sebastianbergmann", 1994 1994 "type": "github" 1995 } 1996 ], 1997 "time": "2022-09-14T12:41:17+00:00" 1995 }, 1996 { 1997 "url": "https://liberapay.com/sebastianbergmann", 1998 "type": "liberapay" 1999 }, 2000 { 2001 "url": "https://thanks.dev/u/gh/sebastianbergmann", 2002 "type": "thanks_dev" 2003 }, 2004 { 2005 "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", 2006 "type": "tidelift" 2007 } 2008 ], 2009 "time": "2025-08-10T06:51:50+00:00" 1998 2010 }, 1999 2011 { … … 2262 2274 { 2263 2275 "name": "sebastian/global-state", 2264 "version": "5.0. 7",2276 "version": "5.0.8", 2265 2277 "source": { 2266 2278 "type": "git", 2267 2279 "url": "https://github.com/sebastianbergmann/global-state.git", 2268 "reference": "b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"2269 }, 2270 "dist": { 2271 "type": "zip", 2272 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",2273 "reference": "b ca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",2280 "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6" 2281 }, 2282 "dist": { 2283 "type": "zip", 2284 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b6781316bdcd28260904e7cc18ec983d0d2ef4f6", 2285 "reference": "b6781316bdcd28260904e7cc18ec983d0d2ef4f6", 2274 2286 "shasum": "" 2275 2287 }, … … 2314 2326 "support": { 2315 2327 "issues": "https://github.com/sebastianbergmann/global-state/issues", 2316 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0. 7"2328 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.8" 2317 2329 }, 2318 2330 "funding": [ … … 2320 2332 "url": "https://github.com/sebastianbergmann", 2321 2333 "type": "github" 2322 } 2323 ], 2324 "time": "2024-03-02T06:35:11+00:00" 2334 }, 2335 { 2336 "url": "https://liberapay.com/sebastianbergmann", 2337 "type": "liberapay" 2338 }, 2339 { 2340 "url": "https://thanks.dev/u/gh/sebastianbergmann", 2341 "type": "thanks_dev" 2342 }, 2343 { 2344 "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state", 2345 "type": "tidelift" 2346 } 2347 ], 2348 "time": "2025-08-10T07:10:35+00:00" 2325 2349 }, 2326 2350 { … … 2495 2519 { 2496 2520 "name": "sebastian/recursion-context", 2497 "version": "4.0. 5",2521 "version": "4.0.6", 2498 2522 "source": { 2499 2523 "type": "git", 2500 2524 "url": "https://github.com/sebastianbergmann/recursion-context.git", 2501 "reference": " e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"2502 }, 2503 "dist": { 2504 "type": "zip", 2505 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/ e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",2506 "reference": " e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",2525 "reference": "539c6691e0623af6dc6f9c20384c120f963465a0" 2526 }, 2527 "dist": { 2528 "type": "zip", 2529 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/539c6691e0623af6dc6f9c20384c120f963465a0", 2530 "reference": "539c6691e0623af6dc6f9c20384c120f963465a0", 2507 2531 "shasum": "" 2508 2532 }, … … 2546 2570 "support": { 2547 2571 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 2548 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0. 5"2572 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.6" 2549 2573 }, 2550 2574 "funding": [ … … 2552 2576 "url": "https://github.com/sebastianbergmann", 2553 2577 "type": "github" 2554 } 2555 ], 2556 "time": "2023-02-03T06:07:39+00:00" 2578 }, 2579 { 2580 "url": "https://liberapay.com/sebastianbergmann", 2581 "type": "liberapay" 2582 }, 2583 { 2584 "url": "https://thanks.dev/u/gh/sebastianbergmann", 2585 "type": "thanks_dev" 2586 }, 2587 { 2588 "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", 2589 "type": "tidelift" 2590 } 2591 ], 2592 "time": "2025-08-10T06:57:39+00:00" 2557 2593 }, 2558 2594 { -
glossary-by-codeat/trunk/vendor/wpdesk/wp-notice/composer.lock
r3335391 r3348544 176 176 { 177 177 "name": "antecedent/patchwork", 178 "version": "2.2. 1",178 "version": "2.2.2", 179 179 "source": { 180 180 "type": "git", 181 181 "url": "https://github.com/antecedent/patchwork.git", 182 "reference": " 1bf183a3e1bd094f231a2128b9ecc5363c269245"183 }, 184 "dist": { 185 "type": "zip", 186 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/ 1bf183a3e1bd094f231a2128b9ecc5363c269245",187 "reference": " 1bf183a3e1bd094f231a2128b9ecc5363c269245",182 "reference": "724f03c777ddcc436ec2c8ecd4c97cdbceef8ab9" 183 }, 184 "dist": { 185 "type": "zip", 186 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/724f03c777ddcc436ec2c8ecd4c97cdbceef8ab9", 187 "reference": "724f03c777ddcc436ec2c8ecd4c97cdbceef8ab9", 188 188 "shasum": "" 189 189 }, … … 218 218 "support": { 219 219 "issues": "https://github.com/antecedent/patchwork/issues", 220 "source": "https://github.com/antecedent/patchwork/tree/2.2. 1"221 }, 222 "time": "202 4-12-11T10:19:54+00:00"220 "source": "https://github.com/antecedent/patchwork/tree/2.2.2" 221 }, 222 "time": "2025-08-12T16:59:40+00:00" 223 223 }, 224 224 { … … 1126 1126 { 1127 1127 "name": "composer/ca-bundle", 1128 "version": "1.5. 7",1128 "version": "1.5.8", 1129 1129 "source": { 1130 1130 "type": "git", 1131 1131 "url": "https://github.com/composer/ca-bundle.git", 1132 "reference": " d665d22c417056996c59019579f1967dfe5c1e82"1133 }, 1134 "dist": { 1135 "type": "zip", 1136 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/ d665d22c417056996c59019579f1967dfe5c1e82",1137 "reference": " d665d22c417056996c59019579f1967dfe5c1e82",1132 "reference": "719026bb30813accb68271fee7e39552a58e9f65" 1133 }, 1134 "dist": { 1135 "type": "zip", 1136 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/719026bb30813accb68271fee7e39552a58e9f65", 1137 "reference": "719026bb30813accb68271fee7e39552a58e9f65", 1138 1138 "shasum": "" 1139 1139 }, … … 1182 1182 "irc": "irc://irc.freenode.org/composer", 1183 1183 "issues": "https://github.com/composer/ca-bundle/issues", 1184 "source": "https://github.com/composer/ca-bundle/tree/1.5. 7"1184 "source": "https://github.com/composer/ca-bundle/tree/1.5.8" 1185 1185 }, 1186 1186 "funding": [ … … 1192 1192 "url": "https://github.com/composer", 1193 1193 "type": "github" 1194 }, 1195 { 1196 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 1197 "type": "tidelift" 1198 } 1199 ], 1200 "time": "2025-05-26T15:08:54+00:00" 1194 } 1195 ], 1196 "time": "2025-08-20T18:49:47+00:00" 1201 1197 }, 1202 1198 { 1203 1199 "name": "composer/class-map-generator", 1204 "version": "1.6. 1",1200 "version": "1.6.2", 1205 1201 "source": { 1206 1202 "type": "git", 1207 1203 "url": "https://github.com/composer/class-map-generator.git", 1208 "reference": " 134b705ddb0025d397d8318a75825fe3c9d1da34"1209 }, 1210 "dist": { 1211 "type": "zip", 1212 "url": "https://api.github.com/repos/composer/class-map-generator/zipball/ 134b705ddb0025d397d8318a75825fe3c9d1da34",1213 "reference": " 134b705ddb0025d397d8318a75825fe3c9d1da34",1204 "reference": "ba9f089655d4cdd64e762a6044f411ccdaec0076" 1205 }, 1206 "dist": { 1207 "type": "zip", 1208 "url": "https://api.github.com/repos/composer/class-map-generator/zipball/ba9f089655d4cdd64e762a6044f411ccdaec0076", 1209 "reference": "ba9f089655d4cdd64e762a6044f411ccdaec0076", 1214 1210 "shasum": "" 1215 1211 }, … … 1255 1251 "support": { 1256 1252 "issues": "https://github.com/composer/class-map-generator/issues", 1257 "source": "https://github.com/composer/class-map-generator/tree/1.6. 1"1253 "source": "https://github.com/composer/class-map-generator/tree/1.6.2" 1258 1254 }, 1259 1255 "funding": [ … … 1265 1261 "url": "https://github.com/composer", 1266 1262 "type": "github" 1267 }, 1268 { 1269 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 1270 "type": "tidelift" 1271 } 1272 ], 1273 "time": "2025-03-24T13:50:44+00:00" 1263 } 1264 ], 1265 "time": "2025-08-20T18:52:43+00:00" 1274 1266 }, 1275 1267 { … … 1537 1529 { 1538 1530 "name": "composer/semver", 1539 "version": "3.4. 3",1531 "version": "3.4.4", 1540 1532 "source": { 1541 1533 "type": "git", 1542 1534 "url": "https://github.com/composer/semver.git", 1543 "reference": " 4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"1544 }, 1545 "dist": { 1546 "type": "zip", 1547 "url": "https://api.github.com/repos/composer/semver/zipball/ 4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",1548 "reference": " 4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",1535 "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95" 1536 }, 1537 "dist": { 1538 "type": "zip", 1539 "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", 1540 "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95", 1549 1541 "shasum": "" 1550 1542 }, … … 1598 1590 "irc": "ircs://irc.libera.chat:6697/composer", 1599 1591 "issues": "https://github.com/composer/semver/issues", 1600 "source": "https://github.com/composer/semver/tree/3.4. 3"1592 "source": "https://github.com/composer/semver/tree/3.4.4" 1601 1593 }, 1602 1594 "funding": [ … … 1608 1600 "url": "https://github.com/composer", 1609 1601 "type": "github" 1610 }, 1611 { 1612 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 1613 "type": "tidelift" 1614 } 1615 ], 1616 "time": "2024-09-19T14:15:21+00:00" 1602 } 1603 ], 1604 "time": "2025-08-20T19:15:30+00:00" 1617 1605 }, 1618 1606 { … … 1807 1795 { 1808 1796 "name": "doctrine/inflector", 1809 "version": "2. 0.10",1797 "version": "2.1.0", 1810 1798 "source": { 1811 1799 "type": "git", 1812 1800 "url": "https://github.com/doctrine/inflector.git", 1813 "reference": " 5817d0659c5b50c9b950feb9af7b9668e2c436bc"1814 }, 1815 "dist": { 1816 "type": "zip", 1817 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ 5817d0659c5b50c9b950feb9af7b9668e2c436bc",1818 "reference": " 5817d0659c5b50c9b950feb9af7b9668e2c436bc",1801 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" 1802 }, 1803 "dist": { 1804 "type": "zip", 1805 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", 1806 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", 1819 1807 "shasum": "" 1820 1808 }, … … 1823 1811 }, 1824 1812 "require-dev": { 1825 "doctrine/coding-standard": "^11.0", 1826 "phpstan/phpstan": "^1.8", 1827 "phpstan/phpstan-phpunit": "^1.1", 1828 "phpstan/phpstan-strict-rules": "^1.3", 1829 "phpunit/phpunit": "^8.5 || ^9.5", 1830 "vimeo/psalm": "^4.25 || ^5.4" 1813 "doctrine/coding-standard": "^12.0 || ^13.0", 1814 "phpstan/phpstan": "^1.12 || ^2.0", 1815 "phpstan/phpstan-phpunit": "^1.4 || ^2.0", 1816 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", 1817 "phpunit/phpunit": "^8.5 || ^12.2" 1831 1818 }, 1832 1819 "type": "library", 1833 1820 "autoload": { 1834 1821 "psr-4": { 1835 "Doctrine\\Inflector\\": " lib/Doctrine/Inflector"1822 "Doctrine\\Inflector\\": "src" 1836 1823 } 1837 1824 }, … … 1878 1865 "support": { 1879 1866 "issues": "https://github.com/doctrine/inflector/issues", 1880 "source": "https://github.com/doctrine/inflector/tree/2. 0.10"1867 "source": "https://github.com/doctrine/inflector/tree/2.1.0" 1881 1868 }, 1882 1869 "funding": [ … … 1894 1881 } 1895 1882 ], 1896 "time": "202 4-02-18T20:23:39+00:00"1883 "time": "2025-08-10T19:31:58+00:00" 1897 1884 }, 1898 1885 { … … 3241 3228 { 3242 3229 "name": "myclabs/deep-copy", 3243 "version": "1.13. 3",3230 "version": "1.13.4", 3244 3231 "source": { 3245 3232 "type": "git", 3246 3233 "url": "https://github.com/myclabs/DeepCopy.git", 3247 "reference": " faed855a7b5f4d4637717c2b3863e277116beb36"3248 }, 3249 "dist": { 3250 "type": "zip", 3251 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ faed855a7b5f4d4637717c2b3863e277116beb36",3252 "reference": " faed855a7b5f4d4637717c2b3863e277116beb36",3234 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" 3235 }, 3236 "dist": { 3237 "type": "zip", 3238 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", 3239 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", 3253 3240 "shasum": "" 3254 3241 }, … … 3289 3276 "support": { 3290 3277 "issues": "https://github.com/myclabs/DeepCopy/issues", 3291 "source": "https://github.com/myclabs/DeepCopy/tree/1.13. 3"3278 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" 3292 3279 }, 3293 3280 "funding": [ … … 3297 3284 } 3298 3285 ], 3299 "time": "2025-0 7-05T12:25:42+00:00"3286 "time": "2025-08-01T08:46:24+00:00" 3300 3287 }, 3301 3288 { … … 3637 3624 { 3638 3625 "name": "phpoption/phpoption", 3639 "version": "1.9. 3",3626 "version": "1.9.4", 3640 3627 "source": { 3641 3628 "type": "git", 3642 3629 "url": "https://github.com/schmittjoh/php-option.git", 3643 "reference": " e3fac8b24f56113f7cb96af14958c0dd16330f54"3644 }, 3645 "dist": { 3646 "type": "zip", 3647 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/ e3fac8b24f56113f7cb96af14958c0dd16330f54",3648 "reference": " e3fac8b24f56113f7cb96af14958c0dd16330f54",3630 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d" 3631 }, 3632 "dist": { 3633 "type": "zip", 3634 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d", 3635 "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d", 3649 3636 "shasum": "" 3650 3637 }, … … 3654 3641 "require-dev": { 3655 3642 "bamarni/composer-bin-plugin": "^1.8.2", 3656 "phpunit/phpunit": "^8.5. 39 || ^9.6.20 || ^10.5.28"3643 "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34" 3657 3644 }, 3658 3645 "type": "library", … … 3696 3683 "support": { 3697 3684 "issues": "https://github.com/schmittjoh/php-option/issues", 3698 "source": "https://github.com/schmittjoh/php-option/tree/1.9. 3"3685 "source": "https://github.com/schmittjoh/php-option/tree/1.9.4" 3699 3686 }, 3700 3687 "funding": [ … … 3708 3695 } 3709 3696 ], 3710 "time": "202 4-07-20T21:41:07+00:00"3697 "time": "2025-08-21T11:53:16+00:00" 3711 3698 }, 3712 3699 { … … 4009 3996 { 4010 3997 "name": "phpunit/phpunit", 4011 "version": "8.5.4 2",3998 "version": "8.5.44", 4012 3999 "source": { 4013 4000 "type": "git", 4014 4001 "url": "https://github.com/sebastianbergmann/phpunit.git", 4015 "reference": " 3a68a70824da546d26ac08ca4fced67341f4158f"4016 }, 4017 "dist": { 4018 "type": "zip", 4019 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 3a68a70824da546d26ac08ca4fced67341f4158f",4020 "reference": " 3a68a70824da546d26ac08ca4fced67341f4158f",4002 "reference": "e1d7ab63dc670dedf76202bb01b593195b0d4196" 4003 }, 4004 "dist": { 4005 "type": "zip", 4006 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e1d7ab63dc670dedf76202bb01b593195b0d4196", 4007 "reference": "e1d7ab63dc670dedf76202bb01b593195b0d4196", 4021 4008 "shasum": "" 4022 4009 }, … … 4029 4016 "ext-xml": "*", 4030 4017 "ext-xmlwriter": "*", 4031 "myclabs/deep-copy": "^1.13. 1",4018 "myclabs/deep-copy": "^1.13.4", 4032 4019 "phar-io/manifest": "^2.0.4", 4033 4020 "phar-io/version": "^3.2.1", … … 4037 4024 "phpunit/php-text-template": "^1.2.1", 4038 4025 "phpunit/php-timer": "^2.1.4", 4039 "sebastian/comparator": "^3.0. 5",4026 "sebastian/comparator": "^3.0.6", 4040 4027 "sebastian/diff": "^3.0.6", 4041 4028 "sebastian/environment": "^4.2.5", 4042 4029 "sebastian/exporter": "^3.1.6", 4043 "sebastian/global-state": "^3.0. 5",4030 "sebastian/global-state": "^3.0.6", 4044 4031 "sebastian/object-enumerator": "^3.0.5", 4045 4032 "sebastian/resource-operations": "^2.0.3", … … 4087 4074 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 4088 4075 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 4089 "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.4 2"4076 "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.44" 4090 4077 }, 4091 4078 "funding": [ … … 4111 4098 } 4112 4099 ], 4113 "time": "2025-0 5-02T06:33:00+00:00"4100 "time": "2025-08-20T14:35:58+00:00" 4114 4101 }, 4115 4102 { … … 4566 4553 { 4567 4554 "name": "react/promise", 4568 "version": "v3. 2.0",4555 "version": "v3.3.0", 4569 4556 "source": { 4570 4557 "type": "git", 4571 4558 "url": "https://github.com/reactphp/promise.git", 4572 "reference": " 8a164643313c71354582dc850b42b33fa12a4b63"4573 }, 4574 "dist": { 4575 "type": "zip", 4576 "url": "https://api.github.com/repos/reactphp/promise/zipball/ 8a164643313c71354582dc850b42b33fa12a4b63",4577 "reference": " 8a164643313c71354582dc850b42b33fa12a4b63",4559 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a" 4560 }, 4561 "dist": { 4562 "type": "zip", 4563 "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a", 4564 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a", 4578 4565 "shasum": "" 4579 4566 }, … … 4582 4569 }, 4583 4570 "require-dev": { 4584 "phpstan/phpstan": "1.1 0.39|| 1.4.10",4571 "phpstan/phpstan": "1.12.28 || 1.4.10", 4585 4572 "phpunit/phpunit": "^9.6 || ^7.5" 4586 4573 }, … … 4627 4614 "support": { 4628 4615 "issues": "https://github.com/reactphp/promise/issues", 4629 "source": "https://github.com/reactphp/promise/tree/v3. 2.0"4616 "source": "https://github.com/reactphp/promise/tree/v3.3.0" 4630 4617 }, 4631 4618 "funding": [ … … 4635 4622 } 4636 4623 ], 4637 "time": "202 4-05-24T10:39:05+00:00"4624 "time": "2025-08-19T18:57:03+00:00" 4638 4625 }, 4639 4626 { … … 4694 4681 { 4695 4682 "name": "sebastian/comparator", 4696 "version": "3.0. 5",4683 "version": "3.0.6", 4697 4684 "source": { 4698 4685 "type": "git", 4699 4686 "url": "https://github.com/sebastianbergmann/comparator.git", 4700 "reference": " 1dc7ceb4a24aede938c7af2a9ed1de09609ca770"4701 }, 4702 "dist": { 4703 "type": "zip", 4704 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ 1dc7ceb4a24aede938c7af2a9ed1de09609ca770",4705 "reference": " 1dc7ceb4a24aede938c7af2a9ed1de09609ca770",4687 "reference": "4b3c947888c81708b20fb081bb653a2ba68f989a" 4688 }, 4689 "dist": { 4690 "type": "zip", 4691 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/4b3c947888c81708b20fb081bb653a2ba68f989a", 4692 "reference": "4b3c947888c81708b20fb081bb653a2ba68f989a", 4706 4693 "shasum": "" 4707 4694 }, … … 4756 4743 "support": { 4757 4744 "issues": "https://github.com/sebastianbergmann/comparator/issues", 4758 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0. 5"4745 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.6" 4759 4746 }, 4760 4747 "funding": [ … … 4762 4749 "url": "https://github.com/sebastianbergmann", 4763 4750 "type": "github" 4764 } 4765 ], 4766 "time": "2022-09-14T12:31:48+00:00" 4751 }, 4752 { 4753 "url": "https://liberapay.com/sebastianbergmann", 4754 "type": "liberapay" 4755 }, 4756 { 4757 "url": "https://thanks.dev/u/gh/sebastianbergmann", 4758 "type": "thanks_dev" 4759 }, 4760 { 4761 "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", 4762 "type": "tidelift" 4763 } 4764 ], 4765 "time": "2025-08-10T05:29:24+00:00" 4767 4766 }, 4768 4767 { … … 4974 4973 { 4975 4974 "name": "sebastian/global-state", 4976 "version": "3.0. 5",4975 "version": "3.0.6", 4977 4976 "source": { 4978 4977 "type": "git", 4979 4978 "url": "https://github.com/sebastianbergmann/global-state.git", 4980 "reference": " 91c7c47047a971f02de57ed6f040087ef110c5d9"4981 }, 4982 "dist": { 4983 "type": "zip", 4984 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ 91c7c47047a971f02de57ed6f040087ef110c5d9",4985 "reference": " 91c7c47047a971f02de57ed6f040087ef110c5d9",4979 "reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046" 4980 }, 4981 "dist": { 4982 "type": "zip", 4983 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/800689427e3e8cf57a8fe38fcd1d4344c9b2f046", 4984 "reference": "800689427e3e8cf57a8fe38fcd1d4344c9b2f046", 4986 4985 "shasum": "" 4987 4986 }, … … 5026 5025 "support": { 5027 5026 "issues": "https://github.com/sebastianbergmann/global-state/issues", 5028 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0. 5"5027 "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.6" 5029 5028 }, 5030 5029 "funding": [ … … 5032 5031 "url": "https://github.com/sebastianbergmann", 5033 5032 "type": "github" 5034 } 5035 ], 5036 "time": "2024-03-02T06:13:16+00:00" 5033 }, 5034 { 5035 "url": "https://liberapay.com/sebastianbergmann", 5036 "type": "liberapay" 5037 }, 5038 { 5039 "url": "https://thanks.dev/u/gh/sebastianbergmann", 5040 "type": "thanks_dev" 5041 }, 5042 { 5043 "url": "https://tidelift.com/funding/github/packagist/sebastian/global-state", 5044 "type": "tidelift" 5045 } 5046 ], 5047 "time": "2025-08-10T05:40:12+00:00" 5037 5048 }, 5038 5049 { … … 5150 5161 { 5151 5162 "name": "sebastian/recursion-context", 5152 "version": "3.0. 2",5163 "version": "3.0.3", 5153 5164 "source": { 5154 5165 "type": "git", 5155 5166 "url": "https://github.com/sebastianbergmann/recursion-context.git", 5156 "reference": " 9bfd3c6f1f08c026f542032dfb42813544f7d64c"5157 }, 5158 "dist": { 5159 "type": "zip", 5160 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/ 9bfd3c6f1f08c026f542032dfb42813544f7d64c",5161 "reference": " 9bfd3c6f1f08c026f542032dfb42813544f7d64c",5167 "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a" 5168 }, 5169 "dist": { 5170 "type": "zip", 5171 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe7e75986a9d24b4cceae847314035df7703a5a", 5172 "reference": "8fe7e75986a9d24b4cceae847314035df7703a5a", 5162 5173 "shasum": "" 5163 5174 }, … … 5201 5212 "support": { 5202 5213 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 5203 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0. 2"5214 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.3" 5204 5215 }, 5205 5216 "funding": [ … … 5207 5218 "url": "https://github.com/sebastianbergmann", 5208 5219 "type": "github" 5209 } 5210 ], 5211 "time": "2024-03-01T14:07:30+00:00" 5220 }, 5221 { 5222 "url": "https://liberapay.com/sebastianbergmann", 5223 "type": "liberapay" 5224 }, 5225 { 5226 "url": "https://thanks.dev/u/gh/sebastianbergmann", 5227 "type": "thanks_dev" 5228 }, 5229 { 5230 "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", 5231 "type": "tidelift" 5232 } 5233 ], 5234 "time": "2025-08-10T05:25:53+00:00" 5212 5235 }, 5213 5236 { … … 6366 6389 { 6367 6390 "name": "symfony/polyfill-ctype", 6368 "version": "v1.3 2.0",6391 "version": "v1.33.0", 6369 6392 "source": { 6370 6393 "type": "git", … … 6425 6448 ], 6426 6449 "support": { 6427 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.3 2.0"6450 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" 6428 6451 }, 6429 6452 "funding": [ … … 6437 6460 }, 6438 6461 { 6462 "url": "https://github.com/nicolas-grekas", 6463 "type": "github" 6464 }, 6465 { 6439 6466 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6440 6467 "type": "tidelift" … … 6445 6472 { 6446 6473 "name": "symfony/polyfill-intl-grapheme", 6447 "version": "v1.3 2.0",6474 "version": "v1.33.0", 6448 6475 "source": { 6449 6476 "type": "git", 6450 6477 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 6451 "reference": " b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"6452 }, 6453 "dist": { 6454 "type": "zip", 6455 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",6456 "reference": " b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",6478 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" 6479 }, 6480 "dist": { 6481 "type": "zip", 6482 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", 6483 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", 6457 6484 "shasum": "" 6458 6485 }, … … 6503 6530 ], 6504 6531 "support": { 6505 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.3 2.0"6532 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" 6506 6533 }, 6507 6534 "funding": [ … … 6515 6542 }, 6516 6543 { 6544 "url": "https://github.com/nicolas-grekas", 6545 "type": "github" 6546 }, 6547 { 6517 6548 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6518 6549 "type": "tidelift" 6519 6550 } 6520 6551 ], 6521 "time": "202 4-09-09T11:45:10+00:00"6552 "time": "2025-06-27T09:58:17+00:00" 6522 6553 }, 6523 6554 { 6524 6555 "name": "symfony/polyfill-intl-normalizer", 6525 "version": "v1.3 2.0",6556 "version": "v1.33.0", 6526 6557 "source": { 6527 6558 "type": "git", … … 6584 6615 ], 6585 6616 "support": { 6586 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.3 2.0"6617 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" 6587 6618 }, 6588 6619 "funding": [ … … 6596 6627 }, 6597 6628 { 6629 "url": "https://github.com/nicolas-grekas", 6630 "type": "github" 6631 }, 6632 { 6598 6633 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6599 6634 "type": "tidelift" … … 6604 6639 { 6605 6640 "name": "symfony/polyfill-mbstring", 6606 "version": "v1.3 2.0",6641 "version": "v1.33.0", 6607 6642 "source": { 6608 6643 "type": "git", … … 6665 6700 ], 6666 6701 "support": { 6667 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.3 2.0"6702 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" 6668 6703 }, 6669 6704 "funding": [ … … 6677 6712 }, 6678 6713 { 6714 "url": "https://github.com/nicolas-grekas", 6715 "type": "github" 6716 }, 6717 { 6679 6718 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6680 6719 "type": "tidelift" … … 6685 6724 { 6686 6725 "name": "symfony/polyfill-php73", 6687 "version": "v1.3 2.0",6726 "version": "v1.33.0", 6688 6727 "source": { 6689 6728 "type": "git", … … 6741 6780 ], 6742 6781 "support": { 6743 "source": "https://github.com/symfony/polyfill-php73/tree/v1.3 2.0"6782 "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0" 6744 6783 }, 6745 6784 "funding": [ … … 6753 6792 }, 6754 6793 { 6794 "url": "https://github.com/nicolas-grekas", 6795 "type": "github" 6796 }, 6797 { 6755 6798 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6756 6799 "type": "tidelift" … … 6761 6804 { 6762 6805 "name": "symfony/polyfill-php80", 6763 "version": "v1.3 2.0",6806 "version": "v1.33.0", 6764 6807 "source": { 6765 6808 "type": "git", … … 6821 6864 ], 6822 6865 "support": { 6823 "source": "https://github.com/symfony/polyfill-php80/tree/v1.3 2.0"6866 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" 6824 6867 }, 6825 6868 "funding": [ … … 6833 6876 }, 6834 6877 { 6878 "url": "https://github.com/nicolas-grekas", 6879 "type": "github" 6880 }, 6881 { 6835 6882 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6836 6883 "type": "tidelift" … … 6841 6888 { 6842 6889 "name": "symfony/polyfill-php81", 6843 "version": "v1.3 2.0",6890 "version": "v1.33.0", 6844 6891 "source": { 6845 6892 "type": "git", … … 6897 6944 ], 6898 6945 "support": { 6899 "source": "https://github.com/symfony/polyfill-php81/tree/v1.3 2.0"6946 "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0" 6900 6947 }, 6901 6948 "funding": [ … … 6906 6953 { 6907 6954 "url": "https://github.com/fabpot", 6955 "type": "github" 6956 }, 6957 { 6958 "url": "https://github.com/nicolas-grekas", 6908 6959 "type": "github" 6909 6960 },
Note: See TracChangeset
for help on using the changeset viewer.