{
    "packages": {
        "0": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "1": {
            "name": "myclabs/php-enum",
            "version": "1.8.5",
            "version_normalized": "1.8.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/php-enum.git",
                "reference": "e7be26966b7398204a234f8673fdad5ac6277802"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/e7be26966b7398204a234f8673fdad5ac6277802",
                "reference": "e7be26966b7398204a234f8673fdad5ac6277802",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "1.*",
                "vimeo/psalm": "^4.6.2 || ^5.2"
            },
            "time": "2025-01-14T11:49:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\MyCLabs\\Enum\\": "src/"
                },
                "classmap": [
                    "stubs/Stringable.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP Enum contributors",
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
                }
            ],
            "description": "PHP Enum implementation",
            "homepage": "https://github.com/myclabs/php-enum",
            "keywords": [
                "enum"
            ],
            "support": {
                "issues": "https://github.com/myclabs/php-enum/issues",
                "source": "https://github.com/myclabs/php-enum/tree/1.8.5"
            },
            "funding": [
                {
                    "url": "https://github.com/mnapoli",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
                    "type": "tidelift"
                }
            ],
            "install-path": "../myclabs/php-enum"
        },
        "2": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "3": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "4": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "5": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "6": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "7": {
            "name": "razorpay/razorpay",
            "version": "2.9.3",
            "version_normalized": "2.9.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/razorpay/razorpay-php.git",
                "reference": "b724515d548083b9fba52e61f47c0c24136ab181"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/b724515d548083b9fba52e61f47c0c24136ab181",
                "reference": "b724515d548083b9fba52e61f47c0c24136ab181",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.3",
                "rmccue/requests": "^2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "raveren/kint": "1.*"
            },
            "time": "2026-06-08T08:12:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Deprecated.php"
                ],
                "psr-4": {
                    "StellarWP\\Learndash\\Razorpay\\Api\\": "src/",
                    "StellarWP\\Learndash\\Razorpay\\Tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Abhay Rana",
                    "email": "nemo@razorpay.com",
                    "homepage": "https://captnemo.in",
                    "role": "Developer"
                },
                {
                    "name": "Shashank Kumar",
                    "email": "shashank@razorpay.com",
                    "role": "Developer"
                }
            ],
            "description": "Razorpay PHP Client Library",
            "homepage": "https://docs.razorpay.com",
            "keywords": [
                "api",
                "client",
                "php",
                "razorpay"
            ],
            "support": {
                "email": "contact@razorpay.com",
                "issues": "https://github.com/Razorpay/razorpay-php/issues",
                "source": "https://github.com/Razorpay/razorpay-php"
            },
            "install-path": "../razorpay/razorpay"
        },
        "8": {
            "name": "rmccue/requests",
            "version": "v2.0.18",
            "version_normalized": "2.0.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/Requests.git",
                "reference": "2e5b8434e0dd54b35bcf1e9a5b52ba2ad84cf773"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/Requests/zipball/2e5b8434e0dd54b35bcf1e9a5b52ba2ad84cf773",
                "reference": "2e5b8434e0dd54b35bcf1e9a5b52ba2ad84cf773",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
                "php-parallel-lint/php-console-highlighter": "^0.5.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
                "phpcompatibility/php-compatibility": "^10.0.0@dev",
                "requests/test-server": "dev-main",
                "squizlabs/php_codesniffer": "^3.6",
                "wp-coding-standards/wpcs": "^2.0",
                "yoast/phpunit-polyfills": "^1.1.5"
            },
            "suggest": {
                "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
                "ext-curl": "For improved performance",
                "ext-openssl": "For secure transport support",
                "ext-zlib": "For improved performance when decompressing encoded streams"
            },
            "time": "2026-04-30T00:41:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "library/Deprecated.php"
                ],
                "psr-4": {
                    "StellarWP\\Learndash\\WpOrg\\Requests\\": "src/"
                },
                "classmap": [
                    "library/Requests.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Ryan McCue",
                    "homepage": "https://rmccue.io/"
                },
                {
                    "name": "Alain Schlesser",
                    "homepage": "https://github.com/schlessera"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
                }
            ],
            "description": "A HTTP library written in PHP, for human beings.",
            "homepage": "https://requests.ryanmccue.info/",
            "keywords": [
                "curl",
                "fsockopen",
                "http",
                "idna",
                "ipv6",
                "iri",
                "sockets"
            ],
            "support": {
                "docs": "https://requests.ryanmccue.info/",
                "issues": "https://github.com/WordPress/Requests/issues",
                "source": "https://github.com/WordPress/Requests"
            },
            "install-path": "../rmccue/requests"
        },
        "10": {
            "name": "ssnepenthe/color-utils",
            "version": "0.4.2",
            "version_normalized": "0.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ssnepenthe/color-utils.git",
                "reference": "a68562f81fd603be0c45d102b4e8064c76ddf863"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ssnepenthe/color-utils/zipball/a68562f81fd603be0c45d102b4e8064c76ddf863",
                "reference": "a68562f81fd603be0c45d102b4e8064c76ddf863",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phploc/phploc": "^3.0",
                "phpmd/phpmd": "^2.6",
                "phpunit/phpunit": "^6.0",
                "psy/psysh": "^0.8",
                "squizlabs/php_codesniffer": "^2.8",
                "vimeo/psalm": "^0.3"
            },
            "time": "2017-06-19T16:48:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "inc/colors.php",
                    "inc/helpers.php",
                    "inc/transformations.php"
                ],
                "psr-4": {
                    "StellarWP\\Learndash\\SSNepenthe\\ColorUtils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "description": "A PHP library for performing SASS-like color manipulations.",
            "homepage": "https://github.com/ssnepenthe/color-utils",
            "keywords": [
                "Brightness",
                "alpha",
                "blue",
                "color",
                "conversion",
                "convert",
                "green",
                "hex",
                "hexadecimal",
                "hsl",
                "hsla",
                "hue",
                "lightness",
                "luminance",
                "manipulation",
                "red",
                "rgb",
                "rgba",
                "sass",
                "saturation",
                "scss",
                "transformation"
            ],
            "support": {
                "issues": "https://github.com/ssnepenthe/color-utils/issues",
                "source": "https://github.com/ssnepenthe/color-utils/tree/master"
            },
            "install-path": "../ssnepenthe/color-utils"
        },
        "11": {
            "name": "stellarwp/admin-notices",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/admin-notices.git",
                "reference": "219e081167a347f80e7eca62d41eac06e5f58dc3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/admin-notices/zipball/219e081167a347f80e7eca62d41eac06e5f58dc3",
                "reference": "219e081167a347f80e7eca62d41eac06e5f58dc3",
                "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": "2024-10-29T14:53:11+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\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/1.2.2"
            },
            "install-path": "../stellarwp/admin-notices"
        },
        "12": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "13": {
            "name": "stellarwp/assets",
            "version": "1.5.1",
            "version_normalized": "1.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/assets.git",
                "reference": "d1e1852299f838a54fb5b296e77cc3788bc530ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/assets/zipball/d1e1852299f838a54fb5b296e77cc3788bc530ed",
                "reference": "d1e1852299f838a54fb5b296e77cc3788bc530ed",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "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": "2026-01-27T14:39:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\StellarWP\\Assets\\": "src/Assets/"
                }
            },
            "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 managing asset registration and enqueuing in WordPress.",
            "support": {
                "issues": "https://github.com/stellarwp/assets/issues",
                "source": "https://github.com/stellarwp/assets/tree/1.5.1"
            },
            "install-path": "../stellarwp/assets"
        },
        "14": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "15": {
            "name": "stellarwp/db",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/db.git",
                "reference": "34d6c66adf323f4839c2199d6e1119c79fc87a4f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/db/zipball/34d6c66adf323f4839c2199d6e1119c79fc87a4f",
                "reference": "34d6c66adf323f4839c2199d6e1119c79fc87a4f",
                "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": "2026-02-25T17:01:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\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.3.0"
            },
            "install-path": "../stellarwp/db"
        },
        "16": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "17": {
            "name": "stellarwp/harbor",
            "version": "v1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/harbor.git",
                "reference": "0d21b6e6da4352364610168c053ed0ec9d59253d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/harbor/zipball/0d21b6e6da4352364610168c053ed0ec9d59253d",
                "reference": "0d21b6e6da4352364610168c053ed0ec9d59253d",
                "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-21T17:13:36+00:00",
            "bin": [
                "bin/stellar-harbor"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\LiquidWeb\\Harbor\\": "src/Harbor/",
                    "StellarWP\\Learndash\\LiquidWeb\\Harbor\\Views\\": "src/views/",
                    "StellarWP\\Learndash\\LiquidWeb\\Harbor\\Build_Dir\\": "build/",
                    "StellarWP\\Learndash\\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.4.0"
            },
            "install-path": "../stellarwp/harbor"
        },
        "18": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "19": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "20": {
            "name": "stellarwp/models",
            "version": "1.2.3",
            "version_normalized": "1.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/models.git",
                "reference": "2fb454505742d0f671bcd5ea30cc2b99dab7fa4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/models/zipball/2fb454505742d0f671bcd5ea30cc2b99dab7fa4c",
                "reference": "2fb454505742d0f671bcd5ea30cc2b99dab7fa4c",
                "shasum": ""
            },
            "require": {
                "stellarwp/db": "^1.0.3"
            },
            "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"
            },
            "time": "2025-02-27T19:04:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\StellarWP\\Models\\": "src/Models/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "homepage": "https://github.com/stellarwp"
                }
            ],
            "description": "A library for a simple model structure.",
            "homepage": "https://github.com/stellarwp/models",
            "keywords": [
                "stellarwp"
            ],
            "support": {
                "issues": "https://github.com/stellarwp/models/issues",
                "source": "https://github.com/stellarwp/models/tree/1.2.3"
            },
            "install-path": "../stellarwp/models"
        },
        "21": {
            "name": "stellarwp/superglobals",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/superglobals.git",
                "reference": "a43ffa491c171f46d81a26d55e096bc8eaddfb3e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/superglobals/zipball/a43ffa491c171f46d81a26d55e096bc8eaddfb3e",
                "reference": "a43ffa491c171f46d81a26d55e096bc8eaddfb3e",
                "shasum": ""
            },
            "require": {
                "stellarwp/arrays": "^1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "<10.0",
                "symfony/event-dispatcher-contracts": "^2.5.1",
                "symfony/string": "^5.4",
                "szepeviktor/phpstan-wordpress": "^1.1"
            },
            "time": "2024-06-26T14:12:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\StellarWP\\SuperGlobals\\": "src/SuperGlobals/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "StellarWP",
                    "email": "dev@stellarwp.com"
                },
                {
                    "name": "Matthew Batchelder",
                    "email": "matt.batchelder@stellarwp.com"
                }
            ],
            "description": "A library that handles access to superglobals.",
            "support": {
                "issues": "https://github.com/stellarwp/superglobals/issues",
                "source": "https://github.com/stellarwp/superglobals/tree/1.3.0"
            },
            "install-path": "../stellarwp/superglobals"
        },
        "22": {
            "name": "stellarwp/telemetry",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/telemetry.git",
                "reference": "c1b3a43359475460a17589dd0442310a81f51b24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/telemetry/zipball/c1b3a43359475460a17589dd0442310a81f51b24",
                "reference": "c1b3a43359475460a17589dd0442310a81f51b24",
                "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": "2026-04-10T15:47:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\StellarWP\\Telemetry\\": "src/Telemetry",
                    "StellarWP\\Learndash\\StellarWP\\Telemetry\\Views_Dir\\": "src/views",
                    "StellarWP\\Learndash\\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.4.1"
            },
            "install-path": "../stellarwp/telemetry"
        },
        "23": {
            "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": {
                    "StellarWP\\Learndash\\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"
        },
        "24": {
            "name": "stripe/stripe-php",
            "version": "v13.18.0",
            "version_normalized": "13.18.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stripe/stripe-php.git",
                "reference": "02abb043b103766f4ed920642ae56ffdc58c7467"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stripe/stripe-php/zipball/02abb043b103766f4ed920642ae56ffdc58c7467",
                "reference": "02abb043b103766f4ed920642ae56ffdc58c7467",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "3.5.0",
                "phpstan/phpstan": "^1.2",
                "phpunit/phpunit": "^5.7 || ^9.0"
            },
            "time": "2024-04-09T21:08:04+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\Stripe\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stripe and contributors",
                    "homepage": "https://github.com/stripe/stripe-php/contributors"
                }
            ],
            "description": "Stripe PHP Library",
            "homepage": "https://stripe.com/",
            "keywords": [
                "api",
                "payment processing",
                "stripe"
            ],
            "support": {
                "issues": "https://github.com/stripe/stripe-php/issues",
                "source": "https://github.com/stripe/stripe-php/tree/v13.18.0"
            },
            "install-path": "../stripe/stripe-php"
        },
        "25": {
            "name": "trustedlogin/client",
            "version": "v1.9.0",
            "version_normalized": "1.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/trustedlogin/client.git",
                "reference": "b913058ae57b512a7766f449ab8d55952500fe72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/trustedlogin/client/zipball/b913058ae57b512a7766f449ab8d55952500fe72",
                "reference": "b913058ae57b512a7766f449ab8d55952500fe72",
                "shasum": ""
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.3.0",
                "phpcompatibility/phpcompatibility-wp": "^2.1",
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^1.10",
                "szepeviktor/phpstan-wordpress": "^1.3",
                "wp-coding-standards/wpcs": "^3.0",
                "yoast/phpunit-polyfills": "^1.0.0"
            },
            "time": "2024-08-26T01:13:42+00:00",
            "bin": [
                "bin/build-sass"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "StellarWP\\Learndash\\TrustedLogin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "TrustedLogin",
                    "email": "support@trustedlogin.com",
                    "homepage": "https://www.trustedlogin.com"
                }
            ],
            "description": "Easily and securely log in to your customers sites when providing support.",
            "homepage": "https://www.trustedlogin.com",
            "keywords": [
                "login",
                "security",
                "support"
            ],
            "support": {
                "issues": "https://github.com/trustedlogin/client/issues",
                "source": "https://github.com/trustedlogin/client/tree/v1.9.0"
            },
            "install-path": "../trustedlogin/client"
        }
    },
    "dev": false,
    "dev-package-names": []
}
