Changeset 3102608
- Timestamp:
- 06/14/2024 07:37:25 AM (22 months ago)
- Location:
- captcha-eu
- Files:
-
- 12 added
- 4 deleted
- 30 edited
- 1 copied
-
tags/v1.0.32 (copied) (copied from captcha-eu/trunk)
-
tags/v1.0.32/assets/css/fragprotect.css (added)
-
tags/v1.0.32/assets/js/block.js (added)
-
tags/v1.0.32/assets/js/fragprotect.js (added)
-
tags/v1.0.32/composer.lock (modified) (42 diffs)
-
tags/v1.0.32/readme.txt (modified) (2 diffs)
-
tags/v1.0.32/src/Admin.php (modified) (2 diffs)
-
tags/v1.0.32/src/Core.php (modified) (2 diffs)
-
tags/v1.0.32/src/FragProtect.php (added)
-
tags/v1.0.32/src/partials/options-settings.php (modified) (1 diff)
-
tags/v1.0.32/vendor/autoload.php (modified) (1 diff)
-
tags/v1.0.32/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
tags/v1.0.32/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/v1.0.32/vendor/composer/autoload_static.php (modified) (3 diffs)
-
tags/v1.0.32/vendor/composer/installers/.git/index (modified) (previous)
-
tags/v1.0.32/vendor/composer/installers/.git/logs/HEAD (modified) (1 diff)
-
tags/v1.0.32/vendor/composer/installers/.git/logs/refs/heads/main (modified) (1 diff)
-
tags/v1.0.32/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD (modified) (1 diff)
-
tags/v1.0.32/vendor/composer/installers/.git/objects/info/packs (modified) (1 diff)
-
tags/v1.0.32/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.idx (deleted)
-
tags/v1.0.32/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack (deleted)
-
tags/v1.0.32/vendor/composer/installers/.git/objects/pack/pack-66eca6ac218ca823955bd59e480d1b6d36fe9004.idx (added)
-
tags/v1.0.32/vendor/composer/installers/.git/objects/pack/pack-66eca6ac218ca823955bd59e480d1b6d36fe9004.pack (added)
-
tags/v1.0.32/wp-captcha.php (modified) (1 diff)
-
trunk/assets/css/fragprotect.css (added)
-
trunk/assets/js/block.js (added)
-
trunk/assets/js/fragprotect.js (added)
-
trunk/composer.lock (modified) (42 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Admin.php (modified) (2 diffs)
-
trunk/src/Core.php (modified) (2 diffs)
-
trunk/src/FragProtect.php (added)
-
trunk/src/partials/options-settings.php (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (3 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/vendor/composer/installers/.git/objects/info/packs (modified) (1 diff)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.idx (deleted)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack (deleted)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-66eca6ac218ca823955bd59e480d1b6d36fe9004.idx (added)
-
trunk/vendor/composer/installers/.git/objects/pack/pack-66eca6ac218ca823955bd59e480d1b6d36fe9004.pack (added)
-
trunk/wp-captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captcha-eu/tags/v1.0.32/composer.lock
r3072661 r3102608 161 161 "packages-dev": [ 162 162 { 163 "name": "clue/ndjson-react", 164 "version": "v1.3.0", 165 "source": { 166 "type": "git", 167 "url": "https://github.com/clue/reactphp-ndjson.git", 168 "reference": "392dc165fce93b5bb5c637b67e59619223c931b0" 169 }, 170 "dist": { 171 "type": "zip", 172 "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0", 173 "reference": "392dc165fce93b5bb5c637b67e59619223c931b0", 174 "shasum": "" 175 }, 176 "require": { 177 "php": ">=5.3", 178 "react/stream": "^1.2" 179 }, 180 "require-dev": { 181 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35", 182 "react/event-loop": "^1.2" 183 }, 184 "type": "library", 185 "autoload": { 186 "psr-4": { 187 "Clue\\React\\NDJson\\": "src/" 188 } 189 }, 190 "notification-url": "https://packagist.org/downloads/", 191 "license": [ 192 "MIT" 193 ], 194 "authors": [ 195 { 196 "name": "Christian Lück", 197 "email": "christian@clue.engineering" 198 } 199 ], 200 "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.", 201 "homepage": "https://github.com/clue/reactphp-ndjson", 202 "keywords": [ 203 "NDJSON", 204 "json", 205 "jsonlines", 206 "newline", 207 "reactphp", 208 "streaming" 209 ], 210 "support": { 211 "issues": "https://github.com/clue/reactphp-ndjson/issues", 212 "source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0" 213 }, 214 "funding": [ 215 { 216 "url": "https://clue.engineering/support", 217 "type": "custom" 218 }, 219 { 220 "url": "https://github.com/clue", 221 "type": "github" 222 } 223 ], 224 "time": "2022-12-23T10:58:28+00:00" 225 }, 226 { 163 227 "name": "composer/pcre", 164 "version": "3.1. 3",228 "version": "3.1.4", 165 229 "source": { 166 230 "type": "git", 167 231 "url": "https://github.com/composer/pcre.git", 168 "reference": " 5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"169 }, 170 "dist": { 171 "type": "zip", 172 "url": "https://api.github.com/repos/composer/pcre/zipball/ 5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",173 "reference": " 5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",232 "reference": "04229f163664973f68f38f6f73d917799168ef24" 233 }, 234 "dist": { 235 "type": "zip", 236 "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", 237 "reference": "04229f163664973f68f38f6f73d917799168ef24", 174 238 "shasum": "" 175 239 }, … … 213 277 "support": { 214 278 "issues": "https://github.com/composer/pcre/issues", 215 "source": "https://github.com/composer/pcre/tree/3.1. 3"279 "source": "https://github.com/composer/pcre/tree/3.1.4" 216 280 }, 217 281 "funding": [ … … 229 293 } 230 294 ], 231 "time": "2024-0 3-19T10:26:25+00:00"295 "time": "2024-05-27T13:40:54+00:00" 232 296 }, 233 297 { … … 314 378 { 315 379 "name": "composer/xdebug-handler", 316 "version": "3.0. 4",380 "version": "3.0.5", 317 381 "source": { 318 382 "type": "git", 319 383 "url": "https://github.com/composer/xdebug-handler.git", 320 "reference": " 4f988f8fdf580d53bdb2d1278fe93d1ed5462255"321 }, 322 "dist": { 323 "type": "zip", 324 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ 4f988f8fdf580d53bdb2d1278fe93d1ed5462255",325 "reference": " 4f988f8fdf580d53bdb2d1278fe93d1ed5462255",384 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" 385 }, 386 "dist": { 387 "type": "zip", 388 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", 389 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", 326 390 "shasum": "" 327 391 }, … … 360 424 "irc": "ircs://irc.libera.chat:6697/composer", 361 425 "issues": "https://github.com/composer/xdebug-handler/issues", 362 "source": "https://github.com/composer/xdebug-handler/tree/3.0. 4"426 "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" 363 427 }, 364 428 "funding": [ … … 376 440 } 377 441 ], 378 "time": "2024-0 3-26T18:29:49+00:00"442 "time": "2024-05-06T16:37:16+00:00" 379 443 }, 380 444 { … … 574 638 }, 575 639 { 640 "name": "evenement/evenement", 641 "version": "v3.0.2", 642 "source": { 643 "type": "git", 644 "url": "https://github.com/igorw/evenement.git", 645 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc" 646 }, 647 "dist": { 648 "type": "zip", 649 "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc", 650 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc", 651 "shasum": "" 652 }, 653 "require": { 654 "php": ">=7.0" 655 }, 656 "require-dev": { 657 "phpunit/phpunit": "^9 || ^6" 658 }, 659 "type": "library", 660 "autoload": { 661 "psr-4": { 662 "Evenement\\": "src/" 663 } 664 }, 665 "notification-url": "https://packagist.org/downloads/", 666 "license": [ 667 "MIT" 668 ], 669 "authors": [ 670 { 671 "name": "Igor Wiedler", 672 "email": "igor@wiedler.ch" 673 } 674 ], 675 "description": "Événement is a very simple event dispatching library for PHP", 676 "keywords": [ 677 "event-dispatcher", 678 "event-emitter" 679 ], 680 "support": { 681 "issues": "https://github.com/igorw/evenement/issues", 682 "source": "https://github.com/igorw/evenement/tree/v3.0.2" 683 }, 684 "time": "2023-08-08T05:53:35+00:00" 685 }, 686 { 687 "name": "fidry/cpu-core-counter", 688 "version": "1.1.0", 689 "source": { 690 "type": "git", 691 "url": "https://github.com/theofidry/cpu-core-counter.git", 692 "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42" 693 }, 694 "dist": { 695 "type": "zip", 696 "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42", 697 "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42", 698 "shasum": "" 699 }, 700 "require": { 701 "php": "^7.2 || ^8.0" 702 }, 703 "require-dev": { 704 "fidry/makefile": "^0.2.0", 705 "fidry/php-cs-fixer-config": "^1.1.2", 706 "phpstan/extension-installer": "^1.2.0", 707 "phpstan/phpstan": "^1.9.2", 708 "phpstan/phpstan-deprecation-rules": "^1.0.0", 709 "phpstan/phpstan-phpunit": "^1.2.2", 710 "phpstan/phpstan-strict-rules": "^1.4.4", 711 "phpunit/phpunit": "^8.5.31 || ^9.5.26", 712 "webmozarts/strict-phpunit": "^7.5" 713 }, 714 "type": "library", 715 "autoload": { 716 "psr-4": { 717 "Fidry\\CpuCoreCounter\\": "src/" 718 } 719 }, 720 "notification-url": "https://packagist.org/downloads/", 721 "license": [ 722 "MIT" 723 ], 724 "authors": [ 725 { 726 "name": "Théo FIDRY", 727 "email": "theo.fidry@gmail.com" 728 } 729 ], 730 "description": "Tiny utility to get the number of CPU cores.", 731 "keywords": [ 732 "CPU", 733 "core" 734 ], 735 "support": { 736 "issues": "https://github.com/theofidry/cpu-core-counter/issues", 737 "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" 738 }, 739 "funding": [ 740 { 741 "url": "https://github.com/theofidry", 742 "type": "github" 743 } 744 ], 745 "time": "2024-02-07T09:43:46+00:00" 746 }, 747 { 576 748 "name": "friendsofphp/php-cs-fixer", 577 "version": "v3.5 4.0",749 "version": "v3.58.1", 578 750 "source": { 579 751 "type": "git", 580 752 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 581 "reference": "2aecbc8640d7906c38777b3dcab6f4ca79004d08" 582 }, 583 "dist": { 584 "type": "zip", 585 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/2aecbc8640d7906c38777b3dcab6f4ca79004d08", 586 "reference": "2aecbc8640d7906c38777b3dcab6f4ca79004d08", 587 "shasum": "" 588 }, 589 "require": { 753 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff" 754 }, 755 "dist": { 756 "type": "zip", 757 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/04e9424025677a86914b9a4944dbbf4060bb0aff", 758 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff", 759 "shasum": "" 760 }, 761 "require": { 762 "clue/ndjson-react": "^1.0", 590 763 "composer/semver": "^3.4", 591 764 "composer/xdebug-handler": "^3.0.3", … … 593 766 "ext-json": "*", 594 767 "ext-tokenizer": "*", 768 "fidry/cpu-core-counter": "^1.0", 595 769 "php": "^7.4 || ^8.0", 770 "react/child-process": "^0.6.5", 771 "react/event-loop": "^1.0", 772 "react/promise": "^2.0 || ^3.0", 773 "react/socket": "^1.0", 774 "react/stream": "^1.0", 596 775 "sebastian/diff": "^4.0 || ^5.0 || ^6.0", 597 776 "symfony/console": "^5.4 || ^6.0 || ^7.0", … … 656 835 "support": { 657 836 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 658 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.5 4.0"837 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.58.1" 659 838 }, 660 839 "funding": [ … … 664 843 } 665 844 ], 666 "time": "2024-0 4-17T08:12:13+00:00"845 "time": "2024-05-29T16:39:07+00:00" 667 846 }, 668 847 { … … 1154 1333 { 1155 1334 "name": "myclabs/deep-copy", 1156 "version": "1.1 1.1",1335 "version": "1.12.0", 1157 1336 "source": { 1158 1337 "type": "git", 1159 1338 "url": "https://github.com/myclabs/DeepCopy.git", 1160 "reference": " 7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"1161 }, 1162 "dist": { 1163 "type": "zip", 1164 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",1165 "reference": " 7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",1339 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" 1340 }, 1341 "dist": { 1342 "type": "zip", 1343 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", 1344 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", 1166 1345 "shasum": "" 1167 1346 }, … … 1171 1350 "conflict": { 1172 1351 "doctrine/collections": "<1.6.8", 1173 "doctrine/common": "<2.13.3 || >=3 ,<3.2.2"1352 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 1174 1353 }, 1175 1354 "require-dev": { 1176 1355 "doctrine/collections": "^1.6.8", 1177 1356 "doctrine/common": "^2.13.3 || ^3.2.2", 1357 "phpspec/prophecy": "^1.10", 1178 1358 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 1179 1359 }, … … 1201 1381 "support": { 1202 1382 "issues": "https://github.com/myclabs/DeepCopy/issues", 1203 "source": "https://github.com/myclabs/DeepCopy/tree/1.1 1.1"1383 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" 1204 1384 }, 1205 1385 "funding": [ … … 1209 1389 } 1210 1390 ], 1211 "time": "202 3-03-08T13:26:56+00:00"1391 "time": "2024-06-12T14:39:25+00:00" 1212 1392 }, 1213 1393 { … … 1540 1720 { 1541 1721 "name": "phpstan/phpdoc-parser", 1542 "version": "1.2 8.0",1722 "version": "1.29.1", 1543 1723 "source": { 1544 1724 "type": "git", 1545 1725 "url": "https://github.com/phpstan/phpdoc-parser.git", 1546 "reference": " cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"1547 }, 1548 "dist": { 1549 "type": "zip", 1550 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",1551 "reference": " cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",1726 "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" 1727 }, 1728 "dist": { 1729 "type": "zip", 1730 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", 1731 "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", 1552 1732 "shasum": "" 1553 1733 }, … … 1581 1761 "support": { 1582 1762 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1583 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2 8.0"1584 }, 1585 "time": "2024-0 4-03T18:51:33+00:00"1763 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" 1764 }, 1765 "time": "2024-05-31T08:52:43+00:00" 1586 1766 }, 1587 1767 { … … 2159 2339 { 2160 2340 "name": "psr/http-factory", 2161 "version": "1. 0.2",2341 "version": "1.1.0", 2162 2342 "source": { 2163 2343 "type": "git", 2164 2344 "url": "https://github.com/php-fig/http-factory.git", 2165 "reference": " e616d01114759c4c489f93b099585439f795fe35"2166 }, 2167 "dist": { 2168 "type": "zip", 2169 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/ e616d01114759c4c489f93b099585439f795fe35",2170 "reference": " e616d01114759c4c489f93b099585439f795fe35",2171 "shasum": "" 2172 }, 2173 "require": { 2174 "php": ">=7. 0.0",2345 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 2346 }, 2347 "dist": { 2348 "type": "zip", 2349 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 2350 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 2351 "shasum": "" 2352 }, 2353 "require": { 2354 "php": ">=7.1", 2175 2355 "psr/http-message": "^1.0 || ^2.0" 2176 2356 }, … … 2196 2376 } 2197 2377 ], 2198 "description": " Common interfaces for PSR-7 HTTP message factories",2378 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 2199 2379 "keywords": [ 2200 2380 "factory", … … 2208 2388 ], 2209 2389 "support": { 2210 "source": "https://github.com/php-fig/http-factory /tree/1.0.2"2211 }, 2212 "time": "202 3-04-10T20:10:41+00:00"2390 "source": "https://github.com/php-fig/http-factory" 2391 }, 2392 "time": "2024-04-15T12:06:14+00:00" 2213 2393 }, 2214 2394 { … … 2360 2540 }, 2361 2541 { 2542 "name": "react/cache", 2543 "version": "v1.2.0", 2544 "source": { 2545 "type": "git", 2546 "url": "https://github.com/reactphp/cache.git", 2547 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b" 2548 }, 2549 "dist": { 2550 "type": "zip", 2551 "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b", 2552 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b", 2553 "shasum": "" 2554 }, 2555 "require": { 2556 "php": ">=5.3.0", 2557 "react/promise": "^3.0 || ^2.0 || ^1.1" 2558 }, 2559 "require-dev": { 2560 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" 2561 }, 2562 "type": "library", 2563 "autoload": { 2564 "psr-4": { 2565 "React\\Cache\\": "src/" 2566 } 2567 }, 2568 "notification-url": "https://packagist.org/downloads/", 2569 "license": [ 2570 "MIT" 2571 ], 2572 "authors": [ 2573 { 2574 "name": "Christian Lück", 2575 "email": "christian@clue.engineering", 2576 "homepage": "https://clue.engineering/" 2577 }, 2578 { 2579 "name": "Cees-Jan Kiewiet", 2580 "email": "reactphp@ceesjankiewiet.nl", 2581 "homepage": "https://wyrihaximus.net/" 2582 }, 2583 { 2584 "name": "Jan Sorgalla", 2585 "email": "jsorgalla@gmail.com", 2586 "homepage": "https://sorgalla.com/" 2587 }, 2588 { 2589 "name": "Chris Boden", 2590 "email": "cboden@gmail.com", 2591 "homepage": "https://cboden.dev/" 2592 } 2593 ], 2594 "description": "Async, Promise-based cache interface for ReactPHP", 2595 "keywords": [ 2596 "cache", 2597 "caching", 2598 "promise", 2599 "reactphp" 2600 ], 2601 "support": { 2602 "issues": "https://github.com/reactphp/cache/issues", 2603 "source": "https://github.com/reactphp/cache/tree/v1.2.0" 2604 }, 2605 "funding": [ 2606 { 2607 "url": "https://opencollective.com/reactphp", 2608 "type": "open_collective" 2609 } 2610 ], 2611 "time": "2022-11-30T15:59:55+00:00" 2612 }, 2613 { 2614 "name": "react/child-process", 2615 "version": "v0.6.5", 2616 "source": { 2617 "type": "git", 2618 "url": "https://github.com/reactphp/child-process.git", 2619 "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43" 2620 }, 2621 "dist": { 2622 "type": "zip", 2623 "url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", 2624 "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", 2625 "shasum": "" 2626 }, 2627 "require": { 2628 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 2629 "php": ">=5.3.0", 2630 "react/event-loop": "^1.2", 2631 "react/stream": "^1.2" 2632 }, 2633 "require-dev": { 2634 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", 2635 "react/socket": "^1.8", 2636 "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" 2637 }, 2638 "type": "library", 2639 "autoload": { 2640 "psr-4": { 2641 "React\\ChildProcess\\": "src" 2642 } 2643 }, 2644 "notification-url": "https://packagist.org/downloads/", 2645 "license": [ 2646 "MIT" 2647 ], 2648 "authors": [ 2649 { 2650 "name": "Christian Lück", 2651 "email": "christian@clue.engineering", 2652 "homepage": "https://clue.engineering/" 2653 }, 2654 { 2655 "name": "Cees-Jan Kiewiet", 2656 "email": "reactphp@ceesjankiewiet.nl", 2657 "homepage": "https://wyrihaximus.net/" 2658 }, 2659 { 2660 "name": "Jan Sorgalla", 2661 "email": "jsorgalla@gmail.com", 2662 "homepage": "https://sorgalla.com/" 2663 }, 2664 { 2665 "name": "Chris Boden", 2666 "email": "cboden@gmail.com", 2667 "homepage": "https://cboden.dev/" 2668 } 2669 ], 2670 "description": "Event-driven library for executing child processes with ReactPHP.", 2671 "keywords": [ 2672 "event-driven", 2673 "process", 2674 "reactphp" 2675 ], 2676 "support": { 2677 "issues": "https://github.com/reactphp/child-process/issues", 2678 "source": "https://github.com/reactphp/child-process/tree/v0.6.5" 2679 }, 2680 "funding": [ 2681 { 2682 "url": "https://github.com/WyriHaximus", 2683 "type": "github" 2684 }, 2685 { 2686 "url": "https://github.com/clue", 2687 "type": "github" 2688 } 2689 ], 2690 "time": "2022-09-16T13:41:56+00:00" 2691 }, 2692 { 2693 "name": "react/dns", 2694 "version": "v1.13.0", 2695 "source": { 2696 "type": "git", 2697 "url": "https://github.com/reactphp/dns.git", 2698 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" 2699 }, 2700 "dist": { 2701 "type": "zip", 2702 "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", 2703 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", 2704 "shasum": "" 2705 }, 2706 "require": { 2707 "php": ">=5.3.0", 2708 "react/cache": "^1.0 || ^0.6 || ^0.5", 2709 "react/event-loop": "^1.2", 2710 "react/promise": "^3.2 || ^2.7 || ^1.2.1" 2711 }, 2712 "require-dev": { 2713 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2714 "react/async": "^4.3 || ^3 || ^2", 2715 "react/promise-timer": "^1.11" 2716 }, 2717 "type": "library", 2718 "autoload": { 2719 "psr-4": { 2720 "React\\Dns\\": "src/" 2721 } 2722 }, 2723 "notification-url": "https://packagist.org/downloads/", 2724 "license": [ 2725 "MIT" 2726 ], 2727 "authors": [ 2728 { 2729 "name": "Christian Lück", 2730 "email": "christian@clue.engineering", 2731 "homepage": "https://clue.engineering/" 2732 }, 2733 { 2734 "name": "Cees-Jan Kiewiet", 2735 "email": "reactphp@ceesjankiewiet.nl", 2736 "homepage": "https://wyrihaximus.net/" 2737 }, 2738 { 2739 "name": "Jan Sorgalla", 2740 "email": "jsorgalla@gmail.com", 2741 "homepage": "https://sorgalla.com/" 2742 }, 2743 { 2744 "name": "Chris Boden", 2745 "email": "cboden@gmail.com", 2746 "homepage": "https://cboden.dev/" 2747 } 2748 ], 2749 "description": "Async DNS resolver for ReactPHP", 2750 "keywords": [ 2751 "async", 2752 "dns", 2753 "dns-resolver", 2754 "reactphp" 2755 ], 2756 "support": { 2757 "issues": "https://github.com/reactphp/dns/issues", 2758 "source": "https://github.com/reactphp/dns/tree/v1.13.0" 2759 }, 2760 "funding": [ 2761 { 2762 "url": "https://opencollective.com/reactphp", 2763 "type": "open_collective" 2764 } 2765 ], 2766 "time": "2024-06-13T14:18:03+00:00" 2767 }, 2768 { 2769 "name": "react/event-loop", 2770 "version": "v1.5.0", 2771 "source": { 2772 "type": "git", 2773 "url": "https://github.com/reactphp/event-loop.git", 2774 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354" 2775 }, 2776 "dist": { 2777 "type": "zip", 2778 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", 2779 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", 2780 "shasum": "" 2781 }, 2782 "require": { 2783 "php": ">=5.3.0" 2784 }, 2785 "require-dev": { 2786 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" 2787 }, 2788 "suggest": { 2789 "ext-pcntl": "For signal handling support when using the StreamSelectLoop" 2790 }, 2791 "type": "library", 2792 "autoload": { 2793 "psr-4": { 2794 "React\\EventLoop\\": "src/" 2795 } 2796 }, 2797 "notification-url": "https://packagist.org/downloads/", 2798 "license": [ 2799 "MIT" 2800 ], 2801 "authors": [ 2802 { 2803 "name": "Christian Lück", 2804 "email": "christian@clue.engineering", 2805 "homepage": "https://clue.engineering/" 2806 }, 2807 { 2808 "name": "Cees-Jan Kiewiet", 2809 "email": "reactphp@ceesjankiewiet.nl", 2810 "homepage": "https://wyrihaximus.net/" 2811 }, 2812 { 2813 "name": "Jan Sorgalla", 2814 "email": "jsorgalla@gmail.com", 2815 "homepage": "https://sorgalla.com/" 2816 }, 2817 { 2818 "name": "Chris Boden", 2819 "email": "cboden@gmail.com", 2820 "homepage": "https://cboden.dev/" 2821 } 2822 ], 2823 "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", 2824 "keywords": [ 2825 "asynchronous", 2826 "event-loop" 2827 ], 2828 "support": { 2829 "issues": "https://github.com/reactphp/event-loop/issues", 2830 "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" 2831 }, 2832 "funding": [ 2833 { 2834 "url": "https://opencollective.com/reactphp", 2835 "type": "open_collective" 2836 } 2837 ], 2838 "time": "2023-11-13T13:48:05+00:00" 2839 }, 2840 { 2841 "name": "react/promise", 2842 "version": "v3.2.0", 2843 "source": { 2844 "type": "git", 2845 "url": "https://github.com/reactphp/promise.git", 2846 "reference": "8a164643313c71354582dc850b42b33fa12a4b63" 2847 }, 2848 "dist": { 2849 "type": "zip", 2850 "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", 2851 "reference": "8a164643313c71354582dc850b42b33fa12a4b63", 2852 "shasum": "" 2853 }, 2854 "require": { 2855 "php": ">=7.1.0" 2856 }, 2857 "require-dev": { 2858 "phpstan/phpstan": "1.10.39 || 1.4.10", 2859 "phpunit/phpunit": "^9.6 || ^7.5" 2860 }, 2861 "type": "library", 2862 "autoload": { 2863 "files": [ 2864 "src/functions_include.php" 2865 ], 2866 "psr-4": { 2867 "React\\Promise\\": "src/" 2868 } 2869 }, 2870 "notification-url": "https://packagist.org/downloads/", 2871 "license": [ 2872 "MIT" 2873 ], 2874 "authors": [ 2875 { 2876 "name": "Jan Sorgalla", 2877 "email": "jsorgalla@gmail.com", 2878 "homepage": "https://sorgalla.com/" 2879 }, 2880 { 2881 "name": "Christian Lück", 2882 "email": "christian@clue.engineering", 2883 "homepage": "https://clue.engineering/" 2884 }, 2885 { 2886 "name": "Cees-Jan Kiewiet", 2887 "email": "reactphp@ceesjankiewiet.nl", 2888 "homepage": "https://wyrihaximus.net/" 2889 }, 2890 { 2891 "name": "Chris Boden", 2892 "email": "cboden@gmail.com", 2893 "homepage": "https://cboden.dev/" 2894 } 2895 ], 2896 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 2897 "keywords": [ 2898 "promise", 2899 "promises" 2900 ], 2901 "support": { 2902 "issues": "https://github.com/reactphp/promise/issues", 2903 "source": "https://github.com/reactphp/promise/tree/v3.2.0" 2904 }, 2905 "funding": [ 2906 { 2907 "url": "https://opencollective.com/reactphp", 2908 "type": "open_collective" 2909 } 2910 ], 2911 "time": "2024-05-24T10:39:05+00:00" 2912 }, 2913 { 2914 "name": "react/socket", 2915 "version": "v1.15.0", 2916 "source": { 2917 "type": "git", 2918 "url": "https://github.com/reactphp/socket.git", 2919 "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038" 2920 }, 2921 "dist": { 2922 "type": "zip", 2923 "url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038", 2924 "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038", 2925 "shasum": "" 2926 }, 2927 "require": { 2928 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 2929 "php": ">=5.3.0", 2930 "react/dns": "^1.11", 2931 "react/event-loop": "^1.2", 2932 "react/promise": "^3 || ^2.6 || ^1.2.1", 2933 "react/stream": "^1.2" 2934 }, 2935 "require-dev": { 2936 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2937 "react/async": "^4 || ^3 || ^2", 2938 "react/promise-stream": "^1.4", 2939 "react/promise-timer": "^1.10" 2940 }, 2941 "type": "library", 2942 "autoload": { 2943 "psr-4": { 2944 "React\\Socket\\": "src/" 2945 } 2946 }, 2947 "notification-url": "https://packagist.org/downloads/", 2948 "license": [ 2949 "MIT" 2950 ], 2951 "authors": [ 2952 { 2953 "name": "Christian Lück", 2954 "email": "christian@clue.engineering", 2955 "homepage": "https://clue.engineering/" 2956 }, 2957 { 2958 "name": "Cees-Jan Kiewiet", 2959 "email": "reactphp@ceesjankiewiet.nl", 2960 "homepage": "https://wyrihaximus.net/" 2961 }, 2962 { 2963 "name": "Jan Sorgalla", 2964 "email": "jsorgalla@gmail.com", 2965 "homepage": "https://sorgalla.com/" 2966 }, 2967 { 2968 "name": "Chris Boden", 2969 "email": "cboden@gmail.com", 2970 "homepage": "https://cboden.dev/" 2971 } 2972 ], 2973 "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", 2974 "keywords": [ 2975 "Connection", 2976 "Socket", 2977 "async", 2978 "reactphp", 2979 "stream" 2980 ], 2981 "support": { 2982 "issues": "https://github.com/reactphp/socket/issues", 2983 "source": "https://github.com/reactphp/socket/tree/v1.15.0" 2984 }, 2985 "funding": [ 2986 { 2987 "url": "https://opencollective.com/reactphp", 2988 "type": "open_collective" 2989 } 2990 ], 2991 "time": "2023-12-15T11:02:10+00:00" 2992 }, 2993 { 2994 "name": "react/stream", 2995 "version": "v1.4.0", 2996 "source": { 2997 "type": "git", 2998 "url": "https://github.com/reactphp/stream.git", 2999 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d" 3000 }, 3001 "dist": { 3002 "type": "zip", 3003 "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d", 3004 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d", 3005 "shasum": "" 3006 }, 3007 "require": { 3008 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 3009 "php": ">=5.3.8", 3010 "react/event-loop": "^1.2" 3011 }, 3012 "require-dev": { 3013 "clue/stream-filter": "~1.2", 3014 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" 3015 }, 3016 "type": "library", 3017 "autoload": { 3018 "psr-4": { 3019 "React\\Stream\\": "src/" 3020 } 3021 }, 3022 "notification-url": "https://packagist.org/downloads/", 3023 "license": [ 3024 "MIT" 3025 ], 3026 "authors": [ 3027 { 3028 "name": "Christian Lück", 3029 "email": "christian@clue.engineering", 3030 "homepage": "https://clue.engineering/" 3031 }, 3032 { 3033 "name": "Cees-Jan Kiewiet", 3034 "email": "reactphp@ceesjankiewiet.nl", 3035 "homepage": "https://wyrihaximus.net/" 3036 }, 3037 { 3038 "name": "Jan Sorgalla", 3039 "email": "jsorgalla@gmail.com", 3040 "homepage": "https://sorgalla.com/" 3041 }, 3042 { 3043 "name": "Chris Boden", 3044 "email": "cboden@gmail.com", 3045 "homepage": "https://cboden.dev/" 3046 } 3047 ], 3048 "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", 3049 "keywords": [ 3050 "event-driven", 3051 "io", 3052 "non-blocking", 3053 "pipe", 3054 "reactphp", 3055 "readable", 3056 "stream", 3057 "writable" 3058 ], 3059 "support": { 3060 "issues": "https://github.com/reactphp/stream/issues", 3061 "source": "https://github.com/reactphp/stream/tree/v1.4.0" 3062 }, 3063 "funding": [ 3064 { 3065 "url": "https://opencollective.com/reactphp", 3066 "type": "open_collective" 3067 } 3068 ], 3069 "time": "2024-06-11T12:45:25+00:00" 3070 }, 3071 { 2362 3072 "name": "scrutinizer/ocular", 2363 3073 "version": "1.9", … … 3369 4079 { 3370 4080 "name": "symfony/console", 3371 "version": "v5.4. 36",4081 "version": "v5.4.40", 3372 4082 "source": { 3373 4083 "type": "git", 3374 4084 "url": "https://github.com/symfony/console.git", 3375 "reference": " 39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e"3376 }, 3377 "dist": { 3378 "type": "zip", 3379 "url": "https://api.github.com/repos/symfony/console/zipball/ 39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",3380 "reference": " 39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",4085 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd" 4086 }, 4087 "dist": { 4088 "type": "zip", 4089 "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd", 4090 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd", 3381 4091 "shasum": "" 3382 4092 }, … … 3448 4158 ], 3449 4159 "support": { 3450 "source": "https://github.com/symfony/console/tree/v5.4. 36"4160 "source": "https://github.com/symfony/console/tree/v5.4.40" 3451 4161 }, 3452 4162 "funding": [ … … 3464 4174 } 3465 4175 ], 3466 "time": "2024-0 2-20T16:33:57+00:00"4176 "time": "2024-05-31T14:33:22+00:00" 3467 4177 }, 3468 4178 { … … 3535 4245 { 3536 4246 "name": "symfony/event-dispatcher", 3537 "version": "v5.4. 35",4247 "version": "v5.4.40", 3538 4248 "source": { 3539 4249 "type": "git", 3540 4250 "url": "https://github.com/symfony/event-dispatcher.git", 3541 "reference": " 7a69a85c7ea5bdd1e875806a99c51a87d3a74b38"3542 }, 3543 "dist": { 3544 "type": "zip", 3545 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ 7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",3546 "reference": " 7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",4251 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4" 4252 }, 4253 "dist": { 4254 "type": "zip", 4255 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a54e2a8a114065f31020d6a89ede83e34c3b27a4", 4256 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4", 3547 4257 "shasum": "" 3548 4258 }, … … 3600 4310 "homepage": "https://symfony.com", 3601 4311 "support": { 3602 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4. 35"4312 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.40" 3603 4313 }, 3604 4314 "funding": [ … … 3616 4326 } 3617 4327 ], 3618 "time": "2024-0 1-23T13:51:25+00:00"4328 "time": "2024-05-31T14:33:22+00:00" 3619 4329 }, 3620 4330 { … … 3699 4409 { 3700 4410 "name": "symfony/filesystem", 3701 "version": "v5.4. 38",4411 "version": "v5.4.40", 3702 4412 "source": { 3703 4413 "type": "git", 3704 4414 "url": "https://github.com/symfony/filesystem.git", 3705 "reference": " 899330a01056077271e2f614c7b28b0379a671eb"3706 }, 3707 "dist": { 3708 "type": "zip", 3709 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ 899330a01056077271e2f614c7b28b0379a671eb",3710 "reference": " 899330a01056077271e2f614c7b28b0379a671eb",4415 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995" 4416 }, 4417 "dist": { 4418 "type": "zip", 4419 "url": "https://api.github.com/repos/symfony/filesystem/zipball/26dd9912df6940810ea00f8f53ad48d6a3424995", 4420 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995", 3711 4421 "shasum": "" 3712 4422 }, … … 3717 4427 "symfony/polyfill-php80": "^1.16" 3718 4428 }, 4429 "require-dev": { 4430 "symfony/process": "^5.4|^6.4" 4431 }, 3719 4432 "type": "library", 3720 4433 "autoload": { … … 3743 4456 "homepage": "https://symfony.com", 3744 4457 "support": { 3745 "source": "https://github.com/symfony/filesystem/tree/v5.4. 38"4458 "source": "https://github.com/symfony/filesystem/tree/v5.4.40" 3746 4459 }, 3747 4460 "funding": [ … … 3759 4472 } 3760 4473 ], 3761 "time": "2024-0 3-21T08:05:07+00:00"4474 "time": "2024-05-31T14:33:22+00:00" 3762 4475 }, 3763 4476 { 3764 4477 "name": "symfony/finder", 3765 "version": "v5.4. 35",4478 "version": "v5.4.40", 3766 4479 "source": { 3767 4480 "type": "git", 3768 4481 "url": "https://github.com/symfony/finder.git", 3769 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435"3770 }, 3771 "dist": { 3772 "type": "zip", 3773 "url": "https://api.github.com/repos/symfony/finder/zipball/ abe6d6f77d9465fed3cd2d029b29d03b56b56435",3774 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435",4482 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce" 4483 }, 4484 "dist": { 4485 "type": "zip", 4486 "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce", 4487 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce", 3775 4488 "shasum": "" 3776 4489 }, … … 3806 4519 "homepage": "https://symfony.com", 3807 4520 "support": { 3808 "source": "https://github.com/symfony/finder/tree/v5.4. 35"4521 "source": "https://github.com/symfony/finder/tree/v5.4.40" 3809 4522 }, 3810 4523 "funding": [ … … 3822 4535 } 3823 4536 ], 3824 "time": "2024-0 1-23T13:51:25+00:00"4537 "time": "2024-05-31T14:33:22+00:00" 3825 4538 }, 3826 4539 { 3827 4540 "name": "symfony/options-resolver", 3828 "version": "v5.4. 21",4541 "version": "v5.4.40", 3829 4542 "source": { 3830 4543 "type": "git", 3831 4544 "url": "https://github.com/symfony/options-resolver.git", 3832 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"3833 }, 3834 "dist": { 3835 "type": "zip", 3836 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",3837 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",4545 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4" 4546 }, 4547 "dist": { 4548 "type": "zip", 4549 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4", 4550 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4", 3838 4551 "shasum": "" 3839 4552 }, … … 3875 4588 ], 3876 4589 "support": { 3877 "source": "https://github.com/symfony/options-resolver/tree/v5.4. 21"4590 "source": "https://github.com/symfony/options-resolver/tree/v5.4.40" 3878 4591 }, 3879 4592 "funding": [ … … 3891 4604 } 3892 4605 ], 3893 "time": "202 3-02-14T08:03:56+00:00"4606 "time": "2024-05-31T14:33:22+00:00" 3894 4607 }, 3895 4608 { … … 4445 5158 { 4446 5159 "name": "symfony/process", 4447 "version": "v5.4. 36",5160 "version": "v5.4.40", 4448 5161 "source": { 4449 5162 "type": "git", 4450 5163 "url": "https://github.com/symfony/process.git", 4451 "reference": " 4fdf34004f149cc20b2f51d7d119aa500caad975"4452 }, 4453 "dist": { 4454 "type": "zip", 4455 "url": "https://api.github.com/repos/symfony/process/zipball/ 4fdf34004f149cc20b2f51d7d119aa500caad975",4456 "reference": " 4fdf34004f149cc20b2f51d7d119aa500caad975",5164 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046" 5165 }, 5166 "dist": { 5167 "type": "zip", 5168 "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046", 5169 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046", 4457 5170 "shasum": "" 4458 5171 }, … … 4487 5200 "homepage": "https://symfony.com", 4488 5201 "support": { 4489 "source": "https://github.com/symfony/process/tree/v5.4. 36"5202 "source": "https://github.com/symfony/process/tree/v5.4.40" 4490 5203 }, 4491 5204 "funding": [ … … 4503 5216 } 4504 5217 ], 4505 "time": "2024-0 2-12T15:49:53+00:00"5218 "time": "2024-05-31T14:33:22+00:00" 4506 5219 }, 4507 5220 { … … 4590 5303 { 4591 5304 "name": "symfony/stopwatch", 4592 "version": "v5.4. 35",5305 "version": "v5.4.40", 4593 5306 "source": { 4594 5307 "type": "git", 4595 5308 "url": "https://github.com/symfony/stopwatch.git", 4596 "reference": " 887762aa99ff16f65dc8b48aafead415f942d407"4597 }, 4598 "dist": { 4599 "type": "zip", 4600 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/ 887762aa99ff16f65dc8b48aafead415f942d407",4601 "reference": " 887762aa99ff16f65dc8b48aafead415f942d407",5309 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625" 5310 }, 5311 "dist": { 5312 "type": "zip", 5313 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0e9daf3b7c805c747638b2cc48f1649e594f9625", 5314 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625", 4602 5315 "shasum": "" 4603 5316 }, … … 4632 5345 "homepage": "https://symfony.com", 4633 5346 "support": { 4634 "source": "https://github.com/symfony/stopwatch/tree/v5.4. 35"5347 "source": "https://github.com/symfony/stopwatch/tree/v5.4.40" 4635 5348 }, 4636 5349 "funding": [ … … 4648 5361 } 4649 5362 ], 4650 "time": "2024-0 1-23T13:51:25+00:00"5363 "time": "2024-05-31T14:33:22+00:00" 4651 5364 }, 4652 5365 { 4653 5366 "name": "symfony/string", 4654 "version": "v5.4. 36",5367 "version": "v5.4.40", 4655 5368 "source": { 4656 5369 "type": "git", 4657 5370 "url": "https://github.com/symfony/string.git", 4658 "reference": " 4e232c83622bd8cd32b794216aa29d0d266d353b"4659 }, 4660 "dist": { 4661 "type": "zip", 4662 "url": "https://api.github.com/repos/symfony/string/zipball/ 4e232c83622bd8cd32b794216aa29d0d266d353b",4663 "reference": " 4e232c83622bd8cd32b794216aa29d0d266d353b",5371 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143" 5372 }, 5373 "dist": { 5374 "type": "zip", 5375 "url": "https://api.github.com/repos/symfony/string/zipball/142877285aa974a6f7685e292ab5ba9aae86b143", 5376 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143", 4664 5377 "shasum": "" 4665 5378 }, … … 4718 5431 ], 4719 5432 "support": { 4720 "source": "https://github.com/symfony/string/tree/v5.4. 36"5433 "source": "https://github.com/symfony/string/tree/v5.4.40" 4721 5434 }, 4722 5435 "funding": [ … … 4734 5447 } 4735 5448 ], 4736 "time": "2024-0 2-01T08:49:30+00:00"5449 "time": "2024-05-31T14:33:22+00:00" 4737 5450 }, 4738 5451 { -
captcha-eu/tags/v1.0.32/readme.txt
r3072661 r3102608 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.3 17 Stable tag: 1.0.32 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = 1.0.32 = 64 add FragProtect 63 65 = 1.0.31 = 64 66 * allow skipping some gravitiyforms -
captcha-eu/tags/v1.0.32/src/Admin.php
r3072661 r3102608 54 54 // no captcha-eu plugins activated => skip sdk.js load 55 55 $plugins = get_option('captcha_at_plugin'); 56 if (is_array($plugins) && [] != $plugins) { 56 $fragProtect = get_option('captcha_at_fragprotect'); 57 $fragProtectEnabled = count($fragProtect) > 0; 58 59 if ((is_array($plugins) && [] != $plugins) || $fragProtectEnabled) { 57 60 // handle sdk.js loading 58 61 $this->enqueue_sdk_script(); … … 275 278 register_setting('captcha-at_settings', 'captcha_at_public_key'); 276 279 register_setting('captcha-at_settings', 'captcha_at_plugin'); 280 register_setting('captcha-at_settings', 'captcha_at_fragprotect'); 277 281 278 282 // additional settings -
captcha-eu/tags/v1.0.32/src/Core.php
r3067165 r3102608 11 11 private $frontend; 12 12 public $options; 13 private $fragProtect; 13 14 14 15 public function __construct() … … 21 22 $this->frontend = new Frontend($this); 22 23 $this->options = new Options($this); 24 $this->fragProtect = new FragProtect($this); 23 25 } 24 26 -
captcha-eu/tags/v1.0.32/src/partials/options-settings.php
r2914600 r3102608 141 141 ]), 142 142 ], 'plugins'); 143 144 echo $options->settingsPanel([ 145 $options->wrapInDiv('header', [ 146 $options->fieldTitle('Content Protection', 'plugin'), 147 $options->fieldLabel('captcha_at_fragprotect', __('Select Features', 'captcha-eu')), 148 ]), 149 $options->wrapInDiv('content', [ 150 $options->fieldInputCheckbox('captcha_at_fragprotect', [ 151 'Obfuscate and Protect' => [ 152 'icon' => '', 153 'link' => '', 154 'choices' => [ 155 'frag-protect-email-posts' => __('Emails in Post Content', 'captcha-eu'), 156 'frag-protect-email-comments' => __('Emails in User Comments', 'captcha-eu'), 157 'frag-protect-email-rss' => __('Emails in RSS Feed', 'captcha-eu'), 158 'frag-protect-email-rss-comments' => __('Emails in Comments in RSS Feed', 'captcha-eu'), 159 'frag-protect-block-feature' => __('Block based Protection', 'captcha-eu'), 160 'frag-protect-shortcode-feature' => __('Shortcode [captcha_protect]', 'captcha-eu'), 161 ], 162 ], 163 ], get_option('captcha_at_fragprotect'), true), 164 ]), 165 ], 'plugins'); 143 166 ?> 144 167 -
captcha-eu/tags/v1.0.32/vendor/autoload.php
r3072661 r3102608 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b::getLoader();25 return ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316::getLoader(); -
captcha-eu/tags/v1.0.32/vendor/composer/autoload_classmap.php
r2906145 r3102608 9 9 'CAPTCHA\\Plugin\\Admin' => $baseDir . '/src/Admin.php', 10 10 'CAPTCHA\\Plugin\\Core' => $baseDir . '/src/Core.php', 11 'CAPTCHA\\Plugin\\FragProtect' => $baseDir . '/src/FragProtect.php', 11 12 'CAPTCHA\\Plugin\\Frontend' => $baseDir . '/src/Frontend.php', 12 13 'CAPTCHA\\Plugin\\Options' => $baseDir . '/src/Options.php', -
captcha-eu/tags/v1.0.32/vendor/composer/autoload_real.php
r3072661 r3102608 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b5 class ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/tags/v1.0.32/vendor/composer/autoload_static.php
r3072661 r3102608 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b7 class ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 24 24 'CAPTCHA\\Plugin\\Admin' => __DIR__ . '/../..' . '/src/Admin.php', 25 25 'CAPTCHA\\Plugin\\Core' => __DIR__ . '/../..' . '/src/Core.php', 26 'CAPTCHA\\Plugin\\FragProtect' => __DIR__ . '/../..' . '/src/FragProtect.php', 26 27 'CAPTCHA\\Plugin\\Frontend' => __DIR__ . '/../..' . '/src/Frontend.php', 27 28 'CAPTCHA\\Plugin\\Options' => __DIR__ . '/../..' . '/src/Options.php', … … 32 33 { 33 34 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::$classMap;35 $loader->prefixLengthsPsr4 = ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::$prefixLengthsPsr4; 36 $loader->prefixDirsPsr4 = ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::$prefixDirsPsr4; 37 $loader->classMap = ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::$classMap; 37 38 38 39 }, null, ClassLoader::class); -
captcha-eu/tags/v1.0.32/vendor/composer/installers/.git/logs/HEAD
r3072661 r3102608 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 171 3390544+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> 171 3390544+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718350615 +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> 1718350616 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/tags/v1.0.32/vendor/composer/installers/.git/logs/refs/heads/main
r3072661 r3102608 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 171 3390544+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> 1718350615 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.32/vendor/composer/installers/.git/logs/refs/remotes/origin/HEAD
r3072661 r3102608 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 171 3390544+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> 1718350615 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/tags/v1.0.32/vendor/composer/installers/.git/objects/info/packs
r3072661 r3102608 1 P pack- 3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack1 P pack-66eca6ac218ca823955bd59e480d1b6d36fe9004.pack 2 2 -
captcha-eu/tags/v1.0.32/wp-captcha.php
r3072661 r3102608 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.3 16 * Version: 1.0.32 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/ -
captcha-eu/trunk/composer.lock
r3072661 r3102608 161 161 "packages-dev": [ 162 162 { 163 "name": "clue/ndjson-react", 164 "version": "v1.3.0", 165 "source": { 166 "type": "git", 167 "url": "https://github.com/clue/reactphp-ndjson.git", 168 "reference": "392dc165fce93b5bb5c637b67e59619223c931b0" 169 }, 170 "dist": { 171 "type": "zip", 172 "url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0", 173 "reference": "392dc165fce93b5bb5c637b67e59619223c931b0", 174 "shasum": "" 175 }, 176 "require": { 177 "php": ">=5.3", 178 "react/stream": "^1.2" 179 }, 180 "require-dev": { 181 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35", 182 "react/event-loop": "^1.2" 183 }, 184 "type": "library", 185 "autoload": { 186 "psr-4": { 187 "Clue\\React\\NDJson\\": "src/" 188 } 189 }, 190 "notification-url": "https://packagist.org/downloads/", 191 "license": [ 192 "MIT" 193 ], 194 "authors": [ 195 { 196 "name": "Christian Lück", 197 "email": "christian@clue.engineering" 198 } 199 ], 200 "description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.", 201 "homepage": "https://github.com/clue/reactphp-ndjson", 202 "keywords": [ 203 "NDJSON", 204 "json", 205 "jsonlines", 206 "newline", 207 "reactphp", 208 "streaming" 209 ], 210 "support": { 211 "issues": "https://github.com/clue/reactphp-ndjson/issues", 212 "source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0" 213 }, 214 "funding": [ 215 { 216 "url": "https://clue.engineering/support", 217 "type": "custom" 218 }, 219 { 220 "url": "https://github.com/clue", 221 "type": "github" 222 } 223 ], 224 "time": "2022-12-23T10:58:28+00:00" 225 }, 226 { 163 227 "name": "composer/pcre", 164 "version": "3.1. 3",228 "version": "3.1.4", 165 229 "source": { 166 230 "type": "git", 167 231 "url": "https://github.com/composer/pcre.git", 168 "reference": " 5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"169 }, 170 "dist": { 171 "type": "zip", 172 "url": "https://api.github.com/repos/composer/pcre/zipball/ 5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",173 "reference": " 5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",232 "reference": "04229f163664973f68f38f6f73d917799168ef24" 233 }, 234 "dist": { 235 "type": "zip", 236 "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", 237 "reference": "04229f163664973f68f38f6f73d917799168ef24", 174 238 "shasum": "" 175 239 }, … … 213 277 "support": { 214 278 "issues": "https://github.com/composer/pcre/issues", 215 "source": "https://github.com/composer/pcre/tree/3.1. 3"279 "source": "https://github.com/composer/pcre/tree/3.1.4" 216 280 }, 217 281 "funding": [ … … 229 293 } 230 294 ], 231 "time": "2024-0 3-19T10:26:25+00:00"295 "time": "2024-05-27T13:40:54+00:00" 232 296 }, 233 297 { … … 314 378 { 315 379 "name": "composer/xdebug-handler", 316 "version": "3.0. 4",380 "version": "3.0.5", 317 381 "source": { 318 382 "type": "git", 319 383 "url": "https://github.com/composer/xdebug-handler.git", 320 "reference": " 4f988f8fdf580d53bdb2d1278fe93d1ed5462255"321 }, 322 "dist": { 323 "type": "zip", 324 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ 4f988f8fdf580d53bdb2d1278fe93d1ed5462255",325 "reference": " 4f988f8fdf580d53bdb2d1278fe93d1ed5462255",384 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" 385 }, 386 "dist": { 387 "type": "zip", 388 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", 389 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", 326 390 "shasum": "" 327 391 }, … … 360 424 "irc": "ircs://irc.libera.chat:6697/composer", 361 425 "issues": "https://github.com/composer/xdebug-handler/issues", 362 "source": "https://github.com/composer/xdebug-handler/tree/3.0. 4"426 "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" 363 427 }, 364 428 "funding": [ … … 376 440 } 377 441 ], 378 "time": "2024-0 3-26T18:29:49+00:00"442 "time": "2024-05-06T16:37:16+00:00" 379 443 }, 380 444 { … … 574 638 }, 575 639 { 640 "name": "evenement/evenement", 641 "version": "v3.0.2", 642 "source": { 643 "type": "git", 644 "url": "https://github.com/igorw/evenement.git", 645 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc" 646 }, 647 "dist": { 648 "type": "zip", 649 "url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc", 650 "reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc", 651 "shasum": "" 652 }, 653 "require": { 654 "php": ">=7.0" 655 }, 656 "require-dev": { 657 "phpunit/phpunit": "^9 || ^6" 658 }, 659 "type": "library", 660 "autoload": { 661 "psr-4": { 662 "Evenement\\": "src/" 663 } 664 }, 665 "notification-url": "https://packagist.org/downloads/", 666 "license": [ 667 "MIT" 668 ], 669 "authors": [ 670 { 671 "name": "Igor Wiedler", 672 "email": "igor@wiedler.ch" 673 } 674 ], 675 "description": "Événement is a very simple event dispatching library for PHP", 676 "keywords": [ 677 "event-dispatcher", 678 "event-emitter" 679 ], 680 "support": { 681 "issues": "https://github.com/igorw/evenement/issues", 682 "source": "https://github.com/igorw/evenement/tree/v3.0.2" 683 }, 684 "time": "2023-08-08T05:53:35+00:00" 685 }, 686 { 687 "name": "fidry/cpu-core-counter", 688 "version": "1.1.0", 689 "source": { 690 "type": "git", 691 "url": "https://github.com/theofidry/cpu-core-counter.git", 692 "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42" 693 }, 694 "dist": { 695 "type": "zip", 696 "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42", 697 "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42", 698 "shasum": "" 699 }, 700 "require": { 701 "php": "^7.2 || ^8.0" 702 }, 703 "require-dev": { 704 "fidry/makefile": "^0.2.0", 705 "fidry/php-cs-fixer-config": "^1.1.2", 706 "phpstan/extension-installer": "^1.2.0", 707 "phpstan/phpstan": "^1.9.2", 708 "phpstan/phpstan-deprecation-rules": "^1.0.0", 709 "phpstan/phpstan-phpunit": "^1.2.2", 710 "phpstan/phpstan-strict-rules": "^1.4.4", 711 "phpunit/phpunit": "^8.5.31 || ^9.5.26", 712 "webmozarts/strict-phpunit": "^7.5" 713 }, 714 "type": "library", 715 "autoload": { 716 "psr-4": { 717 "Fidry\\CpuCoreCounter\\": "src/" 718 } 719 }, 720 "notification-url": "https://packagist.org/downloads/", 721 "license": [ 722 "MIT" 723 ], 724 "authors": [ 725 { 726 "name": "Théo FIDRY", 727 "email": "theo.fidry@gmail.com" 728 } 729 ], 730 "description": "Tiny utility to get the number of CPU cores.", 731 "keywords": [ 732 "CPU", 733 "core" 734 ], 735 "support": { 736 "issues": "https://github.com/theofidry/cpu-core-counter/issues", 737 "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" 738 }, 739 "funding": [ 740 { 741 "url": "https://github.com/theofidry", 742 "type": "github" 743 } 744 ], 745 "time": "2024-02-07T09:43:46+00:00" 746 }, 747 { 576 748 "name": "friendsofphp/php-cs-fixer", 577 "version": "v3.5 4.0",749 "version": "v3.58.1", 578 750 "source": { 579 751 "type": "git", 580 752 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 581 "reference": "2aecbc8640d7906c38777b3dcab6f4ca79004d08" 582 }, 583 "dist": { 584 "type": "zip", 585 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/2aecbc8640d7906c38777b3dcab6f4ca79004d08", 586 "reference": "2aecbc8640d7906c38777b3dcab6f4ca79004d08", 587 "shasum": "" 588 }, 589 "require": { 753 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff" 754 }, 755 "dist": { 756 "type": "zip", 757 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/04e9424025677a86914b9a4944dbbf4060bb0aff", 758 "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff", 759 "shasum": "" 760 }, 761 "require": { 762 "clue/ndjson-react": "^1.0", 590 763 "composer/semver": "^3.4", 591 764 "composer/xdebug-handler": "^3.0.3", … … 593 766 "ext-json": "*", 594 767 "ext-tokenizer": "*", 768 "fidry/cpu-core-counter": "^1.0", 595 769 "php": "^7.4 || ^8.0", 770 "react/child-process": "^0.6.5", 771 "react/event-loop": "^1.0", 772 "react/promise": "^2.0 || ^3.0", 773 "react/socket": "^1.0", 774 "react/stream": "^1.0", 596 775 "sebastian/diff": "^4.0 || ^5.0 || ^6.0", 597 776 "symfony/console": "^5.4 || ^6.0 || ^7.0", … … 656 835 "support": { 657 836 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 658 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.5 4.0"837 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.58.1" 659 838 }, 660 839 "funding": [ … … 664 843 } 665 844 ], 666 "time": "2024-0 4-17T08:12:13+00:00"845 "time": "2024-05-29T16:39:07+00:00" 667 846 }, 668 847 { … … 1154 1333 { 1155 1334 "name": "myclabs/deep-copy", 1156 "version": "1.1 1.1",1335 "version": "1.12.0", 1157 1336 "source": { 1158 1337 "type": "git", 1159 1338 "url": "https://github.com/myclabs/DeepCopy.git", 1160 "reference": " 7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"1161 }, 1162 "dist": { 1163 "type": "zip", 1164 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",1165 "reference": " 7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",1339 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" 1340 }, 1341 "dist": { 1342 "type": "zip", 1343 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", 1344 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", 1166 1345 "shasum": "" 1167 1346 }, … … 1171 1350 "conflict": { 1172 1351 "doctrine/collections": "<1.6.8", 1173 "doctrine/common": "<2.13.3 || >=3 ,<3.2.2"1352 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 1174 1353 }, 1175 1354 "require-dev": { 1176 1355 "doctrine/collections": "^1.6.8", 1177 1356 "doctrine/common": "^2.13.3 || ^3.2.2", 1357 "phpspec/prophecy": "^1.10", 1178 1358 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 1179 1359 }, … … 1201 1381 "support": { 1202 1382 "issues": "https://github.com/myclabs/DeepCopy/issues", 1203 "source": "https://github.com/myclabs/DeepCopy/tree/1.1 1.1"1383 "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" 1204 1384 }, 1205 1385 "funding": [ … … 1209 1389 } 1210 1390 ], 1211 "time": "202 3-03-08T13:26:56+00:00"1391 "time": "2024-06-12T14:39:25+00:00" 1212 1392 }, 1213 1393 { … … 1540 1720 { 1541 1721 "name": "phpstan/phpdoc-parser", 1542 "version": "1.2 8.0",1722 "version": "1.29.1", 1543 1723 "source": { 1544 1724 "type": "git", 1545 1725 "url": "https://github.com/phpstan/phpdoc-parser.git", 1546 "reference": " cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"1547 }, 1548 "dist": { 1549 "type": "zip", 1550 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",1551 "reference": " cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",1726 "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" 1727 }, 1728 "dist": { 1729 "type": "zip", 1730 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", 1731 "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", 1552 1732 "shasum": "" 1553 1733 }, … … 1581 1761 "support": { 1582 1762 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1583 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.2 8.0"1584 }, 1585 "time": "2024-0 4-03T18:51:33+00:00"1763 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" 1764 }, 1765 "time": "2024-05-31T08:52:43+00:00" 1586 1766 }, 1587 1767 { … … 2159 2339 { 2160 2340 "name": "psr/http-factory", 2161 "version": "1. 0.2",2341 "version": "1.1.0", 2162 2342 "source": { 2163 2343 "type": "git", 2164 2344 "url": "https://github.com/php-fig/http-factory.git", 2165 "reference": " e616d01114759c4c489f93b099585439f795fe35"2166 }, 2167 "dist": { 2168 "type": "zip", 2169 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/ e616d01114759c4c489f93b099585439f795fe35",2170 "reference": " e616d01114759c4c489f93b099585439f795fe35",2171 "shasum": "" 2172 }, 2173 "require": { 2174 "php": ">=7. 0.0",2345 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" 2346 }, 2347 "dist": { 2348 "type": "zip", 2349 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 2350 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", 2351 "shasum": "" 2352 }, 2353 "require": { 2354 "php": ">=7.1", 2175 2355 "psr/http-message": "^1.0 || ^2.0" 2176 2356 }, … … 2196 2376 } 2197 2377 ], 2198 "description": " Common interfaces for PSR-7 HTTP message factories",2378 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", 2199 2379 "keywords": [ 2200 2380 "factory", … … 2208 2388 ], 2209 2389 "support": { 2210 "source": "https://github.com/php-fig/http-factory /tree/1.0.2"2211 }, 2212 "time": "202 3-04-10T20:10:41+00:00"2390 "source": "https://github.com/php-fig/http-factory" 2391 }, 2392 "time": "2024-04-15T12:06:14+00:00" 2213 2393 }, 2214 2394 { … … 2360 2540 }, 2361 2541 { 2542 "name": "react/cache", 2543 "version": "v1.2.0", 2544 "source": { 2545 "type": "git", 2546 "url": "https://github.com/reactphp/cache.git", 2547 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b" 2548 }, 2549 "dist": { 2550 "type": "zip", 2551 "url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b", 2552 "reference": "d47c472b64aa5608225f47965a484b75c7817d5b", 2553 "shasum": "" 2554 }, 2555 "require": { 2556 "php": ">=5.3.0", 2557 "react/promise": "^3.0 || ^2.0 || ^1.1" 2558 }, 2559 "require-dev": { 2560 "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" 2561 }, 2562 "type": "library", 2563 "autoload": { 2564 "psr-4": { 2565 "React\\Cache\\": "src/" 2566 } 2567 }, 2568 "notification-url": "https://packagist.org/downloads/", 2569 "license": [ 2570 "MIT" 2571 ], 2572 "authors": [ 2573 { 2574 "name": "Christian Lück", 2575 "email": "christian@clue.engineering", 2576 "homepage": "https://clue.engineering/" 2577 }, 2578 { 2579 "name": "Cees-Jan Kiewiet", 2580 "email": "reactphp@ceesjankiewiet.nl", 2581 "homepage": "https://wyrihaximus.net/" 2582 }, 2583 { 2584 "name": "Jan Sorgalla", 2585 "email": "jsorgalla@gmail.com", 2586 "homepage": "https://sorgalla.com/" 2587 }, 2588 { 2589 "name": "Chris Boden", 2590 "email": "cboden@gmail.com", 2591 "homepage": "https://cboden.dev/" 2592 } 2593 ], 2594 "description": "Async, Promise-based cache interface for ReactPHP", 2595 "keywords": [ 2596 "cache", 2597 "caching", 2598 "promise", 2599 "reactphp" 2600 ], 2601 "support": { 2602 "issues": "https://github.com/reactphp/cache/issues", 2603 "source": "https://github.com/reactphp/cache/tree/v1.2.0" 2604 }, 2605 "funding": [ 2606 { 2607 "url": "https://opencollective.com/reactphp", 2608 "type": "open_collective" 2609 } 2610 ], 2611 "time": "2022-11-30T15:59:55+00:00" 2612 }, 2613 { 2614 "name": "react/child-process", 2615 "version": "v0.6.5", 2616 "source": { 2617 "type": "git", 2618 "url": "https://github.com/reactphp/child-process.git", 2619 "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43" 2620 }, 2621 "dist": { 2622 "type": "zip", 2623 "url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", 2624 "reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", 2625 "shasum": "" 2626 }, 2627 "require": { 2628 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 2629 "php": ">=5.3.0", 2630 "react/event-loop": "^1.2", 2631 "react/stream": "^1.2" 2632 }, 2633 "require-dev": { 2634 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", 2635 "react/socket": "^1.8", 2636 "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" 2637 }, 2638 "type": "library", 2639 "autoload": { 2640 "psr-4": { 2641 "React\\ChildProcess\\": "src" 2642 } 2643 }, 2644 "notification-url": "https://packagist.org/downloads/", 2645 "license": [ 2646 "MIT" 2647 ], 2648 "authors": [ 2649 { 2650 "name": "Christian Lück", 2651 "email": "christian@clue.engineering", 2652 "homepage": "https://clue.engineering/" 2653 }, 2654 { 2655 "name": "Cees-Jan Kiewiet", 2656 "email": "reactphp@ceesjankiewiet.nl", 2657 "homepage": "https://wyrihaximus.net/" 2658 }, 2659 { 2660 "name": "Jan Sorgalla", 2661 "email": "jsorgalla@gmail.com", 2662 "homepage": "https://sorgalla.com/" 2663 }, 2664 { 2665 "name": "Chris Boden", 2666 "email": "cboden@gmail.com", 2667 "homepage": "https://cboden.dev/" 2668 } 2669 ], 2670 "description": "Event-driven library for executing child processes with ReactPHP.", 2671 "keywords": [ 2672 "event-driven", 2673 "process", 2674 "reactphp" 2675 ], 2676 "support": { 2677 "issues": "https://github.com/reactphp/child-process/issues", 2678 "source": "https://github.com/reactphp/child-process/tree/v0.6.5" 2679 }, 2680 "funding": [ 2681 { 2682 "url": "https://github.com/WyriHaximus", 2683 "type": "github" 2684 }, 2685 { 2686 "url": "https://github.com/clue", 2687 "type": "github" 2688 } 2689 ], 2690 "time": "2022-09-16T13:41:56+00:00" 2691 }, 2692 { 2693 "name": "react/dns", 2694 "version": "v1.13.0", 2695 "source": { 2696 "type": "git", 2697 "url": "https://github.com/reactphp/dns.git", 2698 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5" 2699 }, 2700 "dist": { 2701 "type": "zip", 2702 "url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", 2703 "reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5", 2704 "shasum": "" 2705 }, 2706 "require": { 2707 "php": ">=5.3.0", 2708 "react/cache": "^1.0 || ^0.6 || ^0.5", 2709 "react/event-loop": "^1.2", 2710 "react/promise": "^3.2 || ^2.7 || ^1.2.1" 2711 }, 2712 "require-dev": { 2713 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2714 "react/async": "^4.3 || ^3 || ^2", 2715 "react/promise-timer": "^1.11" 2716 }, 2717 "type": "library", 2718 "autoload": { 2719 "psr-4": { 2720 "React\\Dns\\": "src/" 2721 } 2722 }, 2723 "notification-url": "https://packagist.org/downloads/", 2724 "license": [ 2725 "MIT" 2726 ], 2727 "authors": [ 2728 { 2729 "name": "Christian Lück", 2730 "email": "christian@clue.engineering", 2731 "homepage": "https://clue.engineering/" 2732 }, 2733 { 2734 "name": "Cees-Jan Kiewiet", 2735 "email": "reactphp@ceesjankiewiet.nl", 2736 "homepage": "https://wyrihaximus.net/" 2737 }, 2738 { 2739 "name": "Jan Sorgalla", 2740 "email": "jsorgalla@gmail.com", 2741 "homepage": "https://sorgalla.com/" 2742 }, 2743 { 2744 "name": "Chris Boden", 2745 "email": "cboden@gmail.com", 2746 "homepage": "https://cboden.dev/" 2747 } 2748 ], 2749 "description": "Async DNS resolver for ReactPHP", 2750 "keywords": [ 2751 "async", 2752 "dns", 2753 "dns-resolver", 2754 "reactphp" 2755 ], 2756 "support": { 2757 "issues": "https://github.com/reactphp/dns/issues", 2758 "source": "https://github.com/reactphp/dns/tree/v1.13.0" 2759 }, 2760 "funding": [ 2761 { 2762 "url": "https://opencollective.com/reactphp", 2763 "type": "open_collective" 2764 } 2765 ], 2766 "time": "2024-06-13T14:18:03+00:00" 2767 }, 2768 { 2769 "name": "react/event-loop", 2770 "version": "v1.5.0", 2771 "source": { 2772 "type": "git", 2773 "url": "https://github.com/reactphp/event-loop.git", 2774 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354" 2775 }, 2776 "dist": { 2777 "type": "zip", 2778 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", 2779 "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354", 2780 "shasum": "" 2781 }, 2782 "require": { 2783 "php": ">=5.3.0" 2784 }, 2785 "require-dev": { 2786 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" 2787 }, 2788 "suggest": { 2789 "ext-pcntl": "For signal handling support when using the StreamSelectLoop" 2790 }, 2791 "type": "library", 2792 "autoload": { 2793 "psr-4": { 2794 "React\\EventLoop\\": "src/" 2795 } 2796 }, 2797 "notification-url": "https://packagist.org/downloads/", 2798 "license": [ 2799 "MIT" 2800 ], 2801 "authors": [ 2802 { 2803 "name": "Christian Lück", 2804 "email": "christian@clue.engineering", 2805 "homepage": "https://clue.engineering/" 2806 }, 2807 { 2808 "name": "Cees-Jan Kiewiet", 2809 "email": "reactphp@ceesjankiewiet.nl", 2810 "homepage": "https://wyrihaximus.net/" 2811 }, 2812 { 2813 "name": "Jan Sorgalla", 2814 "email": "jsorgalla@gmail.com", 2815 "homepage": "https://sorgalla.com/" 2816 }, 2817 { 2818 "name": "Chris Boden", 2819 "email": "cboden@gmail.com", 2820 "homepage": "https://cboden.dev/" 2821 } 2822 ], 2823 "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", 2824 "keywords": [ 2825 "asynchronous", 2826 "event-loop" 2827 ], 2828 "support": { 2829 "issues": "https://github.com/reactphp/event-loop/issues", 2830 "source": "https://github.com/reactphp/event-loop/tree/v1.5.0" 2831 }, 2832 "funding": [ 2833 { 2834 "url": "https://opencollective.com/reactphp", 2835 "type": "open_collective" 2836 } 2837 ], 2838 "time": "2023-11-13T13:48:05+00:00" 2839 }, 2840 { 2841 "name": "react/promise", 2842 "version": "v3.2.0", 2843 "source": { 2844 "type": "git", 2845 "url": "https://github.com/reactphp/promise.git", 2846 "reference": "8a164643313c71354582dc850b42b33fa12a4b63" 2847 }, 2848 "dist": { 2849 "type": "zip", 2850 "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", 2851 "reference": "8a164643313c71354582dc850b42b33fa12a4b63", 2852 "shasum": "" 2853 }, 2854 "require": { 2855 "php": ">=7.1.0" 2856 }, 2857 "require-dev": { 2858 "phpstan/phpstan": "1.10.39 || 1.4.10", 2859 "phpunit/phpunit": "^9.6 || ^7.5" 2860 }, 2861 "type": "library", 2862 "autoload": { 2863 "files": [ 2864 "src/functions_include.php" 2865 ], 2866 "psr-4": { 2867 "React\\Promise\\": "src/" 2868 } 2869 }, 2870 "notification-url": "https://packagist.org/downloads/", 2871 "license": [ 2872 "MIT" 2873 ], 2874 "authors": [ 2875 { 2876 "name": "Jan Sorgalla", 2877 "email": "jsorgalla@gmail.com", 2878 "homepage": "https://sorgalla.com/" 2879 }, 2880 { 2881 "name": "Christian Lück", 2882 "email": "christian@clue.engineering", 2883 "homepage": "https://clue.engineering/" 2884 }, 2885 { 2886 "name": "Cees-Jan Kiewiet", 2887 "email": "reactphp@ceesjankiewiet.nl", 2888 "homepage": "https://wyrihaximus.net/" 2889 }, 2890 { 2891 "name": "Chris Boden", 2892 "email": "cboden@gmail.com", 2893 "homepage": "https://cboden.dev/" 2894 } 2895 ], 2896 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 2897 "keywords": [ 2898 "promise", 2899 "promises" 2900 ], 2901 "support": { 2902 "issues": "https://github.com/reactphp/promise/issues", 2903 "source": "https://github.com/reactphp/promise/tree/v3.2.0" 2904 }, 2905 "funding": [ 2906 { 2907 "url": "https://opencollective.com/reactphp", 2908 "type": "open_collective" 2909 } 2910 ], 2911 "time": "2024-05-24T10:39:05+00:00" 2912 }, 2913 { 2914 "name": "react/socket", 2915 "version": "v1.15.0", 2916 "source": { 2917 "type": "git", 2918 "url": "https://github.com/reactphp/socket.git", 2919 "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038" 2920 }, 2921 "dist": { 2922 "type": "zip", 2923 "url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038", 2924 "reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038", 2925 "shasum": "" 2926 }, 2927 "require": { 2928 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 2929 "php": ">=5.3.0", 2930 "react/dns": "^1.11", 2931 "react/event-loop": "^1.2", 2932 "react/promise": "^3 || ^2.6 || ^1.2.1", 2933 "react/stream": "^1.2" 2934 }, 2935 "require-dev": { 2936 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", 2937 "react/async": "^4 || ^3 || ^2", 2938 "react/promise-stream": "^1.4", 2939 "react/promise-timer": "^1.10" 2940 }, 2941 "type": "library", 2942 "autoload": { 2943 "psr-4": { 2944 "React\\Socket\\": "src/" 2945 } 2946 }, 2947 "notification-url": "https://packagist.org/downloads/", 2948 "license": [ 2949 "MIT" 2950 ], 2951 "authors": [ 2952 { 2953 "name": "Christian Lück", 2954 "email": "christian@clue.engineering", 2955 "homepage": "https://clue.engineering/" 2956 }, 2957 { 2958 "name": "Cees-Jan Kiewiet", 2959 "email": "reactphp@ceesjankiewiet.nl", 2960 "homepage": "https://wyrihaximus.net/" 2961 }, 2962 { 2963 "name": "Jan Sorgalla", 2964 "email": "jsorgalla@gmail.com", 2965 "homepage": "https://sorgalla.com/" 2966 }, 2967 { 2968 "name": "Chris Boden", 2969 "email": "cboden@gmail.com", 2970 "homepage": "https://cboden.dev/" 2971 } 2972 ], 2973 "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", 2974 "keywords": [ 2975 "Connection", 2976 "Socket", 2977 "async", 2978 "reactphp", 2979 "stream" 2980 ], 2981 "support": { 2982 "issues": "https://github.com/reactphp/socket/issues", 2983 "source": "https://github.com/reactphp/socket/tree/v1.15.0" 2984 }, 2985 "funding": [ 2986 { 2987 "url": "https://opencollective.com/reactphp", 2988 "type": "open_collective" 2989 } 2990 ], 2991 "time": "2023-12-15T11:02:10+00:00" 2992 }, 2993 { 2994 "name": "react/stream", 2995 "version": "v1.4.0", 2996 "source": { 2997 "type": "git", 2998 "url": "https://github.com/reactphp/stream.git", 2999 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d" 3000 }, 3001 "dist": { 3002 "type": "zip", 3003 "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d", 3004 "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d", 3005 "shasum": "" 3006 }, 3007 "require": { 3008 "evenement/evenement": "^3.0 || ^2.0 || ^1.0", 3009 "php": ">=5.3.8", 3010 "react/event-loop": "^1.2" 3011 }, 3012 "require-dev": { 3013 "clue/stream-filter": "~1.2", 3014 "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" 3015 }, 3016 "type": "library", 3017 "autoload": { 3018 "psr-4": { 3019 "React\\Stream\\": "src/" 3020 } 3021 }, 3022 "notification-url": "https://packagist.org/downloads/", 3023 "license": [ 3024 "MIT" 3025 ], 3026 "authors": [ 3027 { 3028 "name": "Christian Lück", 3029 "email": "christian@clue.engineering", 3030 "homepage": "https://clue.engineering/" 3031 }, 3032 { 3033 "name": "Cees-Jan Kiewiet", 3034 "email": "reactphp@ceesjankiewiet.nl", 3035 "homepage": "https://wyrihaximus.net/" 3036 }, 3037 { 3038 "name": "Jan Sorgalla", 3039 "email": "jsorgalla@gmail.com", 3040 "homepage": "https://sorgalla.com/" 3041 }, 3042 { 3043 "name": "Chris Boden", 3044 "email": "cboden@gmail.com", 3045 "homepage": "https://cboden.dev/" 3046 } 3047 ], 3048 "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", 3049 "keywords": [ 3050 "event-driven", 3051 "io", 3052 "non-blocking", 3053 "pipe", 3054 "reactphp", 3055 "readable", 3056 "stream", 3057 "writable" 3058 ], 3059 "support": { 3060 "issues": "https://github.com/reactphp/stream/issues", 3061 "source": "https://github.com/reactphp/stream/tree/v1.4.0" 3062 }, 3063 "funding": [ 3064 { 3065 "url": "https://opencollective.com/reactphp", 3066 "type": "open_collective" 3067 } 3068 ], 3069 "time": "2024-06-11T12:45:25+00:00" 3070 }, 3071 { 2362 3072 "name": "scrutinizer/ocular", 2363 3073 "version": "1.9", … … 3369 4079 { 3370 4080 "name": "symfony/console", 3371 "version": "v5.4. 36",4081 "version": "v5.4.40", 3372 4082 "source": { 3373 4083 "type": "git", 3374 4084 "url": "https://github.com/symfony/console.git", 3375 "reference": " 39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e"3376 }, 3377 "dist": { 3378 "type": "zip", 3379 "url": "https://api.github.com/repos/symfony/console/zipball/ 39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",3380 "reference": " 39f75d9d73d0c11952fdcecf4877b4d0f62a8f6e",4085 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd" 4086 }, 4087 "dist": { 4088 "type": "zip", 4089 "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd", 4090 "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd", 3381 4091 "shasum": "" 3382 4092 }, … … 3448 4158 ], 3449 4159 "support": { 3450 "source": "https://github.com/symfony/console/tree/v5.4. 36"4160 "source": "https://github.com/symfony/console/tree/v5.4.40" 3451 4161 }, 3452 4162 "funding": [ … … 3464 4174 } 3465 4175 ], 3466 "time": "2024-0 2-20T16:33:57+00:00"4176 "time": "2024-05-31T14:33:22+00:00" 3467 4177 }, 3468 4178 { … … 3535 4245 { 3536 4246 "name": "symfony/event-dispatcher", 3537 "version": "v5.4. 35",4247 "version": "v5.4.40", 3538 4248 "source": { 3539 4249 "type": "git", 3540 4250 "url": "https://github.com/symfony/event-dispatcher.git", 3541 "reference": " 7a69a85c7ea5bdd1e875806a99c51a87d3a74b38"3542 }, 3543 "dist": { 3544 "type": "zip", 3545 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ 7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",3546 "reference": " 7a69a85c7ea5bdd1e875806a99c51a87d3a74b38",4251 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4" 4252 }, 4253 "dist": { 4254 "type": "zip", 4255 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a54e2a8a114065f31020d6a89ede83e34c3b27a4", 4256 "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4", 3547 4257 "shasum": "" 3548 4258 }, … … 3600 4310 "homepage": "https://symfony.com", 3601 4311 "support": { 3602 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4. 35"4312 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.40" 3603 4313 }, 3604 4314 "funding": [ … … 3616 4326 } 3617 4327 ], 3618 "time": "2024-0 1-23T13:51:25+00:00"4328 "time": "2024-05-31T14:33:22+00:00" 3619 4329 }, 3620 4330 { … … 3699 4409 { 3700 4410 "name": "symfony/filesystem", 3701 "version": "v5.4. 38",4411 "version": "v5.4.40", 3702 4412 "source": { 3703 4413 "type": "git", 3704 4414 "url": "https://github.com/symfony/filesystem.git", 3705 "reference": " 899330a01056077271e2f614c7b28b0379a671eb"3706 }, 3707 "dist": { 3708 "type": "zip", 3709 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ 899330a01056077271e2f614c7b28b0379a671eb",3710 "reference": " 899330a01056077271e2f614c7b28b0379a671eb",4415 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995" 4416 }, 4417 "dist": { 4418 "type": "zip", 4419 "url": "https://api.github.com/repos/symfony/filesystem/zipball/26dd9912df6940810ea00f8f53ad48d6a3424995", 4420 "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995", 3711 4421 "shasum": "" 3712 4422 }, … … 3717 4427 "symfony/polyfill-php80": "^1.16" 3718 4428 }, 4429 "require-dev": { 4430 "symfony/process": "^5.4|^6.4" 4431 }, 3719 4432 "type": "library", 3720 4433 "autoload": { … … 3743 4456 "homepage": "https://symfony.com", 3744 4457 "support": { 3745 "source": "https://github.com/symfony/filesystem/tree/v5.4. 38"4458 "source": "https://github.com/symfony/filesystem/tree/v5.4.40" 3746 4459 }, 3747 4460 "funding": [ … … 3759 4472 } 3760 4473 ], 3761 "time": "2024-0 3-21T08:05:07+00:00"4474 "time": "2024-05-31T14:33:22+00:00" 3762 4475 }, 3763 4476 { 3764 4477 "name": "symfony/finder", 3765 "version": "v5.4. 35",4478 "version": "v5.4.40", 3766 4479 "source": { 3767 4480 "type": "git", 3768 4481 "url": "https://github.com/symfony/finder.git", 3769 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435"3770 }, 3771 "dist": { 3772 "type": "zip", 3773 "url": "https://api.github.com/repos/symfony/finder/zipball/ abe6d6f77d9465fed3cd2d029b29d03b56b56435",3774 "reference": " abe6d6f77d9465fed3cd2d029b29d03b56b56435",4482 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce" 4483 }, 4484 "dist": { 4485 "type": "zip", 4486 "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce", 4487 "reference": "f51cff4687547641c7d8180d74932ab40b2205ce", 3775 4488 "shasum": "" 3776 4489 }, … … 3806 4519 "homepage": "https://symfony.com", 3807 4520 "support": { 3808 "source": "https://github.com/symfony/finder/tree/v5.4. 35"4521 "source": "https://github.com/symfony/finder/tree/v5.4.40" 3809 4522 }, 3810 4523 "funding": [ … … 3822 4535 } 3823 4536 ], 3824 "time": "2024-0 1-23T13:51:25+00:00"4537 "time": "2024-05-31T14:33:22+00:00" 3825 4538 }, 3826 4539 { 3827 4540 "name": "symfony/options-resolver", 3828 "version": "v5.4. 21",4541 "version": "v5.4.40", 3829 4542 "source": { 3830 4543 "type": "git", 3831 4544 "url": "https://github.com/symfony/options-resolver.git", 3832 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9"3833 }, 3834 "dist": { 3835 "type": "zip", 3836 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",3837 "reference": " 4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9",4545 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4" 4546 }, 4547 "dist": { 4548 "type": "zip", 4549 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4", 4550 "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4", 3838 4551 "shasum": "" 3839 4552 }, … … 3875 4588 ], 3876 4589 "support": { 3877 "source": "https://github.com/symfony/options-resolver/tree/v5.4. 21"4590 "source": "https://github.com/symfony/options-resolver/tree/v5.4.40" 3878 4591 }, 3879 4592 "funding": [ … … 3891 4604 } 3892 4605 ], 3893 "time": "202 3-02-14T08:03:56+00:00"4606 "time": "2024-05-31T14:33:22+00:00" 3894 4607 }, 3895 4608 { … … 4445 5158 { 4446 5159 "name": "symfony/process", 4447 "version": "v5.4. 36",5160 "version": "v5.4.40", 4448 5161 "source": { 4449 5162 "type": "git", 4450 5163 "url": "https://github.com/symfony/process.git", 4451 "reference": " 4fdf34004f149cc20b2f51d7d119aa500caad975"4452 }, 4453 "dist": { 4454 "type": "zip", 4455 "url": "https://api.github.com/repos/symfony/process/zipball/ 4fdf34004f149cc20b2f51d7d119aa500caad975",4456 "reference": " 4fdf34004f149cc20b2f51d7d119aa500caad975",5164 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046" 5165 }, 5166 "dist": { 5167 "type": "zip", 5168 "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046", 5169 "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046", 4457 5170 "shasum": "" 4458 5171 }, … … 4487 5200 "homepage": "https://symfony.com", 4488 5201 "support": { 4489 "source": "https://github.com/symfony/process/tree/v5.4. 36"5202 "source": "https://github.com/symfony/process/tree/v5.4.40" 4490 5203 }, 4491 5204 "funding": [ … … 4503 5216 } 4504 5217 ], 4505 "time": "2024-0 2-12T15:49:53+00:00"5218 "time": "2024-05-31T14:33:22+00:00" 4506 5219 }, 4507 5220 { … … 4590 5303 { 4591 5304 "name": "symfony/stopwatch", 4592 "version": "v5.4. 35",5305 "version": "v5.4.40", 4593 5306 "source": { 4594 5307 "type": "git", 4595 5308 "url": "https://github.com/symfony/stopwatch.git", 4596 "reference": " 887762aa99ff16f65dc8b48aafead415f942d407"4597 }, 4598 "dist": { 4599 "type": "zip", 4600 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/ 887762aa99ff16f65dc8b48aafead415f942d407",4601 "reference": " 887762aa99ff16f65dc8b48aafead415f942d407",5309 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625" 5310 }, 5311 "dist": { 5312 "type": "zip", 5313 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0e9daf3b7c805c747638b2cc48f1649e594f9625", 5314 "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625", 4602 5315 "shasum": "" 4603 5316 }, … … 4632 5345 "homepage": "https://symfony.com", 4633 5346 "support": { 4634 "source": "https://github.com/symfony/stopwatch/tree/v5.4. 35"5347 "source": "https://github.com/symfony/stopwatch/tree/v5.4.40" 4635 5348 }, 4636 5349 "funding": [ … … 4648 5361 } 4649 5362 ], 4650 "time": "2024-0 1-23T13:51:25+00:00"5363 "time": "2024-05-31T14:33:22+00:00" 4651 5364 }, 4652 5365 { 4653 5366 "name": "symfony/string", 4654 "version": "v5.4. 36",5367 "version": "v5.4.40", 4655 5368 "source": { 4656 5369 "type": "git", 4657 5370 "url": "https://github.com/symfony/string.git", 4658 "reference": " 4e232c83622bd8cd32b794216aa29d0d266d353b"4659 }, 4660 "dist": { 4661 "type": "zip", 4662 "url": "https://api.github.com/repos/symfony/string/zipball/ 4e232c83622bd8cd32b794216aa29d0d266d353b",4663 "reference": " 4e232c83622bd8cd32b794216aa29d0d266d353b",5371 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143" 5372 }, 5373 "dist": { 5374 "type": "zip", 5375 "url": "https://api.github.com/repos/symfony/string/zipball/142877285aa974a6f7685e292ab5ba9aae86b143", 5376 "reference": "142877285aa974a6f7685e292ab5ba9aae86b143", 4664 5377 "shasum": "" 4665 5378 }, … … 4718 5431 ], 4719 5432 "support": { 4720 "source": "https://github.com/symfony/string/tree/v5.4. 36"5433 "source": "https://github.com/symfony/string/tree/v5.4.40" 4721 5434 }, 4722 5435 "funding": [ … … 4734 5447 } 4735 5448 ], 4736 "time": "2024-0 2-01T08:49:30+00:00"5449 "time": "2024-05-31T14:33:22+00:00" 4737 5450 }, 4738 5451 { -
captcha-eu/trunk/readme.txt
r3072661 r3102608 5 5 Tested up to: 6.5 6 6 Requires PHP: 7.0 7 Stable tag: 1.0.3 17 Stable tag: 1.0.32 8 8 License: GPL 9 9 License URI: https://opensource.org/license/gpl/ … … 61 61 62 62 == Changelog == 63 = 1.0.32 = 64 add FragProtect 63 65 = 1.0.31 = 64 66 * allow skipping some gravitiyforms -
captcha-eu/trunk/src/Admin.php
r3072661 r3102608 54 54 // no captcha-eu plugins activated => skip sdk.js load 55 55 $plugins = get_option('captcha_at_plugin'); 56 if (is_array($plugins) && [] != $plugins) { 56 $fragProtect = get_option('captcha_at_fragprotect'); 57 $fragProtectEnabled = count($fragProtect) > 0; 58 59 if ((is_array($plugins) && [] != $plugins) || $fragProtectEnabled) { 57 60 // handle sdk.js loading 58 61 $this->enqueue_sdk_script(); … … 275 278 register_setting('captcha-at_settings', 'captcha_at_public_key'); 276 279 register_setting('captcha-at_settings', 'captcha_at_plugin'); 280 register_setting('captcha-at_settings', 'captcha_at_fragprotect'); 277 281 278 282 // additional settings -
captcha-eu/trunk/src/Core.php
r3067165 r3102608 11 11 private $frontend; 12 12 public $options; 13 private $fragProtect; 13 14 14 15 public function __construct() … … 21 22 $this->frontend = new Frontend($this); 22 23 $this->options = new Options($this); 24 $this->fragProtect = new FragProtect($this); 23 25 } 24 26 -
captcha-eu/trunk/src/partials/options-settings.php
r2914600 r3102608 141 141 ]), 142 142 ], 'plugins'); 143 144 echo $options->settingsPanel([ 145 $options->wrapInDiv('header', [ 146 $options->fieldTitle('Content Protection', 'plugin'), 147 $options->fieldLabel('captcha_at_fragprotect', __('Select Features', 'captcha-eu')), 148 ]), 149 $options->wrapInDiv('content', [ 150 $options->fieldInputCheckbox('captcha_at_fragprotect', [ 151 'Obfuscate and Protect' => [ 152 'icon' => '', 153 'link' => '', 154 'choices' => [ 155 'frag-protect-email-posts' => __('Emails in Post Content', 'captcha-eu'), 156 'frag-protect-email-comments' => __('Emails in User Comments', 'captcha-eu'), 157 'frag-protect-email-rss' => __('Emails in RSS Feed', 'captcha-eu'), 158 'frag-protect-email-rss-comments' => __('Emails in Comments in RSS Feed', 'captcha-eu'), 159 'frag-protect-block-feature' => __('Block based Protection', 'captcha-eu'), 160 'frag-protect-shortcode-feature' => __('Shortcode [captcha_protect]', 'captcha-eu'), 161 ], 162 ], 163 ], get_option('captcha_at_fragprotect'), true), 164 ]), 165 ], 'plugins'); 143 166 ?> 144 167 -
captcha-eu/trunk/vendor/autoload.php
r3072661 r3102608 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b::getLoader();25 return ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316::getLoader(); -
captcha-eu/trunk/vendor/composer/autoload_classmap.php
r2906145 r3102608 9 9 'CAPTCHA\\Plugin\\Admin' => $baseDir . '/src/Admin.php', 10 10 'CAPTCHA\\Plugin\\Core' => $baseDir . '/src/Core.php', 11 'CAPTCHA\\Plugin\\FragProtect' => $baseDir . '/src/FragProtect.php', 11 12 'CAPTCHA\\Plugin\\Frontend' => $baseDir . '/src/Frontend.php', 12 13 'CAPTCHA\\Plugin\\Options' => $baseDir . '/src/Options.php', -
captcha-eu/trunk/vendor/composer/autoload_real.php
r3072661 r3102608 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b5 class ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 98358bd6a0ce16ece8cf0e5088322c8b', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitf0e209b66305ebaae8d37fe8e687d316', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
captcha-eu/trunk/vendor/composer/autoload_static.php
r3072661 r3102608 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b7 class ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 24 24 'CAPTCHA\\Plugin\\Admin' => __DIR__ . '/../..' . '/src/Admin.php', 25 25 'CAPTCHA\\Plugin\\Core' => __DIR__ . '/../..' . '/src/Core.php', 26 'CAPTCHA\\Plugin\\FragProtect' => __DIR__ . '/../..' . '/src/FragProtect.php', 26 27 'CAPTCHA\\Plugin\\Frontend' => __DIR__ . '/../..' . '/src/Frontend.php', 27 28 'CAPTCHA\\Plugin\\Options' => __DIR__ . '/../..' . '/src/Options.php', … … 32 33 { 33 34 return \Closure::bind(function () use ($loader) { 34 $loader->prefixLengthsPsr4 = ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::$prefixLengthsPsr4;35 $loader->prefixDirsPsr4 = ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::$prefixDirsPsr4;36 $loader->classMap = ComposerStaticInit 98358bd6a0ce16ece8cf0e5088322c8b::$classMap;35 $loader->prefixLengthsPsr4 = ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::$prefixLengthsPsr4; 36 $loader->prefixDirsPsr4 = ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::$prefixDirsPsr4; 37 $loader->classMap = ComposerStaticInitf0e209b66305ebaae8d37fe8e687d316::$classMap; 37 38 38 39 }, null, ClassLoader::class); -
captcha-eu/trunk/vendor/composer/installers/.git/logs/HEAD
r3072661 r3102608 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 171 3390544+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> 171 3390544+0000 checkout: moving from main to v1.12.01 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 1718350615 +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> 1718350616 +0000 checkout: moving from main to v1.12.0 -
captcha-eu/trunk/vendor/composer/installers/.git/logs/refs/heads/main
r3072661 r3102608 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 171 3390544+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> 1718350615 +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
r3072661 r3102608 1 0000000000000000000000000000000000000000 2a9170263fcd9cc4fd0b50917293c21d6c1a5bfe Erick Hitter (GitLab CI) <git-contrib+ci@ethitter.com> 171 3390544+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> 1718350615 +0000 clone: from /root/.composer/cache/vcs/https---github.com-composer-installers.git/ -
captcha-eu/trunk/vendor/composer/installers/.git/objects/info/packs
r3072661 r3102608 1 P pack- 3a6cfc60f402e00dbc1a54f96f3271dd7cae8735.pack1 P pack-66eca6ac218ca823955bd59e480d1b6d36fe9004.pack 2 2 -
captcha-eu/trunk/wp-captcha.php
r3072661 r3102608 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.3 16 * Version: 1.0.32 7 7 * Author: captchaeu 8 8 * Author URI: https://profiles.wordpress.org/captchaeu/
Note: See TracChangeset
for help on using the changeset viewer.