Plugin Directory

Changeset 3257138


Ignore:
Timestamp:
03/17/2025 12:49:27 PM (13 months ago)
Author:
gdatavaas
Message:

release 3.0.3

Location:
gdata-antivirus
Files:
84 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gdata-antivirus/tags/3.0.3/Readme.txt

    r3257107 r3257138  
    55Tested up to: 6.7
    66Requires PHP: 8.1
    7 Stable tag: 3.0.2
     7Stable tag: 3.0.3
    88License: GNU General Public License v3.0
    99License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE
     
    5656
    5757== Changelog ==
     58
     59= 3.0.3 =
     60
     61* Add platform directive (8.1), so we can actually support older php versions.
    5862
    5963= 3.0.2 =
  • gdata-antivirus/tags/3.0.3/composer.json

    r3257107 r3257138  
    11{
    22    "name": "gdatacyberdefenseag\/gdata-antivirus",
    3     "version": "3.0.2",
     3    "version": "3.0.3",
    44    "autoload": {
    55        "psr-4": {
     
    1919    },
    2020    "config": {
     21        "platform": {
     22            "php": "8.1"
     23        },
    2124        "allow-plugins": {
    2225            "johnpbloch\/wordpress-core-installer": true,
  • gdata-antivirus/tags/3.0.3/composer.lock

    r3257107 r3257138  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "e9efd14b678771737e0c6055fb6dfd43",
     7    "content-hash": "580f2797ac061be9500ead0c91fc02d3",
    88    "packages": [
    99        {
     
    12301230        {
    12311231            "name": "illuminate/container",
    1232             "version": "v11.44.2",
     1232            "version": "v10.48.28",
    12331233            "source": {
    12341234                "type": "git",
    12351235                "url": "https://github.com/illuminate/container.git",
    1236                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca"
    1237             },
    1238             "dist": {
    1239                 "type": "zip",
    1240                 "url": "https://api.github.com/repos/illuminate/container/zipball/4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1241                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1242                 "shasum": ""
    1243             },
    1244             "require": {
    1245                 "illuminate/contracts": "^11.0",
    1246                 "php": "^8.2",
     1236                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3"
     1237            },
     1238            "dist": {
     1239                "type": "zip",
     1240                "url": "https://api.github.com/repos/illuminate/container/zipball/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1241                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1242                "shasum": ""
     1243            },
     1244            "require": {
     1245                "illuminate/contracts": "^10.0",
     1246                "php": "^8.1",
    12471247                "psr/container": "^1.1.1|^2.0.1"
    12481248            },
     
    12531253            "extra": {
    12541254                "branch-alias": {
    1255                     "dev-master": "11.x-dev"
     1255                    "dev-master": "10.x-dev"
    12561256                }
    12571257            },
     
    12771277                "source": "https://github.com/laravel/framework"
    12781278            },
    1279             "time": "2025-02-10T14:20:57+00:00"
     1279            "time": "2024-11-21T14:02:44+00:00"
    12801280        },
    12811281        {
    12821282            "name": "illuminate/contracts",
    1283             "version": "v11.44.2",
     1283            "version": "v10.48.28",
    12841284            "source": {
    12851285                "type": "git",
    12861286                "url": "https://github.com/illuminate/contracts.git",
    1287                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898"
    1288             },
    1289             "dist": {
    1290                 "type": "zip",
    1291                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/b350a3cd8450846325cb49e1cbc1293598b18898",
    1292                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898",
    1293                 "shasum": ""
    1294             },
    1295             "require": {
    1296                 "php": "^8.2",
     1287                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74"
     1288            },
     1289            "dist": {
     1290                "type": "zip",
     1291                "url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74",
     1292                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74",
     1293                "shasum": ""
     1294            },
     1295            "require": {
     1296                "php": "^8.1",
    12971297                "psr/container": "^1.1.1|^2.0.1",
    12981298                "psr/simple-cache": "^1.0|^2.0|^3.0"
     
    13011301            "extra": {
    13021302                "branch-alias": {
    1303                     "dev-master": "11.x-dev"
     1303                    "dev-master": "10.x-dev"
    13041304                }
    13051305            },
     
    13251325                "source": "https://github.com/laravel/framework"
    13261326            },
    1327             "time": "2025-02-10T14:20:57+00:00"
     1327            "time": "2024-11-21T14:02:44+00:00"
    13281328        },
    13291329        {
     
    26072607        {
    26082608            "name": "phpunit/php-code-coverage",
    2609             "version": "11.0.9",
     2609            "version": "10.1.16",
    26102610            "source": {
    26112611                "type": "git",
    26122612                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    2613                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7"
    2614             },
    2615             "dist": {
    2616                 "type": "zip",
    2617                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
    2618                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
     2613                "reference": "7e308268858ed6baedc8704a304727d20bc07c77"
     2614            },
     2615            "dist": {
     2616                "type": "zip",
     2617                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77",
     2618                "reference": "7e308268858ed6baedc8704a304727d20bc07c77",
    26192619                "shasum": ""
    26202620            },
     
    26232623                "ext-libxml": "*",
    26242624                "ext-xmlwriter": "*",
    2625                 "nikic/php-parser": "^5.4.0",
    2626                 "php": ">=8.2",
    2627                 "phpunit/php-file-iterator": "^5.1.0",
    2628                 "phpunit/php-text-template": "^4.0.1",
    2629                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
    2630                 "sebastian/complexity": "^4.0.1",
    2631                 "sebastian/environment": "^7.2.0",
    2632                 "sebastian/lines-of-code": "^3.0.1",
    2633                 "sebastian/version": "^5.0.2",
     2625                "nikic/php-parser": "^4.19.1 || ^5.1.0",
     2626                "php": ">=8.1",
     2627                "phpunit/php-file-iterator": "^4.1.0",
     2628                "phpunit/php-text-template": "^3.0.1",
     2629                "sebastian/code-unit-reverse-lookup": "^3.0.0",
     2630                "sebastian/complexity": "^3.2.0",
     2631                "sebastian/environment": "^6.1.0",
     2632                "sebastian/lines-of-code": "^2.0.2",
     2633                "sebastian/version": "^4.0.1",
    26342634                "theseer/tokenizer": "^1.2.3"
    26352635            },
    26362636            "require-dev": {
    2637                 "phpunit/phpunit": "^11.5.2"
     2637                "phpunit/phpunit": "^10.1"
    26382638            },
    26392639            "suggest": {
     
    26442644            "extra": {
    26452645                "branch-alias": {
    2646                     "dev-main": "11.0.x-dev"
     2646                    "dev-main": "10.1.x-dev"
    26472647                }
    26482648            },
     
    26732673                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
    26742674                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
    2675                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9"
     2675                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16"
    26762676            },
    26772677            "funding": [
     
    26812681                }
    26822682            ],
    2683             "time": "2025-02-25T13:26:39+00:00"
     2683            "time": "2024-08-22T04:31:57+00:00"
    26842684        },
    26852685        {
    26862686            "name": "phpunit/php-file-iterator",
    2687             "version": "5.1.0",
     2687            "version": "4.1.0",
    26882688            "source": {
    26892689                "type": "git",
    26902690                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    2691                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
    2692             },
    2693             "dist": {
    2694                 "type": "zip",
    2695                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
    2696                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
    2697                 "shasum": ""
    2698             },
    2699             "require": {
    2700                 "php": ">=8.2"
    2701             },
    2702             "require-dev": {
    2703                 "phpunit/phpunit": "^11.0"
     2691                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
     2692            },
     2693            "dist": {
     2694                "type": "zip",
     2695                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
     2696                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
     2697                "shasum": ""
     2698            },
     2699            "require": {
     2700                "php": ">=8.1"
     2701            },
     2702            "require-dev": {
     2703                "phpunit/phpunit": "^10.0"
    27042704            },
    27052705            "type": "library",
    27062706            "extra": {
    27072707                "branch-alias": {
    2708                     "dev-main": "5.0-dev"
     2708                    "dev-main": "4.0-dev"
    27092709                }
    27102710            },
     
    27342734                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
    27352735                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
    2736                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
     2736                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
    27372737            },
    27382738            "funding": [
     
    27422742                }
    27432743            ],
    2744             "time": "2024-08-27T05:02:59+00:00"
     2744            "time": "2023-08-31T06:24:48+00:00"
    27452745        },
    27462746        {
    27472747            "name": "phpunit/php-invoker",
    2748             "version": "5.0.1",
     2748            "version": "4.0.0",
    27492749            "source": {
    27502750                "type": "git",
    27512751                "url": "https://github.com/sebastianbergmann/php-invoker.git",
    2752                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
    2753             },
    2754             "dist": {
    2755                 "type": "zip",
    2756                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
    2757                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
    2758                 "shasum": ""
    2759             },
    2760             "require": {
    2761                 "php": ">=8.2"
     2752                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
     2753            },
     2754            "dist": {
     2755                "type": "zip",
     2756                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
     2757                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
     2758                "shasum": ""
     2759            },
     2760            "require": {
     2761                "php": ">=8.1"
    27622762            },
    27632763            "require-dev": {
    27642764                "ext-pcntl": "*",
    2765                 "phpunit/phpunit": "^11.0"
     2765                "phpunit/phpunit": "^10.0"
    27662766            },
    27672767            "suggest": {
     
    27712771            "extra": {
    27722772                "branch-alias": {
    2773                     "dev-main": "5.0-dev"
     2773                    "dev-main": "4.0-dev"
    27742774                }
    27752775            },
     
    27972797            "support": {
    27982798                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
    2799                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
    2800                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
     2799                "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
    28012800            },
    28022801            "funding": [
     
    28062805                }
    28072806            ],
    2808             "time": "2024-07-03T05:07:44+00:00"
     2807            "time": "2023-02-03T06:56:09+00:00"
    28092808        },
    28102809        {
    28112810            "name": "phpunit/php-text-template",
    2812             "version": "4.0.1",
     2811            "version": "3.0.1",
    28132812            "source": {
    28142813                "type": "git",
    28152814                "url": "https://github.com/sebastianbergmann/php-text-template.git",
    2816                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
    2817             },
    2818             "dist": {
    2819                 "type": "zip",
    2820                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
    2821                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
    2822                 "shasum": ""
    2823             },
    2824             "require": {
    2825                 "php": ">=8.2"
    2826             },
    2827             "require-dev": {
    2828                 "phpunit/phpunit": "^11.0"
     2815                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
     2816            },
     2817            "dist": {
     2818                "type": "zip",
     2819                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
     2820                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
     2821                "shasum": ""
     2822            },
     2823            "require": {
     2824                "php": ">=8.1"
     2825            },
     2826            "require-dev": {
     2827                "phpunit/phpunit": "^10.0"
    28292828            },
    28302829            "type": "library",
    28312830            "extra": {
    28322831                "branch-alias": {
    2833                     "dev-main": "4.0-dev"
     2832                    "dev-main": "3.0-dev"
    28342833                }
    28352834            },
     
    28582857                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
    28592858                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
    2860                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
     2859                "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
    28612860            },
    28622861            "funding": [
     
    28662865                }
    28672866            ],
    2868             "time": "2024-07-03T05:08:43+00:00"
     2867            "time": "2023-08-31T14:07:24+00:00"
    28692868        },
    28702869        {
    28712870            "name": "phpunit/php-timer",
    2872             "version": "7.0.1",
     2871            "version": "6.0.0",
    28732872            "source": {
    28742873                "type": "git",
    28752874                "url": "https://github.com/sebastianbergmann/php-timer.git",
    2876                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
    2877             },
    2878             "dist": {
    2879                 "type": "zip",
    2880                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
    2881                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
    2882                 "shasum": ""
    2883             },
    2884             "require": {
    2885                 "php": ">=8.2"
    2886             },
    2887             "require-dev": {
    2888                 "phpunit/phpunit": "^11.0"
     2875                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
     2876            },
     2877            "dist": {
     2878                "type": "zip",
     2879                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
     2880                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
     2881                "shasum": ""
     2882            },
     2883            "require": {
     2884                "php": ">=8.1"
     2885            },
     2886            "require-dev": {
     2887                "phpunit/phpunit": "^10.0"
    28892888            },
    28902889            "type": "library",
    28912890            "extra": {
    28922891                "branch-alias": {
    2893                     "dev-main": "7.0-dev"
     2892                    "dev-main": "6.0-dev"
    28942893                }
    28952894            },
     
    29172916            "support": {
    29182917                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
    2919                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
    2920                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
     2918                "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
    29212919            },
    29222920            "funding": [
     
    29262924                }
    29272925            ],
    2928             "time": "2024-07-03T05:09:35+00:00"
     2926            "time": "2023-02-03T06:57:52+00:00"
    29292927        },
    29302928        {
    29312929            "name": "phpunit/phpunit",
    2932             "version": "11.5.12",
     2930            "version": "10.5.45",
    29332931            "source": {
    29342932                "type": "git",
    29352933                "url": "https://github.com/sebastianbergmann/phpunit.git",
    2936                 "reference": "d42785840519401ed2113292263795eb4c0f95da"
    2937             },
    2938             "dist": {
    2939                 "type": "zip",
    2940                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d42785840519401ed2113292263795eb4c0f95da",
    2941                 "reference": "d42785840519401ed2113292263795eb4c0f95da",
     2934                "reference": "bd68a781d8e30348bc297449f5234b3458267ae8"
     2935            },
     2936            "dist": {
     2937                "type": "zip",
     2938                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bd68a781d8e30348bc297449f5234b3458267ae8",
     2939                "reference": "bd68a781d8e30348bc297449f5234b3458267ae8",
    29422940                "shasum": ""
    29432941            },
     
    29492947                "ext-xml": "*",
    29502948                "ext-xmlwriter": "*",
    2951                 "myclabs/deep-copy": "^1.13.0",
     2949                "myclabs/deep-copy": "^1.12.1",
    29522950                "phar-io/manifest": "^2.0.4",
    29532951                "phar-io/version": "^3.2.1",
    2954                 "php": ">=8.2",
    2955                 "phpunit/php-code-coverage": "^11.0.9",
    2956                 "phpunit/php-file-iterator": "^5.1.0",
    2957                 "phpunit/php-invoker": "^5.0.1",
    2958                 "phpunit/php-text-template": "^4.0.1",
    2959                 "phpunit/php-timer": "^7.0.1",
    2960                 "sebastian/cli-parser": "^3.0.2",
    2961                 "sebastian/code-unit": "^3.0.2",
    2962                 "sebastian/comparator": "^6.3.1",
    2963                 "sebastian/diff": "^6.0.2",
    2964                 "sebastian/environment": "^7.2.0",
    2965                 "sebastian/exporter": "^6.3.0",
    2966                 "sebastian/global-state": "^7.0.2",
    2967                 "sebastian/object-enumerator": "^6.0.1",
    2968                 "sebastian/type": "^5.1.0",
    2969                 "sebastian/version": "^5.0.2",
    2970                 "staabm/side-effects-detector": "^1.0.5"
     2952                "php": ">=8.1",
     2953                "phpunit/php-code-coverage": "^10.1.16",
     2954                "phpunit/php-file-iterator": "^4.1.0",
     2955                "phpunit/php-invoker": "^4.0.0",
     2956                "phpunit/php-text-template": "^3.0.1",
     2957                "phpunit/php-timer": "^6.0.0",
     2958                "sebastian/cli-parser": "^2.0.1",
     2959                "sebastian/code-unit": "^2.0.0",
     2960                "sebastian/comparator": "^5.0.3",
     2961                "sebastian/diff": "^5.1.1",
     2962                "sebastian/environment": "^6.1.0",
     2963                "sebastian/exporter": "^5.1.2",
     2964                "sebastian/global-state": "^6.0.2",
     2965                "sebastian/object-enumerator": "^5.0.0",
     2966                "sebastian/recursion-context": "^5.0.0",
     2967                "sebastian/type": "^4.0.0",
     2968                "sebastian/version": "^4.0.1"
    29712969            },
    29722970            "suggest": {
     
    29792977            "extra": {
    29802978                "branch-alias": {
    2981                     "dev-main": "11.5-dev"
     2979                    "dev-main": "10.5-dev"
    29822980                }
    29832981            },
     
    30113009                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    30123010                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    3013                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.12"
     3011                "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.45"
    30143012            },
    30153013            "funding": [
     
    30273025                }
    30283026            ],
    3029             "time": "2025-03-07T07:31:03+00:00"
     3027            "time": "2025-02-06T16:08:12+00:00"
    30303028        },
    30313029        {
    30323030            "name": "sebastian/cli-parser",
    3033             "version": "3.0.2",
     3031            "version": "2.0.1",
    30343032            "source": {
    30353033                "type": "git",
    30363034                "url": "https://github.com/sebastianbergmann/cli-parser.git",
    3037                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
    3038             },
    3039             "dist": {
    3040                 "type": "zip",
    3041                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
    3042                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
    3043                 "shasum": ""
    3044             },
    3045             "require": {
    3046                 "php": ">=8.2"
    3047             },
    3048             "require-dev": {
    3049                 "phpunit/phpunit": "^11.0"
     3035                "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
     3036            },
     3037            "dist": {
     3038                "type": "zip",
     3039                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
     3040                "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
     3041                "shasum": ""
     3042            },
     3043            "require": {
     3044                "php": ">=8.1"
     3045            },
     3046            "require-dev": {
     3047                "phpunit/phpunit": "^10.0"
     3048            },
     3049            "type": "library",
     3050            "extra": {
     3051                "branch-alias": {
     3052                    "dev-main": "2.0-dev"
     3053                }
     3054            },
     3055            "autoload": {
     3056                "classmap": [
     3057                    "src/"
     3058                ]
     3059            },
     3060            "notification-url": "https://packagist.org/downloads/",
     3061            "license": [
     3062                "BSD-3-Clause"
     3063            ],
     3064            "authors": [
     3065                {
     3066                    "name": "Sebastian Bergmann",
     3067                    "email": "sebastian@phpunit.de",
     3068                    "role": "lead"
     3069                }
     3070            ],
     3071            "description": "Library for parsing CLI options",
     3072            "homepage": "https://github.com/sebastianbergmann/cli-parser",
     3073            "support": {
     3074                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
     3075                "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
     3076                "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
     3077            },
     3078            "funding": [
     3079                {
     3080                    "url": "https://github.com/sebastianbergmann",
     3081                    "type": "github"
     3082                }
     3083            ],
     3084            "time": "2024-03-02T07:12:49+00:00"
     3085        },
     3086        {
     3087            "name": "sebastian/code-unit",
     3088            "version": "2.0.0",
     3089            "source": {
     3090                "type": "git",
     3091                "url": "https://github.com/sebastianbergmann/code-unit.git",
     3092                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
     3093            },
     3094            "dist": {
     3095                "type": "zip",
     3096                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
     3097                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
     3098                "shasum": ""
     3099            },
     3100            "require": {
     3101                "php": ">=8.1"
     3102            },
     3103            "require-dev": {
     3104                "phpunit/phpunit": "^10.0"
     3105            },
     3106            "type": "library",
     3107            "extra": {
     3108                "branch-alias": {
     3109                    "dev-main": "2.0-dev"
     3110                }
     3111            },
     3112            "autoload": {
     3113                "classmap": [
     3114                    "src/"
     3115                ]
     3116            },
     3117            "notification-url": "https://packagist.org/downloads/",
     3118            "license": [
     3119                "BSD-3-Clause"
     3120            ],
     3121            "authors": [
     3122                {
     3123                    "name": "Sebastian Bergmann",
     3124                    "email": "sebastian@phpunit.de",
     3125                    "role": "lead"
     3126                }
     3127            ],
     3128            "description": "Collection of value objects that represent the PHP code units",
     3129            "homepage": "https://github.com/sebastianbergmann/code-unit",
     3130            "support": {
     3131                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
     3132                "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
     3133            },
     3134            "funding": [
     3135                {
     3136                    "url": "https://github.com/sebastianbergmann",
     3137                    "type": "github"
     3138                }
     3139            ],
     3140            "time": "2023-02-03T06:58:43+00:00"
     3141        },
     3142        {
     3143            "name": "sebastian/code-unit-reverse-lookup",
     3144            "version": "3.0.0",
     3145            "source": {
     3146                "type": "git",
     3147                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
     3148                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
     3149            },
     3150            "dist": {
     3151                "type": "zip",
     3152                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
     3153                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
     3154                "shasum": ""
     3155            },
     3156            "require": {
     3157                "php": ">=8.1"
     3158            },
     3159            "require-dev": {
     3160                "phpunit/phpunit": "^10.0"
    30503161            },
    30513162            "type": "library",
     
    30673178                {
    30683179                    "name": "Sebastian Bergmann",
    3069                     "email": "sebastian@phpunit.de",
    3070                     "role": "lead"
    3071                 }
    3072             ],
    3073             "description": "Library for parsing CLI options",
    3074             "homepage": "https://github.com/sebastianbergmann/cli-parser",
    3075             "support": {
    3076                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
    3077                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
    3078                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
     3180                    "email": "sebastian@phpunit.de"
     3181                }
     3182            ],
     3183            "description": "Looks up which function or method a line of code belongs to",
     3184            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
     3185            "support": {
     3186                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
     3187                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
    30793188            },
    30803189            "funding": [
     
    30843193                }
    30853194            ],
    3086             "time": "2024-07-03T04:41:36+00:00"
    3087         },
    3088         {
    3089             "name": "sebastian/code-unit",
    3090             "version": "3.0.2",
    3091             "source": {
    3092                 "type": "git",
    3093                 "url": "https://github.com/sebastianbergmann/code-unit.git",
    3094                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
    3095             },
    3096             "dist": {
    3097                 "type": "zip",
    3098                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
    3099                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
    3100                 "shasum": ""
    3101             },
    3102             "require": {
    3103                 "php": ">=8.2"
    3104             },
    3105             "require-dev": {
    3106                 "phpunit/phpunit": "^11.5"
     3195            "time": "2023-02-03T06:59:15+00:00"
     3196        },
     3197        {
     3198            "name": "sebastian/comparator",
     3199            "version": "5.0.3",
     3200            "source": {
     3201                "type": "git",
     3202                "url": "https://github.com/sebastianbergmann/comparator.git",
     3203                "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e"
     3204            },
     3205            "dist": {
     3206                "type": "zip",
     3207                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
     3208                "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
     3209                "shasum": ""
     3210            },
     3211            "require": {
     3212                "ext-dom": "*",
     3213                "ext-mbstring": "*",
     3214                "php": ">=8.1",
     3215                "sebastian/diff": "^5.0",
     3216                "sebastian/exporter": "^5.0"
     3217            },
     3218            "require-dev": {
     3219                "phpunit/phpunit": "^10.5"
    31073220            },
    31083221            "type": "library",
    31093222            "extra": {
    31103223                "branch-alias": {
    3111                     "dev-main": "3.0-dev"
     3224                    "dev-main": "5.0-dev"
    31123225                }
    31133226            },
     
    31243237                {
    31253238                    "name": "Sebastian Bergmann",
    3126                     "email": "sebastian@phpunit.de",
    3127                     "role": "lead"
    3128                 }
    3129             ],
    3130             "description": "Collection of value objects that represent the PHP code units",
    3131             "homepage": "https://github.com/sebastianbergmann/code-unit",
    3132             "support": {
    3133                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
    3134                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
    3135                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
     3239                    "email": "sebastian@phpunit.de"
     3240                },
     3241                {
     3242                    "name": "Jeff Welch",
     3243                    "email": "whatthejeff@gmail.com"
     3244                },
     3245                {
     3246                    "name": "Volker Dusch",
     3247                    "email": "github@wallbash.com"
     3248                },
     3249                {
     3250                    "name": "Bernhard Schussek",
     3251                    "email": "bschussek@2bepublished.at"
     3252                }
     3253            ],
     3254            "description": "Provides the functionality to compare PHP values for equality",
     3255            "homepage": "https://github.com/sebastianbergmann/comparator",
     3256            "keywords": [
     3257                "comparator",
     3258                "compare",
     3259                "equality"
     3260            ],
     3261            "support": {
     3262                "issues": "https://github.com/sebastianbergmann/comparator/issues",
     3263                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
     3264                "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3"
    31363265            },
    31373266            "funding": [
     
    31413270                }
    31423271            ],
    3143             "time": "2024-12-12T09:59:06+00:00"
    3144         },
    3145         {
    3146             "name": "sebastian/code-unit-reverse-lookup",
    3147             "version": "4.0.1",
    3148             "source": {
    3149                 "type": "git",
    3150                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
    3151                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
    3152             },
    3153             "dist": {
    3154                 "type": "zip",
    3155                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
    3156                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
    3157                 "shasum": ""
    3158             },
    3159             "require": {
    3160                 "php": ">=8.2"
    3161             },
    3162             "require-dev": {
    3163                 "phpunit/phpunit": "^11.0"
     3272            "time": "2024-10-18T14:56:07+00:00"
     3273        },
     3274        {
     3275            "name": "sebastian/complexity",
     3276            "version": "3.2.0",
     3277            "source": {
     3278                "type": "git",
     3279                "url": "https://github.com/sebastianbergmann/complexity.git",
     3280                "reference": "68ff824baeae169ec9f2137158ee529584553799"
     3281            },
     3282            "dist": {
     3283                "type": "zip",
     3284                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
     3285                "reference": "68ff824baeae169ec9f2137158ee529584553799",
     3286                "shasum": ""
     3287            },
     3288            "require": {
     3289                "nikic/php-parser": "^4.18 || ^5.0",
     3290                "php": ">=8.1"
     3291            },
     3292            "require-dev": {
     3293                "phpunit/phpunit": "^10.0"
    31643294            },
    31653295            "type": "library",
    31663296            "extra": {
    31673297                "branch-alias": {
    3168                     "dev-main": "4.0-dev"
     3298                    "dev-main": "3.2-dev"
    31693299                }
    31703300            },
     
    31813311                {
    31823312                    "name": "Sebastian Bergmann",
    3183                     "email": "sebastian@phpunit.de"
    3184                 }
    3185             ],
    3186             "description": "Looks up which function or method a line of code belongs to",
    3187             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
    3188             "support": {
    3189                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
    3190                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
    3191                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
     3313                    "email": "sebastian@phpunit.de",
     3314                    "role": "lead"
     3315                }
     3316            ],
     3317            "description": "Library for calculating the complexity of PHP code units",
     3318            "homepage": "https://github.com/sebastianbergmann/complexity",
     3319            "support": {
     3320                "issues": "https://github.com/sebastianbergmann/complexity/issues",
     3321                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
     3322                "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
    31923323            },
    31933324            "funding": [
     
    31973328                }
    31983329            ],
    3199             "time": "2024-07-03T04:45:54+00:00"
    3200         },
    3201         {
    3202             "name": "sebastian/comparator",
    3203             "version": "6.3.1",
    3204             "source": {
    3205                 "type": "git",
    3206                 "url": "https://github.com/sebastianbergmann/comparator.git",
    3207                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959"
    3208             },
    3209             "dist": {
    3210                 "type": "zip",
    3211                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
    3212                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
    3213                 "shasum": ""
    3214             },
    3215             "require": {
    3216                 "ext-dom": "*",
    3217                 "ext-mbstring": "*",
    3218                 "php": ">=8.2",
    3219                 "sebastian/diff": "^6.0",
    3220                 "sebastian/exporter": "^6.0"
    3221             },
    3222             "require-dev": {
    3223                 "phpunit/phpunit": "^11.4"
    3224             },
    3225             "suggest": {
    3226                 "ext-bcmath": "For comparing BcMath\\Number objects"
     3330            "time": "2023-12-21T08:37:17+00:00"
     3331        },
     3332        {
     3333            "name": "sebastian/diff",
     3334            "version": "5.1.1",
     3335            "source": {
     3336                "type": "git",
     3337                "url": "https://github.com/sebastianbergmann/diff.git",
     3338                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
     3339            },
     3340            "dist": {
     3341                "type": "zip",
     3342                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
     3343                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
     3344                "shasum": ""
     3345            },
     3346            "require": {
     3347                "php": ">=8.1"
     3348            },
     3349            "require-dev": {
     3350                "phpunit/phpunit": "^10.0",
     3351                "symfony/process": "^6.4"
    32273352            },
    32283353            "type": "library",
    32293354            "extra": {
    32303355                "branch-alias": {
    3231                     "dev-main": "6.3-dev"
    3232                 }
    3233             },
    3234             "autoload": {
    3235                 "classmap": [
    3236                     "src/"
    3237                 ]
    3238             },
    3239             "notification-url": "https://packagist.org/downloads/",
    3240             "license": [
    3241                 "BSD-3-Clause"
    3242             ],
    3243             "authors": [
    3244                 {
    3245                     "name": "Sebastian Bergmann",
    3246                     "email": "sebastian@phpunit.de"
    3247                 },
    3248                 {
    3249                     "name": "Jeff Welch",
    3250                     "email": "whatthejeff@gmail.com"
    3251                 },
    3252                 {
    3253                     "name": "Volker Dusch",
    3254                     "email": "github@wallbash.com"
    3255                 },
    3256                 {
    3257                     "name": "Bernhard Schussek",
    3258                     "email": "bschussek@2bepublished.at"
    3259                 }
    3260             ],
    3261             "description": "Provides the functionality to compare PHP values for equality",
    3262             "homepage": "https://github.com/sebastianbergmann/comparator",
    3263             "keywords": [
    3264                 "comparator",
    3265                 "compare",
    3266                 "equality"
    3267             ],
    3268             "support": {
    3269                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
    3270                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
    3271                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1"
    3272             },
    3273             "funding": [
    3274                 {
    3275                     "url": "https://github.com/sebastianbergmann",
    3276                     "type": "github"
    3277                 }
    3278             ],
    3279             "time": "2025-03-07T06:57:01+00:00"
    3280         },
    3281         {
    3282             "name": "sebastian/complexity",
    3283             "version": "4.0.1",
    3284             "source": {
    3285                 "type": "git",
    3286                 "url": "https://github.com/sebastianbergmann/complexity.git",
    3287                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
    3288             },
    3289             "dist": {
    3290                 "type": "zip",
    3291                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
    3292                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
    3293                 "shasum": ""
    3294             },
    3295             "require": {
    3296                 "nikic/php-parser": "^5.0",
    3297                 "php": ">=8.2"
    3298             },
    3299             "require-dev": {
    3300                 "phpunit/phpunit": "^11.0"
    3301             },
    3302             "type": "library",
    3303             "extra": {
    3304                 "branch-alias": {
    3305                     "dev-main": "4.0-dev"
    3306                 }
    3307             },
    3308             "autoload": {
    3309                 "classmap": [
    3310                     "src/"
    3311                 ]
    3312             },
    3313             "notification-url": "https://packagist.org/downloads/",
    3314             "license": [
    3315                 "BSD-3-Clause"
    3316             ],
    3317             "authors": [
    3318                 {
    3319                     "name": "Sebastian Bergmann",
    3320                     "email": "sebastian@phpunit.de",
    3321                     "role": "lead"
    3322                 }
    3323             ],
    3324             "description": "Library for calculating the complexity of PHP code units",
    3325             "homepage": "https://github.com/sebastianbergmann/complexity",
    3326             "support": {
    3327                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
    3328                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
    3329                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
    3330             },
    3331             "funding": [
    3332                 {
    3333                     "url": "https://github.com/sebastianbergmann",
    3334                     "type": "github"
    3335                 }
    3336             ],
    3337             "time": "2024-07-03T04:49:50+00:00"
    3338         },
    3339         {
    3340             "name": "sebastian/diff",
    3341             "version": "6.0.2",
    3342             "source": {
    3343                 "type": "git",
    3344                 "url": "https://github.com/sebastianbergmann/diff.git",
    3345                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
    3346             },
    3347             "dist": {
    3348                 "type": "zip",
    3349                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
    3350                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
    3351                 "shasum": ""
    3352             },
    3353             "require": {
    3354                 "php": ">=8.2"
    3355             },
    3356             "require-dev": {
    3357                 "phpunit/phpunit": "^11.0",
    3358                 "symfony/process": "^4.2 || ^5"
    3359             },
    3360             "type": "library",
    3361             "extra": {
    3362                 "branch-alias": {
    3363                     "dev-main": "6.0-dev"
     3356                    "dev-main": "5.1-dev"
    33643357                }
    33653358            },
     
    33943387                "issues": "https://github.com/sebastianbergmann/diff/issues",
    33953388                "security": "https://github.com/sebastianbergmann/diff/security/policy",
    3396                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
     3389                "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
    33973390            },
    33983391            "funding": [
     
    34023395                }
    34033396            ],
    3404             "time": "2024-07-03T04:53:05+00:00"
     3397            "time": "2024-03-02T07:15:17+00:00"
    34053398        },
    34063399        {
    34073400            "name": "sebastian/environment",
    3408             "version": "7.2.0",
     3401            "version": "6.1.0",
    34093402            "source": {
    34103403                "type": "git",
    34113404                "url": "https://github.com/sebastianbergmann/environment.git",
    3412                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
    3413             },
    3414             "dist": {
    3415                 "type": "zip",
    3416                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
    3417                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
    3418                 "shasum": ""
    3419             },
    3420             "require": {
    3421                 "php": ">=8.2"
    3422             },
    3423             "require-dev": {
    3424                 "phpunit/phpunit": "^11.0"
     3405                "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
     3406            },
     3407            "dist": {
     3408                "type": "zip",
     3409                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
     3410                "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
     3411                "shasum": ""
     3412            },
     3413            "require": {
     3414                "php": ">=8.1"
     3415            },
     3416            "require-dev": {
     3417                "phpunit/phpunit": "^10.0"
    34253418            },
    34263419            "suggest": {
     
    34303423            "extra": {
    34313424                "branch-alias": {
    3432                     "dev-main": "7.2-dev"
     3425                    "dev-main": "6.1-dev"
    34333426                }
    34343427            },
     
    34583451                "issues": "https://github.com/sebastianbergmann/environment/issues",
    34593452                "security": "https://github.com/sebastianbergmann/environment/security/policy",
    3460                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
     3453                "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
    34613454            },
    34623455            "funding": [
     
    34663459                }
    34673460            ],
    3468             "time": "2024-07-03T04:54:44+00:00"
     3461            "time": "2024-03-23T08:47:14+00:00"
    34693462        },
    34703463        {
    34713464            "name": "sebastian/exporter",
    3472             "version": "6.3.0",
     3465            "version": "5.1.2",
    34733466            "source": {
    34743467                "type": "git",
    34753468                "url": "https://github.com/sebastianbergmann/exporter.git",
    3476                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
    3477             },
    3478             "dist": {
    3479                 "type": "zip",
    3480                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
    3481                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
     3469                "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
     3470            },
     3471            "dist": {
     3472                "type": "zip",
     3473                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
     3474                "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
    34823475                "shasum": ""
    34833476            },
    34843477            "require": {
    34853478                "ext-mbstring": "*",
    3486                 "php": ">=8.2",
    3487                 "sebastian/recursion-context": "^6.0"
    3488             },
    3489             "require-dev": {
    3490                 "phpunit/phpunit": "^11.3"
     3479                "php": ">=8.1",
     3480                "sebastian/recursion-context": "^5.0"
     3481            },
     3482            "require-dev": {
     3483                "phpunit/phpunit": "^10.0"
    34913484            },
    34923485            "type": "library",
    34933486            "extra": {
    34943487                "branch-alias": {
    3495                     "dev-main": "6.1-dev"
     3488                    "dev-main": "5.1-dev"
    34963489                }
    34973490            },
     
    35363529                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    35373530                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
    3538                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
     3531                "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
    35393532            },
    35403533            "funding": [
     
    35443537                }
    35453538            ],
    3546             "time": "2024-12-05T09:17:50+00:00"
     3539            "time": "2024-03-02T07:17:12+00:00"
    35473540        },
    35483541        {
    35493542            "name": "sebastian/global-state",
    3550             "version": "7.0.2",
     3543            "version": "6.0.2",
    35513544            "source": {
    35523545                "type": "git",
    35533546                "url": "https://github.com/sebastianbergmann/global-state.git",
    3554                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
    3555             },
    3556             "dist": {
    3557                 "type": "zip",
    3558                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
    3559                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
    3560                 "shasum": ""
    3561             },
    3562             "require": {
    3563                 "php": ">=8.2",
    3564                 "sebastian/object-reflector": "^4.0",
    3565                 "sebastian/recursion-context": "^6.0"
     3547                "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
     3548            },
     3549            "dist": {
     3550                "type": "zip",
     3551                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
     3552                "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
     3553                "shasum": ""
     3554            },
     3555            "require": {
     3556                "php": ">=8.1",
     3557                "sebastian/object-reflector": "^3.0",
     3558                "sebastian/recursion-context": "^5.0"
    35663559            },
    35673560            "require-dev": {
    35683561                "ext-dom": "*",
    3569                 "phpunit/phpunit": "^11.0"
     3562                "phpunit/phpunit": "^10.0"
    35703563            },
    35713564            "type": "library",
    35723565            "extra": {
    35733566                "branch-alias": {
    3574                     "dev-main": "7.0-dev"
     3567                    "dev-main": "6.0-dev"
    35753568                }
    35763569            },
     
    35983591                "issues": "https://github.com/sebastianbergmann/global-state/issues",
    35993592                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
    3600                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
     3593                "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
    36013594            },
    36023595            "funding": [
     
    36063599                }
    36073600            ],
    3608             "time": "2024-07-03T04:57:36+00:00"
     3601            "time": "2024-03-02T07:19:19+00:00"
    36093602        },
    36103603        {
    36113604            "name": "sebastian/lines-of-code",
    3612             "version": "3.0.1",
     3605            "version": "2.0.2",
    36133606            "source": {
    36143607                "type": "git",
    36153608                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
    3616                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
    3617             },
    3618             "dist": {
    3619                 "type": "zip",
    3620                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
    3621                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
    3622                 "shasum": ""
    3623             },
    3624             "require": {
    3625                 "nikic/php-parser": "^5.0",
    3626                 "php": ">=8.2"
    3627             },
    3628             "require-dev": {
    3629                 "phpunit/phpunit": "^11.0"
     3609                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
     3610            },
     3611            "dist": {
     3612                "type": "zip",
     3613                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
     3614                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
     3615                "shasum": ""
     3616            },
     3617            "require": {
     3618                "nikic/php-parser": "^4.18 || ^5.0",
     3619                "php": ">=8.1"
     3620            },
     3621            "require-dev": {
     3622                "phpunit/phpunit": "^10.0"
     3623            },
     3624            "type": "library",
     3625            "extra": {
     3626                "branch-alias": {
     3627                    "dev-main": "2.0-dev"
     3628                }
     3629            },
     3630            "autoload": {
     3631                "classmap": [
     3632                    "src/"
     3633                ]
     3634            },
     3635            "notification-url": "https://packagist.org/downloads/",
     3636            "license": [
     3637                "BSD-3-Clause"
     3638            ],
     3639            "authors": [
     3640                {
     3641                    "name": "Sebastian Bergmann",
     3642                    "email": "sebastian@phpunit.de",
     3643                    "role": "lead"
     3644                }
     3645            ],
     3646            "description": "Library for counting the lines of code in PHP source code",
     3647            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
     3648            "support": {
     3649                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
     3650                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
     3651                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
     3652            },
     3653            "funding": [
     3654                {
     3655                    "url": "https://github.com/sebastianbergmann",
     3656                    "type": "github"
     3657                }
     3658            ],
     3659            "time": "2023-12-21T08:38:20+00:00"
     3660        },
     3661        {
     3662            "name": "sebastian/object-enumerator",
     3663            "version": "5.0.0",
     3664            "source": {
     3665                "type": "git",
     3666                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
     3667                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
     3668            },
     3669            "dist": {
     3670                "type": "zip",
     3671                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
     3672                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
     3673                "shasum": ""
     3674            },
     3675            "require": {
     3676                "php": ">=8.1",
     3677                "sebastian/object-reflector": "^3.0",
     3678                "sebastian/recursion-context": "^5.0"
     3679            },
     3680            "require-dev": {
     3681                "phpunit/phpunit": "^10.0"
     3682            },
     3683            "type": "library",
     3684            "extra": {
     3685                "branch-alias": {
     3686                    "dev-main": "5.0-dev"
     3687                }
     3688            },
     3689            "autoload": {
     3690                "classmap": [
     3691                    "src/"
     3692                ]
     3693            },
     3694            "notification-url": "https://packagist.org/downloads/",
     3695            "license": [
     3696                "BSD-3-Clause"
     3697            ],
     3698            "authors": [
     3699                {
     3700                    "name": "Sebastian Bergmann",
     3701                    "email": "sebastian@phpunit.de"
     3702                }
     3703            ],
     3704            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
     3705            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
     3706            "support": {
     3707                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
     3708                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
     3709            },
     3710            "funding": [
     3711                {
     3712                    "url": "https://github.com/sebastianbergmann",
     3713                    "type": "github"
     3714                }
     3715            ],
     3716            "time": "2023-02-03T07:08:32+00:00"
     3717        },
     3718        {
     3719            "name": "sebastian/object-reflector",
     3720            "version": "3.0.0",
     3721            "source": {
     3722                "type": "git",
     3723                "url": "https://github.com/sebastianbergmann/object-reflector.git",
     3724                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
     3725            },
     3726            "dist": {
     3727                "type": "zip",
     3728                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
     3729                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
     3730                "shasum": ""
     3731            },
     3732            "require": {
     3733                "php": ">=8.1"
     3734            },
     3735            "require-dev": {
     3736                "phpunit/phpunit": "^10.0"
    36303737            },
    36313738            "type": "library",
     
    36473754                {
    36483755                    "name": "Sebastian Bergmann",
    3649                     "email": "sebastian@phpunit.de",
    3650                     "role": "lead"
    3651                 }
    3652             ],
    3653             "description": "Library for counting the lines of code in PHP source code",
    3654             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
    3655             "support": {
    3656                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
    3657                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
    3658                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
     3756                    "email": "sebastian@phpunit.de"
     3757                }
     3758            ],
     3759            "description": "Allows reflection of object attributes, including inherited and non-public ones",
     3760            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
     3761            "support": {
     3762                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
     3763                "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
    36593764            },
    36603765            "funding": [
     
    36643769                }
    36653770            ],
    3666             "time": "2024-07-03T04:58:38+00:00"
    3667         },
    3668         {
    3669             "name": "sebastian/object-enumerator",
    3670             "version": "6.0.1",
    3671             "source": {
    3672                 "type": "git",
    3673                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
    3674                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
    3675             },
    3676             "dist": {
    3677                 "type": "zip",
    3678                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
    3679                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
    3680                 "shasum": ""
    3681             },
    3682             "require": {
    3683                 "php": ">=8.2",
    3684                 "sebastian/object-reflector": "^4.0",
    3685                 "sebastian/recursion-context": "^6.0"
    3686             },
    3687             "require-dev": {
    3688                 "phpunit/phpunit": "^11.0"
     3771            "time": "2023-02-03T07:06:18+00:00"
     3772        },
     3773        {
     3774            "name": "sebastian/recursion-context",
     3775            "version": "5.0.0",
     3776            "source": {
     3777                "type": "git",
     3778                "url": "https://github.com/sebastianbergmann/recursion-context.git",
     3779                "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
     3780            },
     3781            "dist": {
     3782                "type": "zip",
     3783                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
     3784                "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
     3785                "shasum": ""
     3786            },
     3787            "require": {
     3788                "php": ">=8.1"
     3789            },
     3790            "require-dev": {
     3791                "phpunit/phpunit": "^10.0"
    36893792            },
    36903793            "type": "library",
    36913794            "extra": {
    36923795                "branch-alias": {
    3693                     "dev-main": "6.0-dev"
     3796                    "dev-main": "5.0-dev"
    36943797                }
    36953798            },
     
    37073810                    "name": "Sebastian Bergmann",
    37083811                    "email": "sebastian@phpunit.de"
    3709                 }
    3710             ],
    3711             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
    3712             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
    3713             "support": {
    3714                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
    3715                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
    3716                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
     3812                },
     3813                {
     3814                    "name": "Jeff Welch",
     3815                    "email": "whatthejeff@gmail.com"
     3816                },
     3817                {
     3818                    "name": "Adam Harvey",
     3819                    "email": "aharvey@php.net"
     3820                }
     3821            ],
     3822            "description": "Provides functionality to recursively process PHP variables",
     3823            "homepage": "https://github.com/sebastianbergmann/recursion-context",
     3824            "support": {
     3825                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
     3826                "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
    37173827            },
    37183828            "funding": [
     
    37223832                }
    37233833            ],
    3724             "time": "2024-07-03T05:00:13+00:00"
    3725         },
    3726         {
    3727             "name": "sebastian/object-reflector",
    3728             "version": "4.0.1",
    3729             "source": {
    3730                 "type": "git",
    3731                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
    3732                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
    3733             },
    3734             "dist": {
    3735                 "type": "zip",
    3736                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
    3737                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
    3738                 "shasum": ""
    3739             },
    3740             "require": {
    3741                 "php": ">=8.2"
    3742             },
    3743             "require-dev": {
    3744                 "phpunit/phpunit": "^11.0"
     3834            "time": "2023-02-03T07:05:40+00:00"
     3835        },
     3836        {
     3837            "name": "sebastian/type",
     3838            "version": "4.0.0",
     3839            "source": {
     3840                "type": "git",
     3841                "url": "https://github.com/sebastianbergmann/type.git",
     3842                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
     3843            },
     3844            "dist": {
     3845                "type": "zip",
     3846                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
     3847                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
     3848                "shasum": ""
     3849            },
     3850            "require": {
     3851                "php": ">=8.1"
     3852            },
     3853            "require-dev": {
     3854                "phpunit/phpunit": "^10.0"
    37453855            },
    37463856            "type": "library",
     
    37623872                {
    37633873                    "name": "Sebastian Bergmann",
    3764                     "email": "sebastian@phpunit.de"
    3765                 }
    3766             ],
    3767             "description": "Allows reflection of object attributes, including inherited and non-public ones",
    3768             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
    3769             "support": {
    3770                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
    3771                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
    3772                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
     3874                    "email": "sebastian@phpunit.de",
     3875                    "role": "lead"
     3876                }
     3877            ],
     3878            "description": "Collection of value objects that represent the types of the PHP type system",
     3879            "homepage": "https://github.com/sebastianbergmann/type",
     3880            "support": {
     3881                "issues": "https://github.com/sebastianbergmann/type/issues",
     3882                "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
    37733883            },
    37743884            "funding": [
     
    37783888                }
    37793889            ],
    3780             "time": "2024-07-03T05:01:32+00:00"
    3781         },
    3782         {
    3783             "name": "sebastian/recursion-context",
    3784             "version": "6.0.2",
    3785             "source": {
    3786                 "type": "git",
    3787                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
    3788                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
    3789             },
    3790             "dist": {
    3791                 "type": "zip",
    3792                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
    3793                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
    3794                 "shasum": ""
    3795             },
    3796             "require": {
    3797                 "php": ">=8.2"
    3798             },
    3799             "require-dev": {
    3800                 "phpunit/phpunit": "^11.0"
     3890            "time": "2023-02-03T07:10:45+00:00"
     3891        },
     3892        {
     3893            "name": "sebastian/version",
     3894            "version": "4.0.1",
     3895            "source": {
     3896                "type": "git",
     3897                "url": "https://github.com/sebastianbergmann/version.git",
     3898                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
     3899            },
     3900            "dist": {
     3901                "type": "zip",
     3902                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
     3903                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
     3904                "shasum": ""
     3905            },
     3906            "require": {
     3907                "php": ">=8.1"
    38013908            },
    38023909            "type": "library",
    38033910            "extra": {
    38043911                "branch-alias": {
    3805                     "dev-main": "6.0-dev"
     3912                    "dev-main": "4.0-dev"
    38063913                }
    38073914            },
     
    38183925                {
    38193926                    "name": "Sebastian Bergmann",
    3820                     "email": "sebastian@phpunit.de"
    3821                 },
    3822                 {
    3823                     "name": "Jeff Welch",
    3824                     "email": "whatthejeff@gmail.com"
    3825                 },
    3826                 {
    3827                     "name": "Adam Harvey",
    3828                     "email": "aharvey@php.net"
    3829                 }
    3830             ],
    3831             "description": "Provides functionality to recursively process PHP variables",
    3832             "homepage": "https://github.com/sebastianbergmann/recursion-context",
    3833             "support": {
    3834                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
    3835                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
    3836                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
    3837             },
    3838             "funding": [
    3839                 {
    3840                     "url": "https://github.com/sebastianbergmann",
    3841                     "type": "github"
    3842                 }
    3843             ],
    3844             "time": "2024-07-03T05:10:34+00:00"
    3845         },
    3846         {
    3847             "name": "sebastian/type",
    3848             "version": "5.1.0",
    3849             "source": {
    3850                 "type": "git",
    3851                 "url": "https://github.com/sebastianbergmann/type.git",
    3852                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
    3853             },
    3854             "dist": {
    3855                 "type": "zip",
    3856                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
    3857                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
    3858                 "shasum": ""
    3859             },
    3860             "require": {
    3861                 "php": ">=8.2"
    3862             },
    3863             "require-dev": {
    3864                 "phpunit/phpunit": "^11.3"
    3865             },
    3866             "type": "library",
    3867             "extra": {
    3868                 "branch-alias": {
    3869                     "dev-main": "5.1-dev"
    3870                 }
    3871             },
    3872             "autoload": {
    3873                 "classmap": [
    3874                     "src/"
    3875                 ]
    3876             },
    3877             "notification-url": "https://packagist.org/downloads/",
    3878             "license": [
    3879                 "BSD-3-Clause"
    3880             ],
    3881             "authors": [
    3882                 {
    3883                     "name": "Sebastian Bergmann",
    38843927                    "email": "sebastian@phpunit.de",
    38853928                    "role": "lead"
    38863929                }
    38873930            ],
    3888             "description": "Collection of value objects that represent the types of the PHP type system",
    3889             "homepage": "https://github.com/sebastianbergmann/type",
    3890             "support": {
    3891                 "issues": "https://github.com/sebastianbergmann/type/issues",
    3892                 "security": "https://github.com/sebastianbergmann/type/security/policy",
    3893                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
    3894             },
    3895             "funding": [
    3896                 {
    3897                     "url": "https://github.com/sebastianbergmann",
    3898                     "type": "github"
    3899                 }
    3900             ],
    3901             "time": "2024-09-17T13:12:04+00:00"
    3902         },
    3903         {
    3904             "name": "sebastian/version",
    3905             "version": "5.0.2",
    3906             "source": {
    3907                 "type": "git",
    3908                 "url": "https://github.com/sebastianbergmann/version.git",
    3909                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
    3910             },
    3911             "dist": {
    3912                 "type": "zip",
    3913                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
    3914                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
    3915                 "shasum": ""
    3916             },
    3917             "require": {
    3918                 "php": ">=8.2"
    3919             },
    3920             "type": "library",
    3921             "extra": {
    3922                 "branch-alias": {
    3923                     "dev-main": "5.0-dev"
    3924                 }
    3925             },
    3926             "autoload": {
    3927                 "classmap": [
    3928                     "src/"
    3929                 ]
    3930             },
    3931             "notification-url": "https://packagist.org/downloads/",
    3932             "license": [
    3933                 "BSD-3-Clause"
    3934             ],
    3935             "authors": [
    3936                 {
    3937                     "name": "Sebastian Bergmann",
    3938                     "email": "sebastian@phpunit.de",
    3939                     "role": "lead"
    3940                 }
    3941             ],
    39423931            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
    39433932            "homepage": "https://github.com/sebastianbergmann/version",
    39443933            "support": {
    39453934                "issues": "https://github.com/sebastianbergmann/version/issues",
    3946                 "security": "https://github.com/sebastianbergmann/version/security/policy",
    3947                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
     3935                "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
    39483936            },
    39493937            "funding": [
     
    39533941                }
    39543942            ],
    3955             "time": "2024-10-09T05:16:32+00:00"
     3943            "time": "2023-02-07T11:34:05+00:00"
    39563944        },
    39573945        {
     
    40404028        },
    40414029        {
    4042             "name": "staabm/side-effects-detector",
    4043             "version": "1.0.5",
    4044             "source": {
    4045                 "type": "git",
    4046                 "url": "https://github.com/staabm/side-effects-detector.git",
    4047                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
    4048             },
    4049             "dist": {
    4050                 "type": "zip",
    4051                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
    4052                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
    4053                 "shasum": ""
    4054             },
    4055             "require": {
    4056                 "ext-tokenizer": "*",
    4057                 "php": "^7.4 || ^8.0"
    4058             },
    4059             "require-dev": {
    4060                 "phpstan/extension-installer": "^1.4.3",
    4061                 "phpstan/phpstan": "^1.12.6",
    4062                 "phpunit/phpunit": "^9.6.21",
    4063                 "symfony/var-dumper": "^5.4.43",
    4064                 "tomasvotruba/type-coverage": "1.0.0",
    4065                 "tomasvotruba/unused-public": "1.0.0"
    4066             },
    4067             "type": "library",
    4068             "autoload": {
    4069                 "classmap": [
    4070                     "lib/"
    4071                 ]
    4072             },
    4073             "notification-url": "https://packagist.org/downloads/",
    4074             "license": [
    4075                 "MIT"
    4076             ],
    4077             "description": "A static analysis tool to detect side effects in PHP code",
    4078             "keywords": [
    4079                 "static analysis"
    4080             ],
    4081             "support": {
    4082                 "issues": "https://github.com/staabm/side-effects-detector/issues",
    4083                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
    4084             },
    4085             "funding": [
    4086                 {
    4087                     "url": "https://github.com/staabm",
    4088                     "type": "github"
    4089                 }
    4090             ],
    4091             "time": "2024-10-20T05:08:20+00:00"
    4092         },
    4093         {
    40944030            "name": "symfony/finder",
    4095             "version": "v7.2.2",
     4031            "version": "v6.4.17",
    40964032            "source": {
    40974033                "type": "git",
    40984034                "url": "https://github.com/symfony/finder.git",
    4099                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
    4100             },
    4101             "dist": {
    4102                 "type": "zip",
    4103                 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
    4104                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
    4105                 "shasum": ""
    4106             },
    4107             "require": {
    4108                 "php": ">=8.2"
    4109             },
    4110             "require-dev": {
    4111                 "symfony/filesystem": "^6.4|^7.0"
     4035                "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7"
     4036            },
     4037            "dist": {
     4038                "type": "zip",
     4039                "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
     4040                "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
     4041                "shasum": ""
     4042            },
     4043            "require": {
     4044                "php": ">=8.1"
     4045            },
     4046            "require-dev": {
     4047                "symfony/filesystem": "^6.0|^7.0"
    41124048            },
    41134049            "type": "library",
     
    41374073            "homepage": "https://symfony.com",
    41384074            "support": {
    4139                 "source": "https://github.com/symfony/finder/tree/v7.2.2"
     4075                "source": "https://github.com/symfony/finder/tree/v6.4.17"
    41404076            },
    41414077            "funding": [
     
    41534089                }
    41544090            ],
    4155             "time": "2024-12-30T19:00:17+00:00"
     4091            "time": "2024-12-29T13:51:37+00:00"
    41564092        },
    41574093        {
     
    42814217    },
    42824218    "platform-dev": {},
     4219    "platform-overrides": {
     4220        "php": "8.1"
     4221    },
    42834222    "plugin-api-version": "2.6.0"
    42844223}
  • gdata-antivirus/tags/3.0.3/gdata-antivirus.php

    r3257107 r3257138  
    1212 * @wordpress-plugin
    1313 * Plugin Name: G DATA Antivirus
    14  * Version: 3.0.2
     14 * Version: 3.0.3
    1515 * Requires at least: 6.2
    1616 * Tested up to: 6.6
  • gdata-antivirus/tags/3.0.3/vendor/autoload.php

    r3249458 r3257138  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43::getLoader();
     25return ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3::getLoader();
  • gdata-antivirus/tags/3.0.3/vendor/composer/autoload_classmap.php

    r3257107 r3257138  
    340340    'GDAVSCOPE\\Amp\\TimeoutCancellation' => $vendorDir . '/amphp/amp/src/TimeoutCancellation.php',
    341341    'GDAVSCOPE\\Amp\\TimeoutException' => $vendorDir . '/amphp/amp/src/TimeoutException.php',
    342     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Auth' => $vendorDir . '/illuminate/container/Attributes/Auth.php',
    343     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Authenticated' => $vendorDir . '/illuminate/container/Attributes/Authenticated.php',
    344     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Cache' => $vendorDir . '/illuminate/container/Attributes/Cache.php',
    345     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Config' => $vendorDir . '/illuminate/container/Attributes/Config.php',
    346     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\CurrentUser' => $vendorDir . '/illuminate/container/Attributes/CurrentUser.php',
    347     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\DB' => $vendorDir . '/illuminate/container/Attributes/DB.php',
    348     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Database' => $vendorDir . '/illuminate/container/Attributes/Database.php',
    349     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Log' => $vendorDir . '/illuminate/container/Attributes/Log.php',
    350     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\RouteParameter' => $vendorDir . '/illuminate/container/Attributes/RouteParameter.php',
    351     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Storage' => $vendorDir . '/illuminate/container/Attributes/Storage.php',
    352     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Tag' => $vendorDir . '/illuminate/container/Attributes/Tag.php',
    353342    'GDAVSCOPE\\Illuminate\\Container\\BoundMethod' => $vendorDir . '/illuminate/container/BoundMethod.php',
    354343    'GDAVSCOPE\\Illuminate\\Container\\Container' => $vendorDir . '/illuminate/container/Container.php',
     
    384373    'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Repository' => $vendorDir . '/illuminate/contracts/Cache/Repository.php',
    385374    'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Store' => $vendorDir . '/illuminate/contracts/Cache/Store.php',
    386     'GDAVSCOPE\\Illuminate\\Contracts\\Concurrency\\Driver' => $vendorDir . '/illuminate/contracts/Concurrency/Driver.php',
    387375    'GDAVSCOPE\\Illuminate\\Contracts\\Config\\Repository' => $vendorDir . '/illuminate/contracts/Config/Repository.php',
    388376    'GDAVSCOPE\\Illuminate\\Contracts\\Console\\Application' => $vendorDir . '/illuminate/contracts/Console/Application.php',
     
    393381    'GDAVSCOPE\\Illuminate\\Contracts\\Container\\CircularDependencyException' => $vendorDir . '/illuminate/contracts/Container/CircularDependencyException.php',
    394382    'GDAVSCOPE\\Illuminate\\Contracts\\Container\\Container' => $vendorDir . '/illuminate/contracts/Container/Container.php',
    395     'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualAttribute' => $vendorDir . '/illuminate/contracts/Container/ContextualAttribute.php',
    396383    'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualBindingBuilder' => $vendorDir . '/illuminate/contracts/Container/ContextualBindingBuilder.php',
    397384    'GDAVSCOPE\\Illuminate\\Contracts\\Cookie\\Factory' => $vendorDir . '/illuminate/contracts/Cookie/Factory.php',
     
    410397    'GDAVSCOPE\\Illuminate\\Contracts\\Database\\Query\\Expression' => $vendorDir . '/illuminate/contracts/Database/Query/Expression.php',
    411398    'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ExceptionHandler' => $vendorDir . '/illuminate/contracts/Debug/ExceptionHandler.php',
    412     'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ShouldntReport' => $vendorDir . '/illuminate/contracts/Debug/ShouldntReport.php',
    413399    'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\DecryptException' => $vendorDir . '/illuminate/contracts/Encryption/DecryptException.php',
    414400    'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\EncryptException' => $vendorDir . '/illuminate/contracts/Encryption/EncryptException.php',
  • gdata-antivirus/tags/3.0.3/vendor/composer/autoload_real.php

    r3249458 r3257138  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43
     5class ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::getInitializer($loader));
    3333
    3434        $loader->setClassMapAuthoritative(true);
    3535        $loader->register(true);
    3636
    37         $filesToLoad = \Composer\Autoload\ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$files;
     37        $filesToLoad = \Composer\Autoload\ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$files;
    3838        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3939            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • gdata-antivirus/tags/3.0.3/vendor/composer/autoload_static.php

    r3257107 r3257138  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite9efd14b678771737e0c6055fb6dfd43
     7class ComposerStaticInit580f2797ac061be9500ead0c91fc02d3
    88{
    99    public static $files = array (
     
    509509        'GDAVSCOPE\\Amp\\TimeoutCancellation' => __DIR__ . '/..' . '/amphp/amp/src/TimeoutCancellation.php',
    510510        'GDAVSCOPE\\Amp\\TimeoutException' => __DIR__ . '/..' . '/amphp/amp/src/TimeoutException.php',
    511         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Auth' => __DIR__ . '/..' . '/illuminate/container/Attributes/Auth.php',
    512         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Authenticated' => __DIR__ . '/..' . '/illuminate/container/Attributes/Authenticated.php',
    513         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Cache' => __DIR__ . '/..' . '/illuminate/container/Attributes/Cache.php',
    514         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Config' => __DIR__ . '/..' . '/illuminate/container/Attributes/Config.php',
    515         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\CurrentUser' => __DIR__ . '/..' . '/illuminate/container/Attributes/CurrentUser.php',
    516         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\DB' => __DIR__ . '/..' . '/illuminate/container/Attributes/DB.php',
    517         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Database' => __DIR__ . '/..' . '/illuminate/container/Attributes/Database.php',
    518         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Log' => __DIR__ . '/..' . '/illuminate/container/Attributes/Log.php',
    519         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\RouteParameter' => __DIR__ . '/..' . '/illuminate/container/Attributes/RouteParameter.php',
    520         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Storage' => __DIR__ . '/..' . '/illuminate/container/Attributes/Storage.php',
    521         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Tag' => __DIR__ . '/..' . '/illuminate/container/Attributes/Tag.php',
    522511        'GDAVSCOPE\\Illuminate\\Container\\BoundMethod' => __DIR__ . '/..' . '/illuminate/container/BoundMethod.php',
    523512        'GDAVSCOPE\\Illuminate\\Container\\Container' => __DIR__ . '/..' . '/illuminate/container/Container.php',
     
    553542        'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Repository' => __DIR__ . '/..' . '/illuminate/contracts/Cache/Repository.php',
    554543        'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Store' => __DIR__ . '/..' . '/illuminate/contracts/Cache/Store.php',
    555         'GDAVSCOPE\\Illuminate\\Contracts\\Concurrency\\Driver' => __DIR__ . '/..' . '/illuminate/contracts/Concurrency/Driver.php',
    556544        'GDAVSCOPE\\Illuminate\\Contracts\\Config\\Repository' => __DIR__ . '/..' . '/illuminate/contracts/Config/Repository.php',
    557545        'GDAVSCOPE\\Illuminate\\Contracts\\Console\\Application' => __DIR__ . '/..' . '/illuminate/contracts/Console/Application.php',
     
    562550        'GDAVSCOPE\\Illuminate\\Contracts\\Container\\CircularDependencyException' => __DIR__ . '/..' . '/illuminate/contracts/Container/CircularDependencyException.php',
    563551        'GDAVSCOPE\\Illuminate\\Contracts\\Container\\Container' => __DIR__ . '/..' . '/illuminate/contracts/Container/Container.php',
    564         'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualAttribute' => __DIR__ . '/..' . '/illuminate/contracts/Container/ContextualAttribute.php',
    565552        'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualBindingBuilder' => __DIR__ . '/..' . '/illuminate/contracts/Container/ContextualBindingBuilder.php',
    566553        'GDAVSCOPE\\Illuminate\\Contracts\\Cookie\\Factory' => __DIR__ . '/..' . '/illuminate/contracts/Cookie/Factory.php',
     
    579566        'GDAVSCOPE\\Illuminate\\Contracts\\Database\\Query\\Expression' => __DIR__ . '/..' . '/illuminate/contracts/Database/Query/Expression.php',
    580567        'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ExceptionHandler' => __DIR__ . '/..' . '/illuminate/contracts/Debug/ExceptionHandler.php',
    581         'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ShouldntReport' => __DIR__ . '/..' . '/illuminate/contracts/Debug/ShouldntReport.php',
    582568        'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\DecryptException' => __DIR__ . '/..' . '/illuminate/contracts/Encryption/DecryptException.php',
    583569        'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\EncryptException' => __DIR__ . '/..' . '/illuminate/contracts/Encryption/EncryptException.php',
     
    884870    {
    885871        return \Closure::bind(function () use ($loader) {
    886             $loader->prefixLengthsPsr4 = ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$prefixLengthsPsr4;
    887             $loader->prefixDirsPsr4 = ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$prefixDirsPsr4;
    888             $loader->classMap = ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$classMap;
     872            $loader->prefixLengthsPsr4 = ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$prefixLengthsPsr4;
     873            $loader->prefixDirsPsr4 = ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$prefixDirsPsr4;
     874            $loader->classMap = ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$classMap;
    889875
    890876        }, null, ClassLoader::class);
  • gdata-antivirus/tags/3.0.3/vendor/composer/installed.json

    r3257107 r3257138  
    12751275        {
    12761276            "name": "illuminate\/container",
    1277             "version": "v11.44.2",
    1278             "version_normalized": "11.44.2.0",
     1277            "version": "v10.48.28",
     1278            "version_normalized": "10.48.28.0",
    12791279            "source": {
    12801280                "type": "git",
    12811281                "url": "https:\/\/github.com\/illuminate\/container.git",
    1282                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca"
    1283             },
    1284             "dist": {
    1285                 "type": "zip",
    1286                 "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1287                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1288                 "shasum": ""
    1289             },
    1290             "require": {
    1291                 "illuminate\/contracts": "^11.0",
    1292                 "php": "^8.2",
     1282                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3"
     1283            },
     1284            "dist": {
     1285                "type": "zip",
     1286                "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1287                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1288                "shasum": ""
     1289            },
     1290            "require": {
     1291                "illuminate\/contracts": "^10.0",
     1292                "php": "^8.1",
    12931293                "psr\/container": "^1.1.1|^2.0.1"
    12941294            },
     
    12961296                "psr\/container-implementation": "1.1|2.0"
    12971297            },
    1298             "time": "2025-02-10T14:20:57+00:00",
     1298            "time": "2024-11-21T14:02:44+00:00",
    12991299            "type": "library",
    13001300            "extra": {
    13011301                "branch-alias": {
    1302                     "dev-master": "11.x-dev"
     1302                    "dev-master": "10.x-dev"
    13031303                }
    13041304            },
     
    13291329        {
    13301330            "name": "illuminate\/contracts",
    1331             "version": "v11.44.2",
    1332             "version_normalized": "11.44.2.0",
     1331            "version": "v10.48.28",
     1332            "version_normalized": "10.48.28.0",
    13331333            "source": {
    13341334                "type": "git",
    13351335                "url": "https:\/\/github.com\/illuminate\/contracts.git",
    1336                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898"
    1337             },
    1338             "dist": {
    1339                 "type": "zip",
    1340                 "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/b350a3cd8450846325cb49e1cbc1293598b18898",
    1341                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898",
    1342                 "shasum": ""
    1343             },
    1344             "require": {
    1345                 "php": "^8.2",
     1336                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74"
     1337            },
     1338            "dist": {
     1339                "type": "zip",
     1340                "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/f90663a69f926105a70b78060a31f3c64e2d1c74",
     1341                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74",
     1342                "shasum": ""
     1343            },
     1344            "require": {
     1345                "php": "^8.1",
    13461346                "psr\/container": "^1.1.1|^2.0.1",
    13471347                "psr\/simple-cache": "^1.0|^2.0|^3.0"
    13481348            },
    1349             "time": "2025-02-10T14:20:57+00:00",
     1349            "time": "2024-11-21T14:02:44+00:00",
    13501350            "type": "library",
    13511351            "extra": {
    13521352                "branch-alias": {
    1353                     "dev-master": "11.x-dev"
     1353                    "dev-master": "10.x-dev"
    13541354                }
    13551355            },
  • gdata-antivirus/tags/3.0.3/vendor/composer/installed.php

    r3257107 r3257138  
    33namespace GDAVSCOPE;
    44
    5 return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.1.0', 'version' => '3.1.0.0', 'reference' => '7cf7fef3d667bfe4b2560bc87e67d5387a7bcde9', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '55a6bd071aec26fa2a3e002618c20c35e3df1b46', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'reference' => '78eb3db5fc69bf2fc0cb503c4fcba667bc223c71', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.2.0', 'version' => '3.2.0.0', 'reference' => '28b38a805d2c235bb581d24415e78a42cd03aedc', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '3680d80bd38b5d6f3c2cef2214ca6dd6cef26588', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.3.0', 'version' => '5.3.0.0', 'reference' => 'd50928ec41d4ac3bcec5a01fe1caaf7575cbdc75', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '5113111de02796a782f5d90767455e7391cca190', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.3', 'version' => '1.2.3.0', 'reference' => '7b52598c2e9105ebcddf247fc523161581930367', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '11.0.1', 'version' => '11.0.1.0', 'reference' => '32d6c8818479af4b93385277c78bda1262e6c18b', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v11.44.2', 'version' => '11.44.2.0', 'reference' => '4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v11.44.2', 'version' => '11.44.2.0', 'reference' => 'b350a3cd8450846325cb49e1cbc1293598b18898', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '81fb5145d2644324614cc532b28efd0215bda430', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '4aabf0e2f2f9421ffcacab35be33e4fb5e63c44f', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => '08cfc6c4f3d811584fb09c37e2849e6a7f9b0742', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.7', 'version' => '1.0.7.0', 'reference' => '09bf1bf7f7f574453efe43044b06fafe12216eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false)));
     5return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.1.0', 'version' => '3.1.0.0', 'reference' => '7cf7fef3d667bfe4b2560bc87e67d5387a7bcde9', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '55a6bd071aec26fa2a3e002618c20c35e3df1b46', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'reference' => '78eb3db5fc69bf2fc0cb503c4fcba667bc223c71', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.2.0', 'version' => '3.2.0.0', 'reference' => '28b38a805d2c235bb581d24415e78a42cd03aedc', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '3680d80bd38b5d6f3c2cef2214ca6dd6cef26588', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.3.0', 'version' => '5.3.0.0', 'reference' => 'd50928ec41d4ac3bcec5a01fe1caaf7575cbdc75', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '5113111de02796a782f5d90767455e7391cca190', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.3', 'version' => '1.2.3.0', 'reference' => '7b52598c2e9105ebcddf247fc523161581930367', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '11.0.1', 'version' => '11.0.1.0', 'reference' => '32d6c8818479af4b93385277c78bda1262e6c18b', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v10.48.28', 'version' => '10.48.28.0', 'reference' => 'ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v10.48.28', 'version' => '10.48.28.0', 'reference' => 'f90663a69f926105a70b78060a31f3c64e2d1c74', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '81fb5145d2644324614cc532b28efd0215bda430', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '4aabf0e2f2f9421ffcacab35be33e4fb5e63c44f', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => '08cfc6c4f3d811584fb09c37e2849e6a7f9b0742', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.7', 'version' => '1.0.7.0', 'reference' => '09bf1bf7f7f574453efe43044b06fafe12216eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false)));
  • gdata-antivirus/tags/3.0.3/vendor/composer/platform_check.php

    r3169198 r3257138  
    55$issues = array();
    66
    7 if (!(PHP_VERSION_ID >= 80200)) {
    8     $issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.';
     7if (!(PHP_VERSION_ID >= 80100)) {
     8    $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
    99}
    1010
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/container/BoundMethod.php

    r3169198 r3257138  
    138138    protected static function addDependencyForCallParameter($container, $parameter, array &$parameters, &$dependencies)
    139139    {
    140         $pendingDependencies = [];
    141140        if (array_key_exists($paramName = $parameter->getName(), $parameters)) {
    142             $pendingDependencies[] = $parameters[$paramName];
     141            $dependencies[] = $parameters[$paramName];
    143142            unset($parameters[$paramName]);
    144         } elseif ($attribute = Util::getContextualAttributeFromDependency($parameter)) {
    145             $pendingDependencies[] = $container->resolveFromAttribute($attribute);
    146143        } elseif (!is_null($className = Util::getParameterClassName($parameter))) {
    147144            if (array_key_exists($className, $parameters)) {
    148                 $pendingDependencies[] = $parameters[$className];
     145                $dependencies[] = $parameters[$className];
    149146                unset($parameters[$className]);
    150147            } elseif ($parameter->isVariadic()) {
    151148                $variadicDependencies = $container->make($className);
    152                 $pendingDependencies = array_merge($pendingDependencies, is_array($variadicDependencies) ? $variadicDependencies : [$variadicDependencies]);
     149                $dependencies = array_merge($dependencies, is_array($variadicDependencies) ? $variadicDependencies : [$variadicDependencies]);
    153150            } else {
    154                 $pendingDependencies[] = $container->make($className);
     151                $dependencies[] = $container->make($className);
    155152            }
    156153        } elseif ($parameter->isDefaultValueAvailable()) {
    157             $pendingDependencies[] = $parameter->getDefaultValue();
     154            $dependencies[] = $parameter->getDefaultValue();
    158155        } elseif (!$parameter->isOptional() && !array_key_exists($paramName, $parameters)) {
    159156            $message = "Unable to resolve dependency [{$parameter}] in class {$parameter->getDeclaringClass()->getName()}";
    160157            throw new BindingResolutionException($message);
    161158        }
    162         foreach ($pendingDependencies as $dependency) {
    163             $container->fireAfterResolvingAttributeCallbacks($parameter->getAttributes(), $dependency);
    164         }
    165         $dependencies = array_merge($dependencies, $pendingDependencies);
    166159    }
    167160    /**
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/container/Container.php

    r3245655 r3257138  
    99use GDAVSCOPE\Illuminate\Contracts\Container\CircularDependencyException;
    1010use GDAVSCOPE\Illuminate\Contracts\Container\Container as ContainerContract;
    11 use GDAVSCOPE\Illuminate\Contracts\Container\ContextualAttribute;
    1211use LogicException;
    13 use ReflectionAttribute;
    1412use ReflectionClass;
    1513use ReflectionException;
     
    9896    public $contextual = [];
    9997    /**
    100      * The contextual attribute handlers.
     98     * All of the registered rebound callbacks.
    10199     *
    102100     * @var array[]
    103101     */
    104     public $contextualAttributes = [];
    105     /**
    106      * All of the registered rebound callbacks.
     102    protected $reboundCallbacks = [];
     103    /**
     104     * All of the global before resolving callbacks.
     105     *
     106     * @var \Closure[]
     107     */
     108    protected $globalBeforeResolvingCallbacks = [];
     109    /**
     110     * All of the global resolving callbacks.
     111     *
     112     * @var \Closure[]
     113     */
     114    protected $globalResolvingCallbacks = [];
     115    /**
     116     * All of the global after resolving callbacks.
     117     *
     118     * @var \Closure[]
     119     */
     120    protected $globalAfterResolvingCallbacks = [];
     121    /**
     122     * All of the before resolving callbacks by class type.
    107123     *
    108124     * @var array[]
    109125     */
    110     protected $reboundCallbacks = [];
    111     /**
    112      * All of the global before resolving callbacks.
    113      *
    114      * @var \Closure[]
    115      */
    116     protected $globalBeforeResolvingCallbacks = [];
    117     /**
    118      * All of the global resolving callbacks.
    119      *
    120      * @var \Closure[]
    121      */
    122     protected $globalResolvingCallbacks = [];
    123     /**
    124      * All of the global after resolving callbacks.
    125      *
    126      * @var \Closure[]
    127      */
    128     protected $globalAfterResolvingCallbacks = [];
    129     /**
    130      * All of the before resolving callbacks by class type.
     126    protected $beforeResolvingCallbacks = [];
     127    /**
     128     * All of the resolving callbacks by class type.
    131129     *
    132130     * @var array[]
    133131     */
    134     protected $beforeResolvingCallbacks = [];
    135     /**
    136      * All of the resolving callbacks by class type.
     132    protected $resolvingCallbacks = [];
     133    /**
     134     * All of the after resolving callbacks by class type.
    137135     *
    138136     * @var array[]
    139137     */
    140     protected $resolvingCallbacks = [];
    141     /**
    142      * All of the after resolving callbacks by class type.
    143      *
    144      * @var array[]
    145      */
    146138    protected $afterResolvingCallbacks = [];
    147     /**
    148      * All of the after resolving attribute callbacks by class type.
    149      *
    150      * @var array[]
    151      */
    152     protected $afterResolvingAttributeCallbacks = [];
    153139    /**
    154140     * Define a contextual binding.
     
    164150        }
    165151        return new ContextualBindingBuilder($this, $aliases);
    166     }
    167     /**
    168      * Define a contextual binding based on an attribute.
    169      *
    170      * @param  string  $attribute
    171      * @param  \Closure  $handler
    172      * @return void
    173      */
    174     public function whenHasAttribute(string $attribute, Closure $handler)
    175     {
    176         $this->contextualAttributes[$attribute] = $handler;
    177152    }
    178153    /**
     
    256231            $concrete = $this->getClosure($abstract, $concrete);
    257232        }
    258         $this->bindings[$abstract] = ['concrete' => $concrete, 'shared' => $shared];
     233        $this->bindings[$abstract] = compact('concrete', 'shared');
    259234        // If the abstract type was already resolved in this container we'll fire the
    260235        // rebound listener so that any objects which have already gotten resolved
     
    425400     * Register an existing instance as shared in the container.
    426401     *
    427      * @template TInstance of mixed
    428      *
    429      * @param  string  $abstract
    430      * @param  TInstance  $instance
    431      * @return TInstance
     402     * @param  string  $abstract
     403     * @param  mixed  $instance
     404     * @return mixed
    432405     */
    433406    public function instance($abstract, $instance)
     
    553526    protected function rebound($abstract)
    554527    {
    555         if (!$callbacks = $this->getReboundCallbacks($abstract)) {
    556             return;
    557         }
    558528        $instance = $this->make($abstract);
    559         foreach ($callbacks as $callback) {
     529        foreach ($this->getReboundCallbacks($abstract) as $callback) {
    560530            $callback($this, $instance);
    561531        }
     
    613583    protected function getClassForCallable($callback)
    614584    {
    615         if (is_callable($callback) && !($reflector = new ReflectionFunction($callback(...)))->isAnonymous()) {
    616             return $reflector->getClosureScopeClass()->name ?? \false;
    617         }
    618         return \false;
     585        if (\PHP_VERSION_ID >= 80200) {
     586            if (is_callable($callback) && !($reflector = new ReflectionFunction($callback(...)))->isAnonymous()) {
     587                return $reflector->getClosureScopeClass()->name ?? \false;
     588            }
     589            return \false;
     590        }
     591        if (!is_array($callback)) {
     592            return \false;
     593        }
     594        return is_string($callback[0]) ? $callback[0] : get_class($callback[0]);
    619595    }
    620596    /**
    621597     * Get a closure to resolve the given type from the container.
    622598     *
    623      * @template TClass of object
    624      *
    625      * @param  string|class-string<TClass>  $abstract
    626      * @return ($abstract is class-string<TClass> ? \Closure(): TClass : \Closure(): mixed)
     599     * @param  string  $abstract
     600     * @return \Closure
    627601     */
    628602    public function factory($abstract)
     
    633607     * An alias function name for make().
    634608     *
    635      * @template TClass of object
    636      *
    637      * @param  string|class-string<TClass>|callable  $abstract
     609     * @param  string|callable  $abstract
    638610     * @param  array  $parameters
    639      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     611     * @return mixed
    640612     *
    641613     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    648620     * Resolve the given type from the container.
    649621     *
    650      * @template TClass of object
    651      *
    652      * @param  string|class-string<TClass>  $abstract
     622     * @param  string|callable  $abstract
    653623     * @param  array  $parameters
    654      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     624     * @return mixed
    655625     *
    656626     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    663633     * {@inheritdoc}
    664634     *
    665      * @template TClass of object
    666      *
    667      * @param  string|class-string<TClass>  $id
    668      * @return ($id is class-string<TClass> ? TClass : mixed)
     635     * @return mixed
    669636     */
    670637    public function get(string $id)
     
    682649     * Resolve the given type from the container.
    683650     *
    684      * @template TClass of object
    685      *
    686      * @param  string|class-string<TClass>|callable  $abstract
     651     * @param  string|callable  $abstract
    687652     * @param  array  $parameters
    688653     * @param  bool  $raiseEvents
    689      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     654     * @return mixed
    690655     *
    691656     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    735700        // the parameter overrides for this build. After those two things are done
    736701        // we will be ready to return back the fully constructed class instance.
    737         if (!$needsContextualBuild) {
    738             $this->resolved[$abstract] = \true;
    739         }
     702        $this->resolved[$abstract] = \true;
    740703        array_pop($this->with);
    741704        return $object;
     
    804767     * Instantiate a concrete instance of the given type.
    805768     *
    806      * @template TClass of object
    807      *
    808      * @param  \Closure(static, array): TClass|class-string<TClass>  $concrete
    809      * @return TClass
     769     * @param  \Closure|string  $concrete
     770     * @return mixed
    810771     *
    811772     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    818779        // used as resolvers for more fine-tuned resolution of these objects.
    819780        if ($concrete instanceof Closure) {
    820             $this->buildStack[] = spl_object_hash($concrete);
    821             try {
    822                 return $concrete($this, $this->getLastParameterOverride());
    823             } finally {
    824                 array_pop($this->buildStack);
    825             }
     781            return $concrete($this, $this->getLastParameterOverride());
    826782        }
    827783        try {
     
    843799        if (is_null($constructor)) {
    844800            array_pop($this->buildStack);
    845             $this->fireAfterResolvingAttributeCallbacks($reflector->getAttributes(), $instance = new $concrete());
    846             return $instance;
     801            return new $concrete();
    847802        }
    848803        $dependencies = $constructor->getParameters();
     
    857812        }
    858813        array_pop($this->buildStack);
    859         $this->fireAfterResolvingAttributeCallbacks($reflector->getAttributes(), $instance = $reflector->newInstanceArgs($instances));
    860         return $instance;
     814        return $reflector->newInstanceArgs($instances);
    861815    }
    862816    /**
     
    879833                continue;
    880834            }
    881             $result = null;
    882             if (!is_null($attribute = Util::getContextualAttributeFromDependency($dependency))) {
    883                 $result = $this->resolveFromAttribute($attribute);
    884             }
    885835            // If the class is null, it means the dependency is a string or some other
    886836            // primitive type which we can not resolve since it is not a class and
    887837            // we will just bomb out with an error since we have no-where to go.
    888             $result ??= is_null(Util::getParameterClassName($dependency)) ? $this->resolvePrimitive($dependency) : $this->resolveClass($dependency);
    889             $this->fireAfterResolvingAttributeCallbacks($dependency->getAttributes(), $result);
     838            $result = is_null(Util::getParameterClassName($dependency)) ? $this->resolvePrimitive($dependency) : $this->resolveClass($dependency);
    890839            if ($dependency->isVariadic()) {
    891840                $results = array_merge($results, $result);
     
    943892        if ($parameter->isVariadic()) {
    944893            return [];
    945         }
    946         if ($parameter->hasType() && $parameter->allowsNull()) {
    947             return null;
    948894        }
    949895        $this->unresolvablePrimitive($parameter);
     
    989935    }
    990936    /**
    991      * Resolve a dependency based on an attribute.
    992      *
    993      * @param  \ReflectionAttribute  $attribute
    994      * @return mixed
    995      */
    996     public function resolveFromAttribute(ReflectionAttribute $attribute)
    997     {
    998         $handler = $this->contextualAttributes[$attribute->getName()] ?? null;
    999         $instance = $attribute->newInstance();
    1000         if (is_null($handler) && method_exists($instance, 'resolve')) {
    1001             $handler = $instance->resolve(...);
    1002         }
    1003         if (is_null($handler)) {
    1004             throw new BindingResolutionException("Contextual binding attribute [{$attribute->getName()}] has no registered handler.");
    1005         }
    1006         return $handler($instance, $this);
    1007     }
    1008     /**
    1009937     * Throw an exception that the concrete is not instantiable.
    1010938     *
     
    10921020    }
    10931021    /**
    1094      * Register a new after resolving attribute callback for all types.
    1095      *
    1096      * @param  string  $attribute
    1097      * @param  \Closure  $callback
    1098      * @return void
    1099      */
    1100     public function afterResolvingAttribute(string $attribute, \Closure $callback)
    1101     {
    1102         $this->afterResolvingAttributeCallbacks[$attribute][] = $callback;
    1103     }
    1104     /**
    11051022     * Fire all of the before resolving callbacks.
    11061023     *
     
    11561073        $this->fireCallbackArray($object, $this->globalAfterResolvingCallbacks);
    11571074        $this->fireCallbackArray($object, $this->getCallbacksForType($abstract, $object, $this->afterResolvingCallbacks));
    1158     }
    1159     /**
    1160      * Fire all of the after resolving attribute callbacks.
    1161      *
    1162      * @param  \ReflectionAttribute[]  $attributes
    1163      * @param  mixed  $object
    1164      * @return void
    1165      */
    1166     public function fireAfterResolvingAttributeCallbacks(array $attributes, $object)
    1167     {
    1168         foreach ($attributes as $attribute) {
    1169             if (is_a($attribute->getName(), ContextualAttribute::class, \true)) {
    1170                 $instance = $attribute->newInstance();
    1171                 if (method_exists($instance, 'after')) {
    1172                     $instance->after($instance, $object, $this);
    1173                 }
    1174             }
    1175             $callbacks = $this->getCallbacksForType($attribute->getName(), $object, $this->afterResolvingAttributeCallbacks);
    1176             foreach ($callbacks as $callback) {
    1177                 $callback($attribute->newInstance(), $object, $this);
    1178             }
    1179         }
    11801075    }
    11811076    /**
     
    13101205    public static function getInstance()
    13111206    {
    1312         return static::$instance ??= new static();
     1207        if (is_null(static::$instance)) {
     1208            static::$instance = new static();
     1209        }
     1210        return static::$instance;
    13131211    }
    13141212    /**
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/container/Util.php

    r3169198 r3257138  
    44
    55use Closure;
    6 use GDAVSCOPE\Illuminate\Contracts\Container\ContextualAttribute;
    7 use ReflectionAttribute;
    86use ReflectionNamedType;
    97/**
     
    6563        return $name;
    6664    }
    67     /**
    68      * Get a contextual attribute from a dependency.
    69      *
    70      * @param  \ReflectionParameter  $dependency
    71      * @return \ReflectionAttribute|null
    72      */
    73     public static function getContextualAttributeFromDependency($dependency)
    74     {
    75         return $dependency->getAttributes(ContextualAttribute::class, ReflectionAttribute::IS_INSTANCEOF)[0] ?? null;
    76     }
    7765}
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/container/composer.json

    r3169198 r3257138  
    1515    ],
    1616    "require": {
    17         "php": "^8.2",
    18         "illuminate\/contracts": "^11.0",
     17        "php": "^8.1",
     18        "illuminate\/contracts": "^10.0",
    1919        "psr\/container": "^1.1.1|^2.0.1"
    2020    },
     
    2929    "extra": {
    3030        "branch-alias": {
    31             "dev-master": "11.x-dev"
     31            "dev-master": "10.x-dev"
    3232        }
    3333    },
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Auth/Authenticatable.php

    r3169198 r3257138  
    1717     */
    1818    public function getAuthIdentifier();
    19     /**
    20      * Get the name of the password attribute for the user.
    21      *
    22      * @return string
    23      */
    24     public function getAuthPasswordName();
    2519    /**
    2620     * Get the password for the user.
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Auth/Guard.php

    r3169198 r3257138  
    4646     *
    4747     * @param  \Illuminate\Contracts\Auth\Authenticatable  $user
    48      * @return $this
     48     * @return void
    4949     */
    5050    public function setUser(Authenticatable $user);
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Auth/StatefulGuard.php

    r3169198 r3257138  
    3333     * @param  mixed  $id
    3434     * @param  bool  $remember
    35      * @return \Illuminate\Contracts\Auth\Authenticatable|false
     35     * @return \Illuminate\Contracts\Auth\Authenticatable|bool
    3636     */
    3737    public function loginUsingId($id, $remember = \false);
     
    4040     *
    4141     * @param  mixed  $id
    42      * @return \Illuminate\Contracts\Auth\Authenticatable|false
     42     * @return \Illuminate\Contracts\Auth\Authenticatable|bool
    4343     */
    4444    public function onceUsingId($id);
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Auth/UserProvider.php

    r3169198 r3257138  
    1919     * @return \Illuminate\Contracts\Auth\Authenticatable|null
    2020     */
    21     public function retrieveByToken($identifier, #[\SensitiveParameter] $token);
     21    public function retrieveByToken($identifier, $token);
    2222    /**
    2323     * Update the "remember me" token for the given user in storage.
     
    2727     * @return void
    2828     */
    29     public function updateRememberToken(Authenticatable $user, #[\SensitiveParameter] $token);
     29    public function updateRememberToken(Authenticatable $user, $token);
    3030    /**
    3131     * Retrieve a user by the given credentials.
     
    3434     * @return \Illuminate\Contracts\Auth\Authenticatable|null
    3535     */
    36     public function retrieveByCredentials(#[\SensitiveParameter] array $credentials);
     36    public function retrieveByCredentials(array $credentials);
    3737    /**
    3838     * Validate a user against the given credentials.
     
    4242     * @return bool
    4343     */
    44     public function validateCredentials(Authenticatable $user, #[\SensitiveParameter] array $credentials);
    45     /**
    46      * Rehash the user's password if required and supported.
    47      *
    48      * @param  \Illuminate\Contracts\Auth\Authenticatable  $user
    49      * @param  array  $credentials
    50      * @param  bool  $force
    51      * @return void
    52      */
    53     public function rehashPasswordIfRequired(Authenticatable $user, #[\SensitiveParameter] array $credentials, bool $force = \false);
     44    public function validateCredentials(Authenticatable $user, array $credentials);
    5445}
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Cache/Lock.php

    r3169198 r3257138  
    1818     * @param  callable|null  $callback
    1919     * @return mixed
    20      *
    21      * @throws \Illuminate\Contracts\Cache\LockTimeoutException
    2220     */
    2321    public function block($seconds, $callback = null);
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Cache/Store.php

    r3169198 r3257138  
    88     * Retrieve an item from the cache by key.
    99     *
    10      * @param  string  $key
     10     * @param  string|array  $key
    1111     * @return mixed
    1212     */
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Container/Container.php

    r3245655 r3257138  
    77interface Container extends ContainerInterface
    88{
    9     /**
    10      * {@inheritdoc}
    11      *
    12      * @template TClass of object
    13      *
    14      * @param  string|class-string<TClass>  $id
    15      * @return ($id is class-string<TClass> ? TClass : mixed)
    16      */
    17     public function get(string $id);
    189    /**
    1910     * Determine if the given abstract type has been bound.
     
    119110     * Register an existing instance as shared in the container.
    120111     *
    121      * @template TInstance of mixed
    122      *
    123112     * @param  string  $abstract
    124      * @param  TInstance  $instance
    125      * @return TInstance
     113     * @param  mixed  $instance
     114     * @return mixed
    126115     */
    127116    public function instance($abstract, $instance);
     
    145134     * Get a closure to resolve the given type from the container.
    146135     *
    147      * @template TClass of object
    148      *
    149      * @param  string|class-string<TClass>  $abstract
    150      * @return ($abstract is class-string<TClass> ? \Closure(): TClass : \Closure(): mixed)
     136     * @param  string  $abstract
     137     * @return \Closure
    151138     */
    152139    public function factory($abstract);
     
    160147     * Resolve the given type from the container.
    161148     *
    162      * @template TClass of object
    163      *
    164      * @param  string|class-string<TClass>  $abstract
     149     * @param  string  $abstract
    165150     * @param  array  $parameters
    166      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     151     * @return mixed
    167152     *
    168153     * @throws \Illuminate\Contracts\Container\BindingResolutionException
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Database/Eloquent/CastsInboundAttributes.php

    r3169198 r3257138  
    1212     * @param  string  $key
    1313     * @param  mixed  $value
    14      * @param  array<string, mixed>  $attributes
     14     * @param  array  $attributes
    1515     * @return mixed
    1616     */
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Database/Eloquent/SerializesCastableAttributes.php

    r3169198 r3257138  
    1212     * @param  string  $key
    1313     * @param  mixed  $value
    14      * @param  array<string, mixed>  $attributes
     14     * @param  array  $attributes
    1515     * @return mixed
    1616     */
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Database/ModelIdentifier.php

    r3200729 r3257138  
    88     * The class name of the model.
    99     *
    10      * @var class-string<\Illuminate\Database\Eloquent\Model>
     10     * @var string
    1111     */
    1212    public $class;
     
    3434     * The class name of the model collection.
    3535     *
    36      * @var class-string<\Illuminate\Database\Eloquent\Collection>|null
     36     * @var string|null
    3737     */
    3838    public $collectionClass;
     
    4040     * Create a new model identifier.
    4141     *
    42      * @param  class-string<\Illuminate\Database\Eloquent\Model>  $class
     42     * @param  string  $class
    4343     * @param  mixed  $id
    4444     * @param  array  $relations
     
    5656     * Specify the collection class that should be used when serializing / restoring collections.
    5757     *
    58      * @param  class-string<\Illuminate\Database\Eloquent\Collection>  $collectionClass
     58     * @param  string|null  $collectionClass
    5959     * @return $this
    6060     */
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Encryption/Encrypter.php

    r3169198 r3257138  
    1414     * @throws \Illuminate\Contracts\Encryption\EncryptException
    1515     */
    16     public function encrypt(#[\SensitiveParameter] $value, $serialize = \true);
     16    public function encrypt($value, $serialize = \true);
    1717    /**
    1818     * Decrypt the given value.
     
    3131     */
    3232    public function getKey();
    33     /**
    34      * Get the current encryption key and all previous encryption keys.
    35      *
    36      * @return array
    37      */
    38     public function getAllKeys();
    39     /**
    40      * Get the previous encryption keys.
    41      *
    42      * @return array
    43      */
    44     public function getPreviousKeys();
    4533}
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Encryption/StringEncrypter.php

    r3169198 r3257138  
    1313     * @throws \Illuminate\Contracts\Encryption\EncryptException
    1414     */
    15     public function encryptString(#[\SensitiveParameter] $value);
     15    public function encryptString($value);
    1616    /**
    1717     * Decrypt the given string without unserialization.
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Filesystem/Filesystem.php

    r3169198 r3257138  
    1717     */
    1818    const VISIBILITY_PRIVATE = 'private';
    19     /**
    20      * Get the full path to the file that exists at the given relative path.
    21      *
    22      * @param  string  $path
    23      * @return string
    24      */
    25     public function path($path);
    2619    /**
    2720     * Determine if a file exists.
     
    5447     */
    5548    public function put($path, $contents, $options = []);
    56     /**
    57      * Store the uploaded file on the disk.
    58      *
    59      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string  $path
    60      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string|array|null  $file
    61      * @param  mixed  $options
    62      * @return string|false
    63      */
    64     public function putFile($path, $file = null, $options = []);
    65     /**
    66      * Store the uploaded file on the disk with a given name.
    67      *
    68      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string  $path
    69      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string|array|null  $file
    70      * @param  string|array|null  $name
    71      * @param  mixed  $options
    72      * @return string|false
    73      */
    74     public function putFileAs($path, $file, $name = null, $options = []);
    7549    /**
    7650     * Write a new file using a stream.
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Hashing/Hasher.php

    r3169198 r3257138  
    1919     * @return string
    2020     */
    21     public function make(#[\SensitiveParameter] $value, array $options = []);
     21    public function make($value, array $options = []);
    2222    /**
    2323     * Check the given plain value against a hash.
     
    2828     * @return bool
    2929     */
    30     public function check(#[\SensitiveParameter] $value, $hashedValue, array $options = []);
     30    public function check($value, $hashedValue, array $options = []);
    3131    /**
    3232     * Check if the given hash has been hashed using the given options.
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Mail/Mailer.php

    r3169198 r3257138  
    3636     */
    3737    public function send($view, array $data = [], $callback = null);
    38     /**
    39      * Send a new message synchronously using a view.
    40      *
    41      * @param  \Illuminate\Contracts\Mail\Mailable|string|array  $mailable
    42      * @param  array  $data
    43      * @param  \Closure|string|null  $callback
    44      * @return \Illuminate\Mail\SentMessage|null
    45      */
    46     public function sendNow($mailable, array $data = [], $callback = null);
    4738}
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Notifications/Dispatcher.php

    r3169198 r3257138  
    1818     * @param  \Illuminate\Support\Collection|array|mixed  $notifiables
    1919     * @param  mixed  $notification
    20      * @param  array|null  $channels
    2120     * @return void
    2221     */
    23     public function sendNow($notifiables, $notification, ?array $channels = null);
     22    public function sendNow($notifiables, $notification);
    2423}
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Pagination/CursorPaginator.php

    r3196271 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Pagination;
    44
    5 /**
    6  * @template TKey of array-key
    7  *
    8  * @template-covariant TValue
    9  */
    105interface CursorPaginator
    116{
     
    5348     * Get all of the items being paginated.
    5449     *
    55      * @return array<TKey, TValue>
     50     * @return array
    5651     */
    5752    public function items();
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Pagination/LengthAwarePaginator.php

    r3196271 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Pagination;
    44
    5 /**
    6  * @template TKey of array-key
    7  *
    8  * @template-covariant TValue
    9  *
    10  * @extends Paginator<TKey, TValue>
    11  */
    125interface LengthAwarePaginator extends Paginator
    136{
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Pagination/Paginator.php

    r3196271 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Pagination;
    44
    5 /**
    6  * @template TKey of array-key
    7  *
    8  * @template-covariant TValue
    9  */
    105interface Paginator
    116{
     
    4742     * Get all of the items being paginated.
    4843     *
    49      * @return array<TKey, TValue>
     44     * @return array
    5045     */
    5146    public function items();
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Pipeline/Pipeline.php

    r3241667 r3257138  
    77{
    88    /**
    9      * Set the object being sent through the pipeline.
     9     * Set the traveler object being sent on the pipeline.
    1010     *
    11      * @param  mixed  $passable
     11     * @param  mixed  $traveler
    1212     * @return $this
    1313     */
    14     public function send($passable);
     14    public function send($traveler);
    1515    /**
    16      * Set the array of pipes.
     16     * Set the stops of the pipeline.
    1717     *
    18      * @param  array|mixed  $pipes
     18     * @param  dynamic|array  $stops
    1919     * @return $this
    2020     */
    21     public function through($pipes);
     21    public function through($stops);
    2222    /**
    23      * Set the method to call on the pipes.
     23     * Set the method to call on the stops.
    2424     *
    2525     * @param  string  $method
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Process/InvokedProcess.php

    r3169198 r3257138  
    5252     *
    5353     * @param  callable|null  $output
    54      * @return \Illuminate\Process\ProcessResult
     54     * @return \Illuminate\Console\Process\ProcessResult
    5555     */
    5656    public function wait(?callable $output = null);
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Process/ProcessResult.php

    r3169198 r3257138  
    3636    public function output();
    3737    /**
    38      * Determine if the output contains the given string.
    39      *
    40      * @param  string  $output
    41      * @return bool
    42      */
    43     public function seeInOutput(string $output);
    44     /**
    4538     * Get the error output of the process.
    4639     *
     
    4841     */
    4942    public function errorOutput();
    50     /**
    51      * Determine if the error output contains the given string.
    52      *
    53      * @param  string  $output
    54      * @return bool
    55      */
    56     public function seeInErrorOutput(string $output);
    5743    /**
    5844     * Throw an exception if the process failed.
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Routing/ResponseFactory.php

    r3196271 r3257138  
    103103     * Create a new redirect response to a named route.
    104104     *
    105      * @param  \BackedEnum|string  $route
     105     * @param  string  $route
    106106     * @param  mixed  $parameters
    107107     * @param  int  $status
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Routing/UrlGenerator.php

    r3169198 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Routing;
    44
    5 /**
    6  * @method string query(string $path, array $query = [], mixed $extra = [], bool|null $secure = null)
    7  */
    85interface UrlGenerator
    96{
     
    5855    public function route($name, $parameters = [], $absolute = \true);
    5956    /**
    60      * Create a signed route URL for a named route.
    61      *
    62      * @param  string  $name
    63      * @param  mixed  $parameters
    64      * @param  \DateTimeInterface|\DateInterval|int|null  $expiration
    65      * @param  bool  $absolute
    66      * @return string
    67      *
    68      * @throws \InvalidArgumentException
    69      */
    70     public function signedRoute($name, $parameters = [], $expiration = null, $absolute = \true);
    71     /**
    72      * Create a temporary signed route URL for a named route.
    73      *
    74      * @param  string  $name
    75      * @param  \DateTimeInterface|\DateInterval|int  $expiration
    76      * @param  array  $parameters
    77      * @param  bool  $absolute
    78      * @return string
    79      */
    80     public function temporarySignedRoute($name, $expiration, $parameters = [], $absolute = \true);
    81     /**
    8257     * Get the URL to a controller action.
    8358     *
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Validation/InvokableRule.php

    r3169198 r3257138  
    1414     * @param  string  $attribute
    1515     * @param  mixed  $value
    16      * @param  \Closure(string, ?string=): \Illuminate\Translation\PotentiallyTranslatedString  $fail
     16     * @param  \Closure(string): \Illuminate\Translation\PotentiallyTranslatedString  $fail
    1717     * @return void
    1818     */
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/Validation/ValidationRule.php

    r3169198 r3257138  
    1111     * @param  string  $attribute
    1212     * @param  mixed  $value
    13      * @param  \Closure(string, ?string=): \Illuminate\Translation\PotentiallyTranslatedString  $fail
     13     * @param  \Closure(string): \Illuminate\Translation\PotentiallyTranslatedString  $fail
    1414     * @return void
    1515     */
  • gdata-antivirus/tags/3.0.3/vendor/illuminate/contracts/composer.json

    r3169198 r3257138  
    1515    ],
    1616    "require": {
    17         "php": "^8.2",
     17        "php": "^8.1",
    1818        "psr\/container": "^1.1.1|^2.0.1",
    1919        "psr\/simple-cache": "^1.0|^2.0|^3.0"
     
    2626    "extra": {
    2727        "branch-alias": {
    28             "dev-master": "11.x-dev"
     28            "dev-master": "10.x-dev"
    2929        }
    3030    },
  • gdata-antivirus/trunk/Readme.txt

    r3257107 r3257138  
    55Tested up to: 6.7
    66Requires PHP: 8.1
    7 Stable tag: 3.0.2
     7Stable tag: 3.0.3
    88License: GNU General Public License v3.0
    99License URI: https://github.com/GDATASoftwareAG/vaas/blob/main/LICENSE
     
    5656
    5757== Changelog ==
     58
     59= 3.0.3 =
     60
     61* Add platform directive (8.1), so we can actually support older php versions.
    5862
    5963= 3.0.2 =
  • gdata-antivirus/trunk/composer.json

    r3257107 r3257138  
    11{
    22    "name": "gdatacyberdefenseag\/gdata-antivirus",
    3     "version": "3.0.2",
     3    "version": "3.0.3",
    44    "autoload": {
    55        "psr-4": {
     
    1919    },
    2020    "config": {
     21        "platform": {
     22            "php": "8.1"
     23        },
    2124        "allow-plugins": {
    2225            "johnpbloch\/wordpress-core-installer": true,
  • gdata-antivirus/trunk/composer.lock

    r3257107 r3257138  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "e9efd14b678771737e0c6055fb6dfd43",
     7    "content-hash": "580f2797ac061be9500ead0c91fc02d3",
    88    "packages": [
    99        {
     
    12301230        {
    12311231            "name": "illuminate/container",
    1232             "version": "v11.44.2",
     1232            "version": "v10.48.28",
    12331233            "source": {
    12341234                "type": "git",
    12351235                "url": "https://github.com/illuminate/container.git",
    1236                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca"
    1237             },
    1238             "dist": {
    1239                 "type": "zip",
    1240                 "url": "https://api.github.com/repos/illuminate/container/zipball/4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1241                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1242                 "shasum": ""
    1243             },
    1244             "require": {
    1245                 "illuminate/contracts": "^11.0",
    1246                 "php": "^8.2",
     1236                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3"
     1237            },
     1238            "dist": {
     1239                "type": "zip",
     1240                "url": "https://api.github.com/repos/illuminate/container/zipball/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1241                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1242                "shasum": ""
     1243            },
     1244            "require": {
     1245                "illuminate/contracts": "^10.0",
     1246                "php": "^8.1",
    12471247                "psr/container": "^1.1.1|^2.0.1"
    12481248            },
     
    12531253            "extra": {
    12541254                "branch-alias": {
    1255                     "dev-master": "11.x-dev"
     1255                    "dev-master": "10.x-dev"
    12561256                }
    12571257            },
     
    12771277                "source": "https://github.com/laravel/framework"
    12781278            },
    1279             "time": "2025-02-10T14:20:57+00:00"
     1279            "time": "2024-11-21T14:02:44+00:00"
    12801280        },
    12811281        {
    12821282            "name": "illuminate/contracts",
    1283             "version": "v11.44.2",
     1283            "version": "v10.48.28",
    12841284            "source": {
    12851285                "type": "git",
    12861286                "url": "https://github.com/illuminate/contracts.git",
    1287                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898"
    1288             },
    1289             "dist": {
    1290                 "type": "zip",
    1291                 "url": "https://api.github.com/repos/illuminate/contracts/zipball/b350a3cd8450846325cb49e1cbc1293598b18898",
    1292                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898",
    1293                 "shasum": ""
    1294             },
    1295             "require": {
    1296                 "php": "^8.2",
     1287                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74"
     1288            },
     1289            "dist": {
     1290                "type": "zip",
     1291                "url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74",
     1292                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74",
     1293                "shasum": ""
     1294            },
     1295            "require": {
     1296                "php": "^8.1",
    12971297                "psr/container": "^1.1.1|^2.0.1",
    12981298                "psr/simple-cache": "^1.0|^2.0|^3.0"
     
    13011301            "extra": {
    13021302                "branch-alias": {
    1303                     "dev-master": "11.x-dev"
     1303                    "dev-master": "10.x-dev"
    13041304                }
    13051305            },
     
    13251325                "source": "https://github.com/laravel/framework"
    13261326            },
    1327             "time": "2025-02-10T14:20:57+00:00"
     1327            "time": "2024-11-21T14:02:44+00:00"
    13281328        },
    13291329        {
     
    26072607        {
    26082608            "name": "phpunit/php-code-coverage",
    2609             "version": "11.0.9",
     2609            "version": "10.1.16",
    26102610            "source": {
    26112611                "type": "git",
    26122612                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
    2613                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7"
    2614             },
    2615             "dist": {
    2616                 "type": "zip",
    2617                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
    2618                 "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
     2613                "reference": "7e308268858ed6baedc8704a304727d20bc07c77"
     2614            },
     2615            "dist": {
     2616                "type": "zip",
     2617                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77",
     2618                "reference": "7e308268858ed6baedc8704a304727d20bc07c77",
    26192619                "shasum": ""
    26202620            },
     
    26232623                "ext-libxml": "*",
    26242624                "ext-xmlwriter": "*",
    2625                 "nikic/php-parser": "^5.4.0",
    2626                 "php": ">=8.2",
    2627                 "phpunit/php-file-iterator": "^5.1.0",
    2628                 "phpunit/php-text-template": "^4.0.1",
    2629                 "sebastian/code-unit-reverse-lookup": "^4.0.1",
    2630                 "sebastian/complexity": "^4.0.1",
    2631                 "sebastian/environment": "^7.2.0",
    2632                 "sebastian/lines-of-code": "^3.0.1",
    2633                 "sebastian/version": "^5.0.2",
     2625                "nikic/php-parser": "^4.19.1 || ^5.1.0",
     2626                "php": ">=8.1",
     2627                "phpunit/php-file-iterator": "^4.1.0",
     2628                "phpunit/php-text-template": "^3.0.1",
     2629                "sebastian/code-unit-reverse-lookup": "^3.0.0",
     2630                "sebastian/complexity": "^3.2.0",
     2631                "sebastian/environment": "^6.1.0",
     2632                "sebastian/lines-of-code": "^2.0.2",
     2633                "sebastian/version": "^4.0.1",
    26342634                "theseer/tokenizer": "^1.2.3"
    26352635            },
    26362636            "require-dev": {
    2637                 "phpunit/phpunit": "^11.5.2"
     2637                "phpunit/phpunit": "^10.1"
    26382638            },
    26392639            "suggest": {
     
    26442644            "extra": {
    26452645                "branch-alias": {
    2646                     "dev-main": "11.0.x-dev"
     2646                    "dev-main": "10.1.x-dev"
    26472647                }
    26482648            },
     
    26732673                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
    26742674                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
    2675                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9"
     2675                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16"
    26762676            },
    26772677            "funding": [
     
    26812681                }
    26822682            ],
    2683             "time": "2025-02-25T13:26:39+00:00"
     2683            "time": "2024-08-22T04:31:57+00:00"
    26842684        },
    26852685        {
    26862686            "name": "phpunit/php-file-iterator",
    2687             "version": "5.1.0",
     2687            "version": "4.1.0",
    26882688            "source": {
    26892689                "type": "git",
    26902690                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
    2691                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
    2692             },
    2693             "dist": {
    2694                 "type": "zip",
    2695                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
    2696                 "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
    2697                 "shasum": ""
    2698             },
    2699             "require": {
    2700                 "php": ">=8.2"
    2701             },
    2702             "require-dev": {
    2703                 "phpunit/phpunit": "^11.0"
     2691                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
     2692            },
     2693            "dist": {
     2694                "type": "zip",
     2695                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
     2696                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
     2697                "shasum": ""
     2698            },
     2699            "require": {
     2700                "php": ">=8.1"
     2701            },
     2702            "require-dev": {
     2703                "phpunit/phpunit": "^10.0"
    27042704            },
    27052705            "type": "library",
    27062706            "extra": {
    27072707                "branch-alias": {
    2708                     "dev-main": "5.0-dev"
     2708                    "dev-main": "4.0-dev"
    27092709                }
    27102710            },
     
    27342734                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
    27352735                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
    2736                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
     2736                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
    27372737            },
    27382738            "funding": [
     
    27422742                }
    27432743            ],
    2744             "time": "2024-08-27T05:02:59+00:00"
     2744            "time": "2023-08-31T06:24:48+00:00"
    27452745        },
    27462746        {
    27472747            "name": "phpunit/php-invoker",
    2748             "version": "5.0.1",
     2748            "version": "4.0.0",
    27492749            "source": {
    27502750                "type": "git",
    27512751                "url": "https://github.com/sebastianbergmann/php-invoker.git",
    2752                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
    2753             },
    2754             "dist": {
    2755                 "type": "zip",
    2756                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
    2757                 "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
    2758                 "shasum": ""
    2759             },
    2760             "require": {
    2761                 "php": ">=8.2"
     2752                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
     2753            },
     2754            "dist": {
     2755                "type": "zip",
     2756                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
     2757                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
     2758                "shasum": ""
     2759            },
     2760            "require": {
     2761                "php": ">=8.1"
    27622762            },
    27632763            "require-dev": {
    27642764                "ext-pcntl": "*",
    2765                 "phpunit/phpunit": "^11.0"
     2765                "phpunit/phpunit": "^10.0"
    27662766            },
    27672767            "suggest": {
     
    27712771            "extra": {
    27722772                "branch-alias": {
    2773                     "dev-main": "5.0-dev"
     2773                    "dev-main": "4.0-dev"
    27742774                }
    27752775            },
     
    27972797            "support": {
    27982798                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
    2799                 "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
    2800                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
     2799                "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
    28012800            },
    28022801            "funding": [
     
    28062805                }
    28072806            ],
    2808             "time": "2024-07-03T05:07:44+00:00"
     2807            "time": "2023-02-03T06:56:09+00:00"
    28092808        },
    28102809        {
    28112810            "name": "phpunit/php-text-template",
    2812             "version": "4.0.1",
     2811            "version": "3.0.1",
    28132812            "source": {
    28142813                "type": "git",
    28152814                "url": "https://github.com/sebastianbergmann/php-text-template.git",
    2816                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
    2817             },
    2818             "dist": {
    2819                 "type": "zip",
    2820                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
    2821                 "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
    2822                 "shasum": ""
    2823             },
    2824             "require": {
    2825                 "php": ">=8.2"
    2826             },
    2827             "require-dev": {
    2828                 "phpunit/phpunit": "^11.0"
     2815                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
     2816            },
     2817            "dist": {
     2818                "type": "zip",
     2819                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
     2820                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
     2821                "shasum": ""
     2822            },
     2823            "require": {
     2824                "php": ">=8.1"
     2825            },
     2826            "require-dev": {
     2827                "phpunit/phpunit": "^10.0"
    28292828            },
    28302829            "type": "library",
    28312830            "extra": {
    28322831                "branch-alias": {
    2833                     "dev-main": "4.0-dev"
     2832                    "dev-main": "3.0-dev"
    28342833                }
    28352834            },
     
    28582857                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
    28592858                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
    2860                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
     2859                "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
    28612860            },
    28622861            "funding": [
     
    28662865                }
    28672866            ],
    2868             "time": "2024-07-03T05:08:43+00:00"
     2867            "time": "2023-08-31T14:07:24+00:00"
    28692868        },
    28702869        {
    28712870            "name": "phpunit/php-timer",
    2872             "version": "7.0.1",
     2871            "version": "6.0.0",
    28732872            "source": {
    28742873                "type": "git",
    28752874                "url": "https://github.com/sebastianbergmann/php-timer.git",
    2876                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
    2877             },
    2878             "dist": {
    2879                 "type": "zip",
    2880                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
    2881                 "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
    2882                 "shasum": ""
    2883             },
    2884             "require": {
    2885                 "php": ">=8.2"
    2886             },
    2887             "require-dev": {
    2888                 "phpunit/phpunit": "^11.0"
     2875                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
     2876            },
     2877            "dist": {
     2878                "type": "zip",
     2879                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
     2880                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
     2881                "shasum": ""
     2882            },
     2883            "require": {
     2884                "php": ">=8.1"
     2885            },
     2886            "require-dev": {
     2887                "phpunit/phpunit": "^10.0"
    28892888            },
    28902889            "type": "library",
    28912890            "extra": {
    28922891                "branch-alias": {
    2893                     "dev-main": "7.0-dev"
     2892                    "dev-main": "6.0-dev"
    28942893                }
    28952894            },
     
    29172916            "support": {
    29182917                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
    2919                 "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
    2920                 "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
     2918                "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
    29212919            },
    29222920            "funding": [
     
    29262924                }
    29272925            ],
    2928             "time": "2024-07-03T05:09:35+00:00"
     2926            "time": "2023-02-03T06:57:52+00:00"
    29292927        },
    29302928        {
    29312929            "name": "phpunit/phpunit",
    2932             "version": "11.5.12",
     2930            "version": "10.5.45",
    29332931            "source": {
    29342932                "type": "git",
    29352933                "url": "https://github.com/sebastianbergmann/phpunit.git",
    2936                 "reference": "d42785840519401ed2113292263795eb4c0f95da"
    2937             },
    2938             "dist": {
    2939                 "type": "zip",
    2940                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d42785840519401ed2113292263795eb4c0f95da",
    2941                 "reference": "d42785840519401ed2113292263795eb4c0f95da",
     2934                "reference": "bd68a781d8e30348bc297449f5234b3458267ae8"
     2935            },
     2936            "dist": {
     2937                "type": "zip",
     2938                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bd68a781d8e30348bc297449f5234b3458267ae8",
     2939                "reference": "bd68a781d8e30348bc297449f5234b3458267ae8",
    29422940                "shasum": ""
    29432941            },
     
    29492947                "ext-xml": "*",
    29502948                "ext-xmlwriter": "*",
    2951                 "myclabs/deep-copy": "^1.13.0",
     2949                "myclabs/deep-copy": "^1.12.1",
    29522950                "phar-io/manifest": "^2.0.4",
    29532951                "phar-io/version": "^3.2.1",
    2954                 "php": ">=8.2",
    2955                 "phpunit/php-code-coverage": "^11.0.9",
    2956                 "phpunit/php-file-iterator": "^5.1.0",
    2957                 "phpunit/php-invoker": "^5.0.1",
    2958                 "phpunit/php-text-template": "^4.0.1",
    2959                 "phpunit/php-timer": "^7.0.1",
    2960                 "sebastian/cli-parser": "^3.0.2",
    2961                 "sebastian/code-unit": "^3.0.2",
    2962                 "sebastian/comparator": "^6.3.1",
    2963                 "sebastian/diff": "^6.0.2",
    2964                 "sebastian/environment": "^7.2.0",
    2965                 "sebastian/exporter": "^6.3.0",
    2966                 "sebastian/global-state": "^7.0.2",
    2967                 "sebastian/object-enumerator": "^6.0.1",
    2968                 "sebastian/type": "^5.1.0",
    2969                 "sebastian/version": "^5.0.2",
    2970                 "staabm/side-effects-detector": "^1.0.5"
     2952                "php": ">=8.1",
     2953                "phpunit/php-code-coverage": "^10.1.16",
     2954                "phpunit/php-file-iterator": "^4.1.0",
     2955                "phpunit/php-invoker": "^4.0.0",
     2956                "phpunit/php-text-template": "^3.0.1",
     2957                "phpunit/php-timer": "^6.0.0",
     2958                "sebastian/cli-parser": "^2.0.1",
     2959                "sebastian/code-unit": "^2.0.0",
     2960                "sebastian/comparator": "^5.0.3",
     2961                "sebastian/diff": "^5.1.1",
     2962                "sebastian/environment": "^6.1.0",
     2963                "sebastian/exporter": "^5.1.2",
     2964                "sebastian/global-state": "^6.0.2",
     2965                "sebastian/object-enumerator": "^5.0.0",
     2966                "sebastian/recursion-context": "^5.0.0",
     2967                "sebastian/type": "^4.0.0",
     2968                "sebastian/version": "^4.0.1"
    29712969            },
    29722970            "suggest": {
     
    29792977            "extra": {
    29802978                "branch-alias": {
    2981                     "dev-main": "11.5-dev"
     2979                    "dev-main": "10.5-dev"
    29822980                }
    29832981            },
     
    30113009                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
    30123010                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
    3013                 "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.12"
     3011                "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.45"
    30143012            },
    30153013            "funding": [
     
    30273025                }
    30283026            ],
    3029             "time": "2025-03-07T07:31:03+00:00"
     3027            "time": "2025-02-06T16:08:12+00:00"
    30303028        },
    30313029        {
    30323030            "name": "sebastian/cli-parser",
    3033             "version": "3.0.2",
     3031            "version": "2.0.1",
    30343032            "source": {
    30353033                "type": "git",
    30363034                "url": "https://github.com/sebastianbergmann/cli-parser.git",
    3037                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
    3038             },
    3039             "dist": {
    3040                 "type": "zip",
    3041                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
    3042                 "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
    3043                 "shasum": ""
    3044             },
    3045             "require": {
    3046                 "php": ">=8.2"
    3047             },
    3048             "require-dev": {
    3049                 "phpunit/phpunit": "^11.0"
     3035                "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
     3036            },
     3037            "dist": {
     3038                "type": "zip",
     3039                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
     3040                "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
     3041                "shasum": ""
     3042            },
     3043            "require": {
     3044                "php": ">=8.1"
     3045            },
     3046            "require-dev": {
     3047                "phpunit/phpunit": "^10.0"
     3048            },
     3049            "type": "library",
     3050            "extra": {
     3051                "branch-alias": {
     3052                    "dev-main": "2.0-dev"
     3053                }
     3054            },
     3055            "autoload": {
     3056                "classmap": [
     3057                    "src/"
     3058                ]
     3059            },
     3060            "notification-url": "https://packagist.org/downloads/",
     3061            "license": [
     3062                "BSD-3-Clause"
     3063            ],
     3064            "authors": [
     3065                {
     3066                    "name": "Sebastian Bergmann",
     3067                    "email": "sebastian@phpunit.de",
     3068                    "role": "lead"
     3069                }
     3070            ],
     3071            "description": "Library for parsing CLI options",
     3072            "homepage": "https://github.com/sebastianbergmann/cli-parser",
     3073            "support": {
     3074                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
     3075                "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
     3076                "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
     3077            },
     3078            "funding": [
     3079                {
     3080                    "url": "https://github.com/sebastianbergmann",
     3081                    "type": "github"
     3082                }
     3083            ],
     3084            "time": "2024-03-02T07:12:49+00:00"
     3085        },
     3086        {
     3087            "name": "sebastian/code-unit",
     3088            "version": "2.0.0",
     3089            "source": {
     3090                "type": "git",
     3091                "url": "https://github.com/sebastianbergmann/code-unit.git",
     3092                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
     3093            },
     3094            "dist": {
     3095                "type": "zip",
     3096                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
     3097                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
     3098                "shasum": ""
     3099            },
     3100            "require": {
     3101                "php": ">=8.1"
     3102            },
     3103            "require-dev": {
     3104                "phpunit/phpunit": "^10.0"
     3105            },
     3106            "type": "library",
     3107            "extra": {
     3108                "branch-alias": {
     3109                    "dev-main": "2.0-dev"
     3110                }
     3111            },
     3112            "autoload": {
     3113                "classmap": [
     3114                    "src/"
     3115                ]
     3116            },
     3117            "notification-url": "https://packagist.org/downloads/",
     3118            "license": [
     3119                "BSD-3-Clause"
     3120            ],
     3121            "authors": [
     3122                {
     3123                    "name": "Sebastian Bergmann",
     3124                    "email": "sebastian@phpunit.de",
     3125                    "role": "lead"
     3126                }
     3127            ],
     3128            "description": "Collection of value objects that represent the PHP code units",
     3129            "homepage": "https://github.com/sebastianbergmann/code-unit",
     3130            "support": {
     3131                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
     3132                "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
     3133            },
     3134            "funding": [
     3135                {
     3136                    "url": "https://github.com/sebastianbergmann",
     3137                    "type": "github"
     3138                }
     3139            ],
     3140            "time": "2023-02-03T06:58:43+00:00"
     3141        },
     3142        {
     3143            "name": "sebastian/code-unit-reverse-lookup",
     3144            "version": "3.0.0",
     3145            "source": {
     3146                "type": "git",
     3147                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
     3148                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
     3149            },
     3150            "dist": {
     3151                "type": "zip",
     3152                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
     3153                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
     3154                "shasum": ""
     3155            },
     3156            "require": {
     3157                "php": ">=8.1"
     3158            },
     3159            "require-dev": {
     3160                "phpunit/phpunit": "^10.0"
    30503161            },
    30513162            "type": "library",
     
    30673178                {
    30683179                    "name": "Sebastian Bergmann",
    3069                     "email": "sebastian@phpunit.de",
    3070                     "role": "lead"
    3071                 }
    3072             ],
    3073             "description": "Library for parsing CLI options",
    3074             "homepage": "https://github.com/sebastianbergmann/cli-parser",
    3075             "support": {
    3076                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
    3077                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
    3078                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
     3180                    "email": "sebastian@phpunit.de"
     3181                }
     3182            ],
     3183            "description": "Looks up which function or method a line of code belongs to",
     3184            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
     3185            "support": {
     3186                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
     3187                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
    30793188            },
    30803189            "funding": [
     
    30843193                }
    30853194            ],
    3086             "time": "2024-07-03T04:41:36+00:00"
    3087         },
    3088         {
    3089             "name": "sebastian/code-unit",
    3090             "version": "3.0.2",
    3091             "source": {
    3092                 "type": "git",
    3093                 "url": "https://github.com/sebastianbergmann/code-unit.git",
    3094                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
    3095             },
    3096             "dist": {
    3097                 "type": "zip",
    3098                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
    3099                 "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
    3100                 "shasum": ""
    3101             },
    3102             "require": {
    3103                 "php": ">=8.2"
    3104             },
    3105             "require-dev": {
    3106                 "phpunit/phpunit": "^11.5"
     3195            "time": "2023-02-03T06:59:15+00:00"
     3196        },
     3197        {
     3198            "name": "sebastian/comparator",
     3199            "version": "5.0.3",
     3200            "source": {
     3201                "type": "git",
     3202                "url": "https://github.com/sebastianbergmann/comparator.git",
     3203                "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e"
     3204            },
     3205            "dist": {
     3206                "type": "zip",
     3207                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
     3208                "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e",
     3209                "shasum": ""
     3210            },
     3211            "require": {
     3212                "ext-dom": "*",
     3213                "ext-mbstring": "*",
     3214                "php": ">=8.1",
     3215                "sebastian/diff": "^5.0",
     3216                "sebastian/exporter": "^5.0"
     3217            },
     3218            "require-dev": {
     3219                "phpunit/phpunit": "^10.5"
    31073220            },
    31083221            "type": "library",
    31093222            "extra": {
    31103223                "branch-alias": {
    3111                     "dev-main": "3.0-dev"
     3224                    "dev-main": "5.0-dev"
    31123225                }
    31133226            },
     
    31243237                {
    31253238                    "name": "Sebastian Bergmann",
    3126                     "email": "sebastian@phpunit.de",
    3127                     "role": "lead"
    3128                 }
    3129             ],
    3130             "description": "Collection of value objects that represent the PHP code units",
    3131             "homepage": "https://github.com/sebastianbergmann/code-unit",
    3132             "support": {
    3133                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
    3134                 "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
    3135                 "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
     3239                    "email": "sebastian@phpunit.de"
     3240                },
     3241                {
     3242                    "name": "Jeff Welch",
     3243                    "email": "whatthejeff@gmail.com"
     3244                },
     3245                {
     3246                    "name": "Volker Dusch",
     3247                    "email": "github@wallbash.com"
     3248                },
     3249                {
     3250                    "name": "Bernhard Schussek",
     3251                    "email": "bschussek@2bepublished.at"
     3252                }
     3253            ],
     3254            "description": "Provides the functionality to compare PHP values for equality",
     3255            "homepage": "https://github.com/sebastianbergmann/comparator",
     3256            "keywords": [
     3257                "comparator",
     3258                "compare",
     3259                "equality"
     3260            ],
     3261            "support": {
     3262                "issues": "https://github.com/sebastianbergmann/comparator/issues",
     3263                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
     3264                "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3"
    31363265            },
    31373266            "funding": [
     
    31413270                }
    31423271            ],
    3143             "time": "2024-12-12T09:59:06+00:00"
    3144         },
    3145         {
    3146             "name": "sebastian/code-unit-reverse-lookup",
    3147             "version": "4.0.1",
    3148             "source": {
    3149                 "type": "git",
    3150                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
    3151                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
    3152             },
    3153             "dist": {
    3154                 "type": "zip",
    3155                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
    3156                 "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
    3157                 "shasum": ""
    3158             },
    3159             "require": {
    3160                 "php": ">=8.2"
    3161             },
    3162             "require-dev": {
    3163                 "phpunit/phpunit": "^11.0"
     3272            "time": "2024-10-18T14:56:07+00:00"
     3273        },
     3274        {
     3275            "name": "sebastian/complexity",
     3276            "version": "3.2.0",
     3277            "source": {
     3278                "type": "git",
     3279                "url": "https://github.com/sebastianbergmann/complexity.git",
     3280                "reference": "68ff824baeae169ec9f2137158ee529584553799"
     3281            },
     3282            "dist": {
     3283                "type": "zip",
     3284                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
     3285                "reference": "68ff824baeae169ec9f2137158ee529584553799",
     3286                "shasum": ""
     3287            },
     3288            "require": {
     3289                "nikic/php-parser": "^4.18 || ^5.0",
     3290                "php": ">=8.1"
     3291            },
     3292            "require-dev": {
     3293                "phpunit/phpunit": "^10.0"
    31643294            },
    31653295            "type": "library",
    31663296            "extra": {
    31673297                "branch-alias": {
    3168                     "dev-main": "4.0-dev"
     3298                    "dev-main": "3.2-dev"
    31693299                }
    31703300            },
     
    31813311                {
    31823312                    "name": "Sebastian Bergmann",
    3183                     "email": "sebastian@phpunit.de"
    3184                 }
    3185             ],
    3186             "description": "Looks up which function or method a line of code belongs to",
    3187             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
    3188             "support": {
    3189                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
    3190                 "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
    3191                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
     3313                    "email": "sebastian@phpunit.de",
     3314                    "role": "lead"
     3315                }
     3316            ],
     3317            "description": "Library for calculating the complexity of PHP code units",
     3318            "homepage": "https://github.com/sebastianbergmann/complexity",
     3319            "support": {
     3320                "issues": "https://github.com/sebastianbergmann/complexity/issues",
     3321                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
     3322                "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
    31923323            },
    31933324            "funding": [
     
    31973328                }
    31983329            ],
    3199             "time": "2024-07-03T04:45:54+00:00"
    3200         },
    3201         {
    3202             "name": "sebastian/comparator",
    3203             "version": "6.3.1",
    3204             "source": {
    3205                 "type": "git",
    3206                 "url": "https://github.com/sebastianbergmann/comparator.git",
    3207                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959"
    3208             },
    3209             "dist": {
    3210                 "type": "zip",
    3211                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
    3212                 "reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
    3213                 "shasum": ""
    3214             },
    3215             "require": {
    3216                 "ext-dom": "*",
    3217                 "ext-mbstring": "*",
    3218                 "php": ">=8.2",
    3219                 "sebastian/diff": "^6.0",
    3220                 "sebastian/exporter": "^6.0"
    3221             },
    3222             "require-dev": {
    3223                 "phpunit/phpunit": "^11.4"
    3224             },
    3225             "suggest": {
    3226                 "ext-bcmath": "For comparing BcMath\\Number objects"
     3330            "time": "2023-12-21T08:37:17+00:00"
     3331        },
     3332        {
     3333            "name": "sebastian/diff",
     3334            "version": "5.1.1",
     3335            "source": {
     3336                "type": "git",
     3337                "url": "https://github.com/sebastianbergmann/diff.git",
     3338                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
     3339            },
     3340            "dist": {
     3341                "type": "zip",
     3342                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
     3343                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
     3344                "shasum": ""
     3345            },
     3346            "require": {
     3347                "php": ">=8.1"
     3348            },
     3349            "require-dev": {
     3350                "phpunit/phpunit": "^10.0",
     3351                "symfony/process": "^6.4"
    32273352            },
    32283353            "type": "library",
    32293354            "extra": {
    32303355                "branch-alias": {
    3231                     "dev-main": "6.3-dev"
    3232                 }
    3233             },
    3234             "autoload": {
    3235                 "classmap": [
    3236                     "src/"
    3237                 ]
    3238             },
    3239             "notification-url": "https://packagist.org/downloads/",
    3240             "license": [
    3241                 "BSD-3-Clause"
    3242             ],
    3243             "authors": [
    3244                 {
    3245                     "name": "Sebastian Bergmann",
    3246                     "email": "sebastian@phpunit.de"
    3247                 },
    3248                 {
    3249                     "name": "Jeff Welch",
    3250                     "email": "whatthejeff@gmail.com"
    3251                 },
    3252                 {
    3253                     "name": "Volker Dusch",
    3254                     "email": "github@wallbash.com"
    3255                 },
    3256                 {
    3257                     "name": "Bernhard Schussek",
    3258                     "email": "bschussek@2bepublished.at"
    3259                 }
    3260             ],
    3261             "description": "Provides the functionality to compare PHP values for equality",
    3262             "homepage": "https://github.com/sebastianbergmann/comparator",
    3263             "keywords": [
    3264                 "comparator",
    3265                 "compare",
    3266                 "equality"
    3267             ],
    3268             "support": {
    3269                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
    3270                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
    3271                 "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1"
    3272             },
    3273             "funding": [
    3274                 {
    3275                     "url": "https://github.com/sebastianbergmann",
    3276                     "type": "github"
    3277                 }
    3278             ],
    3279             "time": "2025-03-07T06:57:01+00:00"
    3280         },
    3281         {
    3282             "name": "sebastian/complexity",
    3283             "version": "4.0.1",
    3284             "source": {
    3285                 "type": "git",
    3286                 "url": "https://github.com/sebastianbergmann/complexity.git",
    3287                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
    3288             },
    3289             "dist": {
    3290                 "type": "zip",
    3291                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
    3292                 "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
    3293                 "shasum": ""
    3294             },
    3295             "require": {
    3296                 "nikic/php-parser": "^5.0",
    3297                 "php": ">=8.2"
    3298             },
    3299             "require-dev": {
    3300                 "phpunit/phpunit": "^11.0"
    3301             },
    3302             "type": "library",
    3303             "extra": {
    3304                 "branch-alias": {
    3305                     "dev-main": "4.0-dev"
    3306                 }
    3307             },
    3308             "autoload": {
    3309                 "classmap": [
    3310                     "src/"
    3311                 ]
    3312             },
    3313             "notification-url": "https://packagist.org/downloads/",
    3314             "license": [
    3315                 "BSD-3-Clause"
    3316             ],
    3317             "authors": [
    3318                 {
    3319                     "name": "Sebastian Bergmann",
    3320                     "email": "sebastian@phpunit.de",
    3321                     "role": "lead"
    3322                 }
    3323             ],
    3324             "description": "Library for calculating the complexity of PHP code units",
    3325             "homepage": "https://github.com/sebastianbergmann/complexity",
    3326             "support": {
    3327                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
    3328                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
    3329                 "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
    3330             },
    3331             "funding": [
    3332                 {
    3333                     "url": "https://github.com/sebastianbergmann",
    3334                     "type": "github"
    3335                 }
    3336             ],
    3337             "time": "2024-07-03T04:49:50+00:00"
    3338         },
    3339         {
    3340             "name": "sebastian/diff",
    3341             "version": "6.0.2",
    3342             "source": {
    3343                 "type": "git",
    3344                 "url": "https://github.com/sebastianbergmann/diff.git",
    3345                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
    3346             },
    3347             "dist": {
    3348                 "type": "zip",
    3349                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
    3350                 "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
    3351                 "shasum": ""
    3352             },
    3353             "require": {
    3354                 "php": ">=8.2"
    3355             },
    3356             "require-dev": {
    3357                 "phpunit/phpunit": "^11.0",
    3358                 "symfony/process": "^4.2 || ^5"
    3359             },
    3360             "type": "library",
    3361             "extra": {
    3362                 "branch-alias": {
    3363                     "dev-main": "6.0-dev"
     3356                    "dev-main": "5.1-dev"
    33643357                }
    33653358            },
     
    33943387                "issues": "https://github.com/sebastianbergmann/diff/issues",
    33953388                "security": "https://github.com/sebastianbergmann/diff/security/policy",
    3396                 "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
     3389                "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
    33973390            },
    33983391            "funding": [
     
    34023395                }
    34033396            ],
    3404             "time": "2024-07-03T04:53:05+00:00"
     3397            "time": "2024-03-02T07:15:17+00:00"
    34053398        },
    34063399        {
    34073400            "name": "sebastian/environment",
    3408             "version": "7.2.0",
     3401            "version": "6.1.0",
    34093402            "source": {
    34103403                "type": "git",
    34113404                "url": "https://github.com/sebastianbergmann/environment.git",
    3412                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
    3413             },
    3414             "dist": {
    3415                 "type": "zip",
    3416                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
    3417                 "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
    3418                 "shasum": ""
    3419             },
    3420             "require": {
    3421                 "php": ">=8.2"
    3422             },
    3423             "require-dev": {
    3424                 "phpunit/phpunit": "^11.0"
     3405                "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
     3406            },
     3407            "dist": {
     3408                "type": "zip",
     3409                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
     3410                "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
     3411                "shasum": ""
     3412            },
     3413            "require": {
     3414                "php": ">=8.1"
     3415            },
     3416            "require-dev": {
     3417                "phpunit/phpunit": "^10.0"
    34253418            },
    34263419            "suggest": {
     
    34303423            "extra": {
    34313424                "branch-alias": {
    3432                     "dev-main": "7.2-dev"
     3425                    "dev-main": "6.1-dev"
    34333426                }
    34343427            },
     
    34583451                "issues": "https://github.com/sebastianbergmann/environment/issues",
    34593452                "security": "https://github.com/sebastianbergmann/environment/security/policy",
    3460                 "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0"
     3453                "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
    34613454            },
    34623455            "funding": [
     
    34663459                }
    34673460            ],
    3468             "time": "2024-07-03T04:54:44+00:00"
     3461            "time": "2024-03-23T08:47:14+00:00"
    34693462        },
    34703463        {
    34713464            "name": "sebastian/exporter",
    3472             "version": "6.3.0",
     3465            "version": "5.1.2",
    34733466            "source": {
    34743467                "type": "git",
    34753468                "url": "https://github.com/sebastianbergmann/exporter.git",
    3476                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
    3477             },
    3478             "dist": {
    3479                 "type": "zip",
    3480                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
    3481                 "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
     3469                "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
     3470            },
     3471            "dist": {
     3472                "type": "zip",
     3473                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
     3474                "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
    34823475                "shasum": ""
    34833476            },
    34843477            "require": {
    34853478                "ext-mbstring": "*",
    3486                 "php": ">=8.2",
    3487                 "sebastian/recursion-context": "^6.0"
    3488             },
    3489             "require-dev": {
    3490                 "phpunit/phpunit": "^11.3"
     3479                "php": ">=8.1",
     3480                "sebastian/recursion-context": "^5.0"
     3481            },
     3482            "require-dev": {
     3483                "phpunit/phpunit": "^10.0"
    34913484            },
    34923485            "type": "library",
    34933486            "extra": {
    34943487                "branch-alias": {
    3495                     "dev-main": "6.1-dev"
     3488                    "dev-main": "5.1-dev"
    34963489                }
    34973490            },
     
    35363529                "issues": "https://github.com/sebastianbergmann/exporter/issues",
    35373530                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
    3538                 "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0"
     3531                "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
    35393532            },
    35403533            "funding": [
     
    35443537                }
    35453538            ],
    3546             "time": "2024-12-05T09:17:50+00:00"
     3539            "time": "2024-03-02T07:17:12+00:00"
    35473540        },
    35483541        {
    35493542            "name": "sebastian/global-state",
    3550             "version": "7.0.2",
     3543            "version": "6.0.2",
    35513544            "source": {
    35523545                "type": "git",
    35533546                "url": "https://github.com/sebastianbergmann/global-state.git",
    3554                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
    3555             },
    3556             "dist": {
    3557                 "type": "zip",
    3558                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
    3559                 "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
    3560                 "shasum": ""
    3561             },
    3562             "require": {
    3563                 "php": ">=8.2",
    3564                 "sebastian/object-reflector": "^4.0",
    3565                 "sebastian/recursion-context": "^6.0"
     3547                "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
     3548            },
     3549            "dist": {
     3550                "type": "zip",
     3551                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
     3552                "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
     3553                "shasum": ""
     3554            },
     3555            "require": {
     3556                "php": ">=8.1",
     3557                "sebastian/object-reflector": "^3.0",
     3558                "sebastian/recursion-context": "^5.0"
    35663559            },
    35673560            "require-dev": {
    35683561                "ext-dom": "*",
    3569                 "phpunit/phpunit": "^11.0"
     3562                "phpunit/phpunit": "^10.0"
    35703563            },
    35713564            "type": "library",
    35723565            "extra": {
    35733566                "branch-alias": {
    3574                     "dev-main": "7.0-dev"
     3567                    "dev-main": "6.0-dev"
    35753568                }
    35763569            },
     
    35983591                "issues": "https://github.com/sebastianbergmann/global-state/issues",
    35993592                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
    3600                 "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
     3593                "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
    36013594            },
    36023595            "funding": [
     
    36063599                }
    36073600            ],
    3608             "time": "2024-07-03T04:57:36+00:00"
     3601            "time": "2024-03-02T07:19:19+00:00"
    36093602        },
    36103603        {
    36113604            "name": "sebastian/lines-of-code",
    3612             "version": "3.0.1",
     3605            "version": "2.0.2",
    36133606            "source": {
    36143607                "type": "git",
    36153608                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
    3616                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
    3617             },
    3618             "dist": {
    3619                 "type": "zip",
    3620                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
    3621                 "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
    3622                 "shasum": ""
    3623             },
    3624             "require": {
    3625                 "nikic/php-parser": "^5.0",
    3626                 "php": ">=8.2"
    3627             },
    3628             "require-dev": {
    3629                 "phpunit/phpunit": "^11.0"
     3609                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
     3610            },
     3611            "dist": {
     3612                "type": "zip",
     3613                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
     3614                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
     3615                "shasum": ""
     3616            },
     3617            "require": {
     3618                "nikic/php-parser": "^4.18 || ^5.0",
     3619                "php": ">=8.1"
     3620            },
     3621            "require-dev": {
     3622                "phpunit/phpunit": "^10.0"
     3623            },
     3624            "type": "library",
     3625            "extra": {
     3626                "branch-alias": {
     3627                    "dev-main": "2.0-dev"
     3628                }
     3629            },
     3630            "autoload": {
     3631                "classmap": [
     3632                    "src/"
     3633                ]
     3634            },
     3635            "notification-url": "https://packagist.org/downloads/",
     3636            "license": [
     3637                "BSD-3-Clause"
     3638            ],
     3639            "authors": [
     3640                {
     3641                    "name": "Sebastian Bergmann",
     3642                    "email": "sebastian@phpunit.de",
     3643                    "role": "lead"
     3644                }
     3645            ],
     3646            "description": "Library for counting the lines of code in PHP source code",
     3647            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
     3648            "support": {
     3649                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
     3650                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
     3651                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
     3652            },
     3653            "funding": [
     3654                {
     3655                    "url": "https://github.com/sebastianbergmann",
     3656                    "type": "github"
     3657                }
     3658            ],
     3659            "time": "2023-12-21T08:38:20+00:00"
     3660        },
     3661        {
     3662            "name": "sebastian/object-enumerator",
     3663            "version": "5.0.0",
     3664            "source": {
     3665                "type": "git",
     3666                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
     3667                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
     3668            },
     3669            "dist": {
     3670                "type": "zip",
     3671                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
     3672                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
     3673                "shasum": ""
     3674            },
     3675            "require": {
     3676                "php": ">=8.1",
     3677                "sebastian/object-reflector": "^3.0",
     3678                "sebastian/recursion-context": "^5.0"
     3679            },
     3680            "require-dev": {
     3681                "phpunit/phpunit": "^10.0"
     3682            },
     3683            "type": "library",
     3684            "extra": {
     3685                "branch-alias": {
     3686                    "dev-main": "5.0-dev"
     3687                }
     3688            },
     3689            "autoload": {
     3690                "classmap": [
     3691                    "src/"
     3692                ]
     3693            },
     3694            "notification-url": "https://packagist.org/downloads/",
     3695            "license": [
     3696                "BSD-3-Clause"
     3697            ],
     3698            "authors": [
     3699                {
     3700                    "name": "Sebastian Bergmann",
     3701                    "email": "sebastian@phpunit.de"
     3702                }
     3703            ],
     3704            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
     3705            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
     3706            "support": {
     3707                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
     3708                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
     3709            },
     3710            "funding": [
     3711                {
     3712                    "url": "https://github.com/sebastianbergmann",
     3713                    "type": "github"
     3714                }
     3715            ],
     3716            "time": "2023-02-03T07:08:32+00:00"
     3717        },
     3718        {
     3719            "name": "sebastian/object-reflector",
     3720            "version": "3.0.0",
     3721            "source": {
     3722                "type": "git",
     3723                "url": "https://github.com/sebastianbergmann/object-reflector.git",
     3724                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
     3725            },
     3726            "dist": {
     3727                "type": "zip",
     3728                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
     3729                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
     3730                "shasum": ""
     3731            },
     3732            "require": {
     3733                "php": ">=8.1"
     3734            },
     3735            "require-dev": {
     3736                "phpunit/phpunit": "^10.0"
    36303737            },
    36313738            "type": "library",
     
    36473754                {
    36483755                    "name": "Sebastian Bergmann",
    3649                     "email": "sebastian@phpunit.de",
    3650                     "role": "lead"
    3651                 }
    3652             ],
    3653             "description": "Library for counting the lines of code in PHP source code",
    3654             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
    3655             "support": {
    3656                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
    3657                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
    3658                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
     3756                    "email": "sebastian@phpunit.de"
     3757                }
     3758            ],
     3759            "description": "Allows reflection of object attributes, including inherited and non-public ones",
     3760            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
     3761            "support": {
     3762                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
     3763                "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
    36593764            },
    36603765            "funding": [
     
    36643769                }
    36653770            ],
    3666             "time": "2024-07-03T04:58:38+00:00"
    3667         },
    3668         {
    3669             "name": "sebastian/object-enumerator",
    3670             "version": "6.0.1",
    3671             "source": {
    3672                 "type": "git",
    3673                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
    3674                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
    3675             },
    3676             "dist": {
    3677                 "type": "zip",
    3678                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
    3679                 "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
    3680                 "shasum": ""
    3681             },
    3682             "require": {
    3683                 "php": ">=8.2",
    3684                 "sebastian/object-reflector": "^4.0",
    3685                 "sebastian/recursion-context": "^6.0"
    3686             },
    3687             "require-dev": {
    3688                 "phpunit/phpunit": "^11.0"
     3771            "time": "2023-02-03T07:06:18+00:00"
     3772        },
     3773        {
     3774            "name": "sebastian/recursion-context",
     3775            "version": "5.0.0",
     3776            "source": {
     3777                "type": "git",
     3778                "url": "https://github.com/sebastianbergmann/recursion-context.git",
     3779                "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
     3780            },
     3781            "dist": {
     3782                "type": "zip",
     3783                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
     3784                "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
     3785                "shasum": ""
     3786            },
     3787            "require": {
     3788                "php": ">=8.1"
     3789            },
     3790            "require-dev": {
     3791                "phpunit/phpunit": "^10.0"
    36893792            },
    36903793            "type": "library",
    36913794            "extra": {
    36923795                "branch-alias": {
    3693                     "dev-main": "6.0-dev"
     3796                    "dev-main": "5.0-dev"
    36943797                }
    36953798            },
     
    37073810                    "name": "Sebastian Bergmann",
    37083811                    "email": "sebastian@phpunit.de"
    3709                 }
    3710             ],
    3711             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
    3712             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
    3713             "support": {
    3714                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
    3715                 "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
    3716                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
     3812                },
     3813                {
     3814                    "name": "Jeff Welch",
     3815                    "email": "whatthejeff@gmail.com"
     3816                },
     3817                {
     3818                    "name": "Adam Harvey",
     3819                    "email": "aharvey@php.net"
     3820                }
     3821            ],
     3822            "description": "Provides functionality to recursively process PHP variables",
     3823            "homepage": "https://github.com/sebastianbergmann/recursion-context",
     3824            "support": {
     3825                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
     3826                "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
    37173827            },
    37183828            "funding": [
     
    37223832                }
    37233833            ],
    3724             "time": "2024-07-03T05:00:13+00:00"
    3725         },
    3726         {
    3727             "name": "sebastian/object-reflector",
    3728             "version": "4.0.1",
    3729             "source": {
    3730                 "type": "git",
    3731                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
    3732                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
    3733             },
    3734             "dist": {
    3735                 "type": "zip",
    3736                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
    3737                 "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
    3738                 "shasum": ""
    3739             },
    3740             "require": {
    3741                 "php": ">=8.2"
    3742             },
    3743             "require-dev": {
    3744                 "phpunit/phpunit": "^11.0"
     3834            "time": "2023-02-03T07:05:40+00:00"
     3835        },
     3836        {
     3837            "name": "sebastian/type",
     3838            "version": "4.0.0",
     3839            "source": {
     3840                "type": "git",
     3841                "url": "https://github.com/sebastianbergmann/type.git",
     3842                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
     3843            },
     3844            "dist": {
     3845                "type": "zip",
     3846                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
     3847                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
     3848                "shasum": ""
     3849            },
     3850            "require": {
     3851                "php": ">=8.1"
     3852            },
     3853            "require-dev": {
     3854                "phpunit/phpunit": "^10.0"
    37453855            },
    37463856            "type": "library",
     
    37623872                {
    37633873                    "name": "Sebastian Bergmann",
    3764                     "email": "sebastian@phpunit.de"
    3765                 }
    3766             ],
    3767             "description": "Allows reflection of object attributes, including inherited and non-public ones",
    3768             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
    3769             "support": {
    3770                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
    3771                 "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
    3772                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
     3874                    "email": "sebastian@phpunit.de",
     3875                    "role": "lead"
     3876                }
     3877            ],
     3878            "description": "Collection of value objects that represent the types of the PHP type system",
     3879            "homepage": "https://github.com/sebastianbergmann/type",
     3880            "support": {
     3881                "issues": "https://github.com/sebastianbergmann/type/issues",
     3882                "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
    37733883            },
    37743884            "funding": [
     
    37783888                }
    37793889            ],
    3780             "time": "2024-07-03T05:01:32+00:00"
    3781         },
    3782         {
    3783             "name": "sebastian/recursion-context",
    3784             "version": "6.0.2",
    3785             "source": {
    3786                 "type": "git",
    3787                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
    3788                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
    3789             },
    3790             "dist": {
    3791                 "type": "zip",
    3792                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
    3793                 "reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
    3794                 "shasum": ""
    3795             },
    3796             "require": {
    3797                 "php": ">=8.2"
    3798             },
    3799             "require-dev": {
    3800                 "phpunit/phpunit": "^11.0"
     3890            "time": "2023-02-03T07:10:45+00:00"
     3891        },
     3892        {
     3893            "name": "sebastian/version",
     3894            "version": "4.0.1",
     3895            "source": {
     3896                "type": "git",
     3897                "url": "https://github.com/sebastianbergmann/version.git",
     3898                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
     3899            },
     3900            "dist": {
     3901                "type": "zip",
     3902                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
     3903                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
     3904                "shasum": ""
     3905            },
     3906            "require": {
     3907                "php": ">=8.1"
    38013908            },
    38023909            "type": "library",
    38033910            "extra": {
    38043911                "branch-alias": {
    3805                     "dev-main": "6.0-dev"
     3912                    "dev-main": "4.0-dev"
    38063913                }
    38073914            },
     
    38183925                {
    38193926                    "name": "Sebastian Bergmann",
    3820                     "email": "sebastian@phpunit.de"
    3821                 },
    3822                 {
    3823                     "name": "Jeff Welch",
    3824                     "email": "whatthejeff@gmail.com"
    3825                 },
    3826                 {
    3827                     "name": "Adam Harvey",
    3828                     "email": "aharvey@php.net"
    3829                 }
    3830             ],
    3831             "description": "Provides functionality to recursively process PHP variables",
    3832             "homepage": "https://github.com/sebastianbergmann/recursion-context",
    3833             "support": {
    3834                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
    3835                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
    3836                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
    3837             },
    3838             "funding": [
    3839                 {
    3840                     "url": "https://github.com/sebastianbergmann",
    3841                     "type": "github"
    3842                 }
    3843             ],
    3844             "time": "2024-07-03T05:10:34+00:00"
    3845         },
    3846         {
    3847             "name": "sebastian/type",
    3848             "version": "5.1.0",
    3849             "source": {
    3850                 "type": "git",
    3851                 "url": "https://github.com/sebastianbergmann/type.git",
    3852                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
    3853             },
    3854             "dist": {
    3855                 "type": "zip",
    3856                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
    3857                 "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
    3858                 "shasum": ""
    3859             },
    3860             "require": {
    3861                 "php": ">=8.2"
    3862             },
    3863             "require-dev": {
    3864                 "phpunit/phpunit": "^11.3"
    3865             },
    3866             "type": "library",
    3867             "extra": {
    3868                 "branch-alias": {
    3869                     "dev-main": "5.1-dev"
    3870                 }
    3871             },
    3872             "autoload": {
    3873                 "classmap": [
    3874                     "src/"
    3875                 ]
    3876             },
    3877             "notification-url": "https://packagist.org/downloads/",
    3878             "license": [
    3879                 "BSD-3-Clause"
    3880             ],
    3881             "authors": [
    3882                 {
    3883                     "name": "Sebastian Bergmann",
    38843927                    "email": "sebastian@phpunit.de",
    38853928                    "role": "lead"
    38863929                }
    38873930            ],
    3888             "description": "Collection of value objects that represent the types of the PHP type system",
    3889             "homepage": "https://github.com/sebastianbergmann/type",
    3890             "support": {
    3891                 "issues": "https://github.com/sebastianbergmann/type/issues",
    3892                 "security": "https://github.com/sebastianbergmann/type/security/policy",
    3893                 "source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
    3894             },
    3895             "funding": [
    3896                 {
    3897                     "url": "https://github.com/sebastianbergmann",
    3898                     "type": "github"
    3899                 }
    3900             ],
    3901             "time": "2024-09-17T13:12:04+00:00"
    3902         },
    3903         {
    3904             "name": "sebastian/version",
    3905             "version": "5.0.2",
    3906             "source": {
    3907                 "type": "git",
    3908                 "url": "https://github.com/sebastianbergmann/version.git",
    3909                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
    3910             },
    3911             "dist": {
    3912                 "type": "zip",
    3913                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
    3914                 "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
    3915                 "shasum": ""
    3916             },
    3917             "require": {
    3918                 "php": ">=8.2"
    3919             },
    3920             "type": "library",
    3921             "extra": {
    3922                 "branch-alias": {
    3923                     "dev-main": "5.0-dev"
    3924                 }
    3925             },
    3926             "autoload": {
    3927                 "classmap": [
    3928                     "src/"
    3929                 ]
    3930             },
    3931             "notification-url": "https://packagist.org/downloads/",
    3932             "license": [
    3933                 "BSD-3-Clause"
    3934             ],
    3935             "authors": [
    3936                 {
    3937                     "name": "Sebastian Bergmann",
    3938                     "email": "sebastian@phpunit.de",
    3939                     "role": "lead"
    3940                 }
    3941             ],
    39423931            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
    39433932            "homepage": "https://github.com/sebastianbergmann/version",
    39443933            "support": {
    39453934                "issues": "https://github.com/sebastianbergmann/version/issues",
    3946                 "security": "https://github.com/sebastianbergmann/version/security/policy",
    3947                 "source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
     3935                "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
    39483936            },
    39493937            "funding": [
     
    39533941                }
    39543942            ],
    3955             "time": "2024-10-09T05:16:32+00:00"
     3943            "time": "2023-02-07T11:34:05+00:00"
    39563944        },
    39573945        {
     
    40404028        },
    40414029        {
    4042             "name": "staabm/side-effects-detector",
    4043             "version": "1.0.5",
    4044             "source": {
    4045                 "type": "git",
    4046                 "url": "https://github.com/staabm/side-effects-detector.git",
    4047                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163"
    4048             },
    4049             "dist": {
    4050                 "type": "zip",
    4051                 "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
    4052                 "reference": "d8334211a140ce329c13726d4a715adbddd0a163",
    4053                 "shasum": ""
    4054             },
    4055             "require": {
    4056                 "ext-tokenizer": "*",
    4057                 "php": "^7.4 || ^8.0"
    4058             },
    4059             "require-dev": {
    4060                 "phpstan/extension-installer": "^1.4.3",
    4061                 "phpstan/phpstan": "^1.12.6",
    4062                 "phpunit/phpunit": "^9.6.21",
    4063                 "symfony/var-dumper": "^5.4.43",
    4064                 "tomasvotruba/type-coverage": "1.0.0",
    4065                 "tomasvotruba/unused-public": "1.0.0"
    4066             },
    4067             "type": "library",
    4068             "autoload": {
    4069                 "classmap": [
    4070                     "lib/"
    4071                 ]
    4072             },
    4073             "notification-url": "https://packagist.org/downloads/",
    4074             "license": [
    4075                 "MIT"
    4076             ],
    4077             "description": "A static analysis tool to detect side effects in PHP code",
    4078             "keywords": [
    4079                 "static analysis"
    4080             ],
    4081             "support": {
    4082                 "issues": "https://github.com/staabm/side-effects-detector/issues",
    4083                 "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
    4084             },
    4085             "funding": [
    4086                 {
    4087                     "url": "https://github.com/staabm",
    4088                     "type": "github"
    4089                 }
    4090             ],
    4091             "time": "2024-10-20T05:08:20+00:00"
    4092         },
    4093         {
    40944030            "name": "symfony/finder",
    4095             "version": "v7.2.2",
     4031            "version": "v6.4.17",
    40964032            "source": {
    40974033                "type": "git",
    40984034                "url": "https://github.com/symfony/finder.git",
    4099                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
    4100             },
    4101             "dist": {
    4102                 "type": "zip",
    4103                 "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
    4104                 "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
    4105                 "shasum": ""
    4106             },
    4107             "require": {
    4108                 "php": ">=8.2"
    4109             },
    4110             "require-dev": {
    4111                 "symfony/filesystem": "^6.4|^7.0"
     4035                "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7"
     4036            },
     4037            "dist": {
     4038                "type": "zip",
     4039                "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
     4040                "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
     4041                "shasum": ""
     4042            },
     4043            "require": {
     4044                "php": ">=8.1"
     4045            },
     4046            "require-dev": {
     4047                "symfony/filesystem": "^6.0|^7.0"
    41124048            },
    41134049            "type": "library",
     
    41374073            "homepage": "https://symfony.com",
    41384074            "support": {
    4139                 "source": "https://github.com/symfony/finder/tree/v7.2.2"
     4075                "source": "https://github.com/symfony/finder/tree/v6.4.17"
    41404076            },
    41414077            "funding": [
     
    41534089                }
    41544090            ],
    4155             "time": "2024-12-30T19:00:17+00:00"
     4091            "time": "2024-12-29T13:51:37+00:00"
    41564092        },
    41574093        {
     
    42814217    },
    42824218    "platform-dev": {},
     4219    "platform-overrides": {
     4220        "php": "8.1"
     4221    },
    42834222    "plugin-api-version": "2.6.0"
    42844223}
  • gdata-antivirus/trunk/gdata-antivirus.php

    r3257107 r3257138  
    1212 * @wordpress-plugin
    1313 * Plugin Name: G DATA Antivirus
    14  * Version: 3.0.2
     14 * Version: 3.0.3
    1515 * Requires at least: 6.2
    1616 * Tested up to: 6.6
  • gdata-antivirus/trunk/vendor/autoload.php

    r3249458 r3257138  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43::getLoader();
     25return ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3::getLoader();
  • gdata-antivirus/trunk/vendor/composer/autoload_classmap.php

    r3257107 r3257138  
    340340    'GDAVSCOPE\\Amp\\TimeoutCancellation' => $vendorDir . '/amphp/amp/src/TimeoutCancellation.php',
    341341    'GDAVSCOPE\\Amp\\TimeoutException' => $vendorDir . '/amphp/amp/src/TimeoutException.php',
    342     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Auth' => $vendorDir . '/illuminate/container/Attributes/Auth.php',
    343     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Authenticated' => $vendorDir . '/illuminate/container/Attributes/Authenticated.php',
    344     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Cache' => $vendorDir . '/illuminate/container/Attributes/Cache.php',
    345     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Config' => $vendorDir . '/illuminate/container/Attributes/Config.php',
    346     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\CurrentUser' => $vendorDir . '/illuminate/container/Attributes/CurrentUser.php',
    347     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\DB' => $vendorDir . '/illuminate/container/Attributes/DB.php',
    348     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Database' => $vendorDir . '/illuminate/container/Attributes/Database.php',
    349     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Log' => $vendorDir . '/illuminate/container/Attributes/Log.php',
    350     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\RouteParameter' => $vendorDir . '/illuminate/container/Attributes/RouteParameter.php',
    351     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Storage' => $vendorDir . '/illuminate/container/Attributes/Storage.php',
    352     'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Tag' => $vendorDir . '/illuminate/container/Attributes/Tag.php',
    353342    'GDAVSCOPE\\Illuminate\\Container\\BoundMethod' => $vendorDir . '/illuminate/container/BoundMethod.php',
    354343    'GDAVSCOPE\\Illuminate\\Container\\Container' => $vendorDir . '/illuminate/container/Container.php',
     
    384373    'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Repository' => $vendorDir . '/illuminate/contracts/Cache/Repository.php',
    385374    'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Store' => $vendorDir . '/illuminate/contracts/Cache/Store.php',
    386     'GDAVSCOPE\\Illuminate\\Contracts\\Concurrency\\Driver' => $vendorDir . '/illuminate/contracts/Concurrency/Driver.php',
    387375    'GDAVSCOPE\\Illuminate\\Contracts\\Config\\Repository' => $vendorDir . '/illuminate/contracts/Config/Repository.php',
    388376    'GDAVSCOPE\\Illuminate\\Contracts\\Console\\Application' => $vendorDir . '/illuminate/contracts/Console/Application.php',
     
    393381    'GDAVSCOPE\\Illuminate\\Contracts\\Container\\CircularDependencyException' => $vendorDir . '/illuminate/contracts/Container/CircularDependencyException.php',
    394382    'GDAVSCOPE\\Illuminate\\Contracts\\Container\\Container' => $vendorDir . '/illuminate/contracts/Container/Container.php',
    395     'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualAttribute' => $vendorDir . '/illuminate/contracts/Container/ContextualAttribute.php',
    396383    'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualBindingBuilder' => $vendorDir . '/illuminate/contracts/Container/ContextualBindingBuilder.php',
    397384    'GDAVSCOPE\\Illuminate\\Contracts\\Cookie\\Factory' => $vendorDir . '/illuminate/contracts/Cookie/Factory.php',
     
    410397    'GDAVSCOPE\\Illuminate\\Contracts\\Database\\Query\\Expression' => $vendorDir . '/illuminate/contracts/Database/Query/Expression.php',
    411398    'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ExceptionHandler' => $vendorDir . '/illuminate/contracts/Debug/ExceptionHandler.php',
    412     'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ShouldntReport' => $vendorDir . '/illuminate/contracts/Debug/ShouldntReport.php',
    413399    'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\DecryptException' => $vendorDir . '/illuminate/contracts/Encryption/DecryptException.php',
    414400    'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\EncryptException' => $vendorDir . '/illuminate/contracts/Encryption/EncryptException.php',
  • gdata-antivirus/trunk/vendor/composer/autoload_real.php

    r3249458 r3257138  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43
     5class ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite9efd14b678771737e0c6055fb6dfd43', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit580f2797ac061be9500ead0c91fc02d3', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::getInitializer($loader));
    3333
    3434        $loader->setClassMapAuthoritative(true);
    3535        $loader->register(true);
    3636
    37         $filesToLoad = \Composer\Autoload\ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$files;
     37        $filesToLoad = \Composer\Autoload\ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$files;
    3838        $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
    3939            if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • gdata-antivirus/trunk/vendor/composer/autoload_static.php

    r3257107 r3257138  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite9efd14b678771737e0c6055fb6dfd43
     7class ComposerStaticInit580f2797ac061be9500ead0c91fc02d3
    88{
    99    public static $files = array (
     
    509509        'GDAVSCOPE\\Amp\\TimeoutCancellation' => __DIR__ . '/..' . '/amphp/amp/src/TimeoutCancellation.php',
    510510        'GDAVSCOPE\\Amp\\TimeoutException' => __DIR__ . '/..' . '/amphp/amp/src/TimeoutException.php',
    511         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Auth' => __DIR__ . '/..' . '/illuminate/container/Attributes/Auth.php',
    512         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Authenticated' => __DIR__ . '/..' . '/illuminate/container/Attributes/Authenticated.php',
    513         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Cache' => __DIR__ . '/..' . '/illuminate/container/Attributes/Cache.php',
    514         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Config' => __DIR__ . '/..' . '/illuminate/container/Attributes/Config.php',
    515         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\CurrentUser' => __DIR__ . '/..' . '/illuminate/container/Attributes/CurrentUser.php',
    516         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\DB' => __DIR__ . '/..' . '/illuminate/container/Attributes/DB.php',
    517         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Database' => __DIR__ . '/..' . '/illuminate/container/Attributes/Database.php',
    518         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Log' => __DIR__ . '/..' . '/illuminate/container/Attributes/Log.php',
    519         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\RouteParameter' => __DIR__ . '/..' . '/illuminate/container/Attributes/RouteParameter.php',
    520         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Storage' => __DIR__ . '/..' . '/illuminate/container/Attributes/Storage.php',
    521         'GDAVSCOPE\\Illuminate\\Container\\Attributes\\Tag' => __DIR__ . '/..' . '/illuminate/container/Attributes/Tag.php',
    522511        'GDAVSCOPE\\Illuminate\\Container\\BoundMethod' => __DIR__ . '/..' . '/illuminate/container/BoundMethod.php',
    523512        'GDAVSCOPE\\Illuminate\\Container\\Container' => __DIR__ . '/..' . '/illuminate/container/Container.php',
     
    553542        'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Repository' => __DIR__ . '/..' . '/illuminate/contracts/Cache/Repository.php',
    554543        'GDAVSCOPE\\Illuminate\\Contracts\\Cache\\Store' => __DIR__ . '/..' . '/illuminate/contracts/Cache/Store.php',
    555         'GDAVSCOPE\\Illuminate\\Contracts\\Concurrency\\Driver' => __DIR__ . '/..' . '/illuminate/contracts/Concurrency/Driver.php',
    556544        'GDAVSCOPE\\Illuminate\\Contracts\\Config\\Repository' => __DIR__ . '/..' . '/illuminate/contracts/Config/Repository.php',
    557545        'GDAVSCOPE\\Illuminate\\Contracts\\Console\\Application' => __DIR__ . '/..' . '/illuminate/contracts/Console/Application.php',
     
    562550        'GDAVSCOPE\\Illuminate\\Contracts\\Container\\CircularDependencyException' => __DIR__ . '/..' . '/illuminate/contracts/Container/CircularDependencyException.php',
    563551        'GDAVSCOPE\\Illuminate\\Contracts\\Container\\Container' => __DIR__ . '/..' . '/illuminate/contracts/Container/Container.php',
    564         'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualAttribute' => __DIR__ . '/..' . '/illuminate/contracts/Container/ContextualAttribute.php',
    565552        'GDAVSCOPE\\Illuminate\\Contracts\\Container\\ContextualBindingBuilder' => __DIR__ . '/..' . '/illuminate/contracts/Container/ContextualBindingBuilder.php',
    566553        'GDAVSCOPE\\Illuminate\\Contracts\\Cookie\\Factory' => __DIR__ . '/..' . '/illuminate/contracts/Cookie/Factory.php',
     
    579566        'GDAVSCOPE\\Illuminate\\Contracts\\Database\\Query\\Expression' => __DIR__ . '/..' . '/illuminate/contracts/Database/Query/Expression.php',
    580567        'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ExceptionHandler' => __DIR__ . '/..' . '/illuminate/contracts/Debug/ExceptionHandler.php',
    581         'GDAVSCOPE\\Illuminate\\Contracts\\Debug\\ShouldntReport' => __DIR__ . '/..' . '/illuminate/contracts/Debug/ShouldntReport.php',
    582568        'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\DecryptException' => __DIR__ . '/..' . '/illuminate/contracts/Encryption/DecryptException.php',
    583569        'GDAVSCOPE\\Illuminate\\Contracts\\Encryption\\EncryptException' => __DIR__ . '/..' . '/illuminate/contracts/Encryption/EncryptException.php',
     
    884870    {
    885871        return \Closure::bind(function () use ($loader) {
    886             $loader->prefixLengthsPsr4 = ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$prefixLengthsPsr4;
    887             $loader->prefixDirsPsr4 = ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$prefixDirsPsr4;
    888             $loader->classMap = ComposerStaticInite9efd14b678771737e0c6055fb6dfd43::$classMap;
     872            $loader->prefixLengthsPsr4 = ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$prefixLengthsPsr4;
     873            $loader->prefixDirsPsr4 = ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$prefixDirsPsr4;
     874            $loader->classMap = ComposerStaticInit580f2797ac061be9500ead0c91fc02d3::$classMap;
    889875
    890876        }, null, ClassLoader::class);
  • gdata-antivirus/trunk/vendor/composer/installed.json

    r3257107 r3257138  
    12751275        {
    12761276            "name": "illuminate\/container",
    1277             "version": "v11.44.2",
    1278             "version_normalized": "11.44.2.0",
     1277            "version": "v10.48.28",
     1278            "version_normalized": "10.48.28.0",
    12791279            "source": {
    12801280                "type": "git",
    12811281                "url": "https:\/\/github.com\/illuminate\/container.git",
    1282                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca"
    1283             },
    1284             "dist": {
    1285                 "type": "zip",
    1286                 "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1287                 "reference": "4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca",
    1288                 "shasum": ""
    1289             },
    1290             "require": {
    1291                 "illuminate\/contracts": "^11.0",
    1292                 "php": "^8.2",
     1282                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3"
     1283            },
     1284            "dist": {
     1285                "type": "zip",
     1286                "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1287                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3",
     1288                "shasum": ""
     1289            },
     1290            "require": {
     1291                "illuminate\/contracts": "^10.0",
     1292                "php": "^8.1",
    12931293                "psr\/container": "^1.1.1|^2.0.1"
    12941294            },
     
    12961296                "psr\/container-implementation": "1.1|2.0"
    12971297            },
    1298             "time": "2025-02-10T14:20:57+00:00",
     1298            "time": "2024-11-21T14:02:44+00:00",
    12991299            "type": "library",
    13001300            "extra": {
    13011301                "branch-alias": {
    1302                     "dev-master": "11.x-dev"
     1302                    "dev-master": "10.x-dev"
    13031303                }
    13041304            },
     
    13291329        {
    13301330            "name": "illuminate\/contracts",
    1331             "version": "v11.44.2",
    1332             "version_normalized": "11.44.2.0",
     1331            "version": "v10.48.28",
     1332            "version_normalized": "10.48.28.0",
    13331333            "source": {
    13341334                "type": "git",
    13351335                "url": "https:\/\/github.com\/illuminate\/contracts.git",
    1336                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898"
    1337             },
    1338             "dist": {
    1339                 "type": "zip",
    1340                 "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/b350a3cd8450846325cb49e1cbc1293598b18898",
    1341                 "reference": "b350a3cd8450846325cb49e1cbc1293598b18898",
    1342                 "shasum": ""
    1343             },
    1344             "require": {
    1345                 "php": "^8.2",
     1336                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74"
     1337            },
     1338            "dist": {
     1339                "type": "zip",
     1340                "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/f90663a69f926105a70b78060a31f3c64e2d1c74",
     1341                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74",
     1342                "shasum": ""
     1343            },
     1344            "require": {
     1345                "php": "^8.1",
    13461346                "psr\/container": "^1.1.1|^2.0.1",
    13471347                "psr\/simple-cache": "^1.0|^2.0|^3.0"
    13481348            },
    1349             "time": "2025-02-10T14:20:57+00:00",
     1349            "time": "2024-11-21T14:02:44+00:00",
    13501350            "type": "library",
    13511351            "extra": {
    13521352                "branch-alias": {
    1353                     "dev-master": "11.x-dev"
     1353                    "dev-master": "10.x-dev"
    13541354                }
    13551355            },
  • gdata-antivirus/trunk/vendor/composer/installed.php

    r3257107 r3257138  
    33namespace GDAVSCOPE;
    44
    5 return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.1.0', 'version' => '3.1.0.0', 'reference' => '7cf7fef3d667bfe4b2560bc87e67d5387a7bcde9', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '55a6bd071aec26fa2a3e002618c20c35e3df1b46', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'reference' => '78eb3db5fc69bf2fc0cb503c4fcba667bc223c71', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.2.0', 'version' => '3.2.0.0', 'reference' => '28b38a805d2c235bb581d24415e78a42cd03aedc', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '3680d80bd38b5d6f3c2cef2214ca6dd6cef26588', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.3.0', 'version' => '5.3.0.0', 'reference' => 'd50928ec41d4ac3bcec5a01fe1caaf7575cbdc75', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '5113111de02796a782f5d90767455e7391cca190', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.3', 'version' => '1.2.3.0', 'reference' => '7b52598c2e9105ebcddf247fc523161581930367', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '11.0.1', 'version' => '11.0.1.0', 'reference' => '32d6c8818479af4b93385277c78bda1262e6c18b', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v11.44.2', 'version' => '11.44.2.0', 'reference' => '4dcc3fcbab92e734fc0c08d9cfd97f5a1aef18ca', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v11.44.2', 'version' => '11.44.2.0', 'reference' => 'b350a3cd8450846325cb49e1cbc1293598b18898', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '81fb5145d2644324614cc532b28efd0215bda430', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '4aabf0e2f2f9421ffcacab35be33e4fb5e63c44f', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => '08cfc6c4f3d811584fb09c37e2849e6a7f9b0742', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.7', 'version' => '1.0.7.0', 'reference' => '09bf1bf7f7f574453efe43044b06fafe12216eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false)));
     5return array('root' => array('name' => 'gdatacyberdefenseag/gdata-antivirus', 'pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('amphp/amp' => array('pretty_version' => 'v3.1.0', 'version' => '3.1.0.0', 'reference' => '7cf7fef3d667bfe4b2560bc87e67d5387a7bcde9', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/amp', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/byte-stream' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '55a6bd071aec26fa2a3e002618c20c35e3df1b46', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/byte-stream', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/cache' => array('pretty_version' => 'v2.0.1', 'version' => '2.0.1.0', 'reference' => '46912e387e6aa94933b61ea1ead9cf7540b7797c', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/cache', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/dns' => array('pretty_version' => 'v2.4.0', 'version' => '2.4.0.0', 'reference' => '78eb3db5fc69bf2fc0cb503c4fcba667bc223c71', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/dns', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/file' => array('pretty_version' => 'v3.2.0', 'version' => '3.2.0.0', 'reference' => '28b38a805d2c235bb581d24415e78a42cd03aedc', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/file', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/hpack' => array('pretty_version' => 'v3.2.1', 'version' => '3.2.1.0', 'reference' => '4f293064b15682a2b178b1367ddf0b8b5feb0239', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/hpack', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http' => array('pretty_version' => 'v2.1.2', 'version' => '2.1.2.0', 'reference' => '3680d80bd38b5d6f3c2cef2214ca6dd6cef26588', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/http-client' => array('pretty_version' => 'v5.3.0', 'version' => '5.3.0.0', 'reference' => 'd50928ec41d4ac3bcec5a01fe1caaf7575cbdc75', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parallel' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '5113111de02796a782f5d90767455e7391cca190', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parallel', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/parser' => array('pretty_version' => 'v1.1.1', 'version' => '1.1.1.0', 'reference' => '3cf1f8b32a0171d4b1bed93d25617637a77cded7', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/parser', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/pipeline' => array('pretty_version' => 'v1.2.3', 'version' => '1.2.3.0', 'reference' => '7b52598c2e9105ebcddf247fc523161581930367', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/pipeline', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/process' => array('pretty_version' => 'v2.0.3', 'version' => '2.0.3.0', 'reference' => '52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/process', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/serialization' => array('pretty_version' => 'v1.0.0', 'version' => '1.0.0.0', 'reference' => '693e77b2fb0b266c3c7d622317f881de44ae94a1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/serialization', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/socket' => array('pretty_version' => 'v2.3.1', 'version' => '2.3.1.0', 'reference' => '58e0422221825b79681b72c50c47a930be7bf1e1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/socket', 'aliases' => array(), 'dev_requirement' => \false), 'amphp/sync' => array('pretty_version' => 'v2.3.0', 'version' => '2.3.0.0', 'reference' => '217097b785130d77cfcc58ff583cf26cd1770bf1', 'type' => 'library', 'install_path' => __DIR__ . '/../amphp/sync', 'aliases' => array(), 'dev_requirement' => \false), 'daverandom/libdns' => array('pretty_version' => 'v2.1.0', 'version' => '2.1.0.0', 'reference' => 'b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a', 'type' => 'library', 'install_path' => __DIR__ . '/../daverandom/libdns', 'aliases' => array(), 'dev_requirement' => \false), 'gdata/vaas' => array('pretty_version' => '11.0.1', 'version' => '11.0.1.0', 'reference' => '32d6c8818479af4b93385277c78bda1262e6c18b', 'type' => 'library', 'install_path' => __DIR__ . '/../gdata/vaas', 'aliases' => array(), 'dev_requirement' => \false), 'gdatacyberdefenseag/gdata-antivirus' => array('pretty_version' => '1.2.3', 'version' => '1.2.3.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/container' => array('pretty_version' => 'v10.48.28', 'version' => '10.48.28.0', 'reference' => 'ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/container', 'aliases' => array(), 'dev_requirement' => \false), 'illuminate/contracts' => array('pretty_version' => 'v10.48.28', 'version' => '10.48.28.0', 'reference' => 'f90663a69f926105a70b78060a31f3c64e2d1c74', 'type' => 'library', 'install_path' => __DIR__ . '/../illuminate/contracts', 'aliases' => array(), 'dev_requirement' => \false), 'kelunik/certificate' => array('pretty_version' => 'v1.1.3', 'version' => '1.1.3.0', 'reference' => '7e00d498c264d5eb4f78c69f41c8bd6719c0199e', 'type' => 'library', 'install_path' => __DIR__ . '/../kelunik/certificate', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '81fb5145d2644324614cc532b28efd0215bda430', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-components' => array('pretty_version' => '7.5.1', 'version' => '7.5.1.0', 'reference' => '4aabf0e2f2f9421ffcacab35be33e4fb5e63c44f', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-components', 'aliases' => array(), 'dev_requirement' => \false), 'league/uri-interfaces' => array('pretty_version' => '7.5.0', 'version' => '7.5.0.0', 'reference' => '08cfc6c4f3d811584fb09c37e2849e6a7f9b0742', 'type' => 'library', 'install_path' => __DIR__ . '/../league/uri-interfaces', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message' => array('pretty_version' => '2.0', 'version' => '2.0.0.0', 'reference' => '402d35bcb92c70c026d1a6a9883f06b2ead23d71', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'revolt/event-loop' => array('pretty_version' => 'v1.0.7', 'version' => '1.0.7.0', 'reference' => '09bf1bf7f7f574453efe43044b06fafe12216eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../revolt/event-loop', 'aliases' => array(), 'dev_requirement' => \false)));
  • gdata-antivirus/trunk/vendor/composer/platform_check.php

    r3169198 r3257138  
    55$issues = array();
    66
    7 if (!(PHP_VERSION_ID >= 80200)) {
    8     $issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.';
     7if (!(PHP_VERSION_ID >= 80100)) {
     8    $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
    99}
    1010
  • gdata-antivirus/trunk/vendor/illuminate/container/BoundMethod.php

    r3169198 r3257138  
    138138    protected static function addDependencyForCallParameter($container, $parameter, array &$parameters, &$dependencies)
    139139    {
    140         $pendingDependencies = [];
    141140        if (array_key_exists($paramName = $parameter->getName(), $parameters)) {
    142             $pendingDependencies[] = $parameters[$paramName];
     141            $dependencies[] = $parameters[$paramName];
    143142            unset($parameters[$paramName]);
    144         } elseif ($attribute = Util::getContextualAttributeFromDependency($parameter)) {
    145             $pendingDependencies[] = $container->resolveFromAttribute($attribute);
    146143        } elseif (!is_null($className = Util::getParameterClassName($parameter))) {
    147144            if (array_key_exists($className, $parameters)) {
    148                 $pendingDependencies[] = $parameters[$className];
     145                $dependencies[] = $parameters[$className];
    149146                unset($parameters[$className]);
    150147            } elseif ($parameter->isVariadic()) {
    151148                $variadicDependencies = $container->make($className);
    152                 $pendingDependencies = array_merge($pendingDependencies, is_array($variadicDependencies) ? $variadicDependencies : [$variadicDependencies]);
     149                $dependencies = array_merge($dependencies, is_array($variadicDependencies) ? $variadicDependencies : [$variadicDependencies]);
    153150            } else {
    154                 $pendingDependencies[] = $container->make($className);
     151                $dependencies[] = $container->make($className);
    155152            }
    156153        } elseif ($parameter->isDefaultValueAvailable()) {
    157             $pendingDependencies[] = $parameter->getDefaultValue();
     154            $dependencies[] = $parameter->getDefaultValue();
    158155        } elseif (!$parameter->isOptional() && !array_key_exists($paramName, $parameters)) {
    159156            $message = "Unable to resolve dependency [{$parameter}] in class {$parameter->getDeclaringClass()->getName()}";
    160157            throw new BindingResolutionException($message);
    161158        }
    162         foreach ($pendingDependencies as $dependency) {
    163             $container->fireAfterResolvingAttributeCallbacks($parameter->getAttributes(), $dependency);
    164         }
    165         $dependencies = array_merge($dependencies, $pendingDependencies);
    166159    }
    167160    /**
  • gdata-antivirus/trunk/vendor/illuminate/container/Container.php

    r3245655 r3257138  
    99use GDAVSCOPE\Illuminate\Contracts\Container\CircularDependencyException;
    1010use GDAVSCOPE\Illuminate\Contracts\Container\Container as ContainerContract;
    11 use GDAVSCOPE\Illuminate\Contracts\Container\ContextualAttribute;
    1211use LogicException;
    13 use ReflectionAttribute;
    1412use ReflectionClass;
    1513use ReflectionException;
     
    9896    public $contextual = [];
    9997    /**
    100      * The contextual attribute handlers.
     98     * All of the registered rebound callbacks.
    10199     *
    102100     * @var array[]
    103101     */
    104     public $contextualAttributes = [];
    105     /**
    106      * All of the registered rebound callbacks.
     102    protected $reboundCallbacks = [];
     103    /**
     104     * All of the global before resolving callbacks.
     105     *
     106     * @var \Closure[]
     107     */
     108    protected $globalBeforeResolvingCallbacks = [];
     109    /**
     110     * All of the global resolving callbacks.
     111     *
     112     * @var \Closure[]
     113     */
     114    protected $globalResolvingCallbacks = [];
     115    /**
     116     * All of the global after resolving callbacks.
     117     *
     118     * @var \Closure[]
     119     */
     120    protected $globalAfterResolvingCallbacks = [];
     121    /**
     122     * All of the before resolving callbacks by class type.
    107123     *
    108124     * @var array[]
    109125     */
    110     protected $reboundCallbacks = [];
    111     /**
    112      * All of the global before resolving callbacks.
    113      *
    114      * @var \Closure[]
    115      */
    116     protected $globalBeforeResolvingCallbacks = [];
    117     /**
    118      * All of the global resolving callbacks.
    119      *
    120      * @var \Closure[]
    121      */
    122     protected $globalResolvingCallbacks = [];
    123     /**
    124      * All of the global after resolving callbacks.
    125      *
    126      * @var \Closure[]
    127      */
    128     protected $globalAfterResolvingCallbacks = [];
    129     /**
    130      * All of the before resolving callbacks by class type.
     126    protected $beforeResolvingCallbacks = [];
     127    /**
     128     * All of the resolving callbacks by class type.
    131129     *
    132130     * @var array[]
    133131     */
    134     protected $beforeResolvingCallbacks = [];
    135     /**
    136      * All of the resolving callbacks by class type.
     132    protected $resolvingCallbacks = [];
     133    /**
     134     * All of the after resolving callbacks by class type.
    137135     *
    138136     * @var array[]
    139137     */
    140     protected $resolvingCallbacks = [];
    141     /**
    142      * All of the after resolving callbacks by class type.
    143      *
    144      * @var array[]
    145      */
    146138    protected $afterResolvingCallbacks = [];
    147     /**
    148      * All of the after resolving attribute callbacks by class type.
    149      *
    150      * @var array[]
    151      */
    152     protected $afterResolvingAttributeCallbacks = [];
    153139    /**
    154140     * Define a contextual binding.
     
    164150        }
    165151        return new ContextualBindingBuilder($this, $aliases);
    166     }
    167     /**
    168      * Define a contextual binding based on an attribute.
    169      *
    170      * @param  string  $attribute
    171      * @param  \Closure  $handler
    172      * @return void
    173      */
    174     public function whenHasAttribute(string $attribute, Closure $handler)
    175     {
    176         $this->contextualAttributes[$attribute] = $handler;
    177152    }
    178153    /**
     
    256231            $concrete = $this->getClosure($abstract, $concrete);
    257232        }
    258         $this->bindings[$abstract] = ['concrete' => $concrete, 'shared' => $shared];
     233        $this->bindings[$abstract] = compact('concrete', 'shared');
    259234        // If the abstract type was already resolved in this container we'll fire the
    260235        // rebound listener so that any objects which have already gotten resolved
     
    425400     * Register an existing instance as shared in the container.
    426401     *
    427      * @template TInstance of mixed
    428      *
    429      * @param  string  $abstract
    430      * @param  TInstance  $instance
    431      * @return TInstance
     402     * @param  string  $abstract
     403     * @param  mixed  $instance
     404     * @return mixed
    432405     */
    433406    public function instance($abstract, $instance)
     
    553526    protected function rebound($abstract)
    554527    {
    555         if (!$callbacks = $this->getReboundCallbacks($abstract)) {
    556             return;
    557         }
    558528        $instance = $this->make($abstract);
    559         foreach ($callbacks as $callback) {
     529        foreach ($this->getReboundCallbacks($abstract) as $callback) {
    560530            $callback($this, $instance);
    561531        }
     
    613583    protected function getClassForCallable($callback)
    614584    {
    615         if (is_callable($callback) && !($reflector = new ReflectionFunction($callback(...)))->isAnonymous()) {
    616             return $reflector->getClosureScopeClass()->name ?? \false;
    617         }
    618         return \false;
     585        if (\PHP_VERSION_ID >= 80200) {
     586            if (is_callable($callback) && !($reflector = new ReflectionFunction($callback(...)))->isAnonymous()) {
     587                return $reflector->getClosureScopeClass()->name ?? \false;
     588            }
     589            return \false;
     590        }
     591        if (!is_array($callback)) {
     592            return \false;
     593        }
     594        return is_string($callback[0]) ? $callback[0] : get_class($callback[0]);
    619595    }
    620596    /**
    621597     * Get a closure to resolve the given type from the container.
    622598     *
    623      * @template TClass of object
    624      *
    625      * @param  string|class-string<TClass>  $abstract
    626      * @return ($abstract is class-string<TClass> ? \Closure(): TClass : \Closure(): mixed)
     599     * @param  string  $abstract
     600     * @return \Closure
    627601     */
    628602    public function factory($abstract)
     
    633607     * An alias function name for make().
    634608     *
    635      * @template TClass of object
    636      *
    637      * @param  string|class-string<TClass>|callable  $abstract
     609     * @param  string|callable  $abstract
    638610     * @param  array  $parameters
    639      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     611     * @return mixed
    640612     *
    641613     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    648620     * Resolve the given type from the container.
    649621     *
    650      * @template TClass of object
    651      *
    652      * @param  string|class-string<TClass>  $abstract
     622     * @param  string|callable  $abstract
    653623     * @param  array  $parameters
    654      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     624     * @return mixed
    655625     *
    656626     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    663633     * {@inheritdoc}
    664634     *
    665      * @template TClass of object
    666      *
    667      * @param  string|class-string<TClass>  $id
    668      * @return ($id is class-string<TClass> ? TClass : mixed)
     635     * @return mixed
    669636     */
    670637    public function get(string $id)
     
    682649     * Resolve the given type from the container.
    683650     *
    684      * @template TClass of object
    685      *
    686      * @param  string|class-string<TClass>|callable  $abstract
     651     * @param  string|callable  $abstract
    687652     * @param  array  $parameters
    688653     * @param  bool  $raiseEvents
    689      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     654     * @return mixed
    690655     *
    691656     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    735700        // the parameter overrides for this build. After those two things are done
    736701        // we will be ready to return back the fully constructed class instance.
    737         if (!$needsContextualBuild) {
    738             $this->resolved[$abstract] = \true;
    739         }
     702        $this->resolved[$abstract] = \true;
    740703        array_pop($this->with);
    741704        return $object;
     
    804767     * Instantiate a concrete instance of the given type.
    805768     *
    806      * @template TClass of object
    807      *
    808      * @param  \Closure(static, array): TClass|class-string<TClass>  $concrete
    809      * @return TClass
     769     * @param  \Closure|string  $concrete
     770     * @return mixed
    810771     *
    811772     * @throws \Illuminate\Contracts\Container\BindingResolutionException
     
    818779        // used as resolvers for more fine-tuned resolution of these objects.
    819780        if ($concrete instanceof Closure) {
    820             $this->buildStack[] = spl_object_hash($concrete);
    821             try {
    822                 return $concrete($this, $this->getLastParameterOverride());
    823             } finally {
    824                 array_pop($this->buildStack);
    825             }
     781            return $concrete($this, $this->getLastParameterOverride());
    826782        }
    827783        try {
     
    843799        if (is_null($constructor)) {
    844800            array_pop($this->buildStack);
    845             $this->fireAfterResolvingAttributeCallbacks($reflector->getAttributes(), $instance = new $concrete());
    846             return $instance;
     801            return new $concrete();
    847802        }
    848803        $dependencies = $constructor->getParameters();
     
    857812        }
    858813        array_pop($this->buildStack);
    859         $this->fireAfterResolvingAttributeCallbacks($reflector->getAttributes(), $instance = $reflector->newInstanceArgs($instances));
    860         return $instance;
     814        return $reflector->newInstanceArgs($instances);
    861815    }
    862816    /**
     
    879833                continue;
    880834            }
    881             $result = null;
    882             if (!is_null($attribute = Util::getContextualAttributeFromDependency($dependency))) {
    883                 $result = $this->resolveFromAttribute($attribute);
    884             }
    885835            // If the class is null, it means the dependency is a string or some other
    886836            // primitive type which we can not resolve since it is not a class and
    887837            // we will just bomb out with an error since we have no-where to go.
    888             $result ??= is_null(Util::getParameterClassName($dependency)) ? $this->resolvePrimitive($dependency) : $this->resolveClass($dependency);
    889             $this->fireAfterResolvingAttributeCallbacks($dependency->getAttributes(), $result);
     838            $result = is_null(Util::getParameterClassName($dependency)) ? $this->resolvePrimitive($dependency) : $this->resolveClass($dependency);
    890839            if ($dependency->isVariadic()) {
    891840                $results = array_merge($results, $result);
     
    943892        if ($parameter->isVariadic()) {
    944893            return [];
    945         }
    946         if ($parameter->hasType() && $parameter->allowsNull()) {
    947             return null;
    948894        }
    949895        $this->unresolvablePrimitive($parameter);
     
    989935    }
    990936    /**
    991      * Resolve a dependency based on an attribute.
    992      *
    993      * @param  \ReflectionAttribute  $attribute
    994      * @return mixed
    995      */
    996     public function resolveFromAttribute(ReflectionAttribute $attribute)
    997     {
    998         $handler = $this->contextualAttributes[$attribute->getName()] ?? null;
    999         $instance = $attribute->newInstance();
    1000         if (is_null($handler) && method_exists($instance, 'resolve')) {
    1001             $handler = $instance->resolve(...);
    1002         }
    1003         if (is_null($handler)) {
    1004             throw new BindingResolutionException("Contextual binding attribute [{$attribute->getName()}] has no registered handler.");
    1005         }
    1006         return $handler($instance, $this);
    1007     }
    1008     /**
    1009937     * Throw an exception that the concrete is not instantiable.
    1010938     *
     
    10921020    }
    10931021    /**
    1094      * Register a new after resolving attribute callback for all types.
    1095      *
    1096      * @param  string  $attribute
    1097      * @param  \Closure  $callback
    1098      * @return void
    1099      */
    1100     public function afterResolvingAttribute(string $attribute, \Closure $callback)
    1101     {
    1102         $this->afterResolvingAttributeCallbacks[$attribute][] = $callback;
    1103     }
    1104     /**
    11051022     * Fire all of the before resolving callbacks.
    11061023     *
     
    11561073        $this->fireCallbackArray($object, $this->globalAfterResolvingCallbacks);
    11571074        $this->fireCallbackArray($object, $this->getCallbacksForType($abstract, $object, $this->afterResolvingCallbacks));
    1158     }
    1159     /**
    1160      * Fire all of the after resolving attribute callbacks.
    1161      *
    1162      * @param  \ReflectionAttribute[]  $attributes
    1163      * @param  mixed  $object
    1164      * @return void
    1165      */
    1166     public function fireAfterResolvingAttributeCallbacks(array $attributes, $object)
    1167     {
    1168         foreach ($attributes as $attribute) {
    1169             if (is_a($attribute->getName(), ContextualAttribute::class, \true)) {
    1170                 $instance = $attribute->newInstance();
    1171                 if (method_exists($instance, 'after')) {
    1172                     $instance->after($instance, $object, $this);
    1173                 }
    1174             }
    1175             $callbacks = $this->getCallbacksForType($attribute->getName(), $object, $this->afterResolvingAttributeCallbacks);
    1176             foreach ($callbacks as $callback) {
    1177                 $callback($attribute->newInstance(), $object, $this);
    1178             }
    1179         }
    11801075    }
    11811076    /**
     
    13101205    public static function getInstance()
    13111206    {
    1312         return static::$instance ??= new static();
     1207        if (is_null(static::$instance)) {
     1208            static::$instance = new static();
     1209        }
     1210        return static::$instance;
    13131211    }
    13141212    /**
  • gdata-antivirus/trunk/vendor/illuminate/container/Util.php

    r3169198 r3257138  
    44
    55use Closure;
    6 use GDAVSCOPE\Illuminate\Contracts\Container\ContextualAttribute;
    7 use ReflectionAttribute;
    86use ReflectionNamedType;
    97/**
     
    6563        return $name;
    6664    }
    67     /**
    68      * Get a contextual attribute from a dependency.
    69      *
    70      * @param  \ReflectionParameter  $dependency
    71      * @return \ReflectionAttribute|null
    72      */
    73     public static function getContextualAttributeFromDependency($dependency)
    74     {
    75         return $dependency->getAttributes(ContextualAttribute::class, ReflectionAttribute::IS_INSTANCEOF)[0] ?? null;
    76     }
    7765}
  • gdata-antivirus/trunk/vendor/illuminate/container/composer.json

    r3169198 r3257138  
    1515    ],
    1616    "require": {
    17         "php": "^8.2",
    18         "illuminate\/contracts": "^11.0",
     17        "php": "^8.1",
     18        "illuminate\/contracts": "^10.0",
    1919        "psr\/container": "^1.1.1|^2.0.1"
    2020    },
     
    2929    "extra": {
    3030        "branch-alias": {
    31             "dev-master": "11.x-dev"
     31            "dev-master": "10.x-dev"
    3232        }
    3333    },
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Auth/Authenticatable.php

    r3169198 r3257138  
    1717     */
    1818    public function getAuthIdentifier();
    19     /**
    20      * Get the name of the password attribute for the user.
    21      *
    22      * @return string
    23      */
    24     public function getAuthPasswordName();
    2519    /**
    2620     * Get the password for the user.
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Auth/Guard.php

    r3169198 r3257138  
    4646     *
    4747     * @param  \Illuminate\Contracts\Auth\Authenticatable  $user
    48      * @return $this
     48     * @return void
    4949     */
    5050    public function setUser(Authenticatable $user);
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Auth/StatefulGuard.php

    r3169198 r3257138  
    3333     * @param  mixed  $id
    3434     * @param  bool  $remember
    35      * @return \Illuminate\Contracts\Auth\Authenticatable|false
     35     * @return \Illuminate\Contracts\Auth\Authenticatable|bool
    3636     */
    3737    public function loginUsingId($id, $remember = \false);
     
    4040     *
    4141     * @param  mixed  $id
    42      * @return \Illuminate\Contracts\Auth\Authenticatable|false
     42     * @return \Illuminate\Contracts\Auth\Authenticatable|bool
    4343     */
    4444    public function onceUsingId($id);
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Auth/UserProvider.php

    r3169198 r3257138  
    1919     * @return \Illuminate\Contracts\Auth\Authenticatable|null
    2020     */
    21     public function retrieveByToken($identifier, #[\SensitiveParameter] $token);
     21    public function retrieveByToken($identifier, $token);
    2222    /**
    2323     * Update the "remember me" token for the given user in storage.
     
    2727     * @return void
    2828     */
    29     public function updateRememberToken(Authenticatable $user, #[\SensitiveParameter] $token);
     29    public function updateRememberToken(Authenticatable $user, $token);
    3030    /**
    3131     * Retrieve a user by the given credentials.
     
    3434     * @return \Illuminate\Contracts\Auth\Authenticatable|null
    3535     */
    36     public function retrieveByCredentials(#[\SensitiveParameter] array $credentials);
     36    public function retrieveByCredentials(array $credentials);
    3737    /**
    3838     * Validate a user against the given credentials.
     
    4242     * @return bool
    4343     */
    44     public function validateCredentials(Authenticatable $user, #[\SensitiveParameter] array $credentials);
    45     /**
    46      * Rehash the user's password if required and supported.
    47      *
    48      * @param  \Illuminate\Contracts\Auth\Authenticatable  $user
    49      * @param  array  $credentials
    50      * @param  bool  $force
    51      * @return void
    52      */
    53     public function rehashPasswordIfRequired(Authenticatable $user, #[\SensitiveParameter] array $credentials, bool $force = \false);
     44    public function validateCredentials(Authenticatable $user, array $credentials);
    5445}
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Cache/Lock.php

    r3169198 r3257138  
    1818     * @param  callable|null  $callback
    1919     * @return mixed
    20      *
    21      * @throws \Illuminate\Contracts\Cache\LockTimeoutException
    2220     */
    2321    public function block($seconds, $callback = null);
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Cache/Store.php

    r3169198 r3257138  
    88     * Retrieve an item from the cache by key.
    99     *
    10      * @param  string  $key
     10     * @param  string|array  $key
    1111     * @return mixed
    1212     */
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Container/Container.php

    r3245655 r3257138  
    77interface Container extends ContainerInterface
    88{
    9     /**
    10      * {@inheritdoc}
    11      *
    12      * @template TClass of object
    13      *
    14      * @param  string|class-string<TClass>  $id
    15      * @return ($id is class-string<TClass> ? TClass : mixed)
    16      */
    17     public function get(string $id);
    189    /**
    1910     * Determine if the given abstract type has been bound.
     
    119110     * Register an existing instance as shared in the container.
    120111     *
    121      * @template TInstance of mixed
    122      *
    123112     * @param  string  $abstract
    124      * @param  TInstance  $instance
    125      * @return TInstance
     113     * @param  mixed  $instance
     114     * @return mixed
    126115     */
    127116    public function instance($abstract, $instance);
     
    145134     * Get a closure to resolve the given type from the container.
    146135     *
    147      * @template TClass of object
    148      *
    149      * @param  string|class-string<TClass>  $abstract
    150      * @return ($abstract is class-string<TClass> ? \Closure(): TClass : \Closure(): mixed)
     136     * @param  string  $abstract
     137     * @return \Closure
    151138     */
    152139    public function factory($abstract);
     
    160147     * Resolve the given type from the container.
    161148     *
    162      * @template TClass of object
    163      *
    164      * @param  string|class-string<TClass>  $abstract
     149     * @param  string  $abstract
    165150     * @param  array  $parameters
    166      * @return ($abstract is class-string<TClass> ? TClass : mixed)
     151     * @return mixed
    167152     *
    168153     * @throws \Illuminate\Contracts\Container\BindingResolutionException
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Database/Eloquent/CastsInboundAttributes.php

    r3169198 r3257138  
    1212     * @param  string  $key
    1313     * @param  mixed  $value
    14      * @param  array<string, mixed>  $attributes
     14     * @param  array  $attributes
    1515     * @return mixed
    1616     */
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Database/Eloquent/SerializesCastableAttributes.php

    r3169198 r3257138  
    1212     * @param  string  $key
    1313     * @param  mixed  $value
    14      * @param  array<string, mixed>  $attributes
     14     * @param  array  $attributes
    1515     * @return mixed
    1616     */
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Database/ModelIdentifier.php

    r3200729 r3257138  
    88     * The class name of the model.
    99     *
    10      * @var class-string<\Illuminate\Database\Eloquent\Model>
     10     * @var string
    1111     */
    1212    public $class;
     
    3434     * The class name of the model collection.
    3535     *
    36      * @var class-string<\Illuminate\Database\Eloquent\Collection>|null
     36     * @var string|null
    3737     */
    3838    public $collectionClass;
     
    4040     * Create a new model identifier.
    4141     *
    42      * @param  class-string<\Illuminate\Database\Eloquent\Model>  $class
     42     * @param  string  $class
    4343     * @param  mixed  $id
    4444     * @param  array  $relations
     
    5656     * Specify the collection class that should be used when serializing / restoring collections.
    5757     *
    58      * @param  class-string<\Illuminate\Database\Eloquent\Collection>  $collectionClass
     58     * @param  string|null  $collectionClass
    5959     * @return $this
    6060     */
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Encryption/Encrypter.php

    r3169198 r3257138  
    1414     * @throws \Illuminate\Contracts\Encryption\EncryptException
    1515     */
    16     public function encrypt(#[\SensitiveParameter] $value, $serialize = \true);
     16    public function encrypt($value, $serialize = \true);
    1717    /**
    1818     * Decrypt the given value.
     
    3131     */
    3232    public function getKey();
    33     /**
    34      * Get the current encryption key and all previous encryption keys.
    35      *
    36      * @return array
    37      */
    38     public function getAllKeys();
    39     /**
    40      * Get the previous encryption keys.
    41      *
    42      * @return array
    43      */
    44     public function getPreviousKeys();
    4533}
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Encryption/StringEncrypter.php

    r3169198 r3257138  
    1313     * @throws \Illuminate\Contracts\Encryption\EncryptException
    1414     */
    15     public function encryptString(#[\SensitiveParameter] $value);
     15    public function encryptString($value);
    1616    /**
    1717     * Decrypt the given string without unserialization.
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Filesystem/Filesystem.php

    r3169198 r3257138  
    1717     */
    1818    const VISIBILITY_PRIVATE = 'private';
    19     /**
    20      * Get the full path to the file that exists at the given relative path.
    21      *
    22      * @param  string  $path
    23      * @return string
    24      */
    25     public function path($path);
    2619    /**
    2720     * Determine if a file exists.
     
    5447     */
    5548    public function put($path, $contents, $options = []);
    56     /**
    57      * Store the uploaded file on the disk.
    58      *
    59      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string  $path
    60      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string|array|null  $file
    61      * @param  mixed  $options
    62      * @return string|false
    63      */
    64     public function putFile($path, $file = null, $options = []);
    65     /**
    66      * Store the uploaded file on the disk with a given name.
    67      *
    68      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string  $path
    69      * @param  \Illuminate\Http\File|\Illuminate\Http\UploadedFile|string|array|null  $file
    70      * @param  string|array|null  $name
    71      * @param  mixed  $options
    72      * @return string|false
    73      */
    74     public function putFileAs($path, $file, $name = null, $options = []);
    7549    /**
    7650     * Write a new file using a stream.
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Hashing/Hasher.php

    r3169198 r3257138  
    1919     * @return string
    2020     */
    21     public function make(#[\SensitiveParameter] $value, array $options = []);
     21    public function make($value, array $options = []);
    2222    /**
    2323     * Check the given plain value against a hash.
     
    2828     * @return bool
    2929     */
    30     public function check(#[\SensitiveParameter] $value, $hashedValue, array $options = []);
     30    public function check($value, $hashedValue, array $options = []);
    3131    /**
    3232     * Check if the given hash has been hashed using the given options.
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Mail/Mailer.php

    r3169198 r3257138  
    3636     */
    3737    public function send($view, array $data = [], $callback = null);
    38     /**
    39      * Send a new message synchronously using a view.
    40      *
    41      * @param  \Illuminate\Contracts\Mail\Mailable|string|array  $mailable
    42      * @param  array  $data
    43      * @param  \Closure|string|null  $callback
    44      * @return \Illuminate\Mail\SentMessage|null
    45      */
    46     public function sendNow($mailable, array $data = [], $callback = null);
    4738}
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Notifications/Dispatcher.php

    r3169198 r3257138  
    1818     * @param  \Illuminate\Support\Collection|array|mixed  $notifiables
    1919     * @param  mixed  $notification
    20      * @param  array|null  $channels
    2120     * @return void
    2221     */
    23     public function sendNow($notifiables, $notification, ?array $channels = null);
     22    public function sendNow($notifiables, $notification);
    2423}
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Pagination/CursorPaginator.php

    r3196271 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Pagination;
    44
    5 /**
    6  * @template TKey of array-key
    7  *
    8  * @template-covariant TValue
    9  */
    105interface CursorPaginator
    116{
     
    5348     * Get all of the items being paginated.
    5449     *
    55      * @return array<TKey, TValue>
     50     * @return array
    5651     */
    5752    public function items();
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Pagination/LengthAwarePaginator.php

    r3196271 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Pagination;
    44
    5 /**
    6  * @template TKey of array-key
    7  *
    8  * @template-covariant TValue
    9  *
    10  * @extends Paginator<TKey, TValue>
    11  */
    125interface LengthAwarePaginator extends Paginator
    136{
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Pagination/Paginator.php

    r3196271 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Pagination;
    44
    5 /**
    6  * @template TKey of array-key
    7  *
    8  * @template-covariant TValue
    9  */
    105interface Paginator
    116{
     
    4742     * Get all of the items being paginated.
    4843     *
    49      * @return array<TKey, TValue>
     44     * @return array
    5045     */
    5146    public function items();
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Pipeline/Pipeline.php

    r3241667 r3257138  
    77{
    88    /**
    9      * Set the object being sent through the pipeline.
     9     * Set the traveler object being sent on the pipeline.
    1010     *
    11      * @param  mixed  $passable
     11     * @param  mixed  $traveler
    1212     * @return $this
    1313     */
    14     public function send($passable);
     14    public function send($traveler);
    1515    /**
    16      * Set the array of pipes.
     16     * Set the stops of the pipeline.
    1717     *
    18      * @param  array|mixed  $pipes
     18     * @param  dynamic|array  $stops
    1919     * @return $this
    2020     */
    21     public function through($pipes);
     21    public function through($stops);
    2222    /**
    23      * Set the method to call on the pipes.
     23     * Set the method to call on the stops.
    2424     *
    2525     * @param  string  $method
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Process/InvokedProcess.php

    r3169198 r3257138  
    5252     *
    5353     * @param  callable|null  $output
    54      * @return \Illuminate\Process\ProcessResult
     54     * @return \Illuminate\Console\Process\ProcessResult
    5555     */
    5656    public function wait(?callable $output = null);
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Process/ProcessResult.php

    r3169198 r3257138  
    3636    public function output();
    3737    /**
    38      * Determine if the output contains the given string.
    39      *
    40      * @param  string  $output
    41      * @return bool
    42      */
    43     public function seeInOutput(string $output);
    44     /**
    4538     * Get the error output of the process.
    4639     *
     
    4841     */
    4942    public function errorOutput();
    50     /**
    51      * Determine if the error output contains the given string.
    52      *
    53      * @param  string  $output
    54      * @return bool
    55      */
    56     public function seeInErrorOutput(string $output);
    5743    /**
    5844     * Throw an exception if the process failed.
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Routing/ResponseFactory.php

    r3196271 r3257138  
    103103     * Create a new redirect response to a named route.
    104104     *
    105      * @param  \BackedEnum|string  $route
     105     * @param  string  $route
    106106     * @param  mixed  $parameters
    107107     * @param  int  $status
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Routing/UrlGenerator.php

    r3169198 r3257138  
    33namespace GDAVSCOPE\Illuminate\Contracts\Routing;
    44
    5 /**
    6  * @method string query(string $path, array $query = [], mixed $extra = [], bool|null $secure = null)
    7  */
    85interface UrlGenerator
    96{
     
    5855    public function route($name, $parameters = [], $absolute = \true);
    5956    /**
    60      * Create a signed route URL for a named route.
    61      *
    62      * @param  string  $name
    63      * @param  mixed  $parameters
    64      * @param  \DateTimeInterface|\DateInterval|int|null  $expiration
    65      * @param  bool  $absolute
    66      * @return string
    67      *
    68      * @throws \InvalidArgumentException
    69      */
    70     public function signedRoute($name, $parameters = [], $expiration = null, $absolute = \true);
    71     /**
    72      * Create a temporary signed route URL for a named route.
    73      *
    74      * @param  string  $name
    75      * @param  \DateTimeInterface|\DateInterval|int  $expiration
    76      * @param  array  $parameters
    77      * @param  bool  $absolute
    78      * @return string
    79      */
    80     public function temporarySignedRoute($name, $expiration, $parameters = [], $absolute = \true);
    81     /**
    8257     * Get the URL to a controller action.
    8358     *
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Validation/InvokableRule.php

    r3169198 r3257138  
    1414     * @param  string  $attribute
    1515     * @param  mixed  $value
    16      * @param  \Closure(string, ?string=): \Illuminate\Translation\PotentiallyTranslatedString  $fail
     16     * @param  \Closure(string): \Illuminate\Translation\PotentiallyTranslatedString  $fail
    1717     * @return void
    1818     */
  • gdata-antivirus/trunk/vendor/illuminate/contracts/Validation/ValidationRule.php

    r3169198 r3257138  
    1111     * @param  string  $attribute
    1212     * @param  mixed  $value
    13      * @param  \Closure(string, ?string=): \Illuminate\Translation\PotentiallyTranslatedString  $fail
     13     * @param  \Closure(string): \Illuminate\Translation\PotentiallyTranslatedString  $fail
    1414     * @return void
    1515     */
  • gdata-antivirus/trunk/vendor/illuminate/contracts/composer.json

    r3169198 r3257138  
    1515    ],
    1616    "require": {
    17         "php": "^8.2",
     17        "php": "^8.1",
    1818        "psr\/container": "^1.1.1|^2.0.1",
    1919        "psr\/simple-cache": "^1.0|^2.0|^3.0"
     
    2626    "extra": {
    2727        "branch-alias": {
    28             "dev-master": "11.x-dev"
     28            "dev-master": "10.x-dev"
    2929        }
    3030    },
Note: See TracChangeset for help on using the changeset viewer.