{
    "packages": [
        {
            "name": "amphp\/amp",
            "version": "v3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/amp.git",
                "reference": "fa0ab33a6f47a82929c38d03ca47ebb71086a93f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/amp\/zipball\/fa0ab33a6f47a82929c38d03ca47ebb71086a93f",
                "reference": "fa0ab33a6f47a82929c38d03ca47ebb71086a93f",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "revolt\/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "5.23.1"
            },
            "time": "2025-08-27T21:42:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php",
                    "src\/Future\/functions.php",
                    "src\/Internal\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                }
            ],
            "description": "A non-blocking concurrency framework for PHP applications.",
            "homepage": "https:\/\/amphp.org\/amp",
            "keywords": [
                "async",
                "asynchronous",
                "awaitable",
                "concurrency",
                "event",
                "event-loop",
                "future",
                "non-blocking",
                "promise"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/amp\/issues",
                "source": "https:\/\/github.com\/amphp\/amp\/tree\/v3.1.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/amp"
        },
        {
            "name": "amphp\/byte-stream",
            "version": "v2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/byte-stream.git",
                "reference": "55a6bd071aec26fa2a3e002618c20c35e3df1b46"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/byte-stream\/zipball\/55a6bd071aec26fa2a3e002618c20c35e3df1b46",
                "reference": "55a6bd071aec26fa2a3e002618c20c35e3df1b46",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/parser": "^1.1",
                "amphp\/pipeline": "^1",
                "amphp\/serialization": "^1",
                "amphp\/sync": "^2",
                "php": ">=8.1",
                "revolt\/event-loop": "^1 || ^0.2.3"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "5.22.1"
            },
            "time": "2025-03-16T17:10:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php",
                    "src\/Internal\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\ByteStream\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A stream abstraction to make working with non-blocking I\/O simple.",
            "homepage": "https:\/\/amphp.org\/byte-stream",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "non-blocking",
                "stream"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/byte-stream\/issues",
                "source": "https:\/\/github.com\/amphp\/byte-stream\/tree\/v2.1.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/byte-stream"
        },
        {
            "name": "amphp\/cache",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/cache.git",
                "reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/cache\/zipball\/46912e387e6aa94933b61ea1ead9cf7540b7797c",
                "reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/serialization": "^1",
                "amphp\/sync": "^2",
                "php": ">=8.1",
                "revolt\/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.4"
            },
            "time": "2024-04-19T03:38:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Cache\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                }
            ],
            "description": "A fiber-aware cache API based on Amp and Revolt.",
            "homepage": "https:\/\/amphp.org\/cache",
            "support": {
                "issues": "https:\/\/github.com\/amphp\/cache\/issues",
                "source": "https:\/\/github.com\/amphp\/cache\/tree\/v2.0.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/cache"
        },
        {
            "name": "amphp\/dns",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/dns.git",
                "reference": "78eb3db5fc69bf2fc0cb503c4fcba667bc223c71"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/dns\/zipball\/78eb3db5fc69bf2fc0cb503c4fcba667bc223c71",
                "reference": "78eb3db5fc69bf2fc0cb503c4fcba667bc223c71",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/byte-stream": "^2",
                "amphp\/cache": "^2",
                "amphp\/parser": "^1",
                "amphp\/process": "^2",
                "daverandom\/libdns": "^2.0.2",
                "ext-filter": "*",
                "ext-json": "*",
                "php": ">=8.1",
                "revolt\/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "5.20"
            },
            "time": "2025-01-19T15:43:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Dns\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Wright",
                    "email": "addr@daverandom.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Async DNS resolution for Amp.",
            "homepage": "https:\/\/github.com\/amphp\/dns",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "client",
                "dns",
                "resolve"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/dns\/issues",
                "source": "https:\/\/github.com\/amphp\/dns\/tree\/v2.4.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/dns"
        },
        {
            "name": "amphp\/file",
            "version": "v3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/file.git",
                "reference": "28b38a805d2c235bb581d24415e78a42cd03aedc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/file\/zipball\/28b38a805d2c235bb581d24415e78a42cd03aedc",
                "reference": "28b38a805d2c235bb581d24415e78a42cd03aedc",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/byte-stream": "^2",
                "amphp\/cache": "^2",
                "amphp\/parallel": "^2.3",
                "amphp\/sync": "^2",
                "php": ">=8.1",
                "revolt\/event-loop": "^1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "5.22.2"
            },
            "suggest": {
                "ext-eio": "^2 || ^3",
                "ext-uv": "^0.3 || ^0.2"
            },
            "time": "2024-12-06T23:39:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\File\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Non-blocking access to the filesystem based on Amp and Revolt.",
            "homepage": "https:\/\/github.com\/amphp\/file",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "disk",
                "file",
                "filesystem",
                "io",
                "non-blocking",
                "static"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/file\/issues",
                "source": "https:\/\/github.com\/amphp\/file\/tree\/v3.2.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/file"
        },
        {
            "name": "amphp\/hpack",
            "version": "v3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/hpack.git",
                "reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/hpack\/zipball\/4f293064b15682a2b178b1367ddf0b8b5feb0239",
                "reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "http2jp\/hpack-test-case": "^1",
                "nikic\/php-fuzzer": "^0.0.10",
                "phpunit\/phpunit": "^7 | ^8 | ^9"
            },
            "time": "2024-03-21T19:00:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Http\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Bob Weinand"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "HTTP\/2 HPack implementation.",
            "homepage": "https:\/\/github.com\/amphp\/hpack",
            "keywords": [
                "headers",
                "hpack",
                "http-2"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/hpack\/issues",
                "source": "https:\/\/github.com\/amphp\/hpack\/tree\/v3.2.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/hpack"
        },
        {
            "name": "amphp\/http",
            "version": "v2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/http.git",
                "reference": "3680d80bd38b5d6f3c2cef2214ca6dd6cef26588"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/http\/zipball\/3680d80bd38b5d6f3c2cef2214ca6dd6cef26588",
                "reference": "3680d80bd38b5d6f3c2cef2214ca6dd6cef26588",
                "shasum": ""
            },
            "require": {
                "amphp\/hpack": "^3",
                "amphp\/parser": "^1.1",
                "league\/uri-components": "^2.4.2 | ^7.1",
                "php": ">=8.1",
                "psr\/http-message": "^1 | ^2"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "league\/uri": "^6.8 | ^7.1",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.26.1"
            },
            "time": "2024-11-23T14:57:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php",
                    "src\/Internal\/constants.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Http\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Basic HTTP primitives which can be shared by servers and clients.",
            "support": {
                "issues": "https:\/\/github.com\/amphp\/http\/issues",
                "source": "https:\/\/github.com\/amphp\/http\/tree\/v2.1.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/http"
        },
        {
            "name": "amphp\/http-client",
            "version": "v5.3.4",
            "version_normalized": "5.3.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/http-client.git",
                "reference": "75ad21574fd632594a2dd914496647816d5106bc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/http-client\/zipball\/75ad21574fd632594a2dd914496647816d5106bc",
                "reference": "75ad21574fd632594a2dd914496647816d5106bc",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/byte-stream": "^2",
                "amphp\/hpack": "^3",
                "amphp\/http": "^2",
                "amphp\/pipeline": "^1",
                "amphp\/socket": "^2",
                "amphp\/sync": "^2",
                "league\/uri": "^7",
                "league\/uri-components": "^7",
                "league\/uri-interfaces": "^7.1",
                "php": ">=8.1",
                "psr\/http-message": "^1 | ^2",
                "revolt\/event-loop": "^1"
            },
            "conflict": {
                "amphp\/file": "<3 | >=5"
            },
            "require-dev": {
                "amphp\/file": "^3 | ^4",
                "amphp\/http-server": "^3",
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "ext-json": "*",
                "kelunik\/link-header-rfc5988": "^1",
                "laminas\/laminas-diactoros": "^2.3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "~5.23"
            },
            "suggest": {
                "amphp\/file": "Required for file request bodies and HTTP archive logging",
                "ext-json": "Required for logging HTTP archives",
                "ext-zlib": "Allows using compression for response bodies."
            },
            "time": "2025-08-16T20:41:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php",
                    "src\/Internal\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Http\\Client\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@gmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.",
            "homepage": "https:\/\/amphp.org\/http-client",
            "keywords": [
                "async",
                "client",
                "concurrent",
                "http",
                "non-blocking",
                "rest"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/http-client\/issues",
                "source": "https:\/\/github.com\/amphp\/http-client\/tree\/v5.3.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/http-client"
        },
        {
            "name": "amphp\/parallel",
            "version": "v2.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/parallel.git",
                "reference": "296b521137a54d3a02425b464e5aee4c93db2c60"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/parallel\/zipball\/296b521137a54d3a02425b464e5aee4c93db2c60",
                "reference": "296b521137a54d3a02425b464e5aee4c93db2c60",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/byte-stream": "^2",
                "amphp\/cache": "^2",
                "amphp\/parser": "^1",
                "amphp\/pipeline": "^1",
                "amphp\/process": "^2",
                "amphp\/serialization": "^1",
                "amphp\/socket": "^2",
                "amphp\/sync": "^2",
                "php": ">=8.1",
                "revolt\/event-loop": "^1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.18"
            },
            "time": "2025-11-15T06:23:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/Context\/functions.php",
                    "src\/Context\/Internal\/functions.php",
                    "src\/Ipc\/functions.php",
                    "src\/Worker\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Parallel\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Parallel processing component for Amp.",
            "homepage": "https:\/\/github.com\/amphp\/parallel",
            "keywords": [
                "async",
                "asynchronous",
                "concurrent",
                "multi-processing",
                "multi-threading"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/parallel\/issues",
                "source": "https:\/\/github.com\/amphp\/parallel\/tree\/v2.3.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/parallel"
        },
        {
            "name": "amphp\/parser",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/parser.git",
                "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/parser\/zipball\/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
                "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.4"
            },
            "time": "2024-03-21T19:16:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Parser\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A generator parser to make streaming parsers simple.",
            "homepage": "https:\/\/github.com\/amphp\/parser",
            "keywords": [
                "async",
                "non-blocking",
                "parser",
                "stream"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/parser\/issues",
                "source": "https:\/\/github.com\/amphp\/parser\/tree\/v1.1.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/parser"
        },
        {
            "name": "amphp\/pipeline",
            "version": "v1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/pipeline.git",
                "reference": "7b52598c2e9105ebcddf247fc523161581930367"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/pipeline\/zipball\/7b52598c2e9105ebcddf247fc523161581930367",
                "reference": "7b52598c2e9105ebcddf247fc523161581930367",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "php": ">=8.1",
                "revolt\/event-loop": "^1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.18"
            },
            "time": "2025-03-16T16:33:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Pipeline\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Asynchronous iterators and operators.",
            "homepage": "https:\/\/amphp.org\/pipeline",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "iterator",
                "non-blocking"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/pipeline\/issues",
                "source": "https:\/\/github.com\/amphp\/pipeline\/tree\/v1.2.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/pipeline"
        },
        {
            "name": "amphp\/process",
            "version": "v2.0.3",
            "version_normalized": "2.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/process.git",
                "reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/process\/zipball\/52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
                "reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/byte-stream": "^2",
                "amphp\/sync": "^2",
                "php": ">=8.1",
                "revolt\/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.4"
            },
            "time": "2024-04-19T03:13:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Process\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "A fiber-aware process manager based on Amp and Revolt.",
            "homepage": "https:\/\/amphp.org\/process",
            "support": {
                "issues": "https:\/\/github.com\/amphp\/process\/issues",
                "source": "https:\/\/github.com\/amphp\/process\/tree\/v2.0.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/process"
        },
        {
            "name": "amphp\/serialization",
            "version": "v1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/serialization.git",
                "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/serialization\/zipball\/693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "dev-master",
                "phpunit\/phpunit": "^9 || ^8 || ^7"
            },
            "time": "2020-03-25T21:39:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Serialization\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Serialization tools for IPC and data storage in PHP.",
            "homepage": "https:\/\/github.com\/amphp\/serialization",
            "keywords": [
                "async",
                "asynchronous",
                "serialization",
                "serialize"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/serialization\/issues",
                "source": "https:\/\/github.com\/amphp\/serialization\/tree\/master"
            },
            "install-path": "..\/amphp\/serialization"
        },
        {
            "name": "amphp\/socket",
            "version": "v2.3.1",
            "version_normalized": "2.3.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/socket.git",
                "reference": "58e0422221825b79681b72c50c47a930be7bf1e1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/socket\/zipball\/58e0422221825b79681b72c50c47a930be7bf1e1",
                "reference": "58e0422221825b79681b72c50c47a930be7bf1e1",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/byte-stream": "^2",
                "amphp\/dns": "^2",
                "ext-openssl": "*",
                "kelunik\/certificate": "^1.1",
                "league\/uri": "^6.5 | ^7",
                "league\/uri-interfaces": "^2.3 | ^7",
                "php": ">=8.1",
                "revolt\/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "amphp\/process": "^2",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "5.20"
            },
            "time": "2024-04-21T14:33:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php",
                    "src\/Internal\/functions.php",
                    "src\/SocketAddress\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Socket\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@gmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Non-blocking socket connection \/ server implementations based on Amp and Revolt.",
            "homepage": "https:\/\/github.com\/amphp\/socket",
            "keywords": [
                "amp",
                "async",
                "encryption",
                "non-blocking",
                "sockets",
                "tcp",
                "tls"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/socket\/issues",
                "source": "https:\/\/github.com\/amphp\/socket\/tree\/v2.3.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/socket"
        },
        {
            "name": "amphp\/sync",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/amphp\/sync.git",
                "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/amphp\/sync\/zipball\/217097b785130d77cfcc58ff583cf26cd1770bf1",
                "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3",
                "amphp\/pipeline": "^1",
                "amphp\/serialization": "^1",
                "php": ">=8.1",
                "revolt\/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "amphp\/phpunit-util": "^3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "5.23"
            },
            "time": "2024-08-03T19:31:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Amp\\Sync\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
            "homepage": "https:\/\/github.com\/amphp\/sync",
            "keywords": [
                "async",
                "asynchronous",
                "mutex",
                "semaphore",
                "synchronization"
            ],
            "support": {
                "issues": "https:\/\/github.com\/amphp\/sync\/issues",
                "source": "https:\/\/github.com\/amphp\/sync\/tree\/v2.3.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/amphp",
                    "type": "github"
                }
            ],
            "install-path": "..\/amphp\/sync"
        },
        {
            "name": "daverandom\/libdns",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/DaveRandom\/LibDNS.git",
                "reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/DaveRandom\/LibDNS\/zipball\/b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
                "reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "Required for IDN support"
            },
            "time": "2024-04-12T12:12:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\LibDNS\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "DNS protocol implementation written in pure PHP",
            "keywords": [
                "dns"
            ],
            "support": {
                "issues": "https:\/\/github.com\/DaveRandom\/LibDNS\/issues",
                "source": "https:\/\/github.com\/DaveRandom\/LibDNS\/tree\/v2.1.0"
            },
            "install-path": "..\/daverandom\/libdns"
        },
        {
            "name": "gdata\/vaas",
            "version": "11.1.0",
            "version_normalized": "11.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/GDATASoftwareAG\/vaas-php.git",
                "reference": "6308b4b7678e8252c81264f72d98c0d53cd80f6e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/GDATASoftwareAG\/vaas-php\/zipball\/6308b4b7678e8252c81264f72d98c0d53cd80f6e",
                "reference": "6308b4b7678e8252c81264f72d98c0d53cd80f6e",
                "shasum": ""
            },
            "require": {
                "amphp\/amp": "^3.0",
                "amphp\/byte-stream": "^2.1",
                "amphp\/file": "^3.2",
                "amphp\/http-client": "^5.2",
                "amphp\/socket": "^2.3",
                "php": "^8.1",
                "psr\/log": "^1.1 || ^2.0 || ^3.0",
                "revolt\/event-loop": "^1.0"
            },
            "time": "2025-12-02T09:48:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\VaasSdk\\": "."
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.",
            "homepage": "https:\/\/github.com\/GDATASoftwareAG\/vaas",
            "keywords": [
                "antivirus",
                "malware",
                "security",
                "virusscan"
            ],
            "support": {
                "issues": "https:\/\/github.com\/GDATASoftwareAG\/vaas-php\/issues",
                "source": "https:\/\/github.com\/GDATASoftwareAG\/vaas-php\/tree\/v11.1.0"
            },
            "install-path": "..\/gdata\/vaas"
        },
        {
            "name": "illuminate\/collections",
            "version": "v12.51.0",
            "version_normalized": "12.51.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/illuminate\/collections.git",
                "reference": "1fd7db2203ce5a935fffd2ad40955248fb9f581c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/illuminate\/collections\/zipball\/1fd7db2203ce5a935fffd2ad40955248fb9f581c",
                "reference": "1fd7db2203ce5a935fffd2ad40955248fb9f581c",
                "shasum": ""
            },
            "require": {
                "illuminate\/conditionable": "^12.0",
                "illuminate\/contracts": "^12.0",
                "illuminate\/macroable": "^12.0",
                "php": "^8.2",
                "symfony\/polyfill-php83": "^1.33",
                "symfony\/polyfill-php84": "^1.33",
                "symfony\/polyfill-php85": "^1.33"
            },
            "suggest": {
                "illuminate\/http": "Required to convert collections to API resources (^12.0).",
                "symfony\/var-dumper": "Required to use the dump method (^7.2)."
            },
            "time": "2026-02-09T13:43:38+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "functions.php",
                    "helpers.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Illuminate\\Support\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Collections package.",
            "homepage": "https:\/\/laravel.com",
            "support": {
                "issues": "https:\/\/github.com\/laravel\/framework\/issues",
                "source": "https:\/\/github.com\/laravel\/framework"
            },
            "install-path": "..\/illuminate\/collections"
        },
        {
            "name": "illuminate\/conditionable",
            "version": "v12.51.0",
            "version_normalized": "12.51.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/illuminate\/conditionable.git",
                "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/illuminate\/conditionable\/zipball\/ec677967c1f2faf90b8428919124d2184a4c9b49",
                "reference": "ec677967c1f2faf90b8428919124d2184a4c9b49",
                "shasum": ""
            },
            "require": {
                "php": "^8.2"
            },
            "time": "2025-05-13T15:08:45+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Illuminate\\Support\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Conditionable package.",
            "homepage": "https:\/\/laravel.com",
            "support": {
                "issues": "https:\/\/github.com\/laravel\/framework\/issues",
                "source": "https:\/\/github.com\/laravel\/framework"
            },
            "install-path": "..\/illuminate\/conditionable"
        },
        {
            "name": "illuminate\/container",
            "version": "v12.51.0",
            "version_normalized": "12.51.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/illuminate\/container.git",
                "reference": "a605f25d0e014b6e521bcb142a4eba578966a24f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/illuminate\/container\/zipball\/a605f25d0e014b6e521bcb142a4eba578966a24f",
                "reference": "a605f25d0e014b6e521bcb142a4eba578966a24f",
                "shasum": ""
            },
            "require": {
                "illuminate\/contracts": "^12.0",
                "illuminate\/reflection": "^12.0",
                "php": "^8.2",
                "psr\/container": "^1.1.1|^2.0.1",
                "symfony\/polyfill-php84": "^1.33",
                "symfony\/polyfill-php85": "^1.33"
            },
            "provide": {
                "psr\/container-implementation": "1.1|2.0"
            },
            "suggest": {
                "illuminate\/auth": "Required to use the Auth attribute",
                "illuminate\/cache": "Required to use the Cache attribute",
                "illuminate\/config": "Required to use the Config attribute",
                "illuminate\/database": "Required to use the DB attribute",
                "illuminate\/filesystem": "Required to use the Storage attribute",
                "illuminate\/log": "Required to use the Log or Context attributes"
            },
            "time": "2026-01-29T03:13:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "https:\/\/laravel.com",
            "support": {
                "issues": "https:\/\/github.com\/laravel\/framework\/issues",
                "source": "https:\/\/github.com\/laravel\/framework"
            },
            "install-path": "..\/illuminate\/container"
        },
        {
            "name": "illuminate\/contracts",
            "version": "v12.51.0",
            "version_normalized": "12.51.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/illuminate\/contracts.git",
                "reference": "3d4eeab332c04a9eaea90968c19a66f78745e47a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/illuminate\/contracts\/zipball\/3d4eeab332c04a9eaea90968c19a66f78745e47a",
                "reference": "3d4eeab332c04a9eaea90968c19a66f78745e47a",
                "shasum": ""
            },
            "require": {
                "php": "^8.2",
                "psr\/container": "^1.1.1|^2.0.1",
                "psr\/simple-cache": "^1.0|^2.0|^3.0"
            },
            "time": "2026-01-28T15:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https:\/\/laravel.com",
            "support": {
                "issues": "https:\/\/github.com\/laravel\/framework\/issues",
                "source": "https:\/\/github.com\/laravel\/framework"
            },
            "install-path": "..\/illuminate\/contracts"
        },
        {
            "name": "illuminate\/macroable",
            "version": "v12.51.0",
            "version_normalized": "12.51.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/illuminate\/macroable.git",
                "reference": "e862e5648ee34004fa56046b746f490dfa86c613"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/illuminate\/macroable\/zipball\/e862e5648ee34004fa56046b746f490dfa86c613",
                "reference": "e862e5648ee34004fa56046b746f490dfa86c613",
                "shasum": ""
            },
            "require": {
                "php": "^8.2"
            },
            "time": "2024-07-23T16:31:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Illuminate\\Support\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Macroable package.",
            "homepage": "https:\/\/laravel.com",
            "support": {
                "issues": "https:\/\/github.com\/laravel\/framework\/issues",
                "source": "https:\/\/github.com\/laravel\/framework"
            },
            "install-path": "..\/illuminate\/macroable"
        },
        {
            "name": "illuminate\/reflection",
            "version": "v12.51.0",
            "version_normalized": "12.51.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/illuminate\/reflection.git",
                "reference": "6188e97a587371b9951c2a7e337cd760308c17d7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/illuminate\/reflection\/zipball\/6188e97a587371b9951c2a7e337cd760308c17d7",
                "reference": "6188e97a587371b9951c2a7e337cd760308c17d7",
                "shasum": ""
            },
            "require": {
                "illuminate\/collections": "^12.0",
                "illuminate\/contracts": "^12.0",
                "php": "^8.2"
            },
            "time": "2026-02-04T15:21:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "helpers.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Illuminate\\Support\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Reflection package.",
            "homepage": "https:\/\/laravel.com",
            "support": {
                "issues": "https:\/\/github.com\/laravel\/framework\/issues",
                "source": "https:\/\/github.com\/laravel\/framework"
            },
            "install-path": "..\/illuminate\/reflection"
        },
        {
            "name": "kelunik\/certificate",
            "version": "v1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/kelunik\/certificate.git",
                "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/kelunik\/certificate\/zipball\/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "amphp\/php-cs-fixer-config": "^2",
                "phpunit\/phpunit": "^6 | 7 | ^8 | ^9"
            },
            "time": "2023-02-03T21:26:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Kelunik\\Certificate\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Access certificate details and transform between different formats.",
            "keywords": [
                "DER",
                "certificate",
                "certificates",
                "openssl",
                "pem",
                "x509"
            ],
            "support": {
                "issues": "https:\/\/github.com\/kelunik\/certificate\/issues",
                "source": "https:\/\/github.com\/kelunik\/certificate\/tree\/v1.1.3"
            },
            "install-path": "..\/kelunik\/certificate"
        },
        {
            "name": "league\/uri",
            "version": "7.8.0",
            "version_normalized": "7.8.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri.git",
                "reference": "4436c6ec8d458e4244448b069cc572d088230b76"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri\/zipball\/4436c6ec8d458e4244448b069cc572d088230b76",
                "reference": "4436c6ec8d458e4244448b069cc572d088230b76",
                "shasum": ""
            },
            "require": {
                "league\/uri-interfaces": "^7.8",
                "php": "^8.1",
                "psr\/http-factory": "^1"
            },
            "conflict": {
                "league\/uri-schemes": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-dom": "to convert the URI into an HTML anchor tag",
                "ext-fileinfo": "to create Data URI from file contennts",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "ext-uri": "to use the PHP native URI class",
                "jeremykendall\/php-domain-parser": "to further parse the URI host and resolve its Public Suffix and Top Level Domain",
                "league\/uri-components": "to provide additional tools to manipulate URI objects components",
                "league\/uri-polyfill": "to backport the PHP URI extension for older versions of PHP",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot\/url": "to handle URLs using the WHATWG URL Living Standard specification",
                "symfony\/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2026-01-14T17:24:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\League\\Uri\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https:\/\/nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "https:\/\/uri.thephpleague.com",
            "keywords": [
                "URN",
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc2141",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "rfc8141",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https:\/\/uri.thephpleague.com",
                "forum": "https:\/\/thephpleague.slack.com",
                "issues": "https:\/\/github.com\/thephpleague\/uri-src\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri\/tree\/7.8.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "..\/league\/uri"
        },
        {
            "name": "league\/uri-components",
            "version": "7.8.0",
            "version_normalized": "7.8.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri-components.git",
                "reference": "8b5ffcebcc0842b76eb80964795bd56a8333b2ba"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-components\/zipball\/8b5ffcebcc0842b76eb80964795bd56a8333b2ba",
                "reference": "8b5ffcebcc0842b76eb80964795bd56a8333b2ba",
                "shasum": ""
            },
            "require": {
                "league\/uri": "^7.8",
                "php": "^8.1"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-fileinfo": "to create Data URI from file contennts",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "ext-mbstring": "to use the sorting algorithm of URLSearchParams",
                "jeremykendall\/php-domain-parser": "to further parse the URI host and resolve its Public Suffix and Top Level Domain",
                "league\/uri-polyfill": "to backport the PHP URI extension for older versions of PHP",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot\/url": "to handle URLs using the WHATWG URL Living Standard specification",
                "symfony\/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2026-01-14T17:24:56+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\League\\Uri\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https:\/\/nyamsprod.com"
                }
            ],
            "description": "URI components manipulation library",
            "homepage": "http:\/\/uri.thephpleague.com",
            "keywords": [
                "authority",
                "components",
                "fragment",
                "host",
                "middleware",
                "modifier",
                "path",
                "port",
                "query",
                "rfc3986",
                "scheme",
                "uri",
                "url",
                "userinfo"
            ],
            "support": {
                "docs": "https:\/\/uri.thephpleague.com",
                "forum": "https:\/\/thephpleague.slack.com",
                "issues": "https:\/\/github.com\/thephpleague\/uri-src\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri-components\/tree\/7.8.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "..\/league\/uri-components"
        },
        {
            "name": "league\/uri-interfaces",
            "version": "7.8.0",
            "version_normalized": "7.8.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri-interfaces.git",
                "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-interfaces\/zipball\/c5c5cd056110fc8afaba29fa6b72a43ced42acd4",
                "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1",
                "psr\/http-message": "^1.1 || ^2.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot\/url": "to handle URLs using the WHATWG URL Living Standard specification",
                "symfony\/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2026-01-15T06:54:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\League\\Uri\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https:\/\/nyamsprod.com"
                }
            ],
            "description": "Common tools for parsing and resolving RFC3987\/RFC3986 URI",
            "homepage": "https:\/\/uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https:\/\/uri.thephpleague.com",
                "forum": "https:\/\/thephpleague.slack.com",
                "issues": "https:\/\/github.com\/thephpleague\/uri-src\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri-interfaces\/tree\/7.8.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "..\/league\/uri-interfaces"
        },
        {
            "name": "psr\/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Psr\\Container\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https:\/\/github.com\/php-fig\/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/container\/issues",
                "source": "https:\/\/github.com\/php-fig\/container\/tree\/2.0.2"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "name": "psr\/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-factory"
            },
            "install-path": "..\/psr\/http-factory"
        },
        {
            "name": "psr\/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-message.git",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https:\/\/github.com\/php-fig\/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/2.0"
            },
            "install-path": "..\/psr\/http-message"
        },
        {
            "name": "psr\/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/log.git",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Psr\\Log\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https:\/\/github.com\/php-fig\/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/log\/tree\/3.0.2"
            },
            "install-path": "..\/psr\/log"
        },
        {
            "name": "psr\/simple-cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/simple-cache.git",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/simple-cache\/zipball\/764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-10-29T13:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Psr\\SimpleCache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/simple-cache\/tree\/3.0.0"
            },
            "install-path": "..\/psr\/simple-cache"
        },
        {
            "name": "revolt\/event-loop",
            "version": "v1.0.8",
            "version_normalized": "1.0.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/revoltphp\/event-loop.git",
                "reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/revoltphp\/event-loop\/zipball\/b6fc06dce8e9b523c9946138fa5e62181934f91c",
                "reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "ext-json": "*",
                "jetbrains\/phpstorm-stubs": "^2019.3",
                "phpunit\/phpunit": "^9",
                "psalm\/phar": "^5.15"
            },
            "time": "2025-08-27T21:33:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GDAVSCOPE\\Revolt\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com"
                },
                {
                    "name": "Christian L\u00fcck",
                    "email": "christian@clue.engineering"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Rock-solid event loop for concurrent PHP applications.",
            "keywords": [
                "async",
                "asynchronous",
                "concurrency",
                "event",
                "event-loop",
                "non-blocking",
                "scheduler"
            ],
            "support": {
                "issues": "https:\/\/github.com\/revoltphp\/event-loop\/issues",
                "source": "https:\/\/github.com\/revoltphp\/event-loop\/tree\/v1.0.8"
            },
            "install-path": "..\/revolt\/event-loop"
        },
        {
            "name": "symfony\/polyfill-php83",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php83.git",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php83\/zipball\/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-07-08T02:45:35+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Symfony\\Polyfill\\Php83\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php83\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php83"
        },
        {
            "name": "symfony\/polyfill-php84",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php84.git",
                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php84\/zipball\/d8ced4d875142b6a7426000426b8abc631d6b191",
                "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-06-24T13:30:11+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Symfony\\Polyfill\\Php84\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php84\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php84"
        },
        {
            "name": "symfony\/polyfill-php85",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php85.git",
                "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php85\/zipball\/d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
                "reference": "d4e5fcd4ab3d998ab16c0db48e6cbb9a01993f91",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-06-23T16:12:55+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "GDAVSCOPE\\Symfony\\Polyfill\\Php85\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php85\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php85"
        }
    ],
    "dev": false,
    "dev-package-names": []
}