{
    "packages": [
        {
            "name": "firebase/php-jwt",
            "version": "v6.3.2",
            "version_normalized": "6.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "ea7dda77098b96e666c5ef382452f94841e439cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ea7dda77098b96e666c5ef382452f94841e439cd",
                "reference": "ea7dda77098b96e666c5ef382452f94841e439cd",
                "shasum": ""
            },
            "require": {
                "php": "^7.1||^8.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^6.5||^7.4",
                "phpspec/prophecy-phpunit": "^1.1",
                "phpunit/phpunit": "^7.5||^9.5",
                "psr/cache": "^1.0||^2.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2022-12-19T17:10:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/v6.3.2"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "lucatume/di52",
            "version": "3.3.5",
            "version_normalized": "3.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lucatume/di52",
                "reference": "d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lucatume/di52/zipball/d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3",
                "reference": "d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<10.0"
            },
            "time": "2023-09-01T08:49:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "lucatume\\DI52\\": "src/"
                }
            },
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "Luca Tumedei",
                    "email": "luca@theaveragedev.com"
                }
            ],
            "description": "A PHP 5.6 compatible dependency injection container.",
            "install-path": "../lucatume/di52"
        },
        {
            "name": "monolog/monolog",
            "version": "1.24.0",
            "version_normalized": "1.24.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "jakub-onderka/php-parallel-lint": "0.9",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry server"
            },
            "time": "2018-11-05T09:00:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/1.24.0"
            },
            "install-path": "../monolog/monolog"
        },
        {
            "name": "psr/container",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2021-03-05T17:36:06+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.1"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "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.0.7",
            "version_normalized": "1.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/db.git",
                "reference": "e299e35869cb8092b48143a11509c1574cc33dc0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/db/zipball/e299e35869cb8092b48143a11509c1574cc33dc0",
                "reference": "e299e35869cb8092b48143a11509c1574cc33dc0",
                "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": "2023-10-23T20:46:29+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.0.7"
            },
            "install-path": "../stellarwp/db"
        },
        {
            "name": "stellarwp/installer",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/installer.git",
                "reference": "9c2774a1fcc9724839c7f009784420ed71831fde"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/installer/zipball/9c2774a1fcc9724839c7f009784420ed71831fde",
                "reference": "9c2774a1fcc9724839c7f009784420ed71831fde",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.2"
            },
            "require-dev": {
                "automattic/vipwpcs": "^2.3",
                "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-webdriver": "^1.0",
                "codeception/util-universalframework": "^1.0",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
                "lucatume/wp-browser": "^3.1",
                "phpcompatibility/phpcompatibility-wp": "*",
                "szepeviktor/phpstan-wordpress": "^1.1",
                "the-events-calendar/coding-standards": "dev-master",
                "wp-coding-standards/wpcs": "^2.3"
            },
            "time": "2023-06-06T13:25:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Installer\\": "src/Installer",
                    "StellarWP\\Installer\\Assets_JS\\": "src/assets/js",
                    "StellarWP\\Installer\\Admin_Views\\": "src/admin-views"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "StellarWP plugin install/activation library.",
            "support": {
                "issues": "https://github.com/stellarwp/installer/issues",
                "source": "https://github.com/stellarwp/installer/tree/1.1.1"
            },
            "install-path": "../stellarwp/installer"
        },
        {
            "name": "stellarwp/telemetry",
            "version": "2.3.1",
            "version_normalized": "2.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/telemetry.git",
                "reference": "79f7a048c0f1b3beddd1dc07075e5e70ad39cd21"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/telemetry/zipball/79f7a048c0f1b3beddd1dc07075e5e70ad39cd21",
                "reference": "79f7a048c0f1b3beddd1dc07075e5e70ad39cd21",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1",
                "stellarwp/container-contract": "^1.0"
            },
            "require-dev": {
                "automattic/vipwpcs": "^2.3",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
                "lucatume/di52": "3.0.0",
                "lucatume/wp-browser": "^4.0",
                "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": "^2.3"
            },
            "time": "2023-11-09T18:29:08+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"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "StellarWP\\Telemetry\\Tests\\": "tests/",
                    "StellarWP\\Telemetry\\Tests\\Support\\": "tests/_support/"
                }
            },
            "scripts": {
                "test:analysis": [
                    "phpstan analyse --memory-limit=512M"
                ],
                "compatibility:php-7.1": [
                    "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 7.1"
                ],
                "compatibility:php-7.2": [
                    "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 7.2"
                ],
                "compatibility:php-7.3": [
                    "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 7.3"
                ],
                "compatibility:php-7.4": [
                    "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 7.4"
                ],
                "compatibility:php-8.0": [
                    "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 8.0"
                ],
                "compatibility:php-8.1": [
                    "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 8.1"
                ],
                "compatibility:php-8.2": [
                    "phpcs ./src -s --standard=PHPCompatibilityWP --runtime-set testVersion 8.2"
                ],
                "compatibility": [
                    "@compatibility:php-7.1",
                    "@compatibility:php-7.2",
                    "@compatibility:php-7.3",
                    "@compatibility:php-7.4",
                    "@compatibility:php-8.0",
                    "@compatibility:php-8.1",
                    "@compatibility:php-8.2"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "Telemetry library for StellarWP plugins.",
            "support": {
                "source": "https://github.com/stellarwp/telemetry/tree/2.3.1",
                "issues": "https://github.com/stellarwp/telemetry/issues"
            },
            "install-path": "../stellarwp/telemetry"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
