{
    "packages": [
        {
            "name": "firebase/php-jwt",
            "version": "v5.5.1",
            "version_normalized": "5.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
                "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.8 <=9"
            },
            "suggest": {
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2021-11-08T20:18:51+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/v5.5.1"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "newfold-labs/container",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/container.git",
                "reference": "19bb75bb4a64a282f7d142fff9f3418177022851"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/container/zipball/19bb75bb4a64a282f7d142fff9f3418177022851",
                "reference": "19bb75bb4a64a282f7d142fff9f3418177022851",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "time": "2022-08-26T17:23:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\Container\\": "includes"
                }
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A lightweight, PHP 7.0+ compatible, PSR-11 dependency injection container.",
            "support": {
                "source": "https://github.com/newfold-labs/container/tree/1.2.2"
            },
            "install-path": "../newfold-labs/container"
        },
        {
            "name": "newfold-labs/wp-module-loader",
            "version": "1.0.10",
            "version_normalized": "1.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-loader.git",
                "reference": "8ab6725a6b3bc9ed10b89127f09bcb3e81f795c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/8ab6725a6b3bc9ed10b89127f09bcb3e81f795c6",
                "reference": "8ab6725a6b3bc9ed10b89127f09bcb3e81f795c6",
                "shasum": ""
            },
            "require": {
                "newfold-labs/container": "^1.2",
                "wp-forge/collection": "^1.0",
                "wp-forge/fluent": "^1.0",
                "wp-forge/wp-options": "^1.0"
            },
            "time": "2022-10-03T20:07:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\ModuleLoader\\": "includes"
                },
                "files": [
                    "bootstrap.php",
                    "includes/functions.php"
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A module that handles registration and management of Newfold modules used within our WordPress plugins.",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-loader/tree/1.0.10",
                "issues": "https://github.com/newfold-labs/wp-module-loader/issues"
            },
            "install-path": "../newfold-labs/wp-module-loader"
        },
        {
            "name": "newfold-labs/wp-module-maestro",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/newfold-labs/wp-module-maestro.git",
                "reference": "b811e41963dda6916a79e464621873fe15043d81"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/newfold-labs/wp-module-maestro/zipball/b811e41963dda6916a79e464621873fe15043d81",
                "reference": "b811e41963dda6916a79e464621873fe15043d81",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^5.0",
                "newfold-labs/wp-module-loader": "^1.0.10"
            },
            "require-dev": {
                "newfold-labs/wp-php-standards": "@stable"
            },
            "time": "2023-02-03T01:06:23+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NewfoldLabs\\WP\\Module\\Maestro\\": "includes"
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "scripts": {
                "fix": [
                    "vendor/bin/phpcbf --standard=phpcs.xml ."
                ],
                "lint": [
                    "vendor/bin/phpcs --standard=phpcs.xml -s ."
                ]
            },
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah.wood@newfold.com"
                }
            ],
            "description": "Maestro Newfold module for WordPress",
            "support": {
                "source": "https://github.com/newfold-labs/wp-module-maestro/tree/1.0.2",
                "issues": "https://github.com/newfold-labs/wp-module-maestro/issues"
            },
            "install-path": "../newfold-labs/wp-module-maestro"
        },
        {
            "name": "wp-forge/collection",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/collection.git",
                "reference": "e304ddc0130d466dcc55e3a8dee79f0d745ca47a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/collection/zipball/e304ddc0130d466dcc55e3a8dee79f0d745ca47a",
                "reference": "e304ddc0130d466dcc55e3a8dee79f0d745ca47a",
                "shasum": ""
            },
            "time": "2022-08-26T17:42:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\Collection\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A PHP utility class for manipulating collections.",
            "support": {
                "issues": "https://github.com/wp-forge/collection/issues",
                "source": "https://github.com/wp-forge/collection/tree/1.0.2"
            },
            "install-path": "../wp-forge/collection"
        },
        {
            "name": "wp-forge/fluent",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/fluent.git",
                "reference": "b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/fluent/zipball/b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c",
                "reference": "b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c",
                "shasum": ""
            },
            "time": "2022-08-26T17:38:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\Fluent\\": "includes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "An instance of the Laravel Fluent class for use with WordPress.",
            "support": {
                "issues": "https://github.com/wp-forge/fluent/issues",
                "source": "https://github.com/wp-forge/fluent/tree/1.0.1"
            },
            "install-path": "../wp-forge/fluent"
        },
        {
            "name": "wp-forge/wp-options",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wp-forge/wp-options.git",
                "reference": "df8899255dee19365599caa8801c75803e94e413"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wp-forge/wp-options/zipball/df8899255dee19365599caa8801c75803e94e413",
                "reference": "df8899255dee19365599caa8801c75803e94e413",
                "shasum": ""
            },
            "time": "2022-03-04T16:23:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WP_Forge\\Options\\": "includes"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Micah Wood",
                    "email": "micah@wpscholar.com"
                }
            ],
            "description": "A WordPress helper class for managing plugin options.",
            "support": {
                "issues": "https://github.com/wp-forge/wp-options/issues",
                "source": "https://github.com/wp-forge/wp-options/tree/1.1"
            },
            "install-path": "../wp-forge/wp-options"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
