Changeset 3066908
- Timestamp:
- 04/08/2024 12:12:04 PM (2 years ago)
- Location:
- captcha-eu
- Files:
-
- 22 edited
- 1 copied
-
tags/v1.0.29 (copied) (copied from captcha-eu/trunk)
-
tags/v1.0.29/assets/js/partials/contact-form-7.js (modified) (2 diffs)
-
tags/v1.0.29/composer.lock (modified) (62 diffs)
-
tags/v1.0.29/readme.txt (modified) (2 diffs)
-
tags/v1.0.29/vendor/autoload.php (modified) (1 diff)
-
tags/v1.0.29/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/v1.0.29/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/v1.0.29/vendor/composer/installers/.git/index (modified) (previous)
-
tags/v1.0.29/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
tags/v1.0.29/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
tags/v1.0.29/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
tags/v1.0.29/wp-captcha.php (modified) (1 diff)
-
trunk/assets/js/partials/contact-form-7.js (modified) (2 diffs)
-
trunk/composer.lock (modified) (62 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installers/.git/index (modified) (previous)
-
trunk/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
trunk/wp-captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captcha-eu/tags/v1.0.29/assets/js/partials/contact-form-7.js
r2911265 r3066908 5 5 const submit = wpcf7.submit; 6 6 wpcf7.origSubmit = submit; 7 8 7 wpcf7.submit = ( form, options = {} ) => { 9 8 if(form instanceof jQuery) { 10 9 form = form[0]; 11 10 } 12 11 if(!form.checkValidity()) { 12 return; 13 } 13 14 $btnSubmit = jQuery(form).find('.wpcf7-submit'); 14 15 $btnSubmit.attr('disabled', true); … … 16 17 $btnSubmit.attr('disabled', false) 17 18 }); 18 KROT.interceptForm(form );19 KROT.interceptForm(form, true); 19 20 KROT.getSolution() 20 21 .then((sol) => { -
captcha-eu/tags/v1.0.29/composer.lock
r3034818 r3066908 162 162 { 163 163 "name": "composer/pcre", 164 "version": "3.1. 1",164 "version": "3.1.3", 165 165 "source": { 166 166 "type": "git", 167 167 "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", 174 174 "shasum": "" 175 175 }, … … 213 213 "support": { 214 214 "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" 216 216 }, 217 217 "funding": [ … … 229 229 } 230 230 ], 231 "time": "202 3-10-11T07:11:09+00:00"231 "time": "2024-03-19T10:26:25+00:00" 232 232 }, 233 233 { … … 314 314 { 315 315 "name": "composer/xdebug-handler", 316 "version": "3.0. 3",316 "version": "3.0.4", 317 317 "source": { 318 318 "type": "git", 319 319 "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", 326 326 "shasum": "" 327 327 }, … … 334 334 "phpstan/phpstan": "^1.0", 335 335 "phpstan/phpstan-strict-rules": "^1.1", 336 " symfony/phpunit-bridge": "^6.0"336 "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" 337 337 }, 338 338 "type": "library", … … 358 358 ], 359 359 "support": { 360 "irc": "irc ://irc.freenode.org/composer",360 "irc": "ircs://irc.libera.chat:6697/composer", 361 361 "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" 363 363 }, 364 364 "funding": [ … … 376 376 } 377 377 ], 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" 455 379 }, 456 380 { … … 651 575 { 652 576 "name": "friendsofphp/php-cs-fixer", 653 "version": "v3. 49.0",577 "version": "v3.52.1", 654 578 "source": { 655 579 "type": "git", 656 580 "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", 663 587 "shasum": "" 664 588 }, … … 670 594 "ext-tokenizer": "*", 671 595 "php": "^7.4 || ^8.0", 672 "sebastian/diff": "^4.0 || ^5.0 ",596 "sebastian/diff": "^4.0 || ^5.0 || ^6.0", 673 597 "symfony/console": "^5.4 || ^6.0 || ^7.0", 674 598 "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", … … 691 615 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", 692 616 "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", 694 619 "symfony/yaml": "^5.4 || ^6.0 || ^7.0" 695 620 }, … … 730 655 "support": { 731 656 "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" 733 658 }, 734 659 "funding": [ … … 738 663 } 739 664 ], 740 "time": "2024-0 2-02T00:41:40+00:00"665 "time": "2024-03-19T21:02:43+00:00" 741 666 }, 742 667 { … … 1131 1056 { 1132 1057 "name": "jms/serializer", 1133 "version": "3. 29.1",1058 "version": "3.30.0", 1134 1059 "source": { 1135 1060 "type": "git", 1136 1061 "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": { 1147 1071 "doctrine/instantiator": "^1.3.1 || ^2.0", 1148 1072 "doctrine/lexer": "^2.0 || ^3.0", 1149 1073 "jms/metadata": "^2.6", 1150 "php": "^7. 2|| ^8.0",1074 "php": "^7.4 || ^8.0", 1151 1075 "phpstan/phpdoc-parser": "^1.20" 1152 1076 }, 1153 1077 "require-dev": { 1078 "doctrine/annotations": "^1.14 || ^2.0", 1154 1079 "doctrine/coding-standard": "^12.0", 1155 1080 "doctrine/orm": "^2.14 || ^3.0", … … 1161 1086 "phpbench/phpbench": "^1.0", 1162 1087 "phpstan/phpstan": "^1.0.2", 1163 "phpunit/phpunit": "^ 8.5.21 || ^9.0 || ^10.0",1088 "phpunit/phpunit": "^9.0 || ^10.0", 1164 1089 "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", 1173 1099 "twig/twig": "^1.34 || ^2.4 || ^3.0" 1174 1100 }, … … 1215 1141 "support": { 1216 1142 "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" 1218 1144 }, 1219 1145 "funding": [ … … 1223 1149 } 1224 1150 ], 1225 "time": "202 3-12-14T15:25:09+00:00"1151 "time": "2024-02-24T14:12:14+00:00" 1226 1152 }, 1227 1153 { … … 1286 1212 { 1287 1213 "name": "nikic/php-parser", 1288 "version": "v5.0. 0",1214 "version": "v5.0.2", 1289 1215 "source": { 1290 1216 "type": "git", 1291 1217 "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", 1298 1224 "shasum": "" 1299 1225 }, … … 1338 1264 "support": { 1339 1265 "issues": "https://github.com/nikic/PHP-Parser/issues", 1340 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0. 0"1341 }, 1342 "time": "2024-0 1-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" 1343 1269 }, 1344 1270 { 1345 1271 "name": "phar-io/manifest", 1346 "version": "2.0. 3",1272 "version": "2.0.4", 1347 1273 "source": { 1348 1274 "type": "git", 1349 1275 "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", 1356 1282 "shasum": "" 1357 1283 }, 1358 1284 "require": { 1359 1285 "ext-dom": "*", 1286 "ext-libxml": "*", 1360 1287 "ext-phar": "*", 1361 1288 "ext-xmlwriter": "*", … … 1398 1325 "support": { 1399 1326 "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" 1403 1336 }, 1404 1337 { … … 1606 1539 { 1607 1540 "name": "phpstan/phpdoc-parser", 1608 "version": "1.2 5.0",1541 "version": "1.28.0", 1609 1542 "source": { 1610 1543 "type": "git", 1611 1544 "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", 1618 1551 "shasum": "" 1619 1552 }, … … 1647 1580 "support": { 1648 1581 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1649 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2 5.0"1650 }, 1651 "time": "2024-0 1-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" 1652 1585 }, 1653 1586 { 1654 1587 "name": "phpunit/php-code-coverage", 1655 "version": "9.2.3 0",1588 "version": "9.2.31", 1656 1589 "source": { 1657 1590 "type": "git", 1658 1591 "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", 1665 1598 "shasum": "" 1666 1599 }, … … 1719 1652 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 1720 1653 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 1721 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.3 0"1654 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" 1722 1655 }, 1723 1656 "funding": [ … … 1727 1660 } 1728 1661 ], 1729 "time": "202 3-12-22T06:47:57+00:00"1662 "time": "2024-03-02T06:37:42+00:00" 1730 1663 }, 1731 1664 { … … 1972 1905 { 1973 1906 "name": "phpunit/phpunit", 1974 "version": "9.6.1 6",1907 "version": "9.6.19", 1975 1908 "source": { 1976 1909 "type": "git", 1977 1910 "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", 1984 1917 "shasum": "" 1985 1918 }, … … 2055 1988 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 2056 1989 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 2057 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.1 6"1990 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" 2058 1991 }, 2059 1992 "funding": [ … … 2071 2004 } 2072 2005 ], 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" 2123 2007 }, 2124 2008 { … … 2521 2405 { 2522 2406 "name": "sebastian/cli-parser", 2523 "version": "1.0. 1",2407 "version": "1.0.2", 2524 2408 "source": { 2525 2409 "type": "git", 2526 2410 "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", 2533 2417 "shasum": "" 2534 2418 }, … … 2565 2449 "support": { 2566 2450 "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" 2568 2452 }, 2569 2453 "funding": [ … … 2573 2457 } 2574 2458 ], 2575 "time": "202 0-09-28T06:08:49+00:00"2459 "time": "2024-03-02T06:27:43+00:00" 2576 2460 }, 2577 2461 { … … 2819 2703 { 2820 2704 "name": "sebastian/diff", 2821 "version": "4.0. 5",2705 "version": "4.0.6", 2822 2706 "source": { 2823 2707 "type": "git", 2824 2708 "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", 2831 2715 "shasum": "" 2832 2716 }, … … 2873 2757 "support": { 2874 2758 "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" 2876 2760 }, 2877 2761 "funding": [ … … 2881 2765 } 2882 2766 ], 2883 "time": "202 3-05-07T05:35:17+00:00"2767 "time": "2024-03-02T06:30:58+00:00" 2884 2768 }, 2885 2769 { … … 2948 2832 { 2949 2833 "name": "sebastian/exporter", 2950 "version": "4.0. 5",2834 "version": "4.0.6", 2951 2835 "source": { 2952 2836 "type": "git", 2953 2837 "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", 2960 2844 "shasum": "" 2961 2845 }, … … 3013 2897 "support": { 3014 2898 "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" 3016 2900 }, 3017 2901 "funding": [ … … 3021 2905 } 3022 2906 ], 3023 "time": "202 2-09-14T06:03:37+00:00"2907 "time": "2024-03-02T06:33:00+00:00" 3024 2908 }, 3025 2909 { 3026 2910 "name": "sebastian/global-state", 3027 "version": "5.0. 6",2911 "version": "5.0.7", 3028 2912 "source": { 3029 2913 "type": "git", 3030 2914 "url": "https://github.com/sebastianbergmann/global-state.git", 3031 "reference": "b de739e7565280bda77be70044ac1047bc007e34"3032 }, 3033 "dist": { 3034 "type": "zip", 3035 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b de739e7565280bda77be70044ac1047bc007e34",3036 "reference": "b de739e7565280bda77be70044ac1047bc007e34",2915 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9" 2916 }, 2917 "dist": { 2918 "type": "zip", 2919 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", 2920 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", 3037 2921 "shasum": "" 3038 2922 }, … … 3077 2961 "support": { 3078 2962 "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" 3080 2964 }, 3081 2965 "funding": [ … … 3085 2969 } 3086 2970 ], 3087 "time": "202 3-08-02T09:26:13+00:00"2971 "time": "2024-03-02T06:35:11+00:00" 3088 2972 }, 3089 2973 { … … 3321 3205 { 3322 3206 "name": "sebastian/resource-operations", 3323 "version": "3.0. 3",3207 "version": "3.0.4", 3324 3208 "source": { 3325 3209 "type": "git", 3326 3210 "url": "https://github.com/sebastianbergmann/resource-operations.git", 3327 "reference": "0 f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"3328 }, 3329 "dist": { 3330 "type": "zip", 3331 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0 f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",3332 "reference": "0 f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",3211 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" 3212 }, 3213 "dist": { 3214 "type": "zip", 3215 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", 3216 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", 3333 3217 "shasum": "" 3334 3218 }, … … 3338 3222 "require-dev": { 3339 3223 "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" 3340 3331 }, 3341 3332 "type": "library", … … 3357 3348 { 3358 3349 "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",3414 3350 "email": "sebastian@phpunit.de", 3415 3351 "role": "lead" 3416 3352 } 3417 3353 ], 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 ],3471 3354 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 3472 3355 "homepage": "https://github.com/sebastianbergmann/version", … … 3485 3368 { 3486 3369 "name": "symfony/console", 3487 "version": "v5.4.3 5",3370 "version": "v5.4.36", 3488 3371 "source": { 3489 3372 "type": "git", 3490 3373 "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", 3497 3380 "shasum": "" 3498 3381 }, … … 3564 3447 ], 3565 3448 "support": { 3566 "source": "https://github.com/symfony/console/tree/v5.4.3 5"3449 "source": "https://github.com/symfony/console/tree/v5.4.36" 3567 3450 }, 3568 3451 "funding": [ … … 3580 3463 } 3581 3464 ], 3582 "time": "2024-0 1-23T14:28:09+00:00"3465 "time": "2024-02-20T16:33:57+00:00" 3583 3466 }, 3584 3467 { 3585 3468 "name": "symfony/deprecation-contracts", 3586 "version": "v2.5. 2",3469 "version": "v2.5.3", 3587 3470 "source": { 3588 3471 "type": "git", 3589 3472 "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", 3596 3479 "shasum": "" 3597 3480 }, … … 3631 3514 "homepage": "https://symfony.com", 3632 3515 "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" 3634 3517 }, 3635 3518 "funding": [ … … 3647 3530 } 3648 3531 ], 3649 "time": "202 2-01-02T09:53:40+00:00"3532 "time": "2023-01-24T14:02:46+00:00" 3650 3533 }, 3651 3534 { … … 3736 3619 { 3737 3620 "name": "symfony/event-dispatcher-contracts", 3738 "version": "v2.5. 2",3621 "version": "v2.5.3", 3739 3622 "source": { 3740 3623 "type": "git", 3741 3624 "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", 3748 3631 "shasum": "" 3749 3632 }, … … 3795 3678 ], 3796 3679 "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" 3798 3681 }, 3799 3682 "funding": [ … … 3811 3694 } 3812 3695 ], 3813 "time": "202 2-01-02T09:53:40+00:00"3696 "time": "2024-01-23T13:51:25+00:00" 3814 3697 }, 3815 3698 { 3816 3699 "name": "symfony/filesystem", 3817 "version": "v5.4.3 5",3700 "version": "v5.4.38", 3818 3701 "source": { 3819 3702 "type": "git", 3820 3703 "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", 3827 3710 "shasum": "" 3828 3711 }, … … 3859 3742 "homepage": "https://symfony.com", 3860 3743 "support": { 3861 "source": "https://github.com/symfony/filesystem/tree/v5.4.3 5"3744 "source": "https://github.com/symfony/filesystem/tree/v5.4.38" 3862 3745 }, 3863 3746 "funding": [ … … 3875 3758 } 3876 3759 ], 3877 "time": "2024-0 1-23T13:51:25+00:00"3760 "time": "2024-03-21T08:05:07+00:00" 3878 3761 }, 3879 3762 { … … 4561 4444 { 4562 4445 "name": "symfony/process", 4563 "version": "v5.4.3 5",4446 "version": "v5.4.36", 4564 4447 "source": { 4565 4448 "type": "git", 4566 4449 "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", 4573 4456 "shasum": "" 4574 4457 }, … … 4603 4486 "homepage": "https://symfony.com", 4604 4487 "support": { 4605 "source": "https://github.com/symfony/process/tree/v5.4.3 5"4488 "source": "https://github.com/symfony/process/tree/v5.4.36" 4606 4489 }, 4607 4490 "funding": [ … … 4619 4502 } 4620 4503 ], 4621 "time": "2024-0 1-23T13:51:25+00:00"4504 "time": "2024-02-12T15:49:53+00:00" 4622 4505 }, 4623 4506 { 4624 4507 "name": "symfony/service-contracts", 4625 "version": "v2.5. 2",4508 "version": "v2.5.3", 4626 4509 "source": { 4627 4510 "type": "git", 4628 4511 "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", 4635 4518 "shasum": "" 4636 4519 }, … … 4686 4569 ], 4687 4570 "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" 4689 4572 }, 4690 4573 "funding": [ … … 4702 4585 } 4703 4586 ], 4704 "time": "202 2-05-30T19:17:29+00:00"4587 "time": "2023-04-21T15:04:16+00:00" 4705 4588 }, 4706 4589 { … … 4768 4651 { 4769 4652 "name": "symfony/string", 4770 "version": "v5.4.3 5",4653 "version": "v5.4.36", 4771 4654 "source": { 4772 4655 "type": "git", 4773 4656 "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", 4780 4663 "shasum": "" 4781 4664 }, … … 4834 4717 ], 4835 4718 "support": { 4836 "source": "https://github.com/symfony/string/tree/v5.4.3 5"4719 "source": "https://github.com/symfony/string/tree/v5.4.36" 4837 4720 }, 4838 4721 "funding": [ … … 4850 4733 } 4851 4734 ], 4852 "time": "2024-0 1-23T13:51:25+00:00"4735 "time": "2024-02-01T08:49:30+00:00" 4853 4736 }, 4854 4737 { 4855 4738 "name": "theseer/tokenizer", 4856 "version": "1.2. 2",4739 "version": "1.2.3", 4857 4740 "source": { 4858 4741 "type": "git", 4859 4742 "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", 4866 4749 "shasum": "" 4867 4750 }, … … 4892 4775 "support": { 4893 4776 "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" 4895 4778 }, 4896 4779 "funding": [ … … 4900 4783 } 4901 4784 ], 4902 "time": "202 3-11-20T00:12:19+00:00"4785 "time": "2024-03-03T12:36:25+00:00" 4903 4786 }, 4904 4787 { 4905 4788 "name": "yoast/phpunit-polyfills", 4906 "version": "1.1. 0",4789 "version": "1.1.1", 4907 4790 "source": { 4908 4791 "type": "git", 4909 4792 "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", 4916 4799 "shasum": "" 4917 4800 }, … … 4921 4804 }, 4922 4805 "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" 4924 4809 }, 4925 4810 "type": "library", … … 4958 4843 "support": { 4959 4844 "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", 4845 "security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy", 4960 4846 "source": "https://github.com/Yoast/PHPUnit-Polyfills" 4961 4847 }, 4962 "time": "202 3-08-19T14:25:08+00:00"4848 "time": "2024-04-05T16:01:51+00:00" 4963 4849 } 4964 4850 ], -
captcha-eu/tags/v1.0.29/readme.txt
r3034818 r3066908 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.2 87 Stable tag: 1.0.29 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = 1.0.29 = 64 * fix double sent emails on CF7 63 65 = 1.0.28 = 64 66 * support marketpress / atomion woo commerce modal's -
captcha-eu/tags/v1.0.29/vendor/autoload.php
r3034818 r3066908 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c::getLoader();25 return ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26::getLoader(); -
captcha-eu/tags/v1.0.29/vendor/composer/autoload_real.php
r3034818 r3066908 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c5 class ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/tags/v1.0.29/vendor/composer/autoload_static.php
r3034818 r3066908 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c7 class ComposerStaticInit1eec86feabd5986c92027e4c622a9e26 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$classMap; 37 37 38 38 }, 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> 17 07771803+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> 17 07771803+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +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> 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> 17 07771803+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 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> 17 07771803+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 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 4 4 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers. 5 5 * Plugin URI: https://www.captcha.eu 6 * Version: 1.0.2 86 * Version: 1.0.29 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/ -
captcha-eu/trunk/assets/js/partials/contact-form-7.js
r2911265 r3066908 5 5 const submit = wpcf7.submit; 6 6 wpcf7.origSubmit = submit; 7 8 7 wpcf7.submit = ( form, options = {} ) => { 9 8 if(form instanceof jQuery) { 10 9 form = form[0]; 11 10 } 12 11 if(!form.checkValidity()) { 12 return; 13 } 13 14 $btnSubmit = jQuery(form).find('.wpcf7-submit'); 14 15 $btnSubmit.attr('disabled', true); … … 16 17 $btnSubmit.attr('disabled', false) 17 18 }); 18 KROT.interceptForm(form );19 KROT.interceptForm(form, true); 19 20 KROT.getSolution() 20 21 .then((sol) => { -
captcha-eu/trunk/composer.lock
r3034818 r3066908 162 162 { 163 163 "name": "composer/pcre", 164 "version": "3.1. 1",164 "version": "3.1.3", 165 165 "source": { 166 166 "type": "git", 167 167 "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", 174 174 "shasum": "" 175 175 }, … … 213 213 "support": { 214 214 "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" 216 216 }, 217 217 "funding": [ … … 229 229 } 230 230 ], 231 "time": "202 3-10-11T07:11:09+00:00"231 "time": "2024-03-19T10:26:25+00:00" 232 232 }, 233 233 { … … 314 314 { 315 315 "name": "composer/xdebug-handler", 316 "version": "3.0. 3",316 "version": "3.0.4", 317 317 "source": { 318 318 "type": "git", 319 319 "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", 326 326 "shasum": "" 327 327 }, … … 334 334 "phpstan/phpstan": "^1.0", 335 335 "phpstan/phpstan-strict-rules": "^1.1", 336 " symfony/phpunit-bridge": "^6.0"336 "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" 337 337 }, 338 338 "type": "library", … … 358 358 ], 359 359 "support": { 360 "irc": "irc ://irc.freenode.org/composer",360 "irc": "ircs://irc.libera.chat:6697/composer", 361 361 "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" 363 363 }, 364 364 "funding": [ … … 376 376 } 377 377 ], 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" 455 379 }, 456 380 { … … 651 575 { 652 576 "name": "friendsofphp/php-cs-fixer", 653 "version": "v3. 49.0",577 "version": "v3.52.1", 654 578 "source": { 655 579 "type": "git", 656 580 "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", 663 587 "shasum": "" 664 588 }, … … 670 594 "ext-tokenizer": "*", 671 595 "php": "^7.4 || ^8.0", 672 "sebastian/diff": "^4.0 || ^5.0 ",596 "sebastian/diff": "^4.0 || ^5.0 || ^6.0", 673 597 "symfony/console": "^5.4 || ^6.0 || ^7.0", 674 598 "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", … … 691 615 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", 692 616 "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", 694 619 "symfony/yaml": "^5.4 || ^6.0 || ^7.0" 695 620 }, … … 730 655 "support": { 731 656 "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" 733 658 }, 734 659 "funding": [ … … 738 663 } 739 664 ], 740 "time": "2024-0 2-02T00:41:40+00:00"665 "time": "2024-03-19T21:02:43+00:00" 741 666 }, 742 667 { … … 1131 1056 { 1132 1057 "name": "jms/serializer", 1133 "version": "3. 29.1",1058 "version": "3.30.0", 1134 1059 "source": { 1135 1060 "type": "git", 1136 1061 "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": { 1147 1071 "doctrine/instantiator": "^1.3.1 || ^2.0", 1148 1072 "doctrine/lexer": "^2.0 || ^3.0", 1149 1073 "jms/metadata": "^2.6", 1150 "php": "^7. 2|| ^8.0",1074 "php": "^7.4 || ^8.0", 1151 1075 "phpstan/phpdoc-parser": "^1.20" 1152 1076 }, 1153 1077 "require-dev": { 1078 "doctrine/annotations": "^1.14 || ^2.0", 1154 1079 "doctrine/coding-standard": "^12.0", 1155 1080 "doctrine/orm": "^2.14 || ^3.0", … … 1161 1086 "phpbench/phpbench": "^1.0", 1162 1087 "phpstan/phpstan": "^1.0.2", 1163 "phpunit/phpunit": "^ 8.5.21 || ^9.0 || ^10.0",1088 "phpunit/phpunit": "^9.0 || ^10.0", 1164 1089 "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", 1173 1099 "twig/twig": "^1.34 || ^2.4 || ^3.0" 1174 1100 }, … … 1215 1141 "support": { 1216 1142 "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" 1218 1144 }, 1219 1145 "funding": [ … … 1223 1149 } 1224 1150 ], 1225 "time": "202 3-12-14T15:25:09+00:00"1151 "time": "2024-02-24T14:12:14+00:00" 1226 1152 }, 1227 1153 { … … 1286 1212 { 1287 1213 "name": "nikic/php-parser", 1288 "version": "v5.0. 0",1214 "version": "v5.0.2", 1289 1215 "source": { 1290 1216 "type": "git", 1291 1217 "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", 1298 1224 "shasum": "" 1299 1225 }, … … 1338 1264 "support": { 1339 1265 "issues": "https://github.com/nikic/PHP-Parser/issues", 1340 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0. 0"1341 }, 1342 "time": "2024-0 1-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" 1343 1269 }, 1344 1270 { 1345 1271 "name": "phar-io/manifest", 1346 "version": "2.0. 3",1272 "version": "2.0.4", 1347 1273 "source": { 1348 1274 "type": "git", 1349 1275 "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", 1356 1282 "shasum": "" 1357 1283 }, 1358 1284 "require": { 1359 1285 "ext-dom": "*", 1286 "ext-libxml": "*", 1360 1287 "ext-phar": "*", 1361 1288 "ext-xmlwriter": "*", … … 1398 1325 "support": { 1399 1326 "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" 1403 1336 }, 1404 1337 { … … 1606 1539 { 1607 1540 "name": "phpstan/phpdoc-parser", 1608 "version": "1.2 5.0",1541 "version": "1.28.0", 1609 1542 "source": { 1610 1543 "type": "git", 1611 1544 "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", 1618 1551 "shasum": "" 1619 1552 }, … … 1647 1580 "support": { 1648 1581 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1649 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2 5.0"1650 }, 1651 "time": "2024-0 1-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" 1652 1585 }, 1653 1586 { 1654 1587 "name": "phpunit/php-code-coverage", 1655 "version": "9.2.3 0",1588 "version": "9.2.31", 1656 1589 "source": { 1657 1590 "type": "git", 1658 1591 "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", 1665 1598 "shasum": "" 1666 1599 }, … … 1719 1652 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 1720 1653 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 1721 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.3 0"1654 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" 1722 1655 }, 1723 1656 "funding": [ … … 1727 1660 } 1728 1661 ], 1729 "time": "202 3-12-22T06:47:57+00:00"1662 "time": "2024-03-02T06:37:42+00:00" 1730 1663 }, 1731 1664 { … … 1972 1905 { 1973 1906 "name": "phpunit/phpunit", 1974 "version": "9.6.1 6",1907 "version": "9.6.19", 1975 1908 "source": { 1976 1909 "type": "git", 1977 1910 "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", 1984 1917 "shasum": "" 1985 1918 }, … … 2055 1988 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 2056 1989 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 2057 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.1 6"1990 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" 2058 1991 }, 2059 1992 "funding": [ … … 2071 2004 } 2072 2005 ], 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" 2123 2007 }, 2124 2008 { … … 2521 2405 { 2522 2406 "name": "sebastian/cli-parser", 2523 "version": "1.0. 1",2407 "version": "1.0.2", 2524 2408 "source": { 2525 2409 "type": "git", 2526 2410 "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", 2533 2417 "shasum": "" 2534 2418 }, … … 2565 2449 "support": { 2566 2450 "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" 2568 2452 }, 2569 2453 "funding": [ … … 2573 2457 } 2574 2458 ], 2575 "time": "202 0-09-28T06:08:49+00:00"2459 "time": "2024-03-02T06:27:43+00:00" 2576 2460 }, 2577 2461 { … … 2819 2703 { 2820 2704 "name": "sebastian/diff", 2821 "version": "4.0. 5",2705 "version": "4.0.6", 2822 2706 "source": { 2823 2707 "type": "git", 2824 2708 "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", 2831 2715 "shasum": "" 2832 2716 }, … … 2873 2757 "support": { 2874 2758 "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" 2876 2760 }, 2877 2761 "funding": [ … … 2881 2765 } 2882 2766 ], 2883 "time": "202 3-05-07T05:35:17+00:00"2767 "time": "2024-03-02T06:30:58+00:00" 2884 2768 }, 2885 2769 { … … 2948 2832 { 2949 2833 "name": "sebastian/exporter", 2950 "version": "4.0. 5",2834 "version": "4.0.6", 2951 2835 "source": { 2952 2836 "type": "git", 2953 2837 "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", 2960 2844 "shasum": "" 2961 2845 }, … … 3013 2897 "support": { 3014 2898 "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" 3016 2900 }, 3017 2901 "funding": [ … … 3021 2905 } 3022 2906 ], 3023 "time": "202 2-09-14T06:03:37+00:00"2907 "time": "2024-03-02T06:33:00+00:00" 3024 2908 }, 3025 2909 { 3026 2910 "name": "sebastian/global-state", 3027 "version": "5.0. 6",2911 "version": "5.0.7", 3028 2912 "source": { 3029 2913 "type": "git", 3030 2914 "url": "https://github.com/sebastianbergmann/global-state.git", 3031 "reference": "b de739e7565280bda77be70044ac1047bc007e34"3032 }, 3033 "dist": { 3034 "type": "zip", 3035 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b de739e7565280bda77be70044ac1047bc007e34",3036 "reference": "b de739e7565280bda77be70044ac1047bc007e34",2915 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9" 2916 }, 2917 "dist": { 2918 "type": "zip", 2919 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", 2920 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", 3037 2921 "shasum": "" 3038 2922 }, … … 3077 2961 "support": { 3078 2962 "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" 3080 2964 }, 3081 2965 "funding": [ … … 3085 2969 } 3086 2970 ], 3087 "time": "202 3-08-02T09:26:13+00:00"2971 "time": "2024-03-02T06:35:11+00:00" 3088 2972 }, 3089 2973 { … … 3321 3205 { 3322 3206 "name": "sebastian/resource-operations", 3323 "version": "3.0. 3",3207 "version": "3.0.4", 3324 3208 "source": { 3325 3209 "type": "git", 3326 3210 "url": "https://github.com/sebastianbergmann/resource-operations.git", 3327 "reference": "0 f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"3328 }, 3329 "dist": { 3330 "type": "zip", 3331 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0 f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",3332 "reference": "0 f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",3211 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" 3212 }, 3213 "dist": { 3214 "type": "zip", 3215 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", 3216 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", 3333 3217 "shasum": "" 3334 3218 }, … … 3338 3222 "require-dev": { 3339 3223 "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" 3340 3331 }, 3341 3332 "type": "library", … … 3357 3348 { 3358 3349 "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",3414 3350 "email": "sebastian@phpunit.de", 3415 3351 "role": "lead" 3416 3352 } 3417 3353 ], 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 ],3471 3354 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 3472 3355 "homepage": "https://github.com/sebastianbergmann/version", … … 3485 3368 { 3486 3369 "name": "symfony/console", 3487 "version": "v5.4.3 5",3370 "version": "v5.4.36", 3488 3371 "source": { 3489 3372 "type": "git", 3490 3373 "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", 3497 3380 "shasum": "" 3498 3381 }, … … 3564 3447 ], 3565 3448 "support": { 3566 "source": "https://github.com/symfony/console/tree/v5.4.3 5"3449 "source": "https://github.com/symfony/console/tree/v5.4.36" 3567 3450 }, 3568 3451 "funding": [ … … 3580 3463 } 3581 3464 ], 3582 "time": "2024-0 1-23T14:28:09+00:00"3465 "time": "2024-02-20T16:33:57+00:00" 3583 3466 }, 3584 3467 { 3585 3468 "name": "symfony/deprecation-contracts", 3586 "version": "v2.5. 2",3469 "version": "v2.5.3", 3587 3470 "source": { 3588 3471 "type": "git", 3589 3472 "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", 3596 3479 "shasum": "" 3597 3480 }, … … 3631 3514 "homepage": "https://symfony.com", 3632 3515 "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" 3634 3517 }, 3635 3518 "funding": [ … … 3647 3530 } 3648 3531 ], 3649 "time": "202 2-01-02T09:53:40+00:00"3532 "time": "2023-01-24T14:02:46+00:00" 3650 3533 }, 3651 3534 { … … 3736 3619 { 3737 3620 "name": "symfony/event-dispatcher-contracts", 3738 "version": "v2.5. 2",3621 "version": "v2.5.3", 3739 3622 "source": { 3740 3623 "type": "git", 3741 3624 "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", 3748 3631 "shasum": "" 3749 3632 }, … … 3795 3678 ], 3796 3679 "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" 3798 3681 }, 3799 3682 "funding": [ … … 3811 3694 } 3812 3695 ], 3813 "time": "202 2-01-02T09:53:40+00:00"3696 "time": "2024-01-23T13:51:25+00:00" 3814 3697 }, 3815 3698 { 3816 3699 "name": "symfony/filesystem", 3817 "version": "v5.4.3 5",3700 "version": "v5.4.38", 3818 3701 "source": { 3819 3702 "type": "git", 3820 3703 "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", 3827 3710 "shasum": "" 3828 3711 }, … … 3859 3742 "homepage": "https://symfony.com", 3860 3743 "support": { 3861 "source": "https://github.com/symfony/filesystem/tree/v5.4.3 5"3744 "source": "https://github.com/symfony/filesystem/tree/v5.4.38" 3862 3745 }, 3863 3746 "funding": [ … … 3875 3758 } 3876 3759 ], 3877 "time": "2024-0 1-23T13:51:25+00:00"3760 "time": "2024-03-21T08:05:07+00:00" 3878 3761 }, 3879 3762 { … … 4561 4444 { 4562 4445 "name": "symfony/process", 4563 "version": "v5.4.3 5",4446 "version": "v5.4.36", 4564 4447 "source": { 4565 4448 "type": "git", 4566 4449 "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", 4573 4456 "shasum": "" 4574 4457 }, … … 4603 4486 "homepage": "https://symfony.com", 4604 4487 "support": { 4605 "source": "https://github.com/symfony/process/tree/v5.4.3 5"4488 "source": "https://github.com/symfony/process/tree/v5.4.36" 4606 4489 }, 4607 4490 "funding": [ … … 4619 4502 } 4620 4503 ], 4621 "time": "2024-0 1-23T13:51:25+00:00"4504 "time": "2024-02-12T15:49:53+00:00" 4622 4505 }, 4623 4506 { 4624 4507 "name": "symfony/service-contracts", 4625 "version": "v2.5. 2",4508 "version": "v2.5.3", 4626 4509 "source": { 4627 4510 "type": "git", 4628 4511 "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", 4635 4518 "shasum": "" 4636 4519 }, … … 4686 4569 ], 4687 4570 "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" 4689 4572 }, 4690 4573 "funding": [ … … 4702 4585 } 4703 4586 ], 4704 "time": "202 2-05-30T19:17:29+00:00"4587 "time": "2023-04-21T15:04:16+00:00" 4705 4588 }, 4706 4589 { … … 4768 4651 { 4769 4652 "name": "symfony/string", 4770 "version": "v5.4.3 5",4653 "version": "v5.4.36", 4771 4654 "source": { 4772 4655 "type": "git", 4773 4656 "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", 4780 4663 "shasum": "" 4781 4664 }, … … 4834 4717 ], 4835 4718 "support": { 4836 "source": "https://github.com/symfony/string/tree/v5.4.3 5"4719 "source": "https://github.com/symfony/string/tree/v5.4.36" 4837 4720 }, 4838 4721 "funding": [ … … 4850 4733 } 4851 4734 ], 4852 "time": "2024-0 1-23T13:51:25+00:00"4735 "time": "2024-02-01T08:49:30+00:00" 4853 4736 }, 4854 4737 { 4855 4738 "name": "theseer/tokenizer", 4856 "version": "1.2. 2",4739 "version": "1.2.3", 4857 4740 "source": { 4858 4741 "type": "git", 4859 4742 "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", 4866 4749 "shasum": "" 4867 4750 }, … … 4892 4775 "support": { 4893 4776 "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" 4895 4778 }, 4896 4779 "funding": [ … … 4900 4783 } 4901 4784 ], 4902 "time": "202 3-11-20T00:12:19+00:00"4785 "time": "2024-03-03T12:36:25+00:00" 4903 4786 }, 4904 4787 { 4905 4788 "name": "yoast/phpunit-polyfills", 4906 "version": "1.1. 0",4789 "version": "1.1.1", 4907 4790 "source": { 4908 4791 "type": "git", 4909 4792 "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", 4916 4799 "shasum": "" 4917 4800 }, … … 4921 4804 }, 4922 4805 "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" 4924 4809 }, 4925 4810 "type": "library", … … 4958 4843 "support": { 4959 4844 "issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues", 4845 "security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy", 4960 4846 "source": "https://github.com/Yoast/PHPUnit-Polyfills" 4961 4847 }, 4962 "time": "202 3-08-19T14:25:08+00:00"4848 "time": "2024-04-05T16:01:51+00:00" 4963 4849 } 4964 4850 ], -
captcha-eu/trunk/readme.txt
r3034818 r3066908 5 5 Tested up to: 6.4 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.2 87 Stable tag: 1.0.29 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = 1.0.29 = 64 * fix double sent emails on CF7 63 65 = 1.0.28 = 64 66 * support marketpress / atomion woo commerce modal's -
captcha-eu/trunk/vendor/autoload.php
r3034818 r3066908 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c::getLoader();25 return ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26::getLoader(); -
captcha-eu/trunk/vendor/composer/autoload_real.php
r3034818 r3066908 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c5 class ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 884210f774a7e3e0c7d50a42abf7c11c', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit1eec86feabd5986c92027e4c622a9e26', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/trunk/vendor/composer/autoload_static.php
r3034818 r3066908 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c7 class ComposerStaticInit1eec86feabd5986c92027e4c622a9e26 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 32 32 { 33 33 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 884210f774a7e3e0c7d50a42abf7c11c::$classMap;34 $loader->prefixLengthsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixLengthsPsr4; 35 $loader->prefixDirsPsr4 = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$prefixDirsPsr4; 36 $loader->classMap = ComposerStaticInit1eec86feabd5986c92027e4c622a9e26::$classMap; 37 37 38 38 }, 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> 17 07771803+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> 17 07771803+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1712578312 +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> 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> 17 07771803+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 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> 17 07771803+0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/1 0000000000000000000000000000000000000000 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 4 4 * Description: Captcha.eu provides a GDPR compliant protection against bots and spammers. 5 5 * Plugin URI: https://www.captcha.eu 6 * Version: 1.0.2 86 * Version: 1.0.29 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset
for help on using the changeset viewer.