{
    "packages": [
        {
            "name": "nyholm/psr7",
            "version": "1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Nyholm/psr7.git",
                "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/a71f2b11690f4b24d099d6b16690a90ae14fc6f3",
                "reference": "a71f2b11690f4b24d099d6b16690a90ae14fc6f3",
                "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": "2024-09-09T07:06:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.8-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\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.2"
            },
            "funding": [
                {
                    "url": "https://github.com/Zegnat",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nyholm",
                    "type": "github"
                }
            ],
            "install-path": "../nyholm/psr7"
        },
        {
            "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": {
                    "Give\\Vendors\\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": {
                    "Give\\Vendors\\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": {
                    "Give\\Vendors\\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": "stellarwp/admin-notices",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/admin-notices.git",
                "reference": "1d4c25adb2fe4fc959bea3f4501c58bb7586509d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/admin-notices/zipball/1d4c25adb2fe4fc959bea3f4501c58bb7586509d",
                "reference": "1d4c25adb2fe4fc959bea3f4501c58bb7586509d",
                "shasum": ""
            },
            "require": {
                "psr/container": "1.1.1"
            },
            "require-dev": {
                "codeception/module-asserts": "^1.0",
                "codeception/module-cli": "^1.0",
                "codeception/module-db": "^1.0",
                "codeception/module-filesystem": "^1.0",
                "codeception/module-phpbrowser": "^1.0",
                "codeception/module-rest": "^1.0",
                "codeception/module-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "lucatume/wp-browser": "^3.6.5",
                "phpunit/phpunit": "^9.5",
                "szepeviktor/phpstan-wordpress": "^1.3"
            },
            "time": "2025-07-10T17:44:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\StellarWP\\AdminNotices\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jason Adams",
                    "email": "jason.adams@stellarwp.com"
                }
            ],
            "description": "A handy package for easily displaying admin notices in WordPress with simple to complex visibility conditions",
            "support": {
                "issues": "https://github.com/stellarwp/admin-notices/issues",
                "source": "https://github.com/stellarwp/admin-notices/tree/2.0.1"
            },
            "install-path": "../stellarwp/admin-notices"
        },
        {
            "name": "stellarwp/arrays",
            "version": "1.3.2",
            "version_normalized": "1.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/arrays.git",
                "reference": "e994abcdb5d76fb5fdea7f2e1549d0603c13f91e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/arrays/zipball/e994abcdb5d76fb5fdea7f2e1549d0603c13f91e",
                "reference": "e994abcdb5d76fb5fdea7f2e1549d0603c13f91e",
                "shasum": ""
            },
            "require-dev": {
                "lucatume/wp-browser": "^3.5 || ^4.0",
                "saggre/phpdocumentor-markdown": "^0.1.3",
                "symfony/event-dispatcher-contracts": "^2.5.1",
                "symfony/string": "^5.4",
                "szepeviktor/phpstan-wordpress": "^1.1"
            },
            "time": "2026-02-12T19:58:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\StellarWP\\Arrays\\": "src/Arrays/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                },
                {
                    "name": "Matthew Batchelder",
                    "email": "matt.batchelder@stellarwp.com"
                }
            ],
            "description": "A library for array manipulation.",
            "support": {
                "source": "https://github.com/stellarwp/arrays/tree/1.3.2"
            },
            "install-path": "../stellarwp/arrays"
        },
        {
            "name": "stellarwp/container-contract",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/container-contract.git",
                "reference": "37becc9edbecb0ff95556048337600dd9cc888f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/37becc9edbecb0ff95556048337600dd9cc888f0",
                "reference": "37becc9edbecb0ff95556048337600dd9cc888f0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "time": "2022-12-20T21:29:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\StellarWP\\ContainerContract\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "homepage": "https://stellarwp.com"
                }
            ],
            "description": "StellarWP Container Interface",
            "homepage": "https://github.com/stellarwp/container-contract",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop"
            ],
            "support": {
                "issues": "https://github.com/stellarwp/container-contract/issues",
                "source": "https://github.com/stellarwp/container-contract/tree/1.0.4"
            },
            "install-path": "../stellarwp/container-contract"
        },
        {
            "name": "stellarwp/field-conditions",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/field-conditions.git",
                "reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/field-conditions/zipball/03f5aff2f4977359e672efe5426bbb4ef62101cd",
                "reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd",
                "shasum": ""
            },
            "require": {
                "ext-json": "*"
            },
            "require-dev": {
                "codeception/module-asserts": "^1.0.0",
                "codeception/module-phpbrowser": "^1.0.0",
                "lucatume/wp-browser": "^3.0.14",
                "phpunit/phpunit": "~6.0"
            },
            "time": "2023-04-01T00:38:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\StellarWP\\FieldConditions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                },
                {
                    "name": "Jason Adams",
                    "email": "jason.adams@givewp.com"
                }
            ],
            "description": "A set of serializable classes for handling conditional logic for fields in PHP",
            "support": {
                "issues": "https://github.com/stellarwp/field-conditions/issues",
                "source": "https://github.com/stellarwp/field-conditions/tree/1.1.1"
            },
            "install-path": "../stellarwp/field-conditions"
        },
        {
            "name": "stellarwp/harbor",
            "version": "v1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/harbor.git",
                "reference": "e0253fa5512522a50dd73abe990d3591017494fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/harbor/zipball/e0253fa5512522a50dd73abe990d3591017494fb",
                "reference": "e0253fa5512522a50dd73abe990d3591017494fb",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "nyholm/psr7": "^1.0",
                "php": ">=7.4",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1",
                "stellarwp/container-contract": "^1.0",
                "stellarwp/licensing-api-client-wordpress": "^2.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1",
                "dpanta94/phpstan-containers": "^0",
                "exussum12/coverage-checker": "^1.1",
                "lucatume/codeception-snapshot-assertions": "*",
                "lucatume/di52": "^3",
                "lucatume/wp-browser": "*",
                "php-stubs/wp-cli-stubs": "^2",
                "phpcompatibility/phpcompatibility-wp": "^2",
                "phpspec/prophecy": "*",
                "phpspec/prophecy-phpunit": "*",
                "phpstan/phpstan": "^2",
                "phpunit/phpunit": "*",
                "stellarwp/coding-standards": "^2",
                "szepeviktor/phpstan-wordpress": ">=1.0",
                "wp-cli/wp-cli": "^2"
            },
            "time": "2026-07-27T14:52:06+00:00",
            "bin": [
                "bin/stellar-harbor"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\LiquidWeb\\Harbor\\": "src/Harbor/",
                    "Give\\Vendors\\LiquidWeb\\Harbor\\Views\\": "src/views/",
                    "Give\\Vendors\\LiquidWeb\\Harbor\\Build_Dir\\": "build/",
                    "Give\\Vendors\\LiquidWeb\\Harbor\\Build_Dev_Dir\\": "build-dev/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Liquid Web",
                    "homepage": "https://liquidweb.com"
                }
            ],
            "description": "A library that integrates a WordPress product with the Liquid Web licensing system.",
            "support": {
                "issues": "https://github.com/stellarwp/harbor/issues",
                "source": "https://github.com/stellarwp/harbor/tree/v1.6.0"
            },
            "install-path": "../stellarwp/harbor"
        },
        {
            "name": "stellarwp/licensing-api-client",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/licensing-api-client.git",
                "reference": "6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/licensing-api-client/zipball/6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb",
                "reference": "6f9e0b3e49831f49b735a9544c5fb2fea4eeedeb",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.4",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2026-04-23T03:36:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\LiquidWeb\\LicensingApiClient\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "A PHP client for the Liquid Web Licensing API.",
            "support": {
                "source": "https://github.com/stellarwp/licensing-api-client/tree/2.0.0"
            },
            "install-path": "../stellarwp/licensing-api-client"
        },
        {
            "name": "stellarwp/licensing-api-client-wordpress",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/licensing-api-client-wordpress.git",
                "reference": "f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/licensing-api-client-wordpress/zipball/f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8",
                "reference": "f4ece66587cd6de175ffd35d0fbc3dc06c76a1f8",
                "shasum": ""
            },
            "require": {
                "nyholm/psr7": "^1.8",
                "php": ">=7.4",
                "stellarwp/licensing-api-client": "^2.0"
            },
            "time": "2026-04-23T03:38:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\LiquidWeb\\LicensingApiClientWordPress\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "WordPress transport and factory integration for the Liquid Web Licensing API client.",
            "support": {
                "source": "https://github.com/stellarwp/licensing-api-client-wordpress/tree/2.0.0"
            },
            "install-path": "../stellarwp/licensing-api-client-wordpress"
        },
        {
            "name": "stellarwp/validation",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/validation.git",
                "reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/validation/zipball/cf610086713a8a20ad640b7f0da2bcf0e8a826a4",
                "reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "stellarwp/container-contract": "1.0.4",
                "stellarwp/field-conditions": "^1.0"
            },
            "require-dev": {
                "codeception/module-asserts": "^1.0.0",
                "codeception/module-phpbrowser": "^1.0.0",
                "lucatume/di52": "^3.0",
                "lucatume/wp-browser": "^3.0.14",
                "phpstan/phpstan": "^1.12",
                "phpunit/phpunit": "~6.0",
                "szepeviktor/phpstan-wordpress": "^1.3"
            },
            "time": "2025-06-18T20:38:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\StellarWP\\Validation\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                },
                {
                    "name": "Jason Adams",
                    "email": "jason.adams@givewp.com"
                }
            ],
            "description": "An end-to-end ready PHP validation library",
            "support": {
                "issues": "https://github.com/stellarwp/validation/issues",
                "source": "https://github.com/stellarwp/validation/tree/1.5.0"
            },
            "install-path": "../stellarwp/validation"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v5.4.50",
            "version_normalized": "5.4.50.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1a0706e8b8041046052ea2695eb8aeee04f97609",
                "reference": "1a0706e8b8041046052ea2695eb8aeee04f97609",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1|^3",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "predis/predis": "^1.0|^2.0",
                "symfony/cache": "^4.4|^5.0|^6.0",
                "symfony/dependency-injection": "^5.4|^6.0",
                "symfony/expression-language": "^4.4|^5.0|^6.0",
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
                "symfony/mime": "^4.4|^5.0|^6.0",
                "symfony/rate-limiter": "^5.2|^6.0"
            },
            "suggest": {
                "symfony/mime": "To use the file extension guesser"
            },
            "time": "2025-11-03T12:58:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Give\\Vendors\\Symfony\\Component\\HttpFoundation\\": ""
                },
                "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": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v5.4.50"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/http-foundation"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.36.0",
            "version_normalized": "1.36.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "141046a8f9477948ff284fa65be2095baafb94f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
                "reference": "141046a8f9477948ff284fa65be2095baafb94f2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2026-04-10T16:19:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "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.36.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.36.0",
            "version_normalized": "1.36.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
                "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2026-04-10T17:25:58+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "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.36.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.36.0",
            "version_normalized": "1.36.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
                "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2026-04-10T16:19:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Give\\Vendors\\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.36.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
