{
    "packages": [
        {
            "name": "bamarni\/composer-bin-plugin",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/bamarni\/composer-bin-plugin.git",
                "reference": "24764700027bcd3cb072e5f8005d4a150fe714fe"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/bamarni\/composer-bin-plugin\/zipball\/24764700027bcd3cb072e5f8005d4a150fe714fe",
                "reference": "24764700027bcd3cb072e5f8005d4a150fe714fe",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "composer\/composer": "^2.0",
                "ext-json": "*",
                "phpstan\/extension-installer": "^1.1",
                "phpstan\/phpstan": "^1.8",
                "phpstan\/phpstan-phpunit": "^1.1",
                "phpunit\/phpunit": "^8.5 || ^9.5",
                "symfony\/console": "^5.4.7 || ^6.0.7",
                "symfony\/finder": "^5.4.7 || ^6.0.7",
                "symfony\/process": "^5.4.7 || ^6.0.7"
            },
            "time": "2022-07-14T10:29:51+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Bamarni\\Composer\\Bin\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "No conflicts for your bin dependencies",
            "keywords": [
                "composer",
                "conflict",
                "dependency",
                "executable",
                "isolation",
                "tool"
            ],
            "support": {
                "issues": "https:\/\/github.com\/bamarni\/composer-bin-plugin\/issues",
                "source": "https:\/\/github.com\/bamarni\/composer-bin-plugin\/tree\/1.8.0"
            },
            "install-path": "..\/bamarni\/composer-bin-plugin"
        },
        {
            "name": "clue\/stream-filter",
            "version": "v1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/clue\/stream-filter.git",
                "reference": "049509fef80032cb3f051595029ab75b49a3c2f7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/clue\/stream-filter\/zipball\/049509fef80032cb3f051595029ab75b49a3c2f7",
                "reference": "049509fef80032cb3f051595029ab75b49a3c2f7",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.6 || ^5.7 || ^4.8.36"
            },
            "time": "2023-12-20T15:40:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Clue\\StreamFilter\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian L\u00fcck",
                    "email": "christian@clue.engineering"
                }
            ],
            "description": "A simple and modern approach to stream filtering in PHP",
            "homepage": "https:\/\/github.com\/clue\/stream-filter",
            "keywords": [
                "bucket brigade",
                "callback",
                "filter",
                "php_user_filter",
                "stream",
                "stream_filter_append",
                "stream_filter_register"
            ],
            "support": {
                "issues": "https:\/\/github.com\/clue\/stream-filter\/issues",
                "source": "https:\/\/github.com\/clue\/stream-filter\/tree\/v1.7.0"
            },
            "funding": [
                {
                    "url": "https:\/\/clue.engineering\/support",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/clue",
                    "type": "github"
                }
            ],
            "install-path": "..\/clue\/stream-filter"
        },
        {
            "name": "composer\/package-versions-deprecated",
            "version": "1.11.99.5",
            "version_normalized": "1.11.99.5",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/composer\/package-versions-deprecated.git",
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/composer\/package-versions-deprecated\/zipball\/b4f54f74ef3453349c24a845d22392cd31e65f1d",
                "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0",
                "php": "^7 || ^8"
            },
            "replace": {
                "ocramius\/package-versions": "1.11.99"
            },
            "require-dev": {
                "composer\/composer": "^1.9.3 || ^2.0@dev",
                "ext-zip": "^1.13",
                "phpunit\/phpunit": "^6.5 || ^7"
            },
            "time": "2022-01-17T14:14:24+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\PackageVersions\\": "src\/PackageVersions"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "support": {
                "issues": "https:\/\/github.com\/composer\/package-versions-deprecated\/issues",
                "source": "https:\/\/github.com\/composer\/package-versions-deprecated\/tree\/1.11.99.5"
            },
            "funding": [
                {
                    "url": "https:\/\/packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/composer",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/composer\/composer",
                    "type": "tidelift"
                }
            ],
            "install-path": ".\/package-versions-deprecated"
        },
        {
            "name": "doctrine\/inflector",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/doctrine\/inflector.git",
                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/doctrine\/inflector\/zipball\/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine\/coding-standard": "^11.0",
                "phpstan\/phpstan": "^1.8",
                "phpstan\/phpstan-phpunit": "^1.1",
                "phpstan\/phpstan-strict-rules": "^1.3",
                "phpunit\/phpunit": "^8.5 || ^9.5",
                "vimeo\/psalm": "^4.25 || ^5.4"
            },
            "time": "2024-02-18T20:23:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Doctrine\\Inflector\\": "lib\/Doctrine\/Inflector"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper\/lowercase and singular\/plural forms of words.",
            "homepage": "https:\/\/www.doctrine-project.org\/projects\/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "support": {
                "issues": "https:\/\/github.com\/doctrine\/inflector\/issues",
                "source": "https:\/\/github.com\/doctrine\/inflector\/tree\/2.0.10"
            },
            "funding": [
                {
                    "url": "https:\/\/www.doctrine-project.org\/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/www.patreon.com\/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/doctrine\/inflector"
        },
        {
            "name": "fidry\/console",
            "version": "0.5.5",
            "version_normalized": "0.5.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/theofidry\/console.git",
                "reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/theofidry\/console\/zipball\/bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
                "reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
                "shasum": ""
            },
            "require": {
                "php": "^7.4.0 || ^8.0.0",
                "symfony\/console": "^4.4 || ^5.4 || ^6.1",
                "symfony\/event-dispatcher-contracts": "^1.0 || ^2.5 || ^3.0",
                "symfony\/service-contracts": "^1.0 || ^2.5 || ^3.0",
                "thecodingmachine\/safe": "^1.3 || ^2.0",
                "webmozart\/assert": "^1.11"
            },
            "conflict": {
                "symfony\/dependency-injection": "<5.3.0",
                "symfony\/framework-bundle": "<5.3.0",
                "symfony\/http-kernel": "<5.3.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.4",
                "composer\/semver": "^3.3",
                "ergebnis\/composer-normalize": "^2.28",
                "infection\/infection": "^0.26",
                "phpspec\/prophecy-phpunit": "^2.0",
                "phpunit\/phpunit": "^9.4.3",
                "symfony\/dependency-injection": "^4.4 || ^5.4 || ^6.1",
                "symfony\/framework-bundle": "^4.4 || ^5.4 || ^6.1",
                "symfony\/http-kernel": "^4.4 || ^5.4 || ^6.1",
                "symfony\/phpunit-bridge": "^4.4.47 || ^5.4 || ^6.0",
                "symfony\/yaml": "^4.4 || ^5.4 || ^6.1",
                "webmozarts\/strict-phpunit": "^7.3"
            },
            "time": "2022-12-18T10:49:34+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-main": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Fidry\\Console\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Th\u00e9o Fidry",
                    "email": "theo.fidry@gmail.com"
                }
            ],
            "description": "Library to create CLI applications",
            "keywords": [
                "cli",
                "console",
                "symfony"
            ],
            "support": {
                "issues": "https:\/\/github.com\/theofidry\/console\/issues",
                "source": "https:\/\/github.com\/theofidry\/console\/tree\/0.5.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/theofidry",
                    "type": "github"
                }
            ],
            "install-path": "..\/fidry\/console"
        },
        {
            "name": "guzzlehttp\/guzzle",
            "version": "7.9.3",
            "version_normalized": "7.9.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/guzzle.git",
                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
                "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp\/promises": "^1.5.3 || ^2.0.3",
                "guzzlehttp\/psr7": "^2.7.0",
                "php": "^7.2.5 || ^8.0",
                "psr\/http-client": "^1.0",
                "symfony\/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr\/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle\/client-integration-tests": "3.0.2",
                "php-http\/message-factory": "^1.1",
                "phpunit\/phpunit": "^8.5.39 || ^9.6.20",
                "psr\/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr\/log": "Required for using the Log middleware"
            },
            "time": "2025-03-27T13:37:11+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\GuzzleHttp\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https:\/\/github.com\/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https:\/\/github.com\/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https:\/\/github.com\/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https:\/\/github.com\/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https:\/\/github.com\/Nyholm"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/github.com\/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https:\/\/github.com\/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/guzzle\/issues",
                "source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/7.9.3"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/guzzle"
        },
        {
            "name": "guzzlehttp\/promises",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/promises.git",
                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/7c69f28996b0a6920945dd20b3857e499d9ca96c",
                "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.8.2",
                "phpunit\/phpunit": "^8.5.39 || ^9.6.20"
            },
            "time": "2025-03-27T13:27:01+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\GuzzleHttp\\Promise\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https:\/\/github.com\/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https:\/\/github.com\/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https:\/\/github.com\/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https:\/\/github.com\/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/promises\/issues",
                "source": "https:\/\/github.com\/guzzle\/promises\/tree\/2.2.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/promises"
        },
        {
            "name": "guzzlehttp\/psr7",
            "version": "2.7.1",
            "version_normalized": "2.7.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/psr7.git",
                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
                "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr\/http-factory": "^1.0",
                "psr\/http-message": "^1.1 || ^2.0",
                "ralouphie\/getallheaders": "^3.0"
            },
            "provide": {
                "psr\/http-factory-implementation": "1.0",
                "psr\/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.8.2",
                "http-interop\/http-factory-tests": "0.9.0",
                "phpunit\/phpunit": "^8.5.39 || ^9.6.20"
            },
            "suggest": {
                "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2025-03-27T12:30:47+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\GuzzleHttp\\Psr7\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https:\/\/github.com\/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https:\/\/github.com\/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https:\/\/github.com\/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https:\/\/github.com\/Nyholm"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/github.com\/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https:\/\/github.com\/Tobion"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/psr7\/issues",
                "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/2.7.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/psr7"
        },
        {
            "name": "humbug\/php-scoper",
            "version": "0.17.5",
            "version_normalized": "0.17.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/humbug\/php-scoper.git",
                "reference": "f67ae1e5360259911d6c4be871e4aeb4e6661541"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/humbug\/php-scoper\/zipball\/f67ae1e5360259911d6c4be871e4aeb4e6661541",
                "reference": "f67ae1e5360259911d6c4be871e4aeb4e6661541",
                "shasum": ""
            },
            "require": {
                "composer\/package-versions-deprecated": "^1.8",
                "fidry\/console": "^0.5.0",
                "jetbrains\/phpstorm-stubs": "^v2022.1",
                "nikic\/php-parser": "^4.12",
                "php": "^7.4 || ^8.0",
                "symfony\/console": "^5.2 || ^6.0",
                "symfony\/filesystem": "^5.2 || ^6.0",
                "symfony\/finder": "^5.2 || ^6.0",
                "symfony\/polyfill-php80": "^1.23",
                "symfony\/polyfill-php81": "^1.24",
                "thecodingmachine\/safe": "^1.3 || ^2.0"
            },
            "replace": {
                "symfony\/polyfill-php73": "*"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.1",
                "humbug\/box": "^3.16.0 || ^4.0",
                "phpspec\/prophecy-phpunit": "^2.0",
                "phpunit\/phpunit": "^9.0"
            },
            "time": "2022-06-26T22:25:11+00:00",
            "bin": [
                "bin\/php-scoper"
            ],
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false
                },
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Humbug\\PhpScoper\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                },
                {
                    "name": "Th\u00e9o Fidry",
                    "email": "theo.fidry@gmail.com"
                },
                {
                    "name": "P\u00e1draic Brady",
                    "email": "padraic.brady@gmail.com"
                }
            ],
            "description": "Prefixes all PHP namespaces in a file or directory.",
            "support": {
                "issues": "https:\/\/github.com\/humbug\/php-scoper\/issues",
                "source": "https:\/\/github.com\/humbug\/php-scoper\/tree\/0.17.5"
            },
            "install-path": "..\/humbug\/php-scoper"
        },
        {
            "name": "jane-php\/json-schema",
            "version": "v7.5.5",
            "version_normalized": "7.5.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/janephp\/json-schema.git",
                "reference": "283e7ae383cef1dda5f284987201e1facb050ab4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/janephp\/json-schema\/zipball\/283e7ae383cef1dda5f284987201e1facb050ab4",
                "reference": "283e7ae383cef1dda5f284987201e1facb050ab4",
                "shasum": ""
            },
            "require": {
                "doctrine\/inflector": "^1.4 || ^2.0",
                "ext-json": "*",
                "jane-php\/json-schema-runtime": "^7.0",
                "nikic\/php-parser": "^4.0",
                "php": "^7.2 || ^8.0",
                "symfony\/console": "^4.4 || ^5.0 || ^6.0",
                "symfony\/filesystem": "^4.4 || ^5.0 || ^6.0",
                "symfony\/options-resolver": "^4.4 || ^5.0 || ^6.0",
                "symfony\/serializer": "^4.4 || ^5.0 || ^6.0",
                "symfony\/validator": "^5.1 || ^6.0",
                "symfony\/var-dumper": "^4.4 || ^5.0 || ^6.0",
                "symfony\/yaml": "~4.4.9 || ^5.0 || ^6.0"
            },
            "conflict": {
                "nikic\/php-parser": "<4.0.4",
                "symfony\/framework-bundle": "5.1.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.0",
                "symfony\/finder": "^4.4 || ^5.0 || ^6.0"
            },
            "suggest": {
                "friendsofphp\/php-cs-fixer": "Allow to automatically fix cs on generated code for better visualisation"
            },
            "time": "2023-11-20T09:16:59+00:00",
            "bin": [
                "bin\/jane"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-next": "7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Jane\\Component\\JsonSchema\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "jwurtz@jolicode.com"
                },
                {
                    "name": "Baptiste Leduc",
                    "email": "baptiste.leduc@gmail.com"
                }
            ],
            "description": "Generate a serializable \/ deserializable object model given a json schema",
            "support": {
                "source": "https:\/\/github.com\/janephp\/json-schema\/tree\/v7.5.5"
            },
            "install-path": "..\/jane-php\/json-schema"
        },
        {
            "name": "jane-php\/json-schema-runtime",
            "version": "v7.5.5",
            "version_normalized": "7.5.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/janephp\/json-schema-runtime.git",
                "reference": "02e5a960f5e6db8cba1f711ca10a0d589174402f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/janephp\/json-schema-runtime\/zipball\/02e5a960f5e6db8cba1f711ca10a0d589174402f",
                "reference": "02e5a960f5e6db8cba1f711ca10a0d589174402f",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "league\/uri": "^6.0 || ^7.0",
                "php": "^7.2 || ^8.0",
                "php-jsonpointer\/php-jsonpointer": "^3.0 || ^4.0",
                "symfony\/serializer": "^4.4 || ^5.0 || ^6.0",
                "symfony\/yaml": "~4.4.9 || ^5.0 || ^6.0"
            },
            "conflict": {
                "symfony\/framework-bundle": "5.1.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.0"
            },
            "time": "2023-09-08T13:25:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-next": "7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Jane\\Component\\JsonSchemaRuntime\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "jwurtz@jolicode.com"
                },
                {
                    "name": "Baptiste Leduc",
                    "email": "baptiste.leduc@gmail.com"
                }
            ],
            "description": "Jane runtime Library",
            "support": {
                "source": "https:\/\/github.com\/janephp\/json-schema-runtime\/tree\/v7.5.5"
            },
            "install-path": "..\/jane-php\/json-schema-runtime"
        },
        {
            "name": "jane-php\/open-api-3",
            "version": "v7.5.5",
            "version_normalized": "7.5.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/janephp\/open-api-3.git",
                "reference": "20af6fa8858f797ab53932dc1164fc1d79620e22"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/janephp\/open-api-3\/zipball\/20af6fa8858f797ab53932dc1164fc1d79620e22",
                "reference": "20af6fa8858f797ab53932dc1164fc1d79620e22",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "jane-php\/json-schema": "^7.0",
                "jane-php\/open-api-common": "^7.0",
                "nikic\/php-parser": "^4.0",
                "php": "^7.2 || ^8.0",
                "symfony\/serializer": "^4.4 || ^5.0 || ^6.0",
                "symfony\/yaml": "~4.4.9 || ^5.0 || ^6.0"
            },
            "conflict": {
                "nikic\/php-parser": "<4.0.4",
                "symfony\/framework-bundle": "5.1.0"
            },
            "require-dev": {
                "kriswallsmith\/buzz": "^1.1",
                "nyholm\/psr7": "^1.3",
                "phpunit\/phpunit": "^8.0",
                "symfony\/finder": "^4.4 || ^5.0 || ^6.0"
            },
            "suggest": {
                "friendsofphp\/php-cs-fixer": "To have a nice formatting of the generated files"
            },
            "time": "2023-11-20T09:20:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-next": "7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Jane\\Component\\OpenApi3\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "jwurtz@jolicode.com"
                },
                {
                    "name": "Baptiste Leduc",
                    "email": "baptiste.leduc@gmail.com"
                }
            ],
            "description": "Generate a PHP Client API (PSR7\/PSR18 compatible) given a OpenApi 3.x specification",
            "keywords": [
                "jane",
                "openapi",
                "swagger"
            ],
            "support": {
                "source": "https:\/\/github.com\/janephp\/open-api-3\/tree\/v7.5.5"
            },
            "install-path": "..\/jane-php\/open-api-3"
        },
        {
            "name": "jane-php\/open-api-common",
            "version": "v7.5.5",
            "version_normalized": "7.5.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/janephp\/open-api-common.git",
                "reference": "e48862e01188076a7d7ba4a1df451b448bd1af64"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/janephp\/open-api-common\/zipball\/e48862e01188076a7d7ba4a1df451b448bd1af64",
                "reference": "e48862e01188076a7d7ba4a1df451b448bd1af64",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "jane-php\/json-schema": "^7.0",
                "jane-php\/open-api-runtime": "^7.0",
                "php": "^7.2 || ^8.0",
                "symfony\/console": "^4.4 || ^5.0 || ^6.0",
                "symfony\/filesystem": "^4.4 || ^5.0 || ^6.0",
                "symfony\/string": "^5.0 || ^6.0",
                "symfony\/var-dumper": "^4.4 || ^5.0 || ^6.0"
            },
            "suggest": {
                "jane-php\/open-api-2": "Allow to generate OpenApi v2 clients",
                "jane-php\/open-api-3": "Allow to generate OpenApi v3 clients"
            },
            "time": "2023-09-08T13:25:01+00:00",
            "bin": [
                "bin\/jane-openapi"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-next": "7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Jane\\Component\\OpenApiCommon\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "jwurtz@jolicode.com"
                },
                {
                    "name": "Baptiste Leduc",
                    "email": "baptiste.leduc@gmail.com"
                }
            ],
            "description": "Utility for OpenApi 2\/3 generators",
            "keywords": [
                "jane",
                "openapi",
                "swagger",
                "utility"
            ],
            "support": {
                "source": "https:\/\/github.com\/janephp\/open-api-common\/tree\/v7.5.5"
            },
            "install-path": "..\/jane-php\/open-api-common"
        },
        {
            "name": "jane-php\/open-api-runtime",
            "version": "v7.5.5",
            "version_normalized": "7.5.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/janephp\/open-api-runtime.git",
                "reference": "ce5ed462cba12e88e4072769ec7899556c70bb05"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/janephp\/open-api-runtime\/zipball\/ce5ed462cba12e88e4072769ec7899556c70bb05",
                "reference": "ce5ed462cba12e88e4072769ec7899556c70bb05",
                "shasum": ""
            },
            "require": {
                "jane-php\/json-schema-runtime": "^7.0",
                "php": "^7.2 || ^8.0",
                "php-http\/client-common": "^2.0",
                "php-http\/discovery": "^1.6",
                "php-http\/message-factory": "^1.0.2",
                "php-http\/multipart-stream-builder": "^1.0",
                "psr\/http-client": "^1.0",
                "psr\/http-factory": "^1.0",
                "symfony\/options-resolver": "^4.4 || ^5.0 || ^6.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.0",
                "symfony\/serializer": "^4.4 || ^5.0 || ^6.0"
            },
            "time": "2021-12-16T13:26:58+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-next": "7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Jane\\Component\\OpenApiRuntime\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "jwurtz@jolicode.com"
                },
                {
                    "name": "Baptiste Leduc",
                    "email": "baptiste.leduc@gmail.com"
                }
            ],
            "description": "Jane OpenAPI Runtime Library, dependencies and utility class for a library generated by jane\/openapi",
            "support": {
                "source": "https:\/\/github.com\/janephp\/open-api-runtime\/tree\/v7.5.5"
            },
            "install-path": "..\/jane-php\/open-api-runtime"
        },
        {
            "name": "jetbrains\/phpstorm-stubs",
            "version": "v2022.3",
            "version_normalized": "2022.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/JetBrains\/phpstorm-stubs.git",
                "reference": "6b568c153cea002dc6fad96285c3063d07cab18d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/JetBrains\/phpstorm-stubs\/zipball\/6b568c153cea002dc6fad96285c3063d07cab18d",
                "reference": "6b568c153cea002dc6fad96285c3063d07cab18d",
                "shasum": ""
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "@stable",
                "nikic\/php-parser": "@stable",
                "php": "^8.0",
                "phpdocumentor\/reflection-docblock": "@stable",
                "phpunit\/phpunit": "@stable"
            },
            "time": "2022-10-17T09:21:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "PhpStormStubsMap.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "Apache-2.0"
            ],
            "description": "PHP runtime & extensions header files for PhpStorm",
            "homepage": "https:\/\/www.jetbrains.com\/phpstorm",
            "keywords": [
                "autocomplete",
                "code",
                "inference",
                "inspection",
                "jetbrains",
                "phpstorm",
                "stubs",
                "type"
            ],
            "support": {
                "source": "https:\/\/github.com\/JetBrains\/phpstorm-stubs\/tree\/v2022.3"
            },
            "install-path": "..\/jetbrains\/phpstorm-stubs"
        },
        {
            "name": "league\/uri",
            "version": "6.7.2",
            "version_normalized": "6.7.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri.git",
                "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri\/zipball\/d3b50812dd51f3fbf176344cc2981db03d10fe06",
                "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "league\/uri-interfaces": "^2.3",
                "php": "^7.4 || ^8.0",
                "psr\/http-message": "^1.0"
            },
            "conflict": {
                "league\/uri-schemes": "^1.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^v3.3.2",
                "nyholm\/psr7": "^1.5",
                "php-http\/psr7-integration-tests": "^1.1",
                "phpstan\/phpstan": "^1.2.0",
                "phpstan\/phpstan-deprecation-rules": "^1.0",
                "phpstan\/phpstan-phpunit": "^1.0.0",
                "phpstan\/phpstan-strict-rules": "^1.1.0",
                "phpunit\/phpunit": "^9.5.10",
                "psr\/http-factory": "^1.0"
            },
            "suggest": {
                "ext-fileinfo": "Needed to create Data URI from a filepath",
                "ext-intl": "Needed to improve host validation",
                "league\/uri-components": "Needed to easily manipulate URI objects",
                "psr\/http-factory": "Needed to use the URI factory"
            },
            "time": "2022-09-13T19:50:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\League\\Uri\\": "src"
                }
            },
            "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": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https:\/\/uri.thephpleague.com",
                "forum": "https:\/\/thephpleague.slack.com",
                "issues": "https:\/\/github.com\/thephpleague\/uri\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri\/tree\/6.7.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "..\/league\/uri"
        },
        {
            "name": "league\/uri-interfaces",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thephpleague\/uri-interfaces.git",
                "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thephpleague\/uri-interfaces\/zipball\/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
                "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^2.19",
                "phpstan\/phpstan": "^0.12.90",
                "phpstan\/phpstan-phpunit": "^0.12.19",
                "phpstan\/phpstan-strict-rules": "^0.12.9",
                "phpunit\/phpunit": "^8.5.15 || ^9.5"
            },
            "suggest": {
                "ext-intl": "to use the IDNA feature",
                "symfony\/intl": "to use the IDNA feature via Symfony Polyfill"
            },
            "time": "2021-06-28T04:27:21+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\League\\Uri\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https:\/\/nyamsprod.com"
                }
            ],
            "description": "Common interface for URI representation",
            "homepage": "http:\/\/github.com\/thephpleague\/uri-interfaces",
            "keywords": [
                "rfc3986",
                "rfc3987",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https:\/\/github.com\/thephpleague\/uri-interfaces\/issues",
                "source": "https:\/\/github.com\/thephpleague\/uri-interfaces\/tree\/2.3.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/sponsors\/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "..\/league\/uri-interfaces"
        },
        {
            "name": "nikic\/php-parser",
            "version": "v4.19.4",
            "version_normalized": "4.19.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/nikic\/PHP-Parser.git",
                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/nikic\/PHP-Parser\/zipball\/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "ircmaxell\/php-yacc": "^0.0.7",
                "phpunit\/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "time": "2024-09-29T15:01:53+00:00",
            "bin": [
                "bin\/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\PhpParser\\": "lib\/PhpParser"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https:\/\/github.com\/nikic\/PHP-Parser\/issues",
                "source": "https:\/\/github.com\/nikic\/PHP-Parser\/tree\/v4.19.4"
            },
            "install-path": "..\/nikic\/php-parser"
        },
        {
            "name": "nyholm\/psr7",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Nyholm\/psr7.git",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Nyholm\/psr7\/zipball\/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr\/http-factory": "^1.0",
                "psr\/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http\/message-factory-implementation": "1.0",
                "psr\/http-factory-implementation": "1.0",
                "psr\/http-message-implementation": "1.0"
            },
            "require-dev": {
                "http-interop\/http-factory-tests": "^0.9",
                "php-http\/message-factory": "^1.0",
                "php-http\/psr7-integration-tests": "^1.0",
                "phpunit\/phpunit": "^7.5 || ^8.5 || ^9.4",
                "symfony\/error-handler": "^4.4"
            },
            "time": "2023-05-02T11:26:24+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Nyholm\\Psr7\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                },
                {
                    "name": "Martijn van der Ven",
                    "email": "martijn@vanderven.se"
                }
            ],
            "description": "A fast PHP7 implementation of PSR-7",
            "homepage": "https:\/\/tnyholm.se",
            "keywords": [
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Nyholm\/psr7\/issues",
                "source": "https:\/\/github.com\/Nyholm\/psr7\/tree\/1.8.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nyholm",
                    "type": "github"
                }
            ],
            "install-path": "..\/nyholm\/psr7"
        },
        {
            "name": "php-http\/client-common",
            "version": "2.7.2",
            "version_normalized": "2.7.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/client-common.git",
                "reference": "0cfe9858ab9d3b213041b947c881d5b19ceeca46"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/client-common\/zipball\/0cfe9858ab9d3b213041b947c881d5b19ceeca46",
                "reference": "0cfe9858ab9d3b213041b947c881d5b19ceeca46",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http\/httplug": "^2.0",
                "php-http\/message": "^1.6",
                "psr\/http-client": "^1.0",
                "psr\/http-factory": "^1.0",
                "psr\/http-message": "^1.0 || ^2.0",
                "symfony\/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0",
                "symfony\/polyfill-php80": "^1.17"
            },
            "require-dev": {
                "doctrine\/instantiator": "^1.1",
                "guzzlehttp\/psr7": "^1.4",
                "nyholm\/psr7": "^1.2",
                "phpspec\/phpspec": "^5.1 || ^6.3 || ^7.1",
                "phpspec\/prophecy": "^1.10.2",
                "phpunit\/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
            },
            "suggest": {
                "ext-json": "To detect JSON responses with the ContentTypePlugin",
                "ext-libxml": "To detect XML responses with the ContentTypePlugin",
                "php-http\/cache-plugin": "PSR-6 Cache plugin",
                "php-http\/logger-plugin": "PSR-3 Logger plugin",
                "php-http\/stopwatch-plugin": "Symfony Stopwatch plugin"
            },
            "time": "2024-09-24T06:21:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Http\\Client\\Common\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Common HTTP Client implementations and tools for HTTPlug",
            "homepage": "http:\/\/httplug.io",
            "keywords": [
                "client",
                "common",
                "http",
                "httplug"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/client-common\/issues",
                "source": "https:\/\/github.com\/php-http\/client-common\/tree\/2.7.2"
            },
            "install-path": "..\/php-http\/client-common"
        },
        {
            "name": "php-http\/discovery",
            "version": "1.20.0",
            "version_normalized": "1.20.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/discovery.git",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/discovery\/zipball\/82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "reference": "82fe4c73ef3363caed49ff8dd1539ba06044910d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0|^2.0",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "nyholm\/psr7": "<1.0",
                "zendframework\/zend-diactoros": "*"
            },
            "provide": {
                "php-http\/async-client-implementation": "*",
                "php-http\/client-implementation": "*",
                "psr\/http-client-implementation": "*",
                "psr\/http-factory-implementation": "*",
                "psr\/http-message-implementation": "*"
            },
            "require-dev": {
                "composer\/composer": "^1.0.2|^2.0",
                "graham-campbell\/phpspec-skip-example-extension": "^5.0",
                "php-http\/httplug": "^1.0 || ^2.0",
                "php-http\/message-factory": "^1.0",
                "phpspec\/phpspec": "^5.1 || ^6.1 || ^7.3",
                "sebastian\/comparator": "^3.0.5 || ^4.0.8",
                "symfony\/phpunit-bridge": "^6.4.4 || ^7.0.1"
            },
            "time": "2024-10-02T11:20:13+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Http\\Discovery\\Composer\\Plugin",
                "plugin-optional": true
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Http\\Discovery\\": "src\/"
                },
                "exclude-from-classmap": [
                    "src\/Composer\/Plugin.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
            "homepage": "http:\/\/php-http.org",
            "keywords": [
                "adapter",
                "client",
                "discovery",
                "factory",
                "http",
                "message",
                "psr17",
                "psr7"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/discovery\/issues",
                "source": "https:\/\/github.com\/php-http\/discovery\/tree\/1.20.0"
            },
            "install-path": "..\/php-http\/discovery"
        },
        {
            "name": "php-http\/httplug",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/httplug.git",
                "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/httplug\/zipball\/5cad731844891a4c282f3f3e1b582c46839d22f4",
                "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http\/promise": "^1.1",
                "psr\/http-client": "^1.0",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "require-dev": {
                "friends-of-phpspec\/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
                "phpspec\/phpspec": "^5.1 || ^6.0 || ^7.0"
            },
            "time": "2024-09-23T11:39:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Http\\Client\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eric GELOEN",
                    "email": "geloen.eric@gmail.com"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/sagikazarmark.hu"
                }
            ],
            "description": "HTTPlug, the HTTP client abstraction for PHP",
            "homepage": "http:\/\/httplug.io",
            "keywords": [
                "client",
                "http"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/httplug\/issues",
                "source": "https:\/\/github.com\/php-http\/httplug\/tree\/2.4.1"
            },
            "install-path": "..\/php-http\/httplug"
        },
        {
            "name": "php-http\/message",
            "version": "1.16.2",
            "version_normalized": "1.16.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/message.git",
                "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/message\/zipball\/06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
                "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
                "shasum": ""
            },
            "require": {
                "clue\/stream-filter": "^1.5",
                "php": "^7.2 || ^8.0",
                "psr\/http-message": "^1.1 || ^2.0"
            },
            "provide": {
                "php-http\/message-factory-implementation": "1.0"
            },
            "require-dev": {
                "ergebnis\/composer-normalize": "^2.6",
                "ext-zlib": "*",
                "guzzlehttp\/psr7": "^1.0 || ^2.0",
                "laminas\/laminas-diactoros": "^2.0 || ^3.0",
                "php-http\/message-factory": "^1.0.2",
                "phpspec\/phpspec": "^5.1 || ^6.3 || ^7.1",
                "slim\/slim": "^3.0"
            },
            "suggest": {
                "ext-zlib": "Used with compressor\/decompressor streams",
                "guzzlehttp\/psr7": "Used with Guzzle PSR-7 Factories",
                "laminas\/laminas-diactoros": "Used with Diactoros Factories",
                "slim\/slim": "Used with Slim Framework PSR-7 implementation"
            },
            "time": "2024-10-02T11:34:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/filters.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "HTTP Message related tools",
            "homepage": "http:\/\/php-http.org",
            "keywords": [
                "http",
                "message",
                "psr-7"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/message\/issues",
                "source": "https:\/\/github.com\/php-http\/message\/tree\/1.16.2"
            },
            "install-path": "..\/php-http\/message"
        },
        {
            "name": "php-http\/message-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/message-factory.git",
                "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/message-factory\/zipball\/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
                "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-14T14:16:17+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Factory interfaces for PSR-7 HTTP Message",
            "homepage": "http:\/\/php-http.org",
            "keywords": [
                "factory",
                "http",
                "message",
                "stream",
                "uri"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/message-factory\/issues",
                "source": "https:\/\/github.com\/php-http\/message-factory\/tree\/1.1.0"
            },
            "abandoned": "psr\/http-factory",
            "install-path": "..\/php-http\/message-factory"
        },
        {
            "name": "php-http\/multipart-stream-builder",
            "version": "1.4.2",
            "version_normalized": "1.4.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/multipart-stream-builder.git",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/multipart-stream-builder\/zipball\/10086e6de6f53489cca5ecc45b6f468604d3460e",
                "reference": "10086e6de6f53489cca5ecc45b6f468604d3460e",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http\/discovery": "^1.15",
                "psr\/http-factory-implementation": "^1.0"
            },
            "require-dev": {
                "nyholm\/psr7": "^1.0",
                "php-http\/message": "^1.5",
                "php-http\/message-factory": "^1.0.2",
                "phpunit\/phpunit": "^7.5.15 || ^8.5 || ^9.3"
            },
            "time": "2024-09-04T13:22:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Http\\Message\\MultipartStream\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com"
                }
            ],
            "description": "A builder class that help you create a multipart stream",
            "homepage": "http:\/\/php-http.org",
            "keywords": [
                "factory",
                "http",
                "message",
                "multipart stream",
                "stream"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/multipart-stream-builder\/issues",
                "source": "https:\/\/github.com\/php-http\/multipart-stream-builder\/tree\/1.4.2"
            },
            "install-path": "..\/php-http\/multipart-stream-builder"
        },
        {
            "name": "php-http\/promise",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/promise.git",
                "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/promise\/zipball\/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
                "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "friends-of-phpspec\/phpspec-code-coverage": "^4.3.2 || ^6.3",
                "phpspec\/phpspec": "^5.1.2 || ^6.2 || ^7.4"
            },
            "time": "2024-03-15T13:55:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Http\\Promise\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "joel.wurtz@gmail.com"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Promise used for asynchronous HTTP requests",
            "homepage": "http:\/\/httplug.io",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/promise\/issues",
                "source": "https:\/\/github.com\/php-http\/promise\/tree\/1.3.1"
            },
            "install-path": "..\/php-http\/promise"
        },
        {
            "name": "php-jsonpointer\/php-jsonpointer",
            "version": "v4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/raphaelstolt\/php-jsonpointer.git",
                "reference": "fd50fc1aecd80dedb5bc59c9a1d70d4cfec7933b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/raphaelstolt\/php-jsonpointer\/zipball\/fd50fc1aecd80dedb5bc59c9a1d70d4cfec7933b",
                "reference": "fd50fc1aecd80dedb5bc59c9a1d70d4cfec7933b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^3.0",
                "phpunit\/phpunit": "8.*"
            },
            "time": "2022-01-11T14:28:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Rs\\Json\\": "src\/Rs\/Json\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Stolt",
                    "email": "raphael.stolt@gmail.com",
                    "homepage": "http:\/\/raphaelstolt.blogspot.com\/"
                }
            ],
            "description": "Implementation of JSON Pointer (http:\/\/tools.ietf.org\/html\/rfc6901)",
            "homepage": "https:\/\/github.com\/raphaelstolt\/php-jsonpointer",
            "keywords": [
                "json",
                "json pointer",
                "json traversal"
            ],
            "support": {
                "issues": "https:\/\/github.com\/raphaelstolt\/php-jsonpointer\/issues",
                "source": "https:\/\/github.com\/raphaelstolt\/php-jsonpointer\/tree\/v4.0.0"
            },
            "install-path": "..\/php-jsonpointer\/php-jsonpointer"
        },
        {
            "name": "psr\/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\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\/1.1.2"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "name": "psr\/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/event-dispatcher\/zipball\/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Psr\\EventDispatcher\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/event-dispatcher\/issues",
                "source": "https:\/\/github.com\/php-fig\/event-dispatcher\/tree\/1.0.0"
            },
            "install-path": "..\/psr\/event-dispatcher"
        },
        {
            "name": "psr\/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-client\/zipball\/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Psr\\Http\\Client\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https:\/\/github.com\/php-fig\/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-client"
            },
            "install-path": "..\/psr\/http-client"
        },
        {
            "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": {
                    "PPLCZVendor\\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": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/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\/1.1"
            },
            "install-path": "..\/psr\/http-message"
        },
        {
            "name": "ralouphie\/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/ralouphie\/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls\/php-coveralls": "^2.1",
                "phpunit\/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/getallheaders.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues",
                "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop"
            },
            "install-path": "..\/ralouphie\/getallheaders"
        },
        {
            "name": "symfony\/console",
            "version": "v5.4.47",
            "version_normalized": "5.4.47.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/console.git",
                "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/console\/zipball\/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
                "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php73": "^1.9",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/service-contracts": "^1.1|^2|^3",
                "symfony\/string": "^5.1|^6.0"
            },
            "conflict": {
                "psr\/log": ">=3",
                "symfony\/dependency-injection": "<4.4",
                "symfony\/dotenv": "<5.1",
                "symfony\/event-dispatcher": "<4.4",
                "symfony\/lock": "<4.4",
                "symfony\/process": "<4.4"
            },
            "provide": {
                "psr\/log-implementation": "1.0|2.0"
            },
            "require-dev": {
                "psr\/log": "^1|^2",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony\/lock": "^4.4|^5.0|^6.0",
                "symfony\/process": "^4.4|^5.0|^6.0",
                "symfony\/var-dumper": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr\/log": "For using the console logger",
                "symfony\/event-dispatcher": "",
                "symfony\/lock": "",
                "symfony\/process": ""
            },
            "time": "2024-11-06T11:30:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\Console\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "cli",
                "command-line",
                "console",
                "terminal"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/console\/tree\/v5.4.47"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/console"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/605389f2a7e5625f273b53960dc46aeaf9c62918",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.4"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/deprecation-contracts"
        },
        {
            "name": "symfony\/event-dispatcher-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/event-dispatcher-contracts.git",
                "reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/event-dispatcher-contracts\/zipball\/e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
                "reference": "e0fe3d79b516eb75126ac6fa4cbf19b79b08c99f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/event-dispatcher": "^1"
            },
            "suggest": {
                "symfony\/event-dispatcher-implementation": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Contracts\\EventDispatcher\\": ""
                }
            },
            "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": "Generic abstractions related to dispatching event",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/event-dispatcher-contracts\/tree\/v2.5.4"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/event-dispatcher-contracts"
        },
        {
            "name": "symfony\/filesystem",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/filesystem.git",
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/57c8294ed37d4a055b77057827c67f9558c95c54",
                "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.8",
                "symfony\/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony\/process": "^5.4|^6.4"
            },
            "time": "2024-10-22T13:05:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/filesystem\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/filesystem"
        },
        {
            "name": "symfony\/finder",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/finder.git",
                "reference": "63741784cd7b9967975eec610b256eed3ede022b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/finder\/zipball\/63741784cd7b9967975eec610b256eed3ede022b",
                "reference": "63741784cd7b9967975eec610b256eed3ede022b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php80": "^1.16"
            },
            "time": "2024-09-28T13:32:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\Finder\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/finder\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/finder"
        },
        {
            "name": "symfony\/options-resolver",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/options-resolver.git",
                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/options-resolver\/zipball\/74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
                "reference": "74e5b6f0db3e8589e6cfd5efb317a1fc2bb52fb6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php73": "~1.0",
                "symfony\/polyfill-php80": "^1.16"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides an improved replacement for the array_replace PHP function",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/options-resolver\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/options-resolver"
        },
        {
            "name": "symfony\/polyfill-ctype",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/tree\/v1.32.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-ctype"
        },
        {
            "name": "symfony\/polyfill-intl-grapheme",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "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 for intl's grapheme_* functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.32.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-grapheme"
        },
        {
            "name": "symfony\/polyfill-intl-normalizer",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/3833d7255cc303546435cb650316bff708a1c75c",
                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "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 for intl's Normalizer class and related functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.32.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-normalizer"
        },
        {
            "name": "symfony\/polyfill-mbstring",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "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 for the Mbstring extension",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/tree\/v1.32.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-mbstring"
        },
        {
            "name": "symfony\/polyfill-php80",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php80.git",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-01-02T08:10: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": {
                    "PPLCZVendor\\Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.32.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php80"
        },
        {
            "name": "symfony\/polyfill-php81",
            "version": "v1.32.0",
            "version_normalized": "1.32.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php81.git",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Polyfill\\Php81\\": ""
                },
                "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.1+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php81\/tree\/v1.32.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php81"
        },
        {
            "name": "symfony\/serializer",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/serializer.git",
                "reference": "460c5df9fb6c39d10d5b7f386e4feae4b6370221"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/serializer\/zipball\/460c5df9fb6c39d10d5b7f386e4feae4b6370221",
                "reference": "460c5df9fb6c39d10d5b7f386e4feae4b6370221",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-php80": "^1.16"
            },
            "conflict": {
                "doctrine\/annotations": "<1.12",
                "phpdocumentor\/reflection-docblock": "<3.2.2",
                "phpdocumentor\/type-resolver": "<1.4.0",
                "symfony\/dependency-injection": "<4.4",
                "symfony\/property-access": "<5.4",
                "symfony\/property-info": "<5.4.24|>=6,<6.2.11",
                "symfony\/uid": "<5.3",
                "symfony\/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine\/annotations": "^1.12|^2",
                "phpdocumentor\/reflection-docblock": "^3.2|^4.0|^5.0",
                "symfony\/cache": "^4.4|^5.0|^6.0",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/error-handler": "^4.4|^5.0|^6.0",
                "symfony\/filesystem": "^4.4|^5.0|^6.0",
                "symfony\/form": "^4.4|^5.0|^6.0",
                "symfony\/http-foundation": "^4.4|^5.0|^6.0",
                "symfony\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/mime": "^4.4|^5.0|^6.0",
                "symfony\/property-access": "^5.4.26|^6.3",
                "symfony\/property-info": "^5.4.24|^6.2.11",
                "symfony\/uid": "^5.3|^6.0",
                "symfony\/validator": "^4.4|^5.0|^6.0",
                "symfony\/var-dumper": "^4.4|^5.0|^6.0",
                "symfony\/var-exporter": "^4.4|^5.0|^6.0",
                "symfony\/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr\/cache-implementation": "For using the metadata cache.",
                "symfony\/config": "For using the XML mapping loader.",
                "symfony\/mime": "For using a MIME type guesser within the DataUriNormalizer.",
                "symfony\/property-access": "For using the ObjectNormalizer.",
                "symfony\/property-info": "To deserialize relations.",
                "symfony\/var-exporter": "For using the metadata compiler.",
                "symfony\/yaml": "For using the default YAML mapping loader."
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\Serializer\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/serializer\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/serializer"
        },
        {
            "name": "symfony\/service-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/f37b419f7aea2e9abf10abd261832cace12e3300",
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/container": "^1.1",
                "symfony\/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony\/service-implementation": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Contracts\\Service\\": ""
                }
            },
            "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": "Generic abstractions related to writing services",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v2.5.4"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/service-contracts"
        },
        {
            "name": "symfony\/string",
            "version": "v5.4.47",
            "version_normalized": "5.4.47.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/string.git",
                "reference": "136ca7d72f72b599f2631aca474a4f8e26719799"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/136ca7d72f72b599f2631aca474a4f8e26719799",
                "reference": "136ca7d72f72b599f2631aca474a4f8e26719799",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-intl-grapheme": "~1.0",
                "symfony\/polyfill-intl-normalizer": "~1.0",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony\/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony\/error-handler": "^4.4|^5.0|^6.0",
                "symfony\/http-client": "^4.4|^5.0|^6.0",
                "symfony\/translation-contracts": "^1.1|^2",
                "symfony\/var-exporter": "^4.4|^5.0|^6.0"
            },
            "time": "2024-11-10T20:33:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/string\/tree\/v5.4.47"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/string"
        },
        {
            "name": "symfony\/translation-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation-contracts.git",
                "reference": "450d4172653f38818657022252f9d81be89ee9a8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/450d4172653f38818657022252f9d81be89ee9a8",
                "reference": "450d4172653f38818657022252f9d81be89ee9a8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony\/translation-implementation": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Contracts\\Translation\\": ""
                }
            },
            "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": "Generic abstractions related to translation",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/translation-contracts\/tree\/v2.5.4"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/translation-contracts"
        },
        {
            "name": "symfony\/validator",
            "version": "v5.4.48",
            "version_normalized": "5.4.48.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/validator.git",
                "reference": "883667679d93d6c30f1b7490d669801712d3be2f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/validator\/zipball\/883667679d93d6c30f1b7490d669801712d3be2f",
                "reference": "883667679d93d6c30f1b7490d669801712d3be2f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php73": "~1.0",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/polyfill-php81": "^1.22",
                "symfony\/translation-contracts": "^1.1|^2|^3"
            },
            "conflict": {
                "doctrine\/annotations": "<1.13",
                "doctrine\/cache": "<1.11",
                "doctrine\/lexer": "<1.1",
                "symfony\/dependency-injection": "<4.4",
                "symfony\/expression-language": "<5.1",
                "symfony\/http-kernel": "<4.4",
                "symfony\/intl": "<4.4",
                "symfony\/property-info": "<5.3",
                "symfony\/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3",
                "symfony\/yaml": "<4.4"
            },
            "require-dev": {
                "doctrine\/annotations": "^1.13|^2",
                "doctrine\/cache": "^1.11|^2.0",
                "egulias\/email-validator": "^2.1.10|^3|^4",
                "symfony\/cache": "^4.4|^5.0|^6.0",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/console": "^4.4|^5.0|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/expression-language": "^5.1|^6.0",
                "symfony\/finder": "^4.4|^5.0|^6.0",
                "symfony\/http-client": "^4.4|^5.0|^6.0",
                "symfony\/http-foundation": "^4.4|^5.0|^6.0",
                "symfony\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/intl": "^4.4|^5.0|^6.0",
                "symfony\/mime": "^4.4|^5.0|^6.0",
                "symfony\/property-access": "^5.4|^6.0",
                "symfony\/property-info": "^5.3|^6.0",
                "symfony\/translation": "^5.4.35|~6.3.12|^6.4.3",
                "symfony\/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "egulias\/email-validator": "Strict (RFC compliant) email validation",
                "psr\/cache-implementation": "For using the mapping cache.",
                "symfony\/config": "",
                "symfony\/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
                "symfony\/http-foundation": "",
                "symfony\/intl": "",
                "symfony\/property-access": "For accessing properties within comparison constraints",
                "symfony\/property-info": "To automatically add NotNull and Type constraints",
                "symfony\/translation": "For translating validation errors.",
                "symfony\/yaml": ""
            },
            "time": "2024-11-27T08:58:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\Validator\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/",
                    "\/Resources\/bin\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides tools to validate values",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/validator\/tree\/v5.4.48"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/validator"
        },
        {
            "name": "symfony\/var-dumper",
            "version": "v5.4.48",
            "version_normalized": "5.4.48.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/var-dumper.git",
                "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/var-dumper\/zipball\/42f18f170aa86d612c3559cfb3bd11a375df32c8",
                "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php80": "^1.16"
            },
            "conflict": {
                "symfony\/console": "<4.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony\/console": "^4.4|^5.0|^6.0",
                "symfony\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/process": "^4.4|^5.0|^6.0",
                "symfony\/uid": "^5.1|^6.0",
                "twig\/twig": "^2.13|^3.0.4"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony\/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony\/console": "To use the ServerDumpCommand and\/or the bin\/var-dump-server script"
            },
            "time": "2024-11-08T15:21:10+00:00",
            "bin": [
                "Resources\/bin\/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions\/dump.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "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": "Provides mechanisms for walking through any arbitrary PHP variable",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/var-dumper\/tree\/v5.4.48"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/var-dumper"
        },
        {
            "name": "symfony\/yaml",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/yaml.git",
                "reference": "a454d47278cc16a5db371fe73ae66a78a633371e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/yaml\/zipball\/a454d47278cc16a5db371fe73ae66a78a633371e",
                "reference": "a454d47278cc16a5db371fe73ae66a78a633371e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony\/console": "<5.3"
            },
            "require-dev": {
                "symfony\/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony\/console": "For validating YAML files using the lint command"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "bin": [
                "Resources\/bin\/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Loads and dumps YAML files",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/yaml\/tree\/v5.4.45"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/yaml"
        },
        {
            "name": "thecodingmachine\/safe",
            "version": "v1.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/thecodingmachine\/safe.git",
                "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/thecodingmachine\/safe\/zipball\/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
                "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpstan\/phpstan": "^0.12",
                "squizlabs\/php_codesniffer": "^3.2",
                "thecodingmachine\/phpstan-strict-rules": "^0.12"
            },
            "time": "2020-10-28T17:51:34+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "deprecated\/apc.php",
                    "deprecated\/libevent.php",
                    "deprecated\/mssql.php",
                    "deprecated\/stats.php",
                    "lib\/special_cases.php",
                    "generated\/apache.php",
                    "generated\/apcu.php",
                    "generated\/array.php",
                    "generated\/bzip2.php",
                    "generated\/calendar.php",
                    "generated\/classobj.php",
                    "generated\/com.php",
                    "generated\/cubrid.php",
                    "generated\/curl.php",
                    "generated\/datetime.php",
                    "generated\/dir.php",
                    "generated\/eio.php",
                    "generated\/errorfunc.php",
                    "generated\/exec.php",
                    "generated\/fileinfo.php",
                    "generated\/filesystem.php",
                    "generated\/filter.php",
                    "generated\/fpm.php",
                    "generated\/ftp.php",
                    "generated\/funchand.php",
                    "generated\/gmp.php",
                    "generated\/gnupg.php",
                    "generated\/hash.php",
                    "generated\/ibase.php",
                    "generated\/ibmDb2.php",
                    "generated\/iconv.php",
                    "generated\/image.php",
                    "generated\/imap.php",
                    "generated\/info.php",
                    "generated\/ingres-ii.php",
                    "generated\/inotify.php",
                    "generated\/json.php",
                    "generated\/ldap.php",
                    "generated\/libxml.php",
                    "generated\/lzf.php",
                    "generated\/mailparse.php",
                    "generated\/mbstring.php",
                    "generated\/misc.php",
                    "generated\/msql.php",
                    "generated\/mysql.php",
                    "generated\/mysqli.php",
                    "generated\/mysqlndMs.php",
                    "generated\/mysqlndQc.php",
                    "generated\/network.php",
                    "generated\/oci8.php",
                    "generated\/opcache.php",
                    "generated\/openssl.php",
                    "generated\/outcontrol.php",
                    "generated\/password.php",
                    "generated\/pcntl.php",
                    "generated\/pcre.php",
                    "generated\/pdf.php",
                    "generated\/pgsql.php",
                    "generated\/posix.php",
                    "generated\/ps.php",
                    "generated\/pspell.php",
                    "generated\/readline.php",
                    "generated\/rpminfo.php",
                    "generated\/rrd.php",
                    "generated\/sem.php",
                    "generated\/session.php",
                    "generated\/shmop.php",
                    "generated\/simplexml.php",
                    "generated\/sockets.php",
                    "generated\/sodium.php",
                    "generated\/solr.php",
                    "generated\/spl.php",
                    "generated\/sqlsrv.php",
                    "generated\/ssdeep.php",
                    "generated\/ssh2.php",
                    "generated\/stream.php",
                    "generated\/strings.php",
                    "generated\/swoole.php",
                    "generated\/uodbc.php",
                    "generated\/uopz.php",
                    "generated\/url.php",
                    "generated\/var.php",
                    "generated\/xdiff.php",
                    "generated\/xml.php",
                    "generated\/xmlrpc.php",
                    "generated\/yaml.php",
                    "generated\/yaz.php",
                    "generated\/zip.php",
                    "generated\/zlib.php"
                ],
                "psr-4": {
                    "PPLCZVendor\\Safe\\": [
                        "lib\/",
                        "deprecated\/",
                        "generated\/"
                    ]
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
            "support": {
                "issues": "https:\/\/github.com\/thecodingmachine\/safe\/issues",
                "source": "https:\/\/github.com\/thecodingmachine\/safe\/tree\/v1.3.3"
            },
            "install-path": "..\/thecodingmachine\/safe"
        },
        {
            "name": "webmozart\/assert",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/webmozarts\/assert.git",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/webmozarts\/assert\/zipball\/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": "^7.2 || ^8.0"
            },
            "conflict": {
                "phpstan\/phpstan": "<0.12.20",
                "vimeo\/psalm": "<4.6.1 || 4.6.2"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5.13"
            },
            "time": "2022-06-03T18:03:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PPLCZVendor\\Webmozart\\Assert\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input\/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "support": {
                "issues": "https:\/\/github.com\/webmozarts\/assert\/issues",
                "source": "https:\/\/github.com\/webmozarts\/assert\/tree\/1.11.0"
            },
            "install-path": "..\/webmozart\/assert"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "bamarni\/composer-bin-plugin",
        "clue\/stream-filter",
        "composer\/package-versions-deprecated",
        "doctrine\/inflector",
        "fidry\/console",
        "guzzlehttp\/guzzle",
        "guzzlehttp\/promises",
        "guzzlehttp\/psr7",
        "humbug\/php-scoper",
        "jane-php\/json-schema",
        "jane-php\/json-schema-runtime",
        "jane-php\/open-api-3",
        "jane-php\/open-api-common",
        "jane-php\/open-api-runtime",
        "jetbrains\/phpstorm-stubs",
        "league\/uri",
        "league\/uri-interfaces",
        "nikic\/php-parser",
        "nyholm\/psr7",
        "php-http\/client-common",
        "php-http\/discovery",
        "php-http\/httplug",
        "php-http\/message",
        "php-http\/message-factory",
        "php-http\/multipart-stream-builder",
        "php-http\/promise",
        "php-jsonpointer\/php-jsonpointer",
        "psr\/container",
        "psr\/event-dispatcher",
        "psr\/http-client",
        "psr\/http-factory",
        "psr\/http-message",
        "ralouphie\/getallheaders",
        "symfony\/console",
        "symfony\/deprecation-contracts",
        "symfony\/event-dispatcher-contracts",
        "symfony\/filesystem",
        "symfony\/finder",
        "symfony\/options-resolver",
        "symfony\/polyfill-ctype",
        "symfony\/polyfill-intl-grapheme",
        "symfony\/polyfill-intl-normalizer",
        "symfony\/polyfill-mbstring",
        "symfony\/polyfill-php80",
        "symfony\/polyfill-php81",
        "symfony\/serializer",
        "symfony\/service-contracts",
        "symfony\/string",
        "symfony\/translation-contracts",
        "symfony\/validator",
        "symfony\/var-dumper",
        "symfony\/yaml",
        "thecodingmachine\/safe",
        "webmozart\/assert"
    ]
}