{
    "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": "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": "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/db",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/db.git",
                "reference": "cbaed00b77f212b791263689cb8a24cbdfdf2100"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/db/zipball/cbaed00b77f212b791263689cb8a24cbdfdf2100",
                "reference": "cbaed00b77f212b791263689cb8a24cbdfdf2100",
                "shasum": ""
            },
            "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.0.14",
                "phpunit/phpunit": "~6.0",
                "symfony/event-dispatcher-contracts": "^2.5.1",
                "symfony/string": "^5.4",
                "szepeviktor/phpstan-wordpress": "^1.1"
            },
            "time": "2024-06-06T20:03:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\DB\\": "src/DB/"
                }
            },
            "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 WPDB wrapper and query builder library.",
            "support": {
                "issues": "https://github.com/stellarwp/db/issues",
                "source": "https://github.com/stellarwp/db/tree/1.1.1"
            },
            "install-path": "../stellarwp/db"
        },
        {
            "name": "stellarwp/schema",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/schema.git",
                "reference": "b80c02c6ee6cebcf9c21b642a7b20db5480f0cd6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/schema/zipball/b80c02c6ee6cebcf9c21b642a7b20db5480f0cd6",
                "reference": "b80c02c6ee6cebcf9c21b642a7b20db5480f0cd6",
                "shasum": ""
            },
            "require": {
                "psr/container": "^1.0",
                "stellarwp/container-contract": "^1.0"
            },
            "require-dev": {
                "brianhenryie/strauss": "^0.11.0",
                "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": "^4.0",
                "lucatume/wp-browser": "^3.0 < 3.5",
                "php-stubs/wp-cli-stubs": "^2.11",
                "phpunit/phpunit": "~6.0",
                "stellarwp/db": "^1.1",
                "symfony/event-dispatcher-contracts": "^2.5.1",
                "symfony/string": "^5.4",
                "szepeviktor/phpstan-wordpress": "^1.1"
            },
            "time": "2025-07-18T14:24:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Schema\\": "src/Schema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                }
            ],
            "description": "A library for simplifying the creation and updates of custom tables within WordPress.",
            "support": {
                "issues": "https://github.com/stellarwp/schema/issues",
                "source": "https://github.com/stellarwp/schema/tree/2.0.1"
            },
            "install-path": "../stellarwp/schema"
        },
        {
            "name": "stellarwp/telemetry",
            "version": "2.3.4",
            "version_normalized": "2.3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/telemetry.git",
                "reference": "74c7b819d574aa5fc1392f982fb32cedc18d4c6f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/telemetry/zipball/74c7b819d574aa5fc1392f982fb32cedc18d4c6f",
                "reference": "74c7b819d574aa5fc1392f982fb32cedc18d4c6f",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1",
                "stellarwp/container-contract": "^1.0"
            },
            "require-dev": {
                "automattic/vipwpcs": "^3.0.0",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
                "lucatume/di52": "3.0.0",
                "lucatume/wp-browser": "^3.2.3",
                "phpcompatibility/phpcompatibility-wp": "*",
                "phpunit/php-code-coverage": "^9.2",
                "szepeviktor/phpstan-wordpress": "^1.1",
                "the-events-calendar/coding-standards": "dev-master",
                "wp-coding-standards/wpcs": "^3.0.0"
            },
            "time": "2025-04-25T18:58:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Telemetry\\": "src/Telemetry",
                    "StellarWP\\Telemetry\\Views_Dir\\": "src/views",
                    "StellarWP\\Telemetry\\Assets_Dir\\": "src/resources"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Telemetry library for StellarWP plugins.",
            "support": {
                "issues": "https://github.com/stellarwp/telemetry/issues",
                "source": "https://github.com/stellarwp/telemetry/tree/2.3.4"
            },
            "install-path": "../stellarwp/telemetry"
        },
        {
            "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": "8fa2db98a9f8e7a25dfe409f8f15e94a12e609d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/uplink/zipball/8fa2db98a9f8e7a25dfe409f8f15e94a12e609d1",
                "reference": "8fa2db98a9f8e7a25dfe409f8f15e94a12e609d1",
                "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-05-02T16:12:57+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": []
}
