[
    {
        "name": "a5hleyrich/wp-background-processing",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/deliciousbrains/wp-background-processing.git",
            "reference": "2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800",
            "reference": "2cbee1abd1b49e1133cd8f611df4d4fc5a8b9800",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "suggest": {
            "coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"
        },
        "time": "2020-07-31T07:00:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "classes/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Delicious Brains",
                "email": "nom@deliciousbrains.com"
            }
        ],
        "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.",
        "support": {
            "issues": "https://github.com/deliciousbrains/wp-background-processing/issues",
            "source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.0.2"
        }
    },
    {
        "name": "defuse/php-encryption",
        "version": "v2.3.1",
        "version_normalized": "2.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/defuse/php-encryption.git",
            "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
            "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "paragonie/random_compat": ">= 2",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
        },
        "time": "2021-04-09T23:57:26+00:00",
        "bin": [
            "bin/generate-defuse-key"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Defuse\\Crypto\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Hornby",
                "email": "taylor@defuse.ca",
                "homepage": "https://defuse.ca/"
            },
            {
                "name": "Scott Arciszewski",
                "email": "info@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "Secure PHP Encryption Library",
        "keywords": [
            "aes",
            "authenticated encryption",
            "cipher",
            "crypto",
            "cryptography",
            "encrypt",
            "encryption",
            "openssl",
            "security",
            "symmetric key cryptography"
        ],
        "support": {
            "issues": "https://github.com/defuse/php-encryption/issues",
            "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
        }
    },
    {
        "name": "firebase/php-jwt",
        "version": "v5.4.0",
        "version_normalized": "5.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/firebase/php-jwt.git",
            "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
            "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
            "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-06-23T19:00:23+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.4.0"
        }
    },
    {
        "name": "mindscape/raygun4php",
        "version": "v1.8.4",
        "version_normalized": "1.8.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MindscapeHQ/raygun4php.git",
            "reference": "7f841d251f5985817cec93e131bb334561c03338"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MindscapeHQ/raygun4php/zipball/7f841d251f5985817cec93e131bb334561c03338",
            "reference": "7f841d251f5985817cec93e131bb334561c03338",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.16"
        },
        "suggest": {
            "ext-curl": "*"
        },
        "time": "2019-03-07T01:23:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Raygun4php": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mindscape",
                "email": "contact@mindscape.co.nz",
                "homepage": "http://www.mindscapehq.com"
            }
        ],
        "description": "Raygun.io client for PHP 5.3, to send errors and exceptions automatically.",
        "homepage": "http://raygun.io",
        "keywords": [
            "errors",
            "exceptions",
            "logging",
            "raygun"
        ],
        "support": {
            "issues": "https://github.com/MindscapeHQ/raygun4php/issues",
            "source": "https://github.com/MindscapeHQ/raygun4php/tree/v1.8.4"
        }
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.100",
        "version_normalized": "9.99.100.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "shasum": ""
        },
        "require": {
            "php": ">= 7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2020-10-15T08:29:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ],
        "support": {
            "email": "info@paragonie.com",
            "issues": "https://github.com/paragonie/random_compat/issues",
            "source": "https://github.com/paragonie/random_compat"
        }
    },
    {
        "name": "phpcompatibility/php-compatibility",
        "version": "9.3.5",
        "version_normalized": "9.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
            "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
            "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
        },
        "conflict": {
            "squizlabs/php_codesniffer": "2.6.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
        },
        "suggest": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
            "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
        },
        "time": "2019-12-27T09:44:58+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Wim Godden",
                "homepage": "https://github.com/wimg",
                "role": "lead"
            },
            {
                "name": "Juliette Reinders Folmer",
                "homepage": "https://github.com/jrfnl",
                "role": "lead"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
            }
        ],
        "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
        "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
        "keywords": [
            "compatibility",
            "phpcs",
            "standards"
        ],
        "support": {
            "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
            "source": "https://github.com/PHPCompatibility/PHPCompatibility"
        }
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "3.6.1",
        "version_normalized": "3.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e",
            "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2021-10-11T04:00:11+00:00",
        "bin": [
            "bin/phpcs",
            "bin/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
        "keywords": [
            "phpcs",
            "standards"
        ],
        "support": {
            "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
            "source": "https://github.com/squizlabs/PHP_CodeSniffer",
            "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
        }
    }
]
