Plugin Directory

Changeset 3066908


Ignore:
Timestamp:
04/08/2024 12:12:04 PM (2 years ago)
Author:
captchaeu
Message:

Update to version v1.0.29 from GitLab (http://gitlab.krone.at/CAPTCHA/wp-plugin; http://gitlab.krone.at/CAPTCHA/wp-plugin/-/jobs/427128)

Location:
captcha-eu
Files:
22 edited
1 copied

Legend:

Unmodified
Added
Removed
  • captcha-eu/tags/v1.0.29/assets/js/partials/contact-form-7.js

    r2911265 r3066908  
    55            const submit = wpcf7.submit;
    66            wpcf7.origSubmit = submit;
    7 
    87            wpcf7.submit = ( form, options = {} ) => {
    98                if(form instanceof jQuery) {
    109                    form = form[0];
    1110                }
    12 
     11                if(!form.checkValidity()) {
     12                    return;
     13                }
    1314                $btnSubmit = jQuery(form).find('.wpcf7-submit');
    1415                $btnSubmit.attr('disabled', true);
     
    1617                    $btnSubmit.attr('disabled', false)
    1718                });
    18                 KROT.interceptForm(form);
     19                KROT.interceptForm(form, true);
    1920                KROT.getSolution()
    2021                    .then((sol) => {
  • captcha-eu/tags/v1.0.29/composer.lock

    r3034818 r3066908  
    162162        {
    163163            "name": "composer/pcre",
    164             "version": "3.1.1",
     164            "version": "3.1.3",
    165165            "source": {
    166166                "type": "git",
    167167                "url": "https://github.com/composer/pcre.git",
    168                 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
    169             },
    170             "dist": {
    171                 "type": "zip",
    172                 "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
    173                 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
     168                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
     169            },
     170            "dist": {
     171                "type": "zip",
     172                "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
     173                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
    174174                "shasum": ""
    175175            },
     
    213213            "support": {
    214214                "issues": "https://github.com/composer/pcre/issues",
    215                 "source": "https://github.com/composer/pcre/tree/3.1.1"
     215                "source": "https://github.com/composer/pcre/tree/3.1.3"
    216216            },
    217217            "funding": [
     
    229229                }
    230230            ],
    231             "time": "2023-10-11T07:11:09+00:00"
     231            "time": "2024-03-19T10:26:25+00:00"
    232232        },
    233233        {
     
    314314        {
    315315            "name": "composer/xdebug-handler",
    316             "version": "3.0.3",
     316            "version": "3.0.4",
    317317            "source": {
    318318                "type": "git",
    319319                "url": "https://github.com/composer/xdebug-handler.git",
    320                 "reference": "ced299686f41dce890debac69273b47ffe98a40c"
    321             },
    322             "dist": {
    323                 "type": "zip",
    324                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
    325                 "reference": "ced299686f41dce890debac69273b47ffe98a40c",
     320                "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255"
     321            },
     322            "dist": {
     323                "type": "zip",
     324                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
     325                "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
    326326                "shasum": ""
    327327            },
     
    334334                "phpstan/phpstan": "^1.0",
    335335                "phpstan/phpstan-strict-rules": "^1.1",
    336                 "symfony/phpunit-bridge": "^6.0"
     336                "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
    337337            },
    338338            "type": "library",
     
    358358            ],
    359359            "support": {
    360                 "irc": "irc://irc.freenode.org/composer",
     360                "irc": "ircs://irc.libera.chat:6697/composer",
    361361                "issues": "https://github.com/composer/xdebug-handler/issues",
    362                 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
     362                "source": "https://github.com/composer/xdebug-handler/tree/3.0.4"
    363363            },
    364364            "funding": [
     
    376376                }
    377377            ],
    378             "time": "2022-02-25T21:32:43+00:00"
    379         },
    380         {
    381             "name": "doctrine/annotations",
    382             "version": "2.0.1",
    383             "source": {
    384                 "type": "git",
    385                 "url": "https://github.com/doctrine/annotations.git",
    386                 "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
    387             },
    388             "dist": {
    389                 "type": "zip",
    390                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
    391                 "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
    392                 "shasum": ""
    393             },
    394             "require": {
    395                 "doctrine/lexer": "^2 || ^3",
    396                 "ext-tokenizer": "*",
    397                 "php": "^7.2 || ^8.0",
    398                 "psr/cache": "^1 || ^2 || ^3"
    399             },
    400             "require-dev": {
    401                 "doctrine/cache": "^2.0",
    402                 "doctrine/coding-standard": "^10",
    403                 "phpstan/phpstan": "^1.8.0",
    404                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
    405                 "symfony/cache": "^5.4 || ^6",
    406                 "vimeo/psalm": "^4.10"
    407             },
    408             "suggest": {
    409                 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
    410             },
    411             "type": "library",
    412             "autoload": {
    413                 "psr-4": {
    414                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
    415                 }
    416             },
    417             "notification-url": "https://packagist.org/downloads/",
    418             "license": [
    419                 "MIT"
    420             ],
    421             "authors": [
    422                 {
    423                     "name": "Guilherme Blanco",
    424                     "email": "guilhermeblanco@gmail.com"
    425                 },
    426                 {
    427                     "name": "Roman Borschel",
    428                     "email": "roman@code-factory.org"
    429                 },
    430                 {
    431                     "name": "Benjamin Eberlei",
    432                     "email": "kontakt@beberlei.de"
    433                 },
    434                 {
    435                     "name": "Jonathan Wage",
    436                     "email": "jonwage@gmail.com"
    437                 },
    438                 {
    439                     "name": "Johannes Schmitt",
    440                     "email": "schmittjoh@gmail.com"
    441                 }
    442             ],
    443             "description": "Docblock Annotations Parser",
    444             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
    445             "keywords": [
    446                 "annotations",
    447                 "docblock",
    448                 "parser"
    449             ],
    450             "support": {
    451                 "issues": "https://github.com/doctrine/annotations/issues",
    452                 "source": "https://github.com/doctrine/annotations/tree/2.0.1"
    453             },
    454             "time": "2023-02-02T22:02:53+00:00"
     378            "time": "2024-03-26T18:29:49+00:00"
    455379        },
    456380        {
     
    651575        {
    652576            "name": "friendsofphp/php-cs-fixer",
    653             "version": "v3.49.0",
     577            "version": "v3.52.1",
    654578            "source": {
    655579                "type": "git",
    656580                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
    657                 "reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2"
    658             },
    659             "dist": {
    660                 "type": "zip",
    661                 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8742f7aa6f72a399688b65e4f58992c2d4681fc2",
    662                 "reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2",
     581                "reference": "6e77207f0d851862ceeb6da63e6e22c01b1587bc"
     582            },
     583            "dist": {
     584                "type": "zip",
     585                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/6e77207f0d851862ceeb6da63e6e22c01b1587bc",
     586                "reference": "6e77207f0d851862ceeb6da63e6e22c01b1587bc",
    663587                "shasum": ""
    664588            },
     
    670594                "ext-tokenizer": "*",
    671595                "php": "^7.4 || ^8.0",
    672                 "sebastian/diff": "^4.0 || ^5.0",
     596                "sebastian/diff": "^4.0 || ^5.0 || ^6.0",
    673597                "symfony/console": "^5.4 || ^6.0 || ^7.0",
    674598                "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
     
    691615                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
    692616                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
    693                 "phpunit/phpunit": "^9.6 || ^10.5.5",
     617                "phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2",
     618                "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
    694619                "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
    695620            },
     
    730655            "support": {
    731656                "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
    732                 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.49.0"
     657                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.52.1"
    733658            },
    734659            "funding": [
     
    738663                }
    739664            ],
    740             "time": "2024-02-02T00:41:40+00:00"
     665            "time": "2024-03-19T21:02:43+00:00"
    741666        },
    742667        {
     
    11311056        {
    11321057            "name": "jms/serializer",
    1133             "version": "3.29.1",
     1058            "version": "3.30.0",
    11341059            "source": {
    11351060                "type": "git",
    11361061                "url": "https://github.com/schmittjoh/serializer.git",
    1137                 "reference": "111451f43abb448ce297361a8ab96a9591e848cd"
    1138             },
    1139             "dist": {
    1140                 "type": "zip",
    1141                 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/111451f43abb448ce297361a8ab96a9591e848cd",
    1142                 "reference": "111451f43abb448ce297361a8ab96a9591e848cd",
    1143                 "shasum": ""
    1144             },
    1145             "require": {
    1146                 "doctrine/annotations": "^1.14 || ^2.0",
     1062                "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e"
     1063            },
     1064            "dist": {
     1065                "type": "zip",
     1066                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bf1105358123d7c02ee6cad08ea33ab535a09d5e",
     1067                "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e",
     1068                "shasum": ""
     1069            },
     1070            "require": {
    11471071                "doctrine/instantiator": "^1.3.1 || ^2.0",
    11481072                "doctrine/lexer": "^2.0 || ^3.0",
    11491073                "jms/metadata": "^2.6",
    1150                 "php": "^7.2 || ^8.0",
     1074                "php": "^7.4 || ^8.0",
    11511075                "phpstan/phpdoc-parser": "^1.20"
    11521076            },
    11531077            "require-dev": {
     1078                "doctrine/annotations": "^1.14 || ^2.0",
    11541079                "doctrine/coding-standard": "^12.0",
    11551080                "doctrine/orm": "^2.14 || ^3.0",
     
    11611086                "phpbench/phpbench": "^1.0",
    11621087                "phpstan/phpstan": "^1.0.2",
    1163                 "phpunit/phpunit": "^8.5.21 || ^9.0 || ^10.0",
     1088                "phpunit/phpunit": "^9.0 || ^10.0",
    11641089                "psr/container": "^1.0 || ^2.0",
    1165                 "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1166                 "symfony/expression-language": "^3.2 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1167                 "symfony/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0",
    1168                 "symfony/form": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1169                 "symfony/translation": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1170                 "symfony/uid": "^5.1 || ^6.0 || ^7.0",
    1171                 "symfony/validator": "^3.1.9 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1172                 "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
     1090                "rector/rector": "^0.19.0",
     1091                "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
     1092                "symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
     1093                "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
     1094                "symfony/form": "^5.4 || ^6.0 || ^7.0",
     1095                "symfony/translation": "^5.4 || ^6.0 || ^7.0",
     1096                "symfony/uid": "^5.4 || ^6.0 || ^7.0",
     1097                "symfony/validator": "^5.4 || ^6.0 || ^7.0",
     1098                "symfony/yaml": "^5.4 || ^6.0 || ^7.0",
    11731099                "twig/twig": "^1.34 || ^2.4 || ^3.0"
    11741100            },
     
    12151141            "support": {
    12161142                "issues": "https://github.com/schmittjoh/serializer/issues",
    1217                 "source": "https://github.com/schmittjoh/serializer/tree/3.29.1"
     1143                "source": "https://github.com/schmittjoh/serializer/tree/3.30.0"
    12181144            },
    12191145            "funding": [
     
    12231149                }
    12241150            ],
    1225             "time": "2023-12-14T15:25:09+00:00"
     1151            "time": "2024-02-24T14:12:14+00:00"
    12261152        },
    12271153        {
     
    12861212        {
    12871213            "name": "nikic/php-parser",
    1288             "version": "v5.0.0",
     1214            "version": "v5.0.2",
    12891215            "source": {
    12901216                "type": "git",
    12911217                "url": "https://github.com/nikic/PHP-Parser.git",
    1292                 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc"
    1293             },
    1294             "dist": {
    1295                 "type": "zip",
    1296                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
    1297                 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
     1218                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
     1219            },
     1220            "dist": {
     1221                "type": "zip",
     1222                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
     1223                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
    12981224                "shasum": ""
    12991225            },
     
    13381264            "support": {
    13391265                "issues": "https://github.com/nikic/PHP-Parser/issues",
    1340                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0"
    1341             },
    1342             "time": "2024-01-07T17:17:35+00:00"
     1266                "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
     1267            },
     1268            "time": "2024-03-05T20:51:40+00:00"
    13431269        },
    13441270        {
    13451271            "name": "phar-io/manifest",
    1346             "version": "2.0.3",
     1272            "version": "2.0.4",
    13471273            "source": {
    13481274                "type": "git",
    13491275                "url": "https://github.com/phar-io/manifest.git",
    1350                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
    1351             },
    1352             "dist": {
    1353                 "type": "zip",
    1354                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
    1355                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
     1276                "reference": "54750ef60c58e43759730615a392c31c80e23176"
     1277            },
     1278            "dist": {
     1279                "type": "zip",
     1280                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
     1281                "reference": "54750ef60c58e43759730615a392c31c80e23176",
    13561282                "shasum": ""
    13571283            },
    13581284            "require": {
    13591285                "ext-dom": "*",
     1286                "ext-libxml": "*",
    13601287                "ext-phar": "*",
    13611288                "ext-xmlwriter": "*",
     
    13981325            "support": {
    13991326                "issues": "https://github.com/phar-io/manifest/issues",
    1400                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
    1401             },
    1402             "time": "2021-07-20T11:28:43+00:00"
     1327                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
     1328            },
     1329            "funding": [
     1330                {
     1331                    "url": "https://github.com/theseer",
     1332                    "type": "github"
     1333                }
     1334            ],
     1335            "time": "2024-03-03T12:33:53+00:00"
    14031336        },
    14041337        {
     
    16061539        {
    16071540            "name": "phpstan/phpdoc-parser",
    1608             "version": "1.25.0",
     1541            "version": "1.28.0",
    16091542            "source": {
    16101543                "type": "git",
    16111544                "url": "https://github.com/phpstan/phpdoc-parser.git",
    1612                 "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
    1613             },
    1614             "dist": {
    1615                 "type": "zip",
    1616                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
    1617                 "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
     1545                "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"
     1546            },
     1547            "dist": {
     1548                "type": "zip",
     1549                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
     1550                "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
    16181551                "shasum": ""
    16191552            },
     
    16471580            "support": {
    16481581                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
    1649                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0"
    1650             },
    1651             "time": "2024-01-04T17:06:16+00:00"
     1582                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0"
     1583            },
     1584            "time": "2024-04-03T18:51:33+00:00"
    16521585        },
    16531586        {
    16541587            "name": "phpunit/php-code-coverage",
    1655             "version": "9.2.30",
     1588            "version": "9.2.31",
    16561589            "source": {
    16571590                "type": "git",
    16581591                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    1659                 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089"
    1660             },
    1661             "dist": {
    1662                 "type": "zip",
    1663                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089",
    1664                 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089",
     1592                "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
     1593            },
     1594            "dist": {
     1595                "type": "zip",
     1596                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
     1597                "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
    16651598                "shasum": ""
    16661599            },
     
    17191652                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
    17201653                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
    1721                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30"
     1654                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
    17221655            },
    17231656            "funding": [
     
    17271660                }
    17281661            ],
    1729             "time": "2023-12-22T06:47:57+00:00"
     1662            "time": "2024-03-02T06:37:42+00:00"
    17301663        },
    17311664        {
     
    19721905        {
    19731906            "name": "phpunit/phpunit",
    1974             "version": "9.6.16",
     1907            "version": "9.6.19",
    19751908            "source": {
    19761909                "type": "git",
    19771910                "url": "https://github.com/sebastianbergmann/phpunit.git",
    1978                 "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f"
    1979             },
    1980             "dist": {
    1981                 "type": "zip",
    1982                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3767b2c56ce02d01e3491046f33466a1ae60a37f",
    1983                 "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f",
     1911                "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
     1912            },
     1913            "dist": {
     1914                "type": "zip",
     1915                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
     1916                "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
    19841917                "shasum": ""
    19851918            },
     
    20551988                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    20561989                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    2057                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.16"
     1990                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
    20581991            },
    20591992            "funding": [
     
    20712004                }
    20722005            ],
    2073             "time": "2024-01-19T07:03:14+00:00"
    2074         },
    2075         {
    2076             "name": "psr/cache",
    2077             "version": "1.0.1",
    2078             "source": {
    2079                 "type": "git",
    2080                 "url": "https://github.com/php-fig/cache.git",
    2081                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
    2082             },
    2083             "dist": {
    2084                 "type": "zip",
    2085                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
    2086                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
    2087                 "shasum": ""
    2088             },
    2089             "require": {
    2090                 "php": ">=5.3.0"
    2091             },
    2092             "type": "library",
    2093             "extra": {
    2094                 "branch-alias": {
    2095                     "dev-master": "1.0.x-dev"
    2096                 }
    2097             },
    2098             "autoload": {
    2099                 "psr-4": {
    2100                     "Psr\\Cache\\": "src/"
    2101                 }
    2102             },
    2103             "notification-url": "https://packagist.org/downloads/",
    2104             "license": [
    2105                 "MIT"
    2106             ],
    2107             "authors": [
    2108                 {
    2109                     "name": "PHP-FIG",
    2110                     "homepage": "http://www.php-fig.org/"
    2111                 }
    2112             ],
    2113             "description": "Common interface for caching libraries",
    2114             "keywords": [
    2115                 "cache",
    2116                 "psr",
    2117                 "psr-6"
    2118             ],
    2119             "support": {
    2120                 "source": "https://github.com/php-fig/cache/tree/master"
    2121             },
    2122             "time": "2016-08-06T20:24:11+00:00"
     2006            "time": "2024-04-05T04:35:58+00:00"
    21232007        },
    21242008        {
     
    25212405        {
    25222406            "name": "sebastian/cli-parser",
    2523             "version": "1.0.1",
     2407            "version": "1.0.2",
    25242408            "source": {
    25252409                "type": "git",
    25262410                "url": "https://github.com/sebastianbergmann/cli-parser.git",
    2527                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
    2528             },
    2529             "dist": {
    2530                 "type": "zip",
    2531                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
    2532                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
     2411                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
     2412            },
     2413            "dist": {
     2414                "type": "zip",
     2415                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
     2416                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
    25332417                "shasum": ""
    25342418            },
     
    25652449            "support": {
    25662450                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
    2567                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
     2451                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
    25682452            },
    25692453            "funding": [
     
    25732457                }
    25742458            ],
    2575             "time": "2020-09-28T06:08:49+00:00"
     2459            "time": "2024-03-02T06:27:43+00:00"
    25762460        },
    25772461        {
     
    28192703        {
    28202704            "name": "sebastian/diff",
    2821             "version": "4.0.5",
     2705            "version": "4.0.6",
    28222706            "source": {
    28232707                "type": "git",
    28242708                "url": "https://github.com/sebastianbergmann/diff.git",
    2825                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
    2826             },
    2827             "dist": {
    2828                 "type": "zip",
    2829                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
    2830                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
     2709                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
     2710            },
     2711            "dist": {
     2712                "type": "zip",
     2713                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
     2714                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
    28312715                "shasum": ""
    28322716            },
     
    28732757            "support": {
    28742758                "issues": "https://github.com/sebastianbergmann/diff/issues",
    2875                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
     2759                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
    28762760            },
    28772761            "funding": [
     
    28812765                }
    28822766            ],
    2883             "time": "2023-05-07T05:35:17+00:00"
     2767            "time": "2024-03-02T06:30:58+00:00"
    28842768        },
    28852769        {
     
    29482832        {
    29492833            "name": "sebastian/exporter",
    2950             "version": "4.0.5",
     2834            "version": "4.0.6",
    29512835            "source": {
    29522836                "type": "git",
    29532837                "url": "https://github.com/sebastianbergmann/exporter.git",
    2954                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
    2955             },
    2956             "dist": {
    2957                 "type": "zip",
    2958                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
    2959                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
     2838                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
     2839            },
     2840            "dist": {
     2841                "type": "zip",
     2842                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
     2843                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
    29602844                "shasum": ""
    29612845            },
     
    30132897            "support": {
    30142898                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    3015                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
     2899                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
    30162900            },
    30172901            "funding": [
     
    30212905                }
    30222906            ],
    3023             "time": "2022-09-14T06:03:37+00:00"
     2907            "time": "2024-03-02T06:33:00+00:00"
    30242908        },
    30252909        {
    30262910            "name": "sebastian/global-state",
    3027             "version": "5.0.6",
     2911            "version": "5.0.7",
    30282912            "source": {
    30292913                "type": "git",
    30302914                "url": "https://github.com/sebastianbergmann/global-state.git",
    3031                 "reference": "bde739e7565280bda77be70044ac1047bc007e34"
    3032             },
    3033             "dist": {
    3034                 "type": "zip",
    3035                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
    3036                 "reference": "bde739e7565280bda77be70044ac1047bc007e34",
     2915                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
     2916            },
     2917            "dist": {
     2918                "type": "zip",
     2919                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
     2920                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
    30372921                "shasum": ""
    30382922            },
     
    30772961            "support": {
    30782962                "issues": "https://github.com/sebastianbergmann/global-state/issues",
    3079                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
     2963                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
    30802964            },
    30812965            "funding": [
     
    30852969                }
    30862970            ],
    3087             "time": "2023-08-02T09:26:13+00:00"
     2971            "time": "2024-03-02T06:35:11+00:00"
    30882972        },
    30892973        {
     
    33213205        {
    33223206            "name": "sebastian/resource-operations",
    3323             "version": "3.0.3",
     3207            "version": "3.0.4",
    33243208            "source": {
    33253209                "type": "git",
    33263210                "url": "https://github.com/sebastianbergmann/resource-operations.git",
    3327                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
    3328             },
    3329             "dist": {
    3330                 "type": "zip",
    3331                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
    3332                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
     3211                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
     3212            },
     3213            "dist": {
     3214                "type": "zip",
     3215                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
     3216                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
    33333217                "shasum": ""
    33343218            },
     
    33383222            "require-dev": {
    33393223                "phpunit/phpunit": "^9.0"
     3224            },
     3225            "type": "library",
     3226            "extra": {
     3227                "branch-alias": {
     3228                    "dev-main": "3.0-dev"
     3229                }
     3230            },
     3231            "autoload": {
     3232                "classmap": [
     3233                    "src/"
     3234                ]
     3235            },
     3236            "notification-url": "https://packagist.org/downloads/",
     3237            "license": [
     3238                "BSD-3-Clause"
     3239            ],
     3240            "authors": [
     3241                {
     3242                    "name": "Sebastian Bergmann",
     3243                    "email": "sebastian@phpunit.de"
     3244                }
     3245            ],
     3246            "description": "Provides a list of PHP built-in functions that operate on resources",
     3247            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
     3248            "support": {
     3249                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
     3250            },
     3251            "funding": [
     3252                {
     3253                    "url": "https://github.com/sebastianbergmann",
     3254                    "type": "github"
     3255                }
     3256            ],
     3257            "time": "2024-03-14T16:00:52+00:00"
     3258        },
     3259        {
     3260            "name": "sebastian/type",
     3261            "version": "3.2.1",
     3262            "source": {
     3263                "type": "git",
     3264                "url": "https://github.com/sebastianbergmann/type.git",
     3265                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
     3266            },
     3267            "dist": {
     3268                "type": "zip",
     3269                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
     3270                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
     3271                "shasum": ""
     3272            },
     3273            "require": {
     3274                "php": ">=7.3"
     3275            },
     3276            "require-dev": {
     3277                "phpunit/phpunit": "^9.5"
     3278            },
     3279            "type": "library",
     3280            "extra": {
     3281                "branch-alias": {
     3282                    "dev-master": "3.2-dev"
     3283                }
     3284            },
     3285            "autoload": {
     3286                "classmap": [
     3287                    "src/"
     3288                ]
     3289            },
     3290            "notification-url": "https://packagist.org/downloads/",
     3291            "license": [
     3292                "BSD-3-Clause"
     3293            ],
     3294            "authors": [
     3295                {
     3296                    "name": "Sebastian Bergmann",
     3297                    "email": "sebastian@phpunit.de",
     3298                    "role": "lead"
     3299                }
     3300            ],
     3301            "description": "Collection of value objects that represent the types of the PHP type system",
     3302            "homepage": "https://github.com/sebastianbergmann/type",
     3303            "support": {
     3304                "issues": "https://github.com/sebastianbergmann/type/issues",
     3305                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
     3306            },
     3307            "funding": [
     3308                {
     3309                    "url": "https://github.com/sebastianbergmann",
     3310                    "type": "github"
     3311                }
     3312            ],
     3313            "time": "2023-02-03T06:13:03+00:00"
     3314        },
     3315        {
     3316            "name": "sebastian/version",
     3317            "version": "3.0.2",
     3318            "source": {
     3319                "type": "git",
     3320                "url": "https://github.com/sebastianbergmann/version.git",
     3321                "reference": "c6c1022351a901512170118436c764e473f6de8c"
     3322            },
     3323            "dist": {
     3324                "type": "zip",
     3325                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
     3326                "reference": "c6c1022351a901512170118436c764e473f6de8c",
     3327                "shasum": ""
     3328            },
     3329            "require": {
     3330                "php": ">=7.3"
    33403331            },
    33413332            "type": "library",
     
    33573348                {
    33583349                    "name": "Sebastian Bergmann",
    3359                     "email": "sebastian@phpunit.de"
    3360                 }
    3361             ],
    3362             "description": "Provides a list of PHP built-in functions that operate on resources",
    3363             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
    3364             "support": {
    3365                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
    3366                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
    3367             },
    3368             "funding": [
    3369                 {
    3370                     "url": "https://github.com/sebastianbergmann",
    3371                     "type": "github"
    3372                 }
    3373             ],
    3374             "time": "2020-09-28T06:45:17+00:00"
    3375         },
    3376         {
    3377             "name": "sebastian/type",
    3378             "version": "3.2.1",
    3379             "source": {
    3380                 "type": "git",
    3381                 "url": "https://github.com/sebastianbergmann/type.git",
    3382                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
    3383             },
    3384             "dist": {
    3385                 "type": "zip",
    3386                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
    3387                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
    3388                 "shasum": ""
    3389             },
    3390             "require": {
    3391                 "php": ">=7.3"
    3392             },
    3393             "require-dev": {
    3394                 "phpunit/phpunit": "^9.5"
    3395             },
    3396             "type": "library",
    3397             "extra": {
    3398                 "branch-alias": {
    3399                     "dev-master": "3.2-dev"
    3400                 }
    3401             },
    3402             "autoload": {
    3403                 "classmap": [
    3404                     "src/"
    3405                 ]
    3406             },
    3407             "notification-url": "https://packagist.org/downloads/",
    3408             "license": [
    3409                 "BSD-3-Clause"
    3410             ],
    3411             "authors": [
    3412                 {
    3413                     "name": "Sebastian Bergmann",
    34143350                    "email": "sebastian@phpunit.de",
    34153351                    "role": "lead"
    34163352                }
    34173353            ],
    3418             "description": "Collection of value objects that represent the types of the PHP type system",
    3419             "homepage": "https://github.com/sebastianbergmann/type",
    3420             "support": {
    3421                 "issues": "https://github.com/sebastianbergmann/type/issues",
    3422                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
    3423             },
    3424             "funding": [
    3425                 {
    3426                     "url": "https://github.com/sebastianbergmann",
    3427                     "type": "github"
    3428                 }
    3429             ],
    3430             "time": "2023-02-03T06:13:03+00:00"
    3431         },
    3432         {
    3433             "name": "sebastian/version",
    3434             "version": "3.0.2",
    3435             "source": {
    3436                 "type": "git",
    3437                 "url": "https://github.com/sebastianbergmann/version.git",
    3438                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
    3439             },
    3440             "dist": {
    3441                 "type": "zip",
    3442                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
    3443                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
    3444                 "shasum": ""
    3445             },
    3446             "require": {
    3447                 "php": ">=7.3"
    3448             },
    3449             "type": "library",
    3450             "extra": {
    3451                 "branch-alias": {
    3452                     "dev-master": "3.0-dev"
    3453                 }
    3454             },
    3455             "autoload": {
    3456                 "classmap": [
    3457                     "src/"
    3458                 ]
    3459             },
    3460             "notification-url": "https://packagist.org/downloads/",
    3461             "license": [
    3462                 "BSD-3-Clause"
    3463             ],
    3464             "authors": [
    3465                 {
    3466                     "name": "Sebastian Bergmann",
    3467                     "email": "sebastian@phpunit.de",
    3468                     "role": "lead"
    3469                 }
    3470             ],
    34713354            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
    34723355            "homepage": "https://github.com/sebastianbergmann/version",
     
    34853368        {
    34863369            "name": "symfony/console",
    3487             "version": "v5.4.35",
     3370            "version": "v5.4.36",
    34883371            "source": {
    34893372                "type": "git",
    34903373                "url": "https://github.com/symfony/console.git",
    3491                 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931"
    3492             },
    3493             "dist": {
    3494                 "type": "zip",
    3495                 "url": "https://api.github.com/repos/symfony/console/zipball/dbdf6adcb88d5f83790e1efb57ef4074309d3931",
    3496                 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931",
     3374                "reference": "39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e"
     3375            },
     3376            "dist": {
     3377                "type": "zip",
     3378                "url": "https://api.github.com/repos/symfony/console/zipball/39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",
     3379                "reference": "39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",
    34973380                "shasum": ""
    34983381            },
     
    35643447            ],
    35653448            "support": {
    3566                 "source": "https://github.com/symfony/console/tree/v5.4.35"
     3449                "source": "https://github.com/symfony/console/tree/v5.4.36"
    35673450            },
    35683451            "funding": [
     
    35803463                }
    35813464            ],
    3582             "time": "2024-01-23T14:28:09+00:00"
     3465            "time": "2024-02-20T16:33:57+00:00"
    35833466        },
    35843467        {
    35853468            "name": "symfony/deprecation-contracts",
    3586             "version": "v2.5.2",
     3469            "version": "v2.5.3",
    35873470            "source": {
    35883471                "type": "git",
    35893472                "url": "https://github.com/symfony/deprecation-contracts.git",
    3590                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
    3591             },
    3592             "dist": {
    3593                 "type": "zip",
    3594                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
    3595                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
     3473                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
     3474            },
     3475            "dist": {
     3476                "type": "zip",
     3477                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
     3478                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
    35963479                "shasum": ""
    35973480            },
     
    36313514            "homepage": "https://symfony.com",
    36323515            "support": {
    3633                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
     3516                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
    36343517            },
    36353518            "funding": [
     
    36473530                }
    36483531            ],
    3649             "time": "2022-01-02T09:53:40+00:00"
     3532            "time": "2023-01-24T14:02:46+00:00"
    36503533        },
    36513534        {
     
    37363619        {
    37373620            "name": "symfony/event-dispatcher-contracts",
    3738             "version": "v2.5.2",
     3621            "version": "v2.5.3",
    37393622            "source": {
    37403623                "type": "git",
    37413624                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
    3742                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
    3743             },
    3744             "dist": {
    3745                 "type": "zip",
    3746                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
    3747                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
     3625                "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73"
     3626            },
     3627            "dist": {
     3628                "type": "zip",
     3629                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/540f4c73e87fd0c71ca44a6aa305d024ac68cb73",
     3630                "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73",
    37483631                "shasum": ""
    37493632            },
     
    37953678            ],
    37963679            "support": {
    3797                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
     3680                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.3"
    37983681            },
    37993682            "funding": [
     
    38113694                }
    38123695            ],
    3813             "time": "2022-01-02T09:53:40+00:00"
     3696            "time": "2024-01-23T13:51:25+00:00"
    38143697        },
    38153698        {
    38163699            "name": "symfony/filesystem",
    3817             "version": "v5.4.35",
     3700            "version": "v5.4.38",
    38183701            "source": {
    38193702                "type": "git",
    38203703                "url": "https://github.com/symfony/filesystem.git",
    3821                 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086"
    3822             },
    3823             "dist": {
    3824                 "type": "zip",
    3825                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086",
    3826                 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086",
     3704                "reference": "899330a01056077271e2f614c7b28b0379a671eb"
     3705            },
     3706            "dist": {
     3707                "type": "zip",
     3708                "url": "https://api.github.com/repos/symfony/filesystem/zipball/899330a01056077271e2f614c7b28b0379a671eb",
     3709                "reference": "899330a01056077271e2f614c7b28b0379a671eb",
    38273710                "shasum": ""
    38283711            },
     
    38593742            "homepage": "https://symfony.com",
    38603743            "support": {
    3861                 "source": "https://github.com/symfony/filesystem/tree/v5.4.35"
     3744                "source": "https://github.com/symfony/filesystem/tree/v5.4.38"
    38623745            },
    38633746            "funding": [
     
    38753758                }
    38763759            ],
    3877             "time": "2024-01-23T13:51:25+00:00"
     3760            "time": "2024-03-21T08:05:07+00:00"
    38783761        },
    38793762        {
     
    45614444        {
    45624445            "name": "symfony/process",
    4563             "version": "v5.4.35",
     4446            "version": "v5.4.36",
    45644447            "source": {
    45654448                "type": "git",
    45664449                "url": "https://github.com/symfony/process.git",
    4567                 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb"
    4568             },
    4569             "dist": {
    4570                 "type": "zip",
    4571                 "url": "https://api.github.com/repos/symfony/process/zipball/cbc28e34015ad50166fc2f9c8962d28d0fe861eb",
    4572                 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb",
     4450                "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975"
     4451            },
     4452            "dist": {
     4453                "type": "zip",
     4454                "url": "https://api.github.com/repos/symfony/process/zipball/4fdf34004f149cc20b2f51d7d119aa500caad975",
     4455                "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975",
    45734456                "shasum": ""
    45744457            },
     
    46034486            "homepage": "https://symfony.com",
    46044487            "support": {
    4605                 "source": "https://github.com/symfony/process/tree/v5.4.35"
     4488                "source": "https://github.com/symfony/process/tree/v5.4.36"
    46064489            },
    46074490            "funding": [
     
    46194502                }
    46204503            ],
    4621             "time": "2024-01-23T13:51:25+00:00"
     4504            "time": "2024-02-12T15:49:53+00:00"
    46224505        },
    46234506        {
    46244507            "name": "symfony/service-contracts",
    4625             "version": "v2.5.2",
     4508            "version": "v2.5.3",
    46264509            "source": {
    46274510                "type": "git",
    46284511                "url": "https://github.com/symfony/service-contracts.git",
    4629                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
    4630             },
    4631             "dist": {
    4632                 "type": "zip",
    4633                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
    4634                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
     4512                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
     4513            },
     4514            "dist": {
     4515                "type": "zip",
     4516                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
     4517                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
    46354518                "shasum": ""
    46364519            },
     
    46864569            ],
    46874570            "support": {
    4688                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
     4571                "source": "https://github.com/symfony/service-contracts/tree/v2.5.3"
    46894572            },
    46904573            "funding": [
     
    47024585                }
    47034586            ],
    4704             "time": "2022-05-30T19:17:29+00:00"
     4587            "time": "2023-04-21T15:04:16+00:00"
    47054588        },
    47064589        {
     
    47684651        {
    47694652            "name": "symfony/string",
    4770             "version": "v5.4.35",
     4653            "version": "v5.4.36",
    47714654            "source": {
    47724655                "type": "git",
    47734656                "url": "https://github.com/symfony/string.git",
    4774                 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2"
    4775             },
    4776             "dist": {
    4777                 "type": "zip",
    4778                 "url": "https://api.github.com/repos/symfony/string/zipball/c209c4d0559acce1c9a2067612cfb5d35756edc2",
    4779                 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2",
     4657                "reference": "4e232c83622bd8cd32b794216aa29d0d266d353b"
     4658            },
     4659            "dist": {
     4660                "type": "zip",
     4661                "url": "https://api.github.com/repos/symfony/string/zipball/4e232c83622bd8cd32b794216aa29d0d266d353b",
     4662                "reference": "4e232c83622bd8cd32b794216aa29d0d266d353b",
    47804663                "shasum": ""
    47814664            },
     
    48344717            ],
    48354718            "support": {
    4836                 "source": "https://github.com/symfony/string/tree/v5.4.35"
     4719                "source": "https://github.com/symfony/string/tree/v5.4.36"
    48374720            },
    48384721            "funding": [
     
    48504733                }
    48514734            ],
    4852             "time": "2024-01-23T13:51:25+00:00"
     4735            "time": "2024-02-01T08:49:30+00:00"
    48534736        },
    48544737        {
    48554738            "name": "theseer/tokenizer",
    4856             "version": "1.2.2",
     4739            "version": "1.2.3",
    48574740            "source": {
    48584741                "type": "git",
    48594742                "url": "https://github.com/theseer/tokenizer.git",
    4860                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
    4861             },
    4862             "dist": {
    4863                 "type": "zip",
    4864                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
    4865                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
     4743                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
     4744            },
     4745            "dist": {
     4746                "type": "zip",
     4747                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
     4748                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
    48664749                "shasum": ""
    48674750            },
     
    48924775            "support": {
    48934776                "issues": "https://github.com/theseer/tokenizer/issues",
    4894                 "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
     4777                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
    48954778            },
    48964779            "funding": [
     
    49004783                }
    49014784            ],
    4902             "time": "2023-11-20T00:12:19+00:00"
     4785            "time": "2024-03-03T12:36:25+00:00"
    49034786        },
    49044787        {
    49054788            "name": "yoast/phpunit-polyfills",
    4906             "version": "1.1.0",
     4789            "version": "1.1.1",
    49074790            "source": {
    49084791                "type": "git",
    49094792                "url": "https://github.com/Yoast/PHPUnit-Polyfills.git",
    4910                 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212"
    4911             },
    4912             "dist": {
    4913                 "type": "zip",
    4914                 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/224e4a1329c03d8bad520e3fc4ec980034a4b212",
    4915                 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212",
     4793                "reference": "a0f7d708794a738f328d7b6c94380fd1d6c40446"
     4794            },
     4795            "dist": {
     4796                "type": "zip",
     4797                "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/a0f7d708794a738f328d7b6c94380fd1d6c40446",
     4798                "reference": "a0f7d708794a738f328d7b6c94380fd1d6c40446",
    49164799                "shasum": ""
    49174800            },
     
    49214804            },
    49224805            "require-dev": {
    4923                 "yoast/yoastcs": "^2.3.0"
     4806                "php-parallel-lint/php-console-highlighter": "^1.0.0",
     4807                "php-parallel-lint/php-parallel-lint": "^1.4.0",
     4808                "yoast/yoastcs": "^3.1.0"
    49244809            },
    49254810            "type": "library",
     
    49584843            "support": {
    49594844                "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
     4845                "security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy",
    49604846                "source": "https://github.com/Yoast/PHPUnit-Polyfills"
    49614847            },
    4962             "time": "2023-08-19T14:25:08+00:00"
     4848            "time": "2024-04-05T16:01:51+00:00"
    49634849        }
    49644850    ],
  • captcha-eu/tags/v1.0.29/readme.txt

    r3034818 r3066908  
    55Tested up to: 6.4
    66Requires PHP: 7.0
    7 Stable tag: 1.0.28
     7Stable tag: 1.0.29
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
     
    6161
    6262== Changelog ==
     63= 1.0.29 =
     64* fix double sent emails on CF7
    6365= 1.0.28 =
    6466* support marketpress / atomion woo commerce modal's
  • captcha-eu/tags/v1.0.29/vendor/autoload.php

    r3034818 r3066908  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c::getLoader();
     25return ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26::getLoader();
  • captcha-eu/tags/v1.0.29/vendor/composer/autoload_real.php

    r3034818 r3066908  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c
     5class ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • captcha-eu/tags/v1.0.29/vendor/composer/autoload_static.php

    r3034818 r3066908  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c
     7class ComposerStaticInit1eec86feabd5986c92027e4c622a9e26
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • captcha-eu/tags/v1.0.29/vendor/composer/installers/.git/logs/HEAD

    r3034818 r3066908  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
    2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     22a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/tags/v1.0.29/vendor/composer/installers/.git/logs/refs/heads/main

    r3034818 r3066908  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.29/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD

    r3034818 r3066908  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/tags/v1.0.29/wp-captcha.php

    r3034818 r3066908  
    44 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers.
    55 * Plugin URI:  https://www.captcha.eu
    6  * Version:     1.0.28
     6 * Version:     1.0.29
    77 * Author:      captchaeu
    88 * Author URI:  https://profiles.wordpress.org/captchaeu/
  • captcha-eu/trunk/assets/js/partials/contact-form-7.js

    r2911265 r3066908  
    55            const submit = wpcf7.submit;
    66            wpcf7.origSubmit = submit;
    7 
    87            wpcf7.submit = ( form, options = {} ) => {
    98                if(form instanceof jQuery) {
    109                    form = form[0];
    1110                }
    12 
     11                if(!form.checkValidity()) {
     12                    return;
     13                }
    1314                $btnSubmit = jQuery(form).find('.wpcf7-submit');
    1415                $btnSubmit.attr('disabled', true);
     
    1617                    $btnSubmit.attr('disabled', false)
    1718                });
    18                 KROT.interceptForm(form);
     19                KROT.interceptForm(form, true);
    1920                KROT.getSolution()
    2021                    .then((sol) => {
  • captcha-eu/trunk/composer.lock

    r3034818 r3066908  
    162162        {
    163163            "name": "composer/pcre",
    164             "version": "3.1.1",
     164            "version": "3.1.3",
    165165            "source": {
    166166                "type": "git",
    167167                "url": "https://github.com/composer/pcre.git",
    168                 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
    169             },
    170             "dist": {
    171                 "type": "zip",
    172                 "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
    173                 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
     168                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
     169            },
     170            "dist": {
     171                "type": "zip",
     172                "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
     173                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
    174174                "shasum": ""
    175175            },
     
    213213            "support": {
    214214                "issues": "https://github.com/composer/pcre/issues",
    215                 "source": "https://github.com/composer/pcre/tree/3.1.1"
     215                "source": "https://github.com/composer/pcre/tree/3.1.3"
    216216            },
    217217            "funding": [
     
    229229                }
    230230            ],
    231             "time": "2023-10-11T07:11:09+00:00"
     231            "time": "2024-03-19T10:26:25+00:00"
    232232        },
    233233        {
     
    314314        {
    315315            "name": "composer/xdebug-handler",
    316             "version": "3.0.3",
     316            "version": "3.0.4",
    317317            "source": {
    318318                "type": "git",
    319319                "url": "https://github.com/composer/xdebug-handler.git",
    320                 "reference": "ced299686f41dce890debac69273b47ffe98a40c"
    321             },
    322             "dist": {
    323                 "type": "zip",
    324                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
    325                 "reference": "ced299686f41dce890debac69273b47ffe98a40c",
     320                "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255"
     321            },
     322            "dist": {
     323                "type": "zip",
     324                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
     325                "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
    326326                "shasum": ""
    327327            },
     
    334334                "phpstan/phpstan": "^1.0",
    335335                "phpstan/phpstan-strict-rules": "^1.1",
    336                 "symfony/phpunit-bridge": "^6.0"
     336                "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
    337337            },
    338338            "type": "library",
     
    358358            ],
    359359            "support": {
    360                 "irc": "irc://irc.freenode.org/composer",
     360                "irc": "ircs://irc.libera.chat:6697/composer",
    361361                "issues": "https://github.com/composer/xdebug-handler/issues",
    362                 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
     362                "source": "https://github.com/composer/xdebug-handler/tree/3.0.4"
    363363            },
    364364            "funding": [
     
    376376                }
    377377            ],
    378             "time": "2022-02-25T21:32:43+00:00"
    379         },
    380         {
    381             "name": "doctrine/annotations",
    382             "version": "2.0.1",
    383             "source": {
    384                 "type": "git",
    385                 "url": "https://github.com/doctrine/annotations.git",
    386                 "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
    387             },
    388             "dist": {
    389                 "type": "zip",
    390                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
    391                 "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
    392                 "shasum": ""
    393             },
    394             "require": {
    395                 "doctrine/lexer": "^2 || ^3",
    396                 "ext-tokenizer": "*",
    397                 "php": "^7.2 || ^8.0",
    398                 "psr/cache": "^1 || ^2 || ^3"
    399             },
    400             "require-dev": {
    401                 "doctrine/cache": "^2.0",
    402                 "doctrine/coding-standard": "^10",
    403                 "phpstan/phpstan": "^1.8.0",
    404                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
    405                 "symfony/cache": "^5.4 || ^6",
    406                 "vimeo/psalm": "^4.10"
    407             },
    408             "suggest": {
    409                 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
    410             },
    411             "type": "library",
    412             "autoload": {
    413                 "psr-4": {
    414                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
    415                 }
    416             },
    417             "notification-url": "https://packagist.org/downloads/",
    418             "license": [
    419                 "MIT"
    420             ],
    421             "authors": [
    422                 {
    423                     "name": "Guilherme Blanco",
    424                     "email": "guilhermeblanco@gmail.com"
    425                 },
    426                 {
    427                     "name": "Roman Borschel",
    428                     "email": "roman@code-factory.org"
    429                 },
    430                 {
    431                     "name": "Benjamin Eberlei",
    432                     "email": "kontakt@beberlei.de"
    433                 },
    434                 {
    435                     "name": "Jonathan Wage",
    436                     "email": "jonwage@gmail.com"
    437                 },
    438                 {
    439                     "name": "Johannes Schmitt",
    440                     "email": "schmittjoh@gmail.com"
    441                 }
    442             ],
    443             "description": "Docblock Annotations Parser",
    444             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
    445             "keywords": [
    446                 "annotations",
    447                 "docblock",
    448                 "parser"
    449             ],
    450             "support": {
    451                 "issues": "https://github.com/doctrine/annotations/issues",
    452                 "source": "https://github.com/doctrine/annotations/tree/2.0.1"
    453             },
    454             "time": "2023-02-02T22:02:53+00:00"
     378            "time": "2024-03-26T18:29:49+00:00"
    455379        },
    456380        {
     
    651575        {
    652576            "name": "friendsofphp/php-cs-fixer",
    653             "version": "v3.49.0",
     577            "version": "v3.52.1",
    654578            "source": {
    655579                "type": "git",
    656580                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
    657                 "reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2"
    658             },
    659             "dist": {
    660                 "type": "zip",
    661                 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/8742f7aa6f72a399688b65e4f58992c2d4681fc2",
    662                 "reference": "8742f7aa6f72a399688b65e4f58992c2d4681fc2",
     581                "reference": "6e77207f0d851862ceeb6da63e6e22c01b1587bc"
     582            },
     583            "dist": {
     584                "type": "zip",
     585                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/6e77207f0d851862ceeb6da63e6e22c01b1587bc",
     586                "reference": "6e77207f0d851862ceeb6da63e6e22c01b1587bc",
    663587                "shasum": ""
    664588            },
     
    670594                "ext-tokenizer": "*",
    671595                "php": "^7.4 || ^8.0",
    672                 "sebastian/diff": "^4.0 || ^5.0",
     596                "sebastian/diff": "^4.0 || ^5.0 || ^6.0",
    673597                "symfony/console": "^5.4 || ^6.0 || ^7.0",
    674598                "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
     
    691615                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
    692616                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
    693                 "phpunit/phpunit": "^9.6 || ^10.5.5",
     617                "phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2",
     618                "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
    694619                "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
    695620            },
     
    730655            "support": {
    731656                "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
    732                 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.49.0"
     657                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.52.1"
    733658            },
    734659            "funding": [
     
    738663                }
    739664            ],
    740             "time": "2024-02-02T00:41:40+00:00"
     665            "time": "2024-03-19T21:02:43+00:00"
    741666        },
    742667        {
     
    11311056        {
    11321057            "name": "jms/serializer",
    1133             "version": "3.29.1",
     1058            "version": "3.30.0",
    11341059            "source": {
    11351060                "type": "git",
    11361061                "url": "https://github.com/schmittjoh/serializer.git",
    1137                 "reference": "111451f43abb448ce297361a8ab96a9591e848cd"
    1138             },
    1139             "dist": {
    1140                 "type": "zip",
    1141                 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/111451f43abb448ce297361a8ab96a9591e848cd",
    1142                 "reference": "111451f43abb448ce297361a8ab96a9591e848cd",
    1143                 "shasum": ""
    1144             },
    1145             "require": {
    1146                 "doctrine/annotations": "^1.14 || ^2.0",
     1062                "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e"
     1063            },
     1064            "dist": {
     1065                "type": "zip",
     1066                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bf1105358123d7c02ee6cad08ea33ab535a09d5e",
     1067                "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e",
     1068                "shasum": ""
     1069            },
     1070            "require": {
    11471071                "doctrine/instantiator": "^1.3.1 || ^2.0",
    11481072                "doctrine/lexer": "^2.0 || ^3.0",
    11491073                "jms/metadata": "^2.6",
    1150                 "php": "^7.2 || ^8.0",
     1074                "php": "^7.4 || ^8.0",
    11511075                "phpstan/phpdoc-parser": "^1.20"
    11521076            },
    11531077            "require-dev": {
     1078                "doctrine/annotations": "^1.14 || ^2.0",
    11541079                "doctrine/coding-standard": "^12.0",
    11551080                "doctrine/orm": "^2.14 || ^3.0",
     
    11611086                "phpbench/phpbench": "^1.0",
    11621087                "phpstan/phpstan": "^1.0.2",
    1163                 "phpunit/phpunit": "^8.5.21 || ^9.0 || ^10.0",
     1088                "phpunit/phpunit": "^9.0 || ^10.0",
    11641089                "psr/container": "^1.0 || ^2.0",
    1165                 "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1166                 "symfony/expression-language": "^3.2 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1167                 "symfony/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0",
    1168                 "symfony/form": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1169                 "symfony/translation": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1170                 "symfony/uid": "^5.1 || ^6.0 || ^7.0",
    1171                 "symfony/validator": "^3.1.9 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
    1172                 "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
     1090                "rector/rector": "^0.19.0",
     1091                "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
     1092                "symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
     1093                "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
     1094                "symfony/form": "^5.4 || ^6.0 || ^7.0",
     1095                "symfony/translation": "^5.4 || ^6.0 || ^7.0",
     1096                "symfony/uid": "^5.4 || ^6.0 || ^7.0",
     1097                "symfony/validator": "^5.4 || ^6.0 || ^7.0",
     1098                "symfony/yaml": "^5.4 || ^6.0 || ^7.0",
    11731099                "twig/twig": "^1.34 || ^2.4 || ^3.0"
    11741100            },
     
    12151141            "support": {
    12161142                "issues": "https://github.com/schmittjoh/serializer/issues",
    1217                 "source": "https://github.com/schmittjoh/serializer/tree/3.29.1"
     1143                "source": "https://github.com/schmittjoh/serializer/tree/3.30.0"
    12181144            },
    12191145            "funding": [
     
    12231149                }
    12241150            ],
    1225             "time": "2023-12-14T15:25:09+00:00"
     1151            "time": "2024-02-24T14:12:14+00:00"
    12261152        },
    12271153        {
     
    12861212        {
    12871213            "name": "nikic/php-parser",
    1288             "version": "v5.0.0",
     1214            "version": "v5.0.2",
    12891215            "source": {
    12901216                "type": "git",
    12911217                "url": "https://github.com/nikic/PHP-Parser.git",
    1292                 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc"
    1293             },
    1294             "dist": {
    1295                 "type": "zip",
    1296                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
    1297                 "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
     1218                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
     1219            },
     1220            "dist": {
     1221                "type": "zip",
     1222                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
     1223                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
    12981224                "shasum": ""
    12991225            },
     
    13381264            "support": {
    13391265                "issues": "https://github.com/nikic/PHP-Parser/issues",
    1340                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0"
    1341             },
    1342             "time": "2024-01-07T17:17:35+00:00"
     1266                "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
     1267            },
     1268            "time": "2024-03-05T20:51:40+00:00"
    13431269        },
    13441270        {
    13451271            "name": "phar-io/manifest",
    1346             "version": "2.0.3",
     1272            "version": "2.0.4",
    13471273            "source": {
    13481274                "type": "git",
    13491275                "url": "https://github.com/phar-io/manifest.git",
    1350                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
    1351             },
    1352             "dist": {
    1353                 "type": "zip",
    1354                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
    1355                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
     1276                "reference": "54750ef60c58e43759730615a392c31c80e23176"
     1277            },
     1278            "dist": {
     1279                "type": "zip",
     1280                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
     1281                "reference": "54750ef60c58e43759730615a392c31c80e23176",
    13561282                "shasum": ""
    13571283            },
    13581284            "require": {
    13591285                "ext-dom": "*",
     1286                "ext-libxml": "*",
    13601287                "ext-phar": "*",
    13611288                "ext-xmlwriter": "*",
     
    13981325            "support": {
    13991326                "issues": "https://github.com/phar-io/manifest/issues",
    1400                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
    1401             },
    1402             "time": "2021-07-20T11:28:43+00:00"
     1327                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
     1328            },
     1329            "funding": [
     1330                {
     1331                    "url": "https://github.com/theseer",
     1332                    "type": "github"
     1333                }
     1334            ],
     1335            "time": "2024-03-03T12:33:53+00:00"
    14031336        },
    14041337        {
     
    16061539        {
    16071540            "name": "phpstan/phpdoc-parser",
    1608             "version": "1.25.0",
     1541            "version": "1.28.0",
    16091542            "source": {
    16101543                "type": "git",
    16111544                "url": "https://github.com/phpstan/phpdoc-parser.git",
    1612                 "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
    1613             },
    1614             "dist": {
    1615                 "type": "zip",
    1616                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
    1617                 "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
     1545                "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"
     1546            },
     1547            "dist": {
     1548                "type": "zip",
     1549                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
     1550                "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
    16181551                "shasum": ""
    16191552            },
     
    16471580            "support": {
    16481581                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
    1649                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0"
    1650             },
    1651             "time": "2024-01-04T17:06:16+00:00"
     1582                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0"
     1583            },
     1584            "time": "2024-04-03T18:51:33+00:00"
    16521585        },
    16531586        {
    16541587            "name": "phpunit/php-code-coverage",
    1655             "version": "9.2.30",
     1588            "version": "9.2.31",
    16561589            "source": {
    16571590                "type": "git",
    16581591                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    1659                 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089"
    1660             },
    1661             "dist": {
    1662                 "type": "zip",
    1663                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089",
    1664                 "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089",
     1592                "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
     1593            },
     1594            "dist": {
     1595                "type": "zip",
     1596                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
     1597                "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
    16651598                "shasum": ""
    16661599            },
     
    17191652                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
    17201653                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
    1721                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30"
     1654                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
    17221655            },
    17231656            "funding": [
     
    17271660                }
    17281661            ],
    1729             "time": "2023-12-22T06:47:57+00:00"
     1662            "time": "2024-03-02T06:37:42+00:00"
    17301663        },
    17311664        {
     
    19721905        {
    19731906            "name": "phpunit/phpunit",
    1974             "version": "9.6.16",
     1907            "version": "9.6.19",
    19751908            "source": {
    19761909                "type": "git",
    19771910                "url": "https://github.com/sebastianbergmann/phpunit.git",
    1978                 "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f"
    1979             },
    1980             "dist": {
    1981                 "type": "zip",
    1982                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3767b2c56ce02d01e3491046f33466a1ae60a37f",
    1983                 "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f",
     1911                "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
     1912            },
     1913            "dist": {
     1914                "type": "zip",
     1915                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
     1916                "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
    19841917                "shasum": ""
    19851918            },
     
    20551988                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    20561989                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    2057                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.16"
     1990                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
    20581991            },
    20591992            "funding": [
     
    20712004                }
    20722005            ],
    2073             "time": "2024-01-19T07:03:14+00:00"
    2074         },
    2075         {
    2076             "name": "psr/cache",
    2077             "version": "1.0.1",
    2078             "source": {
    2079                 "type": "git",
    2080                 "url": "https://github.com/php-fig/cache.git",
    2081                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
    2082             },
    2083             "dist": {
    2084                 "type": "zip",
    2085                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
    2086                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
    2087                 "shasum": ""
    2088             },
    2089             "require": {
    2090                 "php": ">=5.3.0"
    2091             },
    2092             "type": "library",
    2093             "extra": {
    2094                 "branch-alias": {
    2095                     "dev-master": "1.0.x-dev"
    2096                 }
    2097             },
    2098             "autoload": {
    2099                 "psr-4": {
    2100                     "Psr\\Cache\\": "src/"
    2101                 }
    2102             },
    2103             "notification-url": "https://packagist.org/downloads/",
    2104             "license": [
    2105                 "MIT"
    2106             ],
    2107             "authors": [
    2108                 {
    2109                     "name": "PHP-FIG",
    2110                     "homepage": "http://www.php-fig.org/"
    2111                 }
    2112             ],
    2113             "description": "Common interface for caching libraries",
    2114             "keywords": [
    2115                 "cache",
    2116                 "psr",
    2117                 "psr-6"
    2118             ],
    2119             "support": {
    2120                 "source": "https://github.com/php-fig/cache/tree/master"
    2121             },
    2122             "time": "2016-08-06T20:24:11+00:00"
     2006            "time": "2024-04-05T04:35:58+00:00"
    21232007        },
    21242008        {
     
    25212405        {
    25222406            "name": "sebastian/cli-parser",
    2523             "version": "1.0.1",
     2407            "version": "1.0.2",
    25242408            "source": {
    25252409                "type": "git",
    25262410                "url": "https://github.com/sebastianbergmann/cli-parser.git",
    2527                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
    2528             },
    2529             "dist": {
    2530                 "type": "zip",
    2531                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
    2532                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
     2411                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
     2412            },
     2413            "dist": {
     2414                "type": "zip",
     2415                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
     2416                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
    25332417                "shasum": ""
    25342418            },
     
    25652449            "support": {
    25662450                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
    2567                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
     2451                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
    25682452            },
    25692453            "funding": [
     
    25732457                }
    25742458            ],
    2575             "time": "2020-09-28T06:08:49+00:00"
     2459            "time": "2024-03-02T06:27:43+00:00"
    25762460        },
    25772461        {
     
    28192703        {
    28202704            "name": "sebastian/diff",
    2821             "version": "4.0.5",
     2705            "version": "4.0.6",
    28222706            "source": {
    28232707                "type": "git",
    28242708                "url": "https://github.com/sebastianbergmann/diff.git",
    2825                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
    2826             },
    2827             "dist": {
    2828                 "type": "zip",
    2829                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
    2830                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
     2709                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
     2710            },
     2711            "dist": {
     2712                "type": "zip",
     2713                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
     2714                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
    28312715                "shasum": ""
    28322716            },
     
    28732757            "support": {
    28742758                "issues": "https://github.com/sebastianbergmann/diff/issues",
    2875                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
     2759                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
    28762760            },
    28772761            "funding": [
     
    28812765                }
    28822766            ],
    2883             "time": "2023-05-07T05:35:17+00:00"
     2767            "time": "2024-03-02T06:30:58+00:00"
    28842768        },
    28852769        {
     
    29482832        {
    29492833            "name": "sebastian/exporter",
    2950             "version": "4.0.5",
     2834            "version": "4.0.6",
    29512835            "source": {
    29522836                "type": "git",
    29532837                "url": "https://github.com/sebastianbergmann/exporter.git",
    2954                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
    2955             },
    2956             "dist": {
    2957                 "type": "zip",
    2958                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
    2959                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
     2838                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
     2839            },
     2840            "dist": {
     2841                "type": "zip",
     2842                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
     2843                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
    29602844                "shasum": ""
    29612845            },
     
    30132897            "support": {
    30142898                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    3015                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
     2899                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
    30162900            },
    30172901            "funding": [
     
    30212905                }
    30222906            ],
    3023             "time": "2022-09-14T06:03:37+00:00"
     2907            "time": "2024-03-02T06:33:00+00:00"
    30242908        },
    30252909        {
    30262910            "name": "sebastian/global-state",
    3027             "version": "5.0.6",
     2911            "version": "5.0.7",
    30282912            "source": {
    30292913                "type": "git",
    30302914                "url": "https://github.com/sebastianbergmann/global-state.git",
    3031                 "reference": "bde739e7565280bda77be70044ac1047bc007e34"
    3032             },
    3033             "dist": {
    3034                 "type": "zip",
    3035                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
    3036                 "reference": "bde739e7565280bda77be70044ac1047bc007e34",
     2915                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
     2916            },
     2917            "dist": {
     2918                "type": "zip",
     2919                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
     2920                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
    30372921                "shasum": ""
    30382922            },
     
    30772961            "support": {
    30782962                "issues": "https://github.com/sebastianbergmann/global-state/issues",
    3079                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
     2963                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
    30802964            },
    30812965            "funding": [
     
    30852969                }
    30862970            ],
    3087             "time": "2023-08-02T09:26:13+00:00"
     2971            "time": "2024-03-02T06:35:11+00:00"
    30882972        },
    30892973        {
     
    33213205        {
    33223206            "name": "sebastian/resource-operations",
    3323             "version": "3.0.3",
     3207            "version": "3.0.4",
    33243208            "source": {
    33253209                "type": "git",
    33263210                "url": "https://github.com/sebastianbergmann/resource-operations.git",
    3327                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
    3328             },
    3329             "dist": {
    3330                 "type": "zip",
    3331                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
    3332                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
     3211                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
     3212            },
     3213            "dist": {
     3214                "type": "zip",
     3215                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
     3216                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
    33333217                "shasum": ""
    33343218            },
     
    33383222            "require-dev": {
    33393223                "phpunit/phpunit": "^9.0"
     3224            },
     3225            "type": "library",
     3226            "extra": {
     3227                "branch-alias": {
     3228                    "dev-main": "3.0-dev"
     3229                }
     3230            },
     3231            "autoload": {
     3232                "classmap": [
     3233                    "src/"
     3234                ]
     3235            },
     3236            "notification-url": "https://packagist.org/downloads/",
     3237            "license": [
     3238                "BSD-3-Clause"
     3239            ],
     3240            "authors": [
     3241                {
     3242                    "name": "Sebastian Bergmann",
     3243                    "email": "sebastian@phpunit.de"
     3244                }
     3245            ],
     3246            "description": "Provides a list of PHP built-in functions that operate on resources",
     3247            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
     3248            "support": {
     3249                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
     3250            },
     3251            "funding": [
     3252                {
     3253                    "url": "https://github.com/sebastianbergmann",
     3254                    "type": "github"
     3255                }
     3256            ],
     3257            "time": "2024-03-14T16:00:52+00:00"
     3258        },
     3259        {
     3260            "name": "sebastian/type",
     3261            "version": "3.2.1",
     3262            "source": {
     3263                "type": "git",
     3264                "url": "https://github.com/sebastianbergmann/type.git",
     3265                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
     3266            },
     3267            "dist": {
     3268                "type": "zip",
     3269                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
     3270                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
     3271                "shasum": ""
     3272            },
     3273            "require": {
     3274                "php": ">=7.3"
     3275            },
     3276            "require-dev": {
     3277                "phpunit/phpunit": "^9.5"
     3278            },
     3279            "type": "library",
     3280            "extra": {
     3281                "branch-alias": {
     3282                    "dev-master": "3.2-dev"
     3283                }
     3284            },
     3285            "autoload": {
     3286                "classmap": [
     3287                    "src/"
     3288                ]
     3289            },
     3290            "notification-url": "https://packagist.org/downloads/",
     3291            "license": [
     3292                "BSD-3-Clause"
     3293            ],
     3294            "authors": [
     3295                {
     3296                    "name": "Sebastian Bergmann",
     3297                    "email": "sebastian@phpunit.de",
     3298                    "role": "lead"
     3299                }
     3300            ],
     3301            "description": "Collection of value objects that represent the types of the PHP type system",
     3302            "homepage": "https://github.com/sebastianbergmann/type",
     3303            "support": {
     3304                "issues": "https://github.com/sebastianbergmann/type/issues",
     3305                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
     3306            },
     3307            "funding": [
     3308                {
     3309                    "url": "https://github.com/sebastianbergmann",
     3310                    "type": "github"
     3311                }
     3312            ],
     3313            "time": "2023-02-03T06:13:03+00:00"
     3314        },
     3315        {
     3316            "name": "sebastian/version",
     3317            "version": "3.0.2",
     3318            "source": {
     3319                "type": "git",
     3320                "url": "https://github.com/sebastianbergmann/version.git",
     3321                "reference": "c6c1022351a901512170118436c764e473f6de8c"
     3322            },
     3323            "dist": {
     3324                "type": "zip",
     3325                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
     3326                "reference": "c6c1022351a901512170118436c764e473f6de8c",
     3327                "shasum": ""
     3328            },
     3329            "require": {
     3330                "php": ">=7.3"
    33403331            },
    33413332            "type": "library",
     
    33573348                {
    33583349                    "name": "Sebastian Bergmann",
    3359                     "email": "sebastian@phpunit.de"
    3360                 }
    3361             ],
    3362             "description": "Provides a list of PHP built-in functions that operate on resources",
    3363             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
    3364             "support": {
    3365                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
    3366                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
    3367             },
    3368             "funding": [
    3369                 {
    3370                     "url": "https://github.com/sebastianbergmann",
    3371                     "type": "github"
    3372                 }
    3373             ],
    3374             "time": "2020-09-28T06:45:17+00:00"
    3375         },
    3376         {
    3377             "name": "sebastian/type",
    3378             "version": "3.2.1",
    3379             "source": {
    3380                 "type": "git",
    3381                 "url": "https://github.com/sebastianbergmann/type.git",
    3382                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
    3383             },
    3384             "dist": {
    3385                 "type": "zip",
    3386                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
    3387                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
    3388                 "shasum": ""
    3389             },
    3390             "require": {
    3391                 "php": ">=7.3"
    3392             },
    3393             "require-dev": {
    3394                 "phpunit/phpunit": "^9.5"
    3395             },
    3396             "type": "library",
    3397             "extra": {
    3398                 "branch-alias": {
    3399                     "dev-master": "3.2-dev"
    3400                 }
    3401             },
    3402             "autoload": {
    3403                 "classmap": [
    3404                     "src/"
    3405                 ]
    3406             },
    3407             "notification-url": "https://packagist.org/downloads/",
    3408             "license": [
    3409                 "BSD-3-Clause"
    3410             ],
    3411             "authors": [
    3412                 {
    3413                     "name": "Sebastian Bergmann",
    34143350                    "email": "sebastian@phpunit.de",
    34153351                    "role": "lead"
    34163352                }
    34173353            ],
    3418             "description": "Collection of value objects that represent the types of the PHP type system",
    3419             "homepage": "https://github.com/sebastianbergmann/type",
    3420             "support": {
    3421                 "issues": "https://github.com/sebastianbergmann/type/issues",
    3422                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
    3423             },
    3424             "funding": [
    3425                 {
    3426                     "url": "https://github.com/sebastianbergmann",
    3427                     "type": "github"
    3428                 }
    3429             ],
    3430             "time": "2023-02-03T06:13:03+00:00"
    3431         },
    3432         {
    3433             "name": "sebastian/version",
    3434             "version": "3.0.2",
    3435             "source": {
    3436                 "type": "git",
    3437                 "url": "https://github.com/sebastianbergmann/version.git",
    3438                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
    3439             },
    3440             "dist": {
    3441                 "type": "zip",
    3442                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
    3443                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
    3444                 "shasum": ""
    3445             },
    3446             "require": {
    3447                 "php": ">=7.3"
    3448             },
    3449             "type": "library",
    3450             "extra": {
    3451                 "branch-alias": {
    3452                     "dev-master": "3.0-dev"
    3453                 }
    3454             },
    3455             "autoload": {
    3456                 "classmap": [
    3457                     "src/"
    3458                 ]
    3459             },
    3460             "notification-url": "https://packagist.org/downloads/",
    3461             "license": [
    3462                 "BSD-3-Clause"
    3463             ],
    3464             "authors": [
    3465                 {
    3466                     "name": "Sebastian Bergmann",
    3467                     "email": "sebastian@phpunit.de",
    3468                     "role": "lead"
    3469                 }
    3470             ],
    34713354            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
    34723355            "homepage": "https://github.com/sebastianbergmann/version",
     
    34853368        {
    34863369            "name": "symfony/console",
    3487             "version": "v5.4.35",
     3370            "version": "v5.4.36",
    34883371            "source": {
    34893372                "type": "git",
    34903373                "url": "https://github.com/symfony/console.git",
    3491                 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931"
    3492             },
    3493             "dist": {
    3494                 "type": "zip",
    3495                 "url": "https://api.github.com/repos/symfony/console/zipball/dbdf6adcb88d5f83790e1efb57ef4074309d3931",
    3496                 "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931",
     3374                "reference": "39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e"
     3375            },
     3376            "dist": {
     3377                "type": "zip",
     3378                "url": "https://api.github.com/repos/symfony/console/zipball/39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",
     3379                "reference": "39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",
    34973380                "shasum": ""
    34983381            },
     
    35643447            ],
    35653448            "support": {
    3566                 "source": "https://github.com/symfony/console/tree/v5.4.35"
     3449                "source": "https://github.com/symfony/console/tree/v5.4.36"
    35673450            },
    35683451            "funding": [
     
    35803463                }
    35813464            ],
    3582             "time": "2024-01-23T14:28:09+00:00"
     3465            "time": "2024-02-20T16:33:57+00:00"
    35833466        },
    35843467        {
    35853468            "name": "symfony/deprecation-contracts",
    3586             "version": "v2.5.2",
     3469            "version": "v2.5.3",
    35873470            "source": {
    35883471                "type": "git",
    35893472                "url": "https://github.com/symfony/deprecation-contracts.git",
    3590                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
    3591             },
    3592             "dist": {
    3593                 "type": "zip",
    3594                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
    3595                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
     3473                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
     3474            },
     3475            "dist": {
     3476                "type": "zip",
     3477                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
     3478                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
    35963479                "shasum": ""
    35973480            },
     
    36313514            "homepage": "https://symfony.com",
    36323515            "support": {
    3633                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
     3516                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
    36343517            },
    36353518            "funding": [
     
    36473530                }
    36483531            ],
    3649             "time": "2022-01-02T09:53:40+00:00"
     3532            "time": "2023-01-24T14:02:46+00:00"
    36503533        },
    36513534        {
     
    37363619        {
    37373620            "name": "symfony/event-dispatcher-contracts",
    3738             "version": "v2.5.2",
     3621            "version": "v2.5.3",
    37393622            "source": {
    37403623                "type": "git",
    37413624                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
    3742                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
    3743             },
    3744             "dist": {
    3745                 "type": "zip",
    3746                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
    3747                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
     3625                "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73"
     3626            },
     3627            "dist": {
     3628                "type": "zip",
     3629                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/540f4c73e87fd0c71ca44a6aa305d024ac68cb73",
     3630                "reference": "540f4c73e87fd0c71ca44a6aa305d024ac68cb73",
    37483631                "shasum": ""
    37493632            },
     
    37953678            ],
    37963679            "support": {
    3797                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
     3680                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.3"
    37983681            },
    37993682            "funding": [
     
    38113694                }
    38123695            ],
    3813             "time": "2022-01-02T09:53:40+00:00"
     3696            "time": "2024-01-23T13:51:25+00:00"
    38143697        },
    38153698        {
    38163699            "name": "symfony/filesystem",
    3817             "version": "v5.4.35",
     3700            "version": "v5.4.38",
    38183701            "source": {
    38193702                "type": "git",
    38203703                "url": "https://github.com/symfony/filesystem.git",
    3821                 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086"
    3822             },
    3823             "dist": {
    3824                 "type": "zip",
    3825                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086",
    3826                 "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086",
     3704                "reference": "899330a01056077271e2f614c7b28b0379a671eb"
     3705            },
     3706            "dist": {
     3707                "type": "zip",
     3708                "url": "https://api.github.com/repos/symfony/filesystem/zipball/899330a01056077271e2f614c7b28b0379a671eb",
     3709                "reference": "899330a01056077271e2f614c7b28b0379a671eb",
    38273710                "shasum": ""
    38283711            },
     
    38593742            "homepage": "https://symfony.com",
    38603743            "support": {
    3861                 "source": "https://github.com/symfony/filesystem/tree/v5.4.35"
     3744                "source": "https://github.com/symfony/filesystem/tree/v5.4.38"
    38623745            },
    38633746            "funding": [
     
    38753758                }
    38763759            ],
    3877             "time": "2024-01-23T13:51:25+00:00"
     3760            "time": "2024-03-21T08:05:07+00:00"
    38783761        },
    38793762        {
     
    45614444        {
    45624445            "name": "symfony/process",
    4563             "version": "v5.4.35",
     4446            "version": "v5.4.36",
    45644447            "source": {
    45654448                "type": "git",
    45664449                "url": "https://github.com/symfony/process.git",
    4567                 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb"
    4568             },
    4569             "dist": {
    4570                 "type": "zip",
    4571                 "url": "https://api.github.com/repos/symfony/process/zipball/cbc28e34015ad50166fc2f9c8962d28d0fe861eb",
    4572                 "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb",
     4450                "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975"
     4451            },
     4452            "dist": {
     4453                "type": "zip",
     4454                "url": "https://api.github.com/repos/symfony/process/zipball/4fdf34004f149cc20b2f51d7d119aa500caad975",
     4455                "reference": "4fdf34004f149cc20b2f51d7d119aa500caad975",
    45734456                "shasum": ""
    45744457            },
     
    46034486            "homepage": "https://symfony.com",
    46044487            "support": {
    4605                 "source": "https://github.com/symfony/process/tree/v5.4.35"
     4488                "source": "https://github.com/symfony/process/tree/v5.4.36"
    46064489            },
    46074490            "funding": [
     
    46194502                }
    46204503            ],
    4621             "time": "2024-01-23T13:51:25+00:00"
     4504            "time": "2024-02-12T15:49:53+00:00"
    46224505        },
    46234506        {
    46244507            "name": "symfony/service-contracts",
    4625             "version": "v2.5.2",
     4508            "version": "v2.5.3",
    46264509            "source": {
    46274510                "type": "git",
    46284511                "url": "https://github.com/symfony/service-contracts.git",
    4629                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
    4630             },
    4631             "dist": {
    4632                 "type": "zip",
    4633                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
    4634                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
     4512                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
     4513            },
     4514            "dist": {
     4515                "type": "zip",
     4516                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
     4517                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
    46354518                "shasum": ""
    46364519            },
     
    46864569            ],
    46874570            "support": {
    4688                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
     4571                "source": "https://github.com/symfony/service-contracts/tree/v2.5.3"
    46894572            },
    46904573            "funding": [
     
    47024585                }
    47034586            ],
    4704             "time": "2022-05-30T19:17:29+00:00"
     4587            "time": "2023-04-21T15:04:16+00:00"
    47054588        },
    47064589        {
     
    47684651        {
    47694652            "name": "symfony/string",
    4770             "version": "v5.4.35",
     4653            "version": "v5.4.36",
    47714654            "source": {
    47724655                "type": "git",
    47734656                "url": "https://github.com/symfony/string.git",
    4774                 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2"
    4775             },
    4776             "dist": {
    4777                 "type": "zip",
    4778                 "url": "https://api.github.com/repos/symfony/string/zipball/c209c4d0559acce1c9a2067612cfb5d35756edc2",
    4779                 "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2",
     4657                "reference": "4e232c83622bd8cd32b794216aa29d0d266d353b"
     4658            },
     4659            "dist": {
     4660                "type": "zip",
     4661                "url": "https://api.github.com/repos/symfony/string/zipball/4e232c83622bd8cd32b794216aa29d0d266d353b",
     4662                "reference": "4e232c83622bd8cd32b794216aa29d0d266d353b",
    47804663                "shasum": ""
    47814664            },
     
    48344717            ],
    48354718            "support": {
    4836                 "source": "https://github.com/symfony/string/tree/v5.4.35"
     4719                "source": "https://github.com/symfony/string/tree/v5.4.36"
    48374720            },
    48384721            "funding": [
     
    48504733                }
    48514734            ],
    4852             "time": "2024-01-23T13:51:25+00:00"
     4735            "time": "2024-02-01T08:49:30+00:00"
    48534736        },
    48544737        {
    48554738            "name": "theseer/tokenizer",
    4856             "version": "1.2.2",
     4739            "version": "1.2.3",
    48574740            "source": {
    48584741                "type": "git",
    48594742                "url": "https://github.com/theseer/tokenizer.git",
    4860                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
    4861             },
    4862             "dist": {
    4863                 "type": "zip",
    4864                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
    4865                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
     4743                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
     4744            },
     4745            "dist": {
     4746                "type": "zip",
     4747                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
     4748                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
    48664749                "shasum": ""
    48674750            },
     
    48924775            "support": {
    48934776                "issues": "https://github.com/theseer/tokenizer/issues",
    4894                 "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
     4777                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
    48954778            },
    48964779            "funding": [
     
    49004783                }
    49014784            ],
    4902             "time": "2023-11-20T00:12:19+00:00"
     4785            "time": "2024-03-03T12:36:25+00:00"
    49034786        },
    49044787        {
    49054788            "name": "yoast/phpunit-polyfills",
    4906             "version": "1.1.0",
     4789            "version": "1.1.1",
    49074790            "source": {
    49084791                "type": "git",
    49094792                "url": "https://github.com/Yoast/PHPUnit-Polyfills.git",
    4910                 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212"
    4911             },
    4912             "dist": {
    4913                 "type": "zip",
    4914                 "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/224e4a1329c03d8bad520e3fc4ec980034a4b212",
    4915                 "reference": "224e4a1329c03d8bad520e3fc4ec980034a4b212",
     4793                "reference": "a0f7d708794a738f328d7b6c94380fd1d6c40446"
     4794            },
     4795            "dist": {
     4796                "type": "zip",
     4797                "url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/a0f7d708794a738f328d7b6c94380fd1d6c40446",
     4798                "reference": "a0f7d708794a738f328d7b6c94380fd1d6c40446",
    49164799                "shasum": ""
    49174800            },
     
    49214804            },
    49224805            "require-dev": {
    4923                 "yoast/yoastcs": "^2.3.0"
     4806                "php-parallel-lint/php-console-highlighter": "^1.0.0",
     4807                "php-parallel-lint/php-parallel-lint": "^1.4.0",
     4808                "yoast/yoastcs": "^3.1.0"
    49244809            },
    49254810            "type": "library",
     
    49584843            "support": {
    49594844                "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
     4845                "security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy",
    49604846                "source": "https://github.com/Yoast/PHPUnit-Polyfills"
    49614847            },
    4962             "time": "2023-08-19T14:25:08+00:00"
     4848            "time": "2024-04-05T16:01:51+00:00"
    49634849        }
    49644850    ],
  • captcha-eu/trunk/readme.txt

    r3034818 r3066908  
    55Tested up to: 6.4
    66Requires PHP: 7.0
    7 Stable tag: 1.0.28
     7Stable tag: 1.0.29
    88License: GPL
    99License URI: https://opensource.org/license/gpl/
     
    6161
    6262== Changelog ==
     63= 1.0.29 =
     64* fix double sent emails on CF7
    6365= 1.0.28 =
    6466* support marketpress / atomion woo commerce modal's
  • captcha-eu/trunk/vendor/autoload.php

    r3034818 r3066908  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c::getLoader();
     25return ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26::getLoader();
  • captcha-eu/trunk/vendor/composer/autoload_real.php

    r3034818 r3066908  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c
     5class ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • captcha-eu/trunk/vendor/composer/autoload_static.php

    r3034818 r3066908  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c
     7class ComposerStaticInit1eec86feabd5986c92027e4c622a9e26
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3232    {
    3333        return \Closure::bind(function () use ($loader) {
    34             $loader->prefixLengthsPsr4 = ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::$prefixLengthsPsr4;
    35             $loader->prefixDirsPsr4 = ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::$prefixDirsPsr4;
    36             $loader->classMap = ComposerStaticInit884210f774a7e3e0c7d50a42abf7c11c::$classMap;
     34            $loader->prefixLengthsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixLengthsPsr4;
     35            $loader->prefixDirsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixDirsPsr4;
     36            $loader->classMap = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$classMap;
    3737
    3838        }, null, ClassLoader::class);
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD

    r3034818 r3066908  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
    2 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   checkout: moving from main to v1.12.0
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     22a9170263fcd9cc4fd0b50917293c21d6c1a5bfe d20a64ed3c94748397ff5973488761b22f6d3f19 Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   checkout: moving from main to v1.12.0
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main

    r3034818 r3066908  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD

    r3034818 r3066908  
    1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1707771803 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
     10000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +0000   clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/
  • captcha-eu/trunk/wp-captcha.php

    r3034818 r3066908  
    44 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers.
    55 * Plugin URI:  https://www.captcha.eu
    6  * Version:     1.0.28
     6 * Version:     1.0.29
    77 * Author:      captchaeu
    88 * Author URI:  https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset for help on using the changeset viewer.