{
    "packages": [
        {
            "name": "lucatume/di52",
            "version": "3.3.7",
            "version_normalized": "3.3.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lucatume/di52.git",
                "reference": "76c0c2ad0422ce595e2e38138456f3475888e32c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lucatume/di52/zipball/76c0c2ad0422ce595e2e38138456f3475888e32c",
                "reference": "76c0c2ad0422ce595e2e38138456f3475888e32c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<10.0"
            },
            "time": "2024-04-26T14:46:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "lucatume\\DI52\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Luca Tumedei",
                    "email": "luca@theaveragedev.com"
                }
            ],
            "description": "A PHP 5.6 compatible dependency injection container.",
            "support": {
                "issues": "https://github.com/lucatume/di52/issues",
                "source": "https://github.com/lucatume/di52/tree/3.3.7"
            },
            "install-path": "../lucatume/di52"
        },
        {
            "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": {
                    "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/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": {
                    "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/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": {
                    "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": {
                    "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": {
                    "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/container-contract",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/container-contract.git",
                "reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/b2c42c76681db314e4edbb2af0a312b6c06b495e",
                "reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "time": "2023-09-05T20:08:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "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.1.1"
            },
            "install-path": "../stellarwp/container-contract"
        },
        {
            "name": "stellarwp/harbor",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/harbor.git",
                "reference": "f22783d0d79597d5b1acf6cce73e6f3ddb701334"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/harbor/zipball/f22783d0d79597d5b1acf6cce73e6f3ddb701334",
                "reference": "f22783d0d79597d5b1acf6cce73e6f3ddb701334",
                "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-05-14T00:04:41+00:00",
            "bin": [
                "bin/stellar-harbor"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LiquidWeb\\Harbor\\": "src/Harbor/",
                    "LiquidWeb\\Harbor\\Views\\": "src/views/",
                    "LiquidWeb\\Harbor\\Build_Dir\\": "build/",
                    "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.2.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": {
                    "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": {
                    "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/uplink",
            "version": "dev-bugfix/multisite-token-logic",
            "version_normalized": "dev-bugfix/multisite-token-logic",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/uplink.git",
                "reference": "12f341b9a83011f5ece3f7f0c7fa7a96a89d1ffc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/uplink/zipball/12f341b9a83011f5ece3f7f0c7fa7a96a89d1ffc",
                "reference": "12f341b9a83011f5ece3f7f0c7fa7a96a89d1ffc",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1",
                "stellarwp/container-contract": "^1.0"
            },
            "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/di52": "^3.0",
                "lucatume/wp-browser": "^3.0.14",
                "phpspec/prophecy": "^1.0",
                "phpspec/prophecy-phpunit": "^1.0|^2.0",
                "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
                "symfony/event-dispatcher-contracts": "^2.5.1",
                "symfony/string": "^5.4",
                "szepeviktor/phpstan-wordpress": "^1.1"
            },
            "time": "2025-09-17T15:59:44+00:00",
            "bin": [
                "bin/stellar-uplink"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Uplink\\": "src/Uplink/",
                    "StellarWP\\Uplink\\Views\\": "src/views/",
                    "StellarWP\\Uplink\\Assets_Dir\\": "src/assets/",
                    "StellarWP\\Uplink\\Admin_Views\\": "src/admin-views/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "homepage": "https://stellarwp.com"
                }
            ],
            "description": "A library that integrates a WordPress product with the StellarWP Licensing system.",
            "support": {
                "issues": "https://github.com/stellarwp/uplink/issues",
                "source": "https://github.com/stellarwp/uplink/tree/bugfix/multisite-token-logic"
            },
            "install-path": "../stellarwp/uplink"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
