[
    {
        "name": "ahkmunna/paypalpayment",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/ahkmunna/laravel-paypalpayment.git",
            "reference": "2dd75be2ab4069ccdfb2693a75f888c2d72936a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ahkmunna/laravel-paypalpayment/zipball/2dd75be2ab4069ccdfb2693a75f888c2d72936a8",
            "reference": "2dd75be2ab4069ccdfb2693a75f888c2d72936a8",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "paypal/rest-api-sdk-php": "1.13.0",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpspec/phpspec": "~2.0"
        },
        "time": "2019-12-04T06:30:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Anouar\\Paypalpayment": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Munna Khan",
                "email": "bd.munna@hotmail.com"
            }
        ],
        "description": "laravel-paypalpayment is simple package help you process direct credit card payments, stored credit card payments and PayPal account payments with your L4 projects using paypal REST API SDK."
    },
    {
        "name": "algolia/algoliasearch-client-php",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/algolia/algoliasearch-client-php.git",
            "reference": "42793a97c99a68adfe8e39eadadd970b5196f208"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/42793a97c99a68adfe8e39eadadd970b5196f208",
            "reference": "42793a97c99a68adfe8e39eadadd970b5196f208",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": "^7.2 || ^8.0",
            "psr/http-message": "^1.0",
            "psr/log": "^1.0",
            "psr/simple-cache": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "fzaninotto/faker": "^1.8",
            "phpunit/phpunit": "^8.0 || ^9.0",
            "symfony/yaml": "^2.0 || ^4.0"
        },
        "suggest": {
            "guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
        },
        "time": "2021-08-31T14:17:19+00:00",
        "bin": [
            "bin/algolia-doctor"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-2.0": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Algolia\\AlgoliaSearch\\": "src/"
            },
            "files": [
                "src/Http/Psr7/functions.php",
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Algolia Team",
                "email": "contact@algolia.com"
            }
        ],
        "description": "Algolia Search API Client for PHP",
        "keywords": [
            "algolia",
            "api",
            "client",
            "php",
            "search"
        ],
        "support": {
            "issues": "https://github.com/algolia/algoliasearch-client-php/issues",
            "source": "https://github.com/algolia/algoliasearch-client-php/tree/3.1.0"
        }
    },
    {
        "name": "asm89/stack-cors",
        "version": "v2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/asm89/stack-cors.git",
            "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/asm89/stack-cors/zipball/9cb795bf30988e8c96dd3c40623c48a877bc6714",
            "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714",
            "shasum": ""
        },
        "require": {
            "php": "^7.0|^8.0",
            "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
            "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6|^7|^8|^9",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2021-03-11T06:42:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Asm89\\Stack\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander",
                "email": "iam.asm89@gmail.com"
            }
        ],
        "description": "Cross-origin resource sharing library and stack middleware",
        "homepage": "https://github.com/asm89/stack-cors",
        "keywords": [
            "cors",
            "stack"
        ],
        "support": {
            "issues": "https://github.com/asm89/stack-cors/issues",
            "source": "https://github.com/asm89/stack-cors/tree/v2.0.3"
        }
    },
    {
        "name": "authorizenet/authorizenet",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/AuthorizeNet/sdk-php.git",
            "reference": "a3e76f96f674d16e892f87c58bedb99dada4b067"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/AuthorizeNet/sdk-php/zipball/a3e76f96f674d16e892f87c58bedb99dada4b067",
            "reference": "a3e76f96f674d16e892f87c58bedb99dada4b067",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.6"
        },
        "time": "2021-03-31T18:22:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "proprietary"
        ],
        "description": "Official PHP SDK for Authorize.Net",
        "homepage": "http://developer.authorize.net",
        "keywords": [
            "authorize.net",
            "authorizenet",
            "ecommerce",
            "payment"
        ],
        "support": {
            "issues": "https://github.com/AuthorizeNet/sdk-php/issues",
            "source": "https://github.com/AuthorizeNet/sdk-php/tree/2.0.2"
        }
    },
    {
        "name": "aws/aws-crt-php",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/awslabs/aws-crt-php.git",
            "reference": "3942776a8c99209908ee0b287746263725685732"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
            "reference": "3942776a8c99209908ee0b287746263725685732",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|^5.4.3"
        },
        "time": "2021-09-03T22:57:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "AWS SDK Common Runtime Team",
                "email": "aws-sdk-common-runtime@amazon.com"
            }
        ],
        "description": "AWS Common Runtime for PHP",
        "homepage": "http://aws.amazon.com/sdkforphp",
        "keywords": [
            "amazon",
            "aws",
            "crt",
            "sdk"
        ],
        "support": {
            "issues": "https://github.com/awslabs/aws-crt-php/issues",
            "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
        }
    },
    {
        "name": "aws/aws-sdk-php",
        "version": "3.208.7",
        "version_normalized": "3.208.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aws/aws-sdk-php.git",
            "reference": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c",
            "reference": "41a800dd7cf5c4ac0ef9bf8db01e838ab6a3698c",
            "shasum": ""
        },
        "require": {
            "aws/aws-crt-php": "^1.0.2",
            "ext-json": "*",
            "ext-pcre": "*",
            "ext-simplexml": "*",
            "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
            "guzzlehttp/promises": "^1.4.0",
            "guzzlehttp/psr7": "^1.7.0|^2.0",
            "mtdowling/jmespath.php": "^2.6",
            "php": ">=5.5"
        },
        "require-dev": {
            "andrewsville/php-token-reflection": "^1.4",
            "aws/aws-php-sns-message-validator": "~1.0",
            "behat/behat": "~3.0",
            "doctrine/cache": "~1.4",
            "ext-dom": "*",
            "ext-openssl": "*",
            "ext-pcntl": "*",
            "ext-sockets": "*",
            "nette/neon": "^2.3",
            "paragonie/random_compat": ">= 2",
            "phpunit/phpunit": "^4.8.35|^5.4.3",
            "psr/cache": "^1.0",
            "psr/simple-cache": "^1.0",
            "sebastian/comparator": "^1.2.3"
        },
        "suggest": {
            "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
            "doctrine/cache": "To use the DoctrineCacheAdapter",
            "ext-curl": "To send requests using cURL",
            "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
            "ext-sockets": "To use client-side monitoring"
        },
        "time": "2021-12-21T19:16:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Aws\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Amazon Web Services",
                "homepage": "http://aws.amazon.com"
            }
        ],
        "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
        "homepage": "http://aws.amazon.com/sdkforphp",
        "keywords": [
            "amazon",
            "aws",
            "cloud",
            "dynamodb",
            "ec2",
            "glacier",
            "s3",
            "sdk"
        ]
    },
    {
        "name": "balping/json-raw-encoder",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://gitlab.com/balping/json-raw-encoder.git",
            "reference": "e2b0ab888342b0716f1f0628e2fa13b345c5f276"
        },
        "dist": {
            "type": "zip",
            "url": "https://gitlab.com/api/v4/projects/balping%2Fjson-raw-encoder/repository/archive.zip?sha=e2b0ab888342b0716f1f0628e2fa13b345c5f276",
            "reference": "e2b0ab888342b0716f1f0628e2fa13b345c5f276",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.1"
        },
        "time": "2020-06-06T16:24:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Balping\\JsonRaw\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-3.0-only"
        ],
        "authors": [
            {
                "name": "Balázs Dura-Kovács"
            }
        ],
        "description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
        "keywords": [
            "callback",
            "encode",
            "json"
        ],
        "support": {
            "issues": "https://gitlab.com/api/v4/projects/6731265/issues"
        }
    },
    {
        "name": "box/spout",
        "version": "v3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/box/spout.git",
            "reference": "9bdb027d312b732515b884a341c0ad70372c6295"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/box/spout/zipball/9bdb027d312b732515b884a341c0ad70372c6295",
            "reference": "9bdb027d312b732515b884a341c0ad70372c6295",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlreader": "*",
            "ext-zip": "*",
            "php": ">=7.2.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2",
            "phpunit/phpunit": "^8"
        },
        "suggest": {
            "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
            "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
        },
        "time": "2021-05-14T21:18:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Box\\Spout\\": "src/Spout"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Adrien Loison",
                "email": "adrien@box.com"
            }
        ],
        "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
        "homepage": "https://www.github.com/box/spout",
        "keywords": [
            "OOXML",
            "csv",
            "excel",
            "memory",
            "odf",
            "ods",
            "office",
            "open",
            "php",
            "read",
            "scale",
            "spreadsheet",
            "stream",
            "write",
            "xlsx"
        ],
        "support": {
            "issues": "https://github.com/box/spout/issues",
            "source": "https://github.com/box/spout/tree/v3.3.0"
        }
    },
    {
        "name": "brick/math",
        "version": "0.9.3",
        "version_normalized": "0.9.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/brick/math.git",
            "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
            "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.2",
            "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
            "vimeo/psalm": "4.9.2"
        },
        "time": "2021-08-15T20:50:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Brick\\Math\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Arbitrary-precision arithmetic library",
        "keywords": [
            "Arbitrary-precision",
            "BigInteger",
            "BigRational",
            "arithmetic",
            "bigdecimal",
            "bignum",
            "brick",
            "math"
        ],
        "support": {
            "issues": "https://github.com/brick/math/issues",
            "source": "https://github.com/brick/math/tree/0.9.3"
        },
        "funding": [
            {
                "url": "https://github.com/BenMorel",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/brick/math",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "composer/package-versions-deprecated",
        "version": "1.11.99.4",
        "version_normalized": "1.11.99.4",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/package-versions-deprecated.git",
            "reference": "b174585d1fe49ceed21928a945138948cb394600"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
            "reference": "b174585d1fe49ceed21928a945138948cb394600",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1.0 || ^2.0",
            "php": "^7 || ^8"
        },
        "replace": {
            "ocramius/package-versions": "1.11.99"
        },
        "require-dev": {
            "composer/composer": "^1.9.3 || ^2.0@dev",
            "ext-zip": "^1.13",
            "phpunit/phpunit": "^6.5 || ^7"
        },
        "time": "2021-09-13T08:41:34+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "PackageVersions\\Installer",
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PackageVersions\\": "src/PackageVersions"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            },
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be"
            }
        ],
        "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
        "support": {
            "issues": "https://github.com/composer/package-versions-deprecated/issues",
            "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
        },
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "consoletvs/charts",
        "version": "6.5.5",
        "version_normalized": "6.5.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ConsoleTVs/Charts.git",
            "reference": "0005d14e4fe6715f4146a4dc3b56add768233001"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/0005d14e4fe6715f4146a4dc3b56add768233001",
            "reference": "0005d14e4fe6715f4146a4dc3b56add768233001",
            "shasum": ""
        },
        "require": {
            "balping/json-raw-encoder": "^1.0",
            "illuminate/console": "^5.0|^6.0|^7.0|^8.0",
            "illuminate/support": "^5.0|^6.0|^7.0|^8.0",
            "php": ">=7.0"
        },
        "time": "2020-09-10T14:20:26+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "ConsoleTVs\\Charts\\ChartsServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ConsoleTVs\\Charts\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Èrik Campobadal Forés",
                "email": "soc@erik.cat"
            }
        ],
        "description": "The laravel charting package",
        "support": {
            "issues": "https://github.com/ConsoleTVs/Charts/issues",
            "source": "https://github.com/ConsoleTVs/Charts/tree/6.5.5"
        },
        "funding": [
            {
                "url": "https://github.com/ConsoleTVs",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/ErikCampobadal",
                "type": "patreon"
            }
        ]
    },
    {
        "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": "dflydev/dot-access-data",
        "version": "v3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
            "reference": "0992cc19268b259a39e86f296da5f0677841f42c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",
            "reference": "0992cc19268b259a39e86f296da5f0677841f42c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.12.42",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
            "scrutinizer/ocular": "1.6.0",
            "squizlabs/php_codesniffer": "^3.5",
            "vimeo/psalm": "^3.14"
        },
        "time": "2021-08-13T13:06:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dflydev\\DotAccessData\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dragonfly Development Inc.",
                "email": "info@dflydev.com",
                "homepage": "http://dflydev.com"
            },
            {
                "name": "Beau Simensen",
                "email": "beau@dflydev.com",
                "homepage": "http://beausimensen.com"
            },
            {
                "name": "Carlos Frutos",
                "email": "carlos@kiwing.it",
                "homepage": "https://github.com/cfrutos"
            },
            {
                "name": "Colin O'Dell",
                "email": "colinodell@gmail.com",
                "homepage": "https://www.colinodell.com"
            }
        ],
        "description": "Given a deep data structure, access data by dot notation.",
        "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
        "keywords": [
            "access",
            "data",
            "dot",
            "notation"
        ],
        "support": {
            "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
            "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"
        }
    },
    {
        "name": "doctrine/cache",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
            "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
            "shasum": ""
        },
        "require": {
            "php": "~7.1 || ^8.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "cache/integration-tests": "dev-master",
            "doctrine/coding-standard": "^8.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
            "predis/predis": "~1.0",
            "psr/cache": "^1.0 || ^2.0 || ^3.0",
            "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
            "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2021-07-17T14:49:29+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
        "homepage": "https://www.doctrine-project.org/projects/cache.html",
        "keywords": [
            "abstraction",
            "apcu",
            "cache",
            "caching",
            "couchdb",
            "memcached",
            "php",
            "redis",
            "xcache"
        ],
        "support": {
            "issues": "https://github.com/doctrine/cache/issues",
            "source": "https://github.com/doctrine/cache/tree/2.1.1"
        },
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/5d54f63541d7bed1156cb5c9b79274ced61890e4",
            "reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4",
            "shasum": ""
        },
        "require": {
            "composer/package-versions-deprecated": "^1.11.99",
            "doctrine/cache": "^1.11|^2.0",
            "doctrine/deprecations": "^0.5.3",
            "doctrine/event-manager": "^1.0",
            "php": "^7.3 || ^8.0",
            "psr/cache": "^1|^2|^3",
            "psr/log": "^1|^2|^3"
        },
        "require-dev": {
            "doctrine/coding-standard": "9.0.0",
            "jetbrains/phpstorm-stubs": "2021.1",
            "phpstan/phpstan": "1.2.0",
            "phpstan/phpstan-strict-rules": "^1.1",
            "phpunit/phpunit": "9.5.10",
            "psalm/plugin-phpunit": "0.16.1",
            "squizlabs/php_codesniffer": "3.6.1",
            "symfony/cache": "^5.2|^6.0",
            "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
            "vimeo/psalm": "4.13.0"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2021-11-26T21:00:12+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\DBAL\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
        "homepage": "https://www.doctrine-project.org/projects/dbal.html",
        "keywords": [
            "abstraction",
            "database",
            "db2",
            "dbal",
            "mariadb",
            "mssql",
            "mysql",
            "oci8",
            "oracle",
            "pdo",
            "pgsql",
            "postgresql",
            "queryobject",
            "sasql",
            "sql",
            "sqlite",
            "sqlserver",
            "sqlsrv"
        ],
        "support": {
            "issues": "https://github.com/doctrine/dbal/issues",
            "source": "https://github.com/doctrine/dbal/tree/3.2.0"
        },
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/deprecations",
        "version": "v0.5.3",
        "version_normalized": "0.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/deprecations.git",
            "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
            "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
            "shasum": ""
        },
        "require": {
            "php": "^7.1|^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0|^7.0|^8.0",
            "phpunit/phpunit": "^7.0|^8.0|^9.0",
            "psr/log": "^1.0"
        },
        "suggest": {
            "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
        },
        "time": "2021-03-21T12:59:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
        "homepage": "https://www.doctrine-project.org/",
        "support": {
            "issues": "https://github.com/doctrine/deprecations/issues",
            "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
        }
    },
    {
        "name": "doctrine/event-manager",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/event-manager.git",
            "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
            "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "conflict": {
            "doctrine/common": "<2.9@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2020-05-29T18:28:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
        "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
        "keywords": [
            "event",
            "event dispatcher",
            "event manager",
            "event system",
            "events"
        ],
        "support": {
            "issues": "https://github.com/doctrine/event-manager/issues",
            "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
        },
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
            "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.2",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
            "vimeo/psalm": "^4.10"
        },
        "time": "2021-10-22T20:16:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
        "homepage": "https://www.doctrine-project.org/projects/inflector.html",
        "keywords": [
            "inflection",
            "inflector",
            "lowercase",
            "manipulation",
            "php",
            "plural",
            "singular",
            "strings",
            "uppercase",
            "words"
        ],
        "support": {
            "issues": "https://github.com/doctrine/inflector/issues",
            "source": "https://github.com/doctrine/inflector/tree/2.0.4"
        },
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2020-05-25T17:44:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ],
        "support": {
            "issues": "https://github.com/doctrine/lexer/issues",
            "source": "https://github.com/doctrine/lexer/tree/1.2.1"
        },
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "dompdf/dompdf",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dompdf/dompdf.git",
            "reference": "de4aad040737a89fae2129cdeb0f79c45513128d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dompdf/dompdf/zipball/de4aad040737a89fae2129cdeb0f79c45513128d",
            "reference": "de4aad040737a89fae2129cdeb0f79c45513128d",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
            "phenx/php-font-lib": "^0.5.2",
            "phenx/php-svg-lib": "^0.3.3",
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.3",
            "phpunit/phpunit": "^7.5 || ^8 || ^9",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "suggest": {
            "ext-gd": "Needed to process images",
            "ext-gmagick": "Improves image processing performance",
            "ext-imagick": "Improves image processing performance",
            "ext-zlib": "Needed for pdf stream compression"
        },
        "time": "2021-11-24T00:45:04+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dompdf\\": "src/"
            },
            "classmap": [
                "lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            },
            {
                "name": "Brian Sweeney",
                "email": "eclecticgeek@gmail.com"
            },
            {
                "name": "Gabriel Bull",
                "email": "me@gabrielbull.com"
            }
        ],
        "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
        "homepage": "https://github.com/dompdf/dompdf",
        "support": {
            "issues": "https://github.com/dompdf/dompdf/issues",
            "source": "https://github.com/dompdf/dompdf/tree/v1.1.1"
        }
    },
    {
        "name": "dragonmantank/cron-expression",
        "version": "v3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dragonmantank/cron-expression.git",
            "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
            "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
            "shasum": ""
        },
        "require": {
            "php": "^7.2|^8.0",
            "webmozart/assert": "^1.7.0"
        },
        "replace": {
            "mtdowling/cron-expression": "^1.0"
        },
        "require-dev": {
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-webmozart-assert": "^0.12.7",
            "phpunit/phpunit": "^7.0|^8.0|^9.0"
        },
        "time": "2020-11-24T19:55:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cron\\": "src/Cron/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Tankersley",
                "email": "chris@ctankersley.com",
                "homepage": "https://github.com/dragonmantank"
            }
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ],
        "support": {
            "issues": "https://github.com/dragonmantank/cron-expression/issues",
            "source": "https://github.com/dragonmantank/cron-expression/tree/v3.1.0"
        },
        "funding": [
            {
                "url": "https://github.com/dragonmantank",
                "type": "github"
            }
        ]
    },
    {
        "name": "drewm/mailchimp-api",
        "version": "v2.5.4",
        "version_normalized": "2.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/drewm/mailchimp-api.git",
            "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
            "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "7.0.*",
            "vlucas/phpdotenv": "^2.0"
        },
        "time": "2019-08-06T09:24:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DrewM\\MailChimp\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Drew McLellan",
                "email": "drew.mclellan@gmail.com",
                "homepage": "http://allinthehead.com/"
            }
        ],
        "description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
        "homepage": "https://github.com/drewm/mailchimp-api",
        "support": {
            "issues": "https://github.com/drewm/mailchimp-api/issues",
            "source": "https://github.com/drewm/mailchimp-api/tree/master"
        }
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.25",
        "version_normalized": "2.1.25.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
            "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">=5.5",
            "symfony/polyfill-intl-idn": "^1.10"
        },
        "require-dev": {
            "dominicsayers/isemail": "^3.0.7",
            "phpunit/phpunit": "^4.8.36|^7.5.15",
            "satooshi/php-coveralls": "^1.0.1"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2020-12-29T14:50:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ],
        "support": {
            "issues": "https://github.com/egulias/EmailValidator/issues",
            "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
        },
        "funding": [
            {
                "url": "https://github.com/egulias",
                "type": "github"
            }
        ]
    },
    {
        "name": "erusev/parsedown",
        "version": "1.7.4",
        "version_normalized": "1.7.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/erusev/parsedown.git",
            "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
            "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35"
        },
        "time": "2019-12-30T22:54:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Parsedown": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Emanuil Rusev",
                "email": "hello@erusev.com",
                "homepage": "http://erusev.com"
            }
        ],
        "description": "Parser for Markdown.",
        "homepage": "http://parsedown.org",
        "keywords": [
            "markdown",
            "parser"
        ],
        "support": {
            "issues": "https://github.com/erusev/parsedown/issues",
            "source": "https://github.com/erusev/parsedown/tree/1.7.x"
        }
    },
    {
        "name": "fakerphp/faker",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FakerPHP/Faker.git",
            "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/b85e9d44eae8c52cca7aa0939483611f7232b669",
            "reference": "b85e9d44eae8c52cca7aa0939483611f7232b669",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0",
            "psr/container": "^1.0 || ^2.0",
            "symfony/deprecation-contracts": "^2.2 || ^3.0"
        },
        "conflict": {
            "fzaninotto/faker": "*"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4.1",
            "ext-intl": "*",
            "symfony/phpunit-bridge": "^4.4 || ^5.2"
        },
        "suggest": {
            "ext-curl": "Required by Faker\\Provider\\Image to download images.",
            "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
            "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
            "ext-mbstring": "Required for multibyte Unicode string functionality."
        },
        "time": "2021-12-05T17:14:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "v1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Faker\\": "src/Faker/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "François Zaninotto"
            }
        ],
        "description": "Faker is a PHP library that generates fake data for you.",
        "keywords": [
            "data",
            "faker",
            "fixtures"
        ]
    },
    {
        "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"
        }
    },
    {
        "name": "fruitcake/laravel-cors",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fruitcake/laravel-cors.git",
            "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",
            "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",
            "shasum": ""
        },
        "require": {
            "asm89/stack-cors": "^2.0.1",
            "illuminate/contracts": "^6|^7|^8|^9",
            "illuminate/support": "^6|^7|^8|^9",
            "php": ">=7.2",
            "symfony/http-foundation": "^4|^5",
            "symfony/http-kernel": "^4.3.4|^5"
        },
        "require-dev": {
            "laravel/framework": "^6|^7|^8",
            "orchestra/testbench-dusk": "^4|^5|^6|^7",
            "phpunit/phpunit": "^6|^7|^8|^9",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2021-04-26T11:24:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            },
            "laravel": {
                "providers": [
                    "Fruitcake\\Cors\\CorsServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fruitcake\\Cors\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fruitcake",
                "homepage": "https://fruitcake.nl"
            },
            {
                "name": "Barry vd. Heuvel",
                "email": "barryvdh@gmail.com"
            }
        ],
        "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
        "keywords": [
            "api",
            "cors",
            "crossdomain",
            "laravel"
        ],
        "support": {
            "issues": "https://github.com/fruitcake/laravel-cors/issues",
            "source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"
        },
        "funding": [
            {
                "url": "https://github.com/barryvdh",
                "type": "github"
            }
        ]
    },
    {
        "name": "google/apiclient",
        "version": "v2.12.1",
        "version_normalized": "2.12.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client.git",
            "reference": "1530583a711f4414407112c4068464bcbace1c71"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/1530583a711f4414407112c4068464bcbace1c71",
            "reference": "1530583a711f4414407112c4068464bcbace1c71",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
            "google/apiclient-services": "~0.200",
            "google/auth": "^1.10",
            "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
            "guzzlehttp/psr7": "^1.7||^2.0.0",
            "monolog/monolog": "^1.17||^2.0",
            "php": "^5.6|^7.0|^8.0",
            "phpseclib/phpseclib": "~2.0||^3.0.2"
        },
        "require-dev": {
            "cache/filesystem-adapter": "^0.3.2|^1.1",
            "composer/composer": "^1.10.22",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
            "phpcompatibility/php-compatibility": "^9.2",
            "phpspec/prophecy-phpunit": "^1.1||^2.0",
            "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
            "squizlabs/php_codesniffer": "~2.3",
            "symfony/css-selector": "~2.1",
            "symfony/dom-crawler": "~2.1",
            "yoast/phpunit-polyfills": "^1.0"
        },
        "suggest": {
            "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
        },
        "time": "2021-12-02T03:34:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\": "src/"
            },
            "files": [
                "src/aliases.php"
            ],
            "classmap": [
                "src/aliases.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ]
    },
    {
        "name": "google/apiclient-services",
        "version": "v0.228.0",
        "version_normalized": "0.228.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client-services.git",
            "reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
            "reference": "ec64bbf1d6af9475bee7b1ce4fc0ed8a0a8d8889",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7||^8.5.13"
        },
        "time": "2021-12-21T12:26:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\Service\\": "src"
            },
            "files": [
                "autoload.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ]
    },
    {
        "name": "google/auth",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-auth-library-php.git",
            "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347",
            "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
            "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
            "guzzlehttp/psr7": "^1.7|^2.0",
            "php": ">=5.4",
            "psr/cache": "^1.0|^2.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "guzzlehttp/promises": "0.1.1|^1.3",
            "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
            "phpseclib/phpseclib": "^2.0.31",
            "phpunit/phpunit": "^4.8.36|^5.7",
            "sebastian/comparator": ">=1.2.3"
        },
        "suggest": {
            "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
        },
        "time": "2021-08-24T18:03:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Google\\Auth\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Google Auth Library for PHP",
        "homepage": "http://github.com/google/google-auth-library-php",
        "keywords": [
            "Authentication",
            "google",
            "oauth2"
        ],
        "support": {
            "docs": "https://googleapis.github.io/google-auth-library-php/master/",
            "issues": "https://github.com/googleapis/google-auth-library-php/issues",
            "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0"
        }
    },
    {
        "name": "graham-campbell/result-type",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/GrahamCampbell/Result-Type.git",
            "reference": "0690bde05318336c7221785f2a932467f98b64ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
            "reference": "0690bde05318336c7221785f2a932467f98b64ca",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0",
            "phpoption/phpoption": "^1.8"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
        },
        "time": "2021-11-21T21:41:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GrahamCampbell\\ResultType\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "hello@gjcampbell.co.uk",
                "homepage": "https://github.com/GrahamCampbell"
            }
        ],
        "description": "An Implementation Of The Result Type",
        "keywords": [
            "Graham Campbell",
            "GrahamCampbell",
            "Result Type",
            "Result-Type",
            "result"
        ],
        "support": {
            "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
            "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
        },
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "guzzle/guzzle",
        "version": "v3.8.1",
        "version_normalized": "3.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
            "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "php": ">=5.3.3",
            "symfony/event-dispatcher": ">=2.1"
        },
        "replace": {
            "guzzle/batch": "self.version",
            "guzzle/cache": "self.version",
            "guzzle/common": "self.version",
            "guzzle/http": "self.version",
            "guzzle/inflection": "self.version",
            "guzzle/iterator": "self.version",
            "guzzle/log": "self.version",
            "guzzle/parser": "self.version",
            "guzzle/plugin": "self.version",
            "guzzle/plugin-async": "self.version",
            "guzzle/plugin-backoff": "self.version",
            "guzzle/plugin-cache": "self.version",
            "guzzle/plugin-cookie": "self.version",
            "guzzle/plugin-curlauth": "self.version",
            "guzzle/plugin-error-response": "self.version",
            "guzzle/plugin-history": "self.version",
            "guzzle/plugin-log": "self.version",
            "guzzle/plugin-md5": "self.version",
            "guzzle/plugin-mock": "self.version",
            "guzzle/plugin-oauth": "self.version",
            "guzzle/service": "self.version",
            "guzzle/stream": "self.version"
        },
        "require-dev": {
            "doctrine/cache": "*",
            "monolog/monolog": "1.*",
            "phpunit/phpunit": "3.7.*",
            "psr/log": "1.0.*",
            "symfony/class-loader": "*",
            "zendframework/zend-cache": "<2.3",
            "zendframework/zend-log": "<2.3"
        },
        "time": "2014-01-28T22:29:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Guzzle": "src/",
                "Guzzle\\Tests": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Guzzle Community",
                "homepage": "https://github.com/guzzle/guzzle/contributors"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ],
        "support": {
            "issues": "https://github.com/guzzle/guzzle/issues",
            "source": "https://github.com/guzzle/guzzle/tree/master"
        },
        "abandoned": "guzzlehttp/guzzle"
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "7.4.1",
        "version_normalized": "7.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
            "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.5",
            "guzzlehttp/psr7": "^1.8.3 || ^2.1",
            "php": "^7.2.5 || ^8.0",
            "psr/http-client": "^1.0",
            "symfony/deprecation-contracts": "^2.2 || ^3.0"
        },
        "provide": {
            "psr/http-client-implementation": "1.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4.1",
            "ext-curl": "*",
            "php-http/client-integration-tests": "^3.0",
            "phpunit/phpunit": "^8.5.5 || ^9.3.5",
            "psr/log": "^1.1 || ^2.0 || ^3.0"
        },
        "suggest": {
            "ext-curl": "Required for CURL handler support",
            "ext-intl": "Required for Internationalized Domain Name (IDN) support",
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2021-12-06T18:43:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "7.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "hello@gjcampbell.co.uk",
                "homepage": "https://github.com/GrahamCampbell"
            },
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Jeremy Lindblom",
                "email": "jeremeamia@gmail.com",
                "homepage": "https://github.com/jeremeamia"
            },
            {
                "name": "George Mponos",
                "email": "gmponos@gmail.com",
                "homepage": "https://github.com/gmponos"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/Nyholm"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com",
                "homepage": "https://github.com/sagikazarmark"
            },
            {
                "name": "Tobias Schultze",
                "email": "webmaster@tubo-world.de",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "psr-18",
            "psr-7",
            "rest",
            "web service"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://github.com/Nyholm",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
            "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^4.4 || ^5.1"
        },
        "time": "2021-10-22T20:56:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "hello@gjcampbell.co.uk",
                "homepage": "https://github.com/GrahamCampbell"
            },
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/Nyholm"
            },
            {
                "name": "Tobias Schultze",
                "email": "webmaster@tubo-world.de",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ],
        "support": {
            "issues": "https://github.com/guzzle/promises/issues",
            "source": "https://github.com/guzzle/promises/tree/1.5.1"
        },
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://github.com/Nyholm",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.8.3",
        "version_normalized": "1.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
            "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2021-10-05T13:56:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "hello@gjcampbell.co.uk",
                "homepage": "https://github.com/GrahamCampbell"
            },
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "George Mponos",
                "email": "gmponos@gmail.com",
                "homepage": "https://github.com/gmponos"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com",
                "homepage": "https://github.com/Nyholm"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com",
                "homepage": "https://github.com/sagikazarmark"
            },
            {
                "name": "Tobias Schultze",
                "email": "webmaster@tubo-world.de",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ],
        "support": {
            "issues": "https://github.com/guzzle/psr7/issues",
            "source": "https://github.com/guzzle/psr7/tree/1.8.3"
        },
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://github.com/Nyholm",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "instamojo/instamojo-php",
        "version": "0.4",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Instamojo/instamojo-php.git",
            "reference": "99dc50bf008be77be84f447607e416f73f319904"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Instamojo/instamojo-php/zipball/99dc50bf008be77be84f447607e416f73f319904",
            "reference": "99dc50bf008be77be84f447607e416f73f319904",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-05-05T17:03:40+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Instamojo\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Instamojo and contributors",
                "email": "dev@instamojo.com",
                "homepage": "https://github.com/instamojo/instamojo-php/contributors"
            }
        ],
        "description": "This is composer wrapper for instamojo-php",
        "homepage": "https://github.com/instamojo/instamojo-php/",
        "keywords": [
            "api",
            "instamojo",
            "php",
            "wrapper"
        ],
        "support": {
            "docs": "https://github.com/instamojo/instamojo-php/",
            "email": "support@instamojo.com",
            "issues": "https://github.com/instamojo/instamojo-php/issues",
            "source": "https://github.com/Instamojo/instamojo-php/tree/0.4"
        }
    },
    {
        "name": "intervention/image",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Intervention/image.git",
            "reference": "744ebba495319501b873a4e48787759c72e3fb8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Intervention/image/zipball/744ebba495319501b873a4e48787759c72e3fb8c",
            "reference": "744ebba495319501b873a4e48787759c72e3fb8c",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "guzzlehttp/psr7": "~1.1 || ^2.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.2",
            "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
        },
        "suggest": {
            "ext-gd": "to use GD library based image processing.",
            "ext-imagick": "to use Imagick based image processing.",
            "intervention/imagecache": "Caching extension for the Intervention Image library"
        },
        "time": "2021-12-16T16:49:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            },
            "laravel": {
                "providers": [
                    "Intervention\\Image\\ImageServiceProvider"
                ],
                "aliases": {
                    "Image": "Intervention\\Image\\Facades\\Image"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Intervention\\Image\\": "src/Intervention/Image"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oliver Vogel",
                "email": "oliver@olivervogel.com",
                "homepage": "http://olivervogel.com/"
            }
        ],
        "description": "Image handling and manipulation library with support for Laravel integration",
        "homepage": "http://image.intervention.io/",
        "keywords": [
            "gd",
            "image",
            "imagick",
            "laravel",
            "thumbnail",
            "watermark"
        ],
        "funding": [
            {
                "url": "https://www.paypal.me/interventionphp",
                "type": "custom"
            },
            {
                "url": "https://github.com/Intervention",
                "type": "github"
            }
        ]
    },
    {
        "name": "ixudra/curl",
        "version": "6.22.0",
        "version_normalized": "6.22.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ixudra/curl.git",
            "reference": "23cf5977a03a3ebcc41e979ef9e6ba87ae508f0e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ixudra/curl/zipball/23cf5977a03a3ebcc41e979ef9e6ba87ae508f0e",
            "reference": "23cf5977a03a3ebcc41e979ef9e6ba87ae508f0e",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "illuminate/support": ">=4.0",
            "php": ">=5.4.0"
        },
        "time": "2021-11-14T14:39:54+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Ixudra\\Curl\\CurlServiceProvider"
                ],
                "aliases": {
                    "Curl": "Ixudra\\Curl\\Facades\\Curl"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ixudra\\Curl\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Oris",
                "email": "jan.oris@ixudra.be"
            }
        ],
        "description": "Custom PHP Curl library for the Laravel framework - developed by Ixudra",
        "homepage": "http://ixudra.be",
        "keywords": [
            "Ixudra",
            "curl",
            "laravel"
        ],
        "support": {
            "issues": "https://github.com/ixudra/curl/issues",
            "source": "https://github.com/ixudra/curl/tree/6.22.0"
        }
    },
    {
        "name": "laracasts/flash",
        "version": "3.2",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laracasts/flash.git",
            "reference": "76c2e200498795bdbeda97b682536130316e8b97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laracasts/flash/zipball/76c2e200498795bdbeda97b682536130316e8b97",
            "reference": "76c2e200498795bdbeda97b682536130316e8b97",
            "shasum": ""
        },
        "require": {
            "illuminate/support": "~5.0|^6.0|^7.0|^8.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "dev-master",
            "phpunit/phpunit": "^6.1"
        },
        "time": "2020-09-07T13:25:35+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Laracasts\\Flash\\FlashServiceProvider"
                ],
                "aliases": {
                    "Flash": "Laracasts\\Flash\\Flash"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Laracasts\\Flash": "src/"
            },
            "files": [
                "src/Laracasts/Flash/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeffrey Way",
                "email": "jeffrey@laracasts.com"
            }
        ],
        "description": "Easy flash notifications",
        "support": {
            "issues": "https://github.com/laracasts/flash/issues",
            "source": "https://github.com/laracasts/flash/tree/master"
        }
    },
    {
        "name": "laravel/cashier",
        "version": "v13.6.1",
        "version_normalized": "13.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/cashier-stripe.git",
            "reference": "dcdd389f245a338854ca989cef300557d21f5025"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/cashier-stripe/zipball/dcdd389f245a338854ca989cef300557d21f5025",
            "reference": "dcdd389f245a338854ca989cef300557d21f5025",
            "shasum": ""
        },
        "require": {
            "dompdf/dompdf": "^0.8.6|^1.0.1",
            "ext-json": "*",
            "illuminate/console": "^8.0",
            "illuminate/contracts": "^8.0",
            "illuminate/database": "^8.0",
            "illuminate/http": "^8.0",
            "illuminate/log": "^8.0",
            "illuminate/notifications": "^8.0",
            "illuminate/routing": "^8.0",
            "illuminate/support": "^8.0",
            "illuminate/view": "^8.0",
            "moneyphp/money": "^3.2|^4.0",
            "nesbot/carbon": "^2.0",
            "php": "^7.3|^8.0",
            "stripe/stripe-php": "^7.39",
            "symfony/http-kernel": "^5.0",
            "symfony/polyfill-intl-icu": "^1.22.1"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "orchestra/testbench": "^6.0",
            "phpunit/phpunit": "^9.0"
        },
        "suggest": {
            "ext-intl": "Allows for more locales besides the default \"en\" when formatting money values."
        },
        "time": "2021-11-23T16:30:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "13.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Cashier\\CashierServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Cashier\\": "src/",
                "Laravel\\Cashier\\Database\\Factories\\": "database/factories/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.",
        "keywords": [
            "billing",
            "laravel",
            "stripe"
        ],
        "support": {
            "issues": "https://github.com/laravel/cashier/issues",
            "source": "https://github.com/laravel/cashier"
        }
    },
    {
        "name": "laravel/framework",
        "version": "v8.77.1",
        "version_normalized": "8.77.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/framework.git",
            "reference": "994dbac5c6da856c77c81a411cff5b7d31519ca8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/framework/zipball/994dbac5c6da856c77c81a411cff5b7d31519ca8",
            "reference": "994dbac5c6da856c77c81a411cff5b7d31519ca8",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.4|^2.0",
            "dragonmantank/cron-expression": "^3.0.2",
            "egulias/email-validator": "^2.1.10",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "laravel/serializable-closure": "^1.0",
            "league/commonmark": "^1.3|^2.0.2",
            "league/flysystem": "^1.1",
            "monolog/monolog": "^2.0",
            "nesbot/carbon": "^2.53.1",
            "opis/closure": "^3.6",
            "php": "^7.3|^8.0",
            "psr/container": "^1.0",
            "psr/log": "^1.0|^2.0",
            "psr/simple-cache": "^1.0",
            "ramsey/uuid": "^4.2.2",
            "swiftmailer/swiftmailer": "^6.3",
            "symfony/console": "^5.4",
            "symfony/error-handler": "^5.4",
            "symfony/finder": "^5.4",
            "symfony/http-foundation": "^5.4",
            "symfony/http-kernel": "^5.4",
            "symfony/mime": "^5.4",
            "symfony/process": "^5.4",
            "symfony/routing": "^5.4",
            "symfony/var-dumper": "^5.4",
            "tijsverkoyen/css-to-inline-styles": "^2.2.2",
            "vlucas/phpdotenv": "^5.2",
            "voku/portable-ascii": "^1.4.8"
        },
        "conflict": {
            "tightenco/collect": "<5.5.33"
        },
        "provide": {
            "psr/container-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0"
        },
        "replace": {
            "illuminate/auth": "self.version",
            "illuminate/broadcasting": "self.version",
            "illuminate/bus": "self.version",
            "illuminate/cache": "self.version",
            "illuminate/collections": "self.version",
            "illuminate/config": "self.version",
            "illuminate/console": "self.version",
            "illuminate/container": "self.version",
            "illuminate/contracts": "self.version",
            "illuminate/cookie": "self.version",
            "illuminate/database": "self.version",
            "illuminate/encryption": "self.version",
            "illuminate/events": "self.version",
            "illuminate/filesystem": "self.version",
            "illuminate/hashing": "self.version",
            "illuminate/http": "self.version",
            "illuminate/log": "self.version",
            "illuminate/macroable": "self.version",
            "illuminate/mail": "self.version",
            "illuminate/notifications": "self.version",
            "illuminate/pagination": "self.version",
            "illuminate/pipeline": "self.version",
            "illuminate/queue": "self.version",
            "illuminate/redis": "self.version",
            "illuminate/routing": "self.version",
            "illuminate/session": "self.version",
            "illuminate/support": "self.version",
            "illuminate/testing": "self.version",
            "illuminate/translation": "self.version",
            "illuminate/validation": "self.version",
            "illuminate/view": "self.version"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^3.198.1",
            "doctrine/dbal": "^2.13.3|^3.1.4",
            "filp/whoops": "^2.14.3",
            "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
            "league/flysystem-cached-adapter": "^1.0",
            "mockery/mockery": "^1.4.4",
            "orchestra/testbench-core": "^6.27",
            "pda/pheanstalk": "^4.0",
            "phpunit/phpunit": "^8.5.19|^9.5.8",
            "predis/predis": "^1.1.9",
            "symfony/cache": "^5.4"
        },
        "suggest": {
            "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).",
            "brianium/paratest": "Required to run tests in parallel (^6.0).",
            "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
            "ext-bcmath": "Required to use the multiple_of validation rule.",
            "ext-ftp": "Required to use the Flysystem FTP driver.",
            "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
            "ext-memcached": "Required to use the memcache cache driver.",
            "ext-pcntl": "Required to use all features of the queue worker.",
            "ext-posix": "Required to use all features of the queue worker.",
            "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
            "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
            "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
            "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
            "laravel/tinker": "Required to use the tinker console command (^2.0).",
            "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
            "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
            "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
            "mockery/mockery": "Required to use mocking (^1.4.4).",
            "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
            "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
            "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).",
            "predis/predis": "Required to use the predis connector (^1.1.9).",
            "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
            "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0).",
            "symfony/cache": "Required to PSR-6 cache bridge (^5.4).",
            "symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).",
            "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
            "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
        },
        "time": "2021-12-21T20:22:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/Illuminate/Collections/helpers.php",
                "src/Illuminate/Events/functions.php",
                "src/Illuminate/Foundation/helpers.php",
                "src/Illuminate/Support/helpers.php"
            ],
            "psr-4": {
                "Illuminate\\": "src/Illuminate/",
                "Illuminate\\Support\\": [
                    "src/Illuminate/Macroable/",
                    "src/Illuminate/Collections/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Laravel Framework.",
        "homepage": "https://laravel.com",
        "keywords": [
            "framework",
            "laravel"
        ]
    },
    {
        "name": "laravel/passport",
        "version": "v10.2.2",
        "version_normalized": "10.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/passport.git",
            "reference": "7981abed1a0979afd4a5a8bec81624b8127a287f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/passport/zipball/7981abed1a0979afd4a5a8bec81624b8127a287f",
            "reference": "7981abed1a0979afd4a5a8bec81624b8127a287f",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "firebase/php-jwt": "^5.0",
            "illuminate/auth": "^8.2",
            "illuminate/console": "^8.2",
            "illuminate/container": "^8.2",
            "illuminate/contracts": "^8.2",
            "illuminate/cookie": "^8.2",
            "illuminate/database": "^8.2",
            "illuminate/encryption": "^8.2",
            "illuminate/http": "^8.2",
            "illuminate/support": "^8.2",
            "lcobucci/jwt": "^3.4|^4.0",
            "league/oauth2-server": "^8.2",
            "nyholm/psr7": "^1.3",
            "php": "^7.3|^8.0",
            "phpseclib/phpseclib": "^2.0|^3.0",
            "symfony/psr-http-message-bridge": "^2.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "orchestra/testbench": "^6.0",
            "phpunit/phpunit": "^9.3"
        },
        "time": "2021-12-07T16:57:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "10.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Passport\\PassportServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Passport\\": "src/",
                "Laravel\\Passport\\Database\\Factories\\": "database/factories/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Laravel Passport provides OAuth2 server support to Laravel.",
        "keywords": [
            "laravel",
            "oauth",
            "passport"
        ]
    },
    {
        "name": "laravel/scout",
        "version": "v9.3.4",
        "version_normalized": "9.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/scout.git",
            "reference": "abde06a179d9a12a6691abc0cf9176103ee4eaea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/scout/zipball/abde06a179d9a12a6691abc0cf9176103ee4eaea",
            "reference": "abde06a179d9a12a6691abc0cf9176103ee4eaea",
            "shasum": ""
        },
        "require": {
            "illuminate/bus": "^8.0",
            "illuminate/contracts": "^8.0",
            "illuminate/database": "^8.0",
            "illuminate/http": "^8.0",
            "illuminate/pagination": "^8.0",
            "illuminate/queue": "^8.0",
            "illuminate/support": "^8.0",
            "php": "^7.3|^8.0"
        },
        "require-dev": {
            "meilisearch/meilisearch-php": "^0.19",
            "mockery/mockery": "^1.0",
            "orchestra/testbench": "^6.17",
            "phpunit/phpunit": "^9.3"
        },
        "suggest": {
            "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2).",
            "meilisearch/meilisearch-php": "Required to use the MeiliSearch engine (^0.17)."
        },
        "time": "2021-12-23T13:16:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "9.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Scout\\ScoutServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Scout\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
        "keywords": [
            "algolia",
            "laravel",
            "search"
        ]
    },
    {
        "name": "laravel/serializable-closure",
        "version": "v1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/serializable-closure.git",
            "reference": "25de3be1bca1b17d52ff0dc02b646c667ac7266c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/25de3be1bca1b17d52ff0dc02b646c667ac7266c",
            "reference": "25de3be1bca1b17d52ff0dc02b646c667ac7266c",
            "shasum": ""
        },
        "require": {
            "php": "^7.3|^8.0"
        },
        "require-dev": {
            "pestphp/pest": "^1.18",
            "phpstan/phpstan": "^0.12.98",
            "symfony/var-dumper": "^5.3"
        },
        "time": "2021-11-30T15:53:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\SerializableClosure\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            },
            {
                "name": "Nuno Maduro",
                "email": "nuno@laravel.com"
            }
        ],
        "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
        "keywords": [
            "closure",
            "laravel",
            "serializable"
        ],
        "support": {
            "issues": "https://github.com/laravel/serializable-closure/issues",
            "source": "https://github.com/laravel/serializable-closure"
        }
    },
    {
        "name": "laravel/socialite",
        "version": "v5.2.6",
        "version_normalized": "5.2.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/socialite.git",
            "reference": "b5c67f187ddcf15529ff7217fa735b132620dfac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/socialite/zipball/b5c67f187ddcf15529ff7217fa735b132620dfac",
            "reference": "b5c67f187ddcf15529ff7217fa735b132620dfac",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/guzzle": "^6.0|^7.0",
            "illuminate/http": "^6.0|^7.0|^8.0",
            "illuminate/support": "^6.0|^7.0|^8.0",
            "league/oauth1-client": "^1.0",
            "php": "^7.2|^8.0"
        },
        "require-dev": {
            "illuminate/contracts": "^6.0|^7.0",
            "mockery/mockery": "^1.0",
            "orchestra/testbench": "^4.0|^5.0|^6.0",
            "phpunit/phpunit": "^8.0|^9.3"
        },
        "time": "2021-12-07T16:32:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Socialite\\SocialiteServiceProvider"
                ],
                "aliases": {
                    "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Socialite\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
        "homepage": "https://laravel.com",
        "keywords": [
            "laravel",
            "oauth"
        ]
    },
    {
        "name": "laravel/tinker",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/tinker.git",
            "reference": "a9ddee4761ec8453c584e393b393caff189a3e42"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/tinker/zipball/a9ddee4761ec8453c584e393b393caff189a3e42",
            "reference": "a9ddee4761ec8453c584e393b393caff189a3e42",
            "shasum": ""
        },
        "require": {
            "illuminate/console": "^6.0|^7.0|^8.0",
            "illuminate/contracts": "^6.0|^7.0|^8.0",
            "illuminate/support": "^6.0|^7.0|^8.0",
            "php": "^7.2.5|^8.0",
            "psy/psysh": "^0.10.4",
            "symfony/var-dumper": "^4.3.4|^5.0"
        },
        "require-dev": {
            "mockery/mockery": "~1.3.3|^1.4.2",
            "phpunit/phpunit": "^8.5.8|^9.3.3"
        },
        "suggest": {
            "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
        },
        "time": "2021-12-07T16:41:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Tinker\\TinkerServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Tinker\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Powerful REPL for the Laravel framework.",
        "keywords": [
            "REPL",
            "Tinker",
            "laravel",
            "psysh"
        ]
    },
    {
        "name": "laravel/ui",
        "version": "v3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/ui.git",
            "reference": "9a1e52442dd238647905b98d773d59e438eb9f9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/ui/zipball/9a1e52442dd238647905b98d773d59e438eb9f9d",
            "reference": "9a1e52442dd238647905b98d773d59e438eb9f9d",
            "shasum": ""
        },
        "require": {
            "illuminate/console": "^8.42|^9.0",
            "illuminate/filesystem": "^8.42|^9.0",
            "illuminate/support": "^8.42|^9.0",
            "illuminate/validation": "^8.42|^9.0",
            "php": "^7.3|^8.0"
        },
        "require-dev": {
            "orchestra/testbench": "^6.23|^7.0"
        },
        "time": "2021-12-22T10:40:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Ui\\UiServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Ui\\": "src/",
                "Illuminate\\Foundation\\Auth\\": "auth-backend/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Laravel UI utilities and presets.",
        "keywords": [
            "laravel",
            "ui"
        ]
    },
    {
        "name": "laravelcollective/html",
        "version": "v6.2.1",
        "version_normalized": "6.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/LaravelCollective/html.git",
            "reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/LaravelCollective/html/zipball/ae15b9c4bf918ec3a78f092b8555551dd693fde3",
            "reference": "ae15b9c4bf918ec3a78f092b8555551dd693fde3",
            "shasum": ""
        },
        "require": {
            "illuminate/http": "^6.0|^7.0|^8.0",
            "illuminate/routing": "^6.0|^7.0|^8.0",
            "illuminate/session": "^6.0|^7.0|^8.0",
            "illuminate/support": "^6.0|^7.0|^8.0",
            "illuminate/view": "^6.0|^7.0|^8.0",
            "php": ">=7.2.5"
        },
        "require-dev": {
            "illuminate/database": "^6.0|^7.0|^8.0",
            "mockery/mockery": "~1.0",
            "phpunit/phpunit": "~8.5"
        },
        "time": "2020-12-15T20:20:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.x-dev"
            },
            "laravel": {
                "providers": [
                    "Collective\\Html\\HtmlServiceProvider"
                ],
                "aliases": {
                    "Form": "Collective\\Html\\FormFacade",
                    "Html": "Collective\\Html\\HtmlFacade"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Collective\\Html\\": "src/"
            },
            "files": [
                "src/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Adam Engebretson",
                "email": "adam@laravelcollective.com"
            },
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ],
        "description": "HTML and Form Builders for the Laravel Framework",
        "homepage": "https://laravelcollective.com",
        "support": {
            "issues": "https://github.com/LaravelCollective/html/issues",
            "source": "https://github.com/LaravelCollective/html"
        }
    },
    {
        "name": "lcobucci/clock",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lcobucci/clock.git",
            "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3",
            "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3",
            "shasum": ""
        },
        "require": {
            "php": "^7.4 || ^8.0"
        },
        "require-dev": {
            "infection/infection": "^0.17",
            "lcobucci/coding-standard": "^6.0",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-deprecation-rules": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/php-code-coverage": "9.1.4",
            "phpunit/phpunit": "9.3.7"
        },
        "time": "2020-08-27T18:56:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lcobucci\\Clock\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Luís Cobucci",
                "email": "lcobucci@gmail.com"
            }
        ],
        "description": "Yet another clock abstraction",
        "support": {
            "issues": "https://github.com/lcobucci/clock/issues",
            "source": "https://github.com/lcobucci/clock/tree/2.0.x"
        },
        "funding": [
            {
                "url": "https://github.com/lcobucci",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/lcobucci",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "lcobucci/jwt",
        "version": "4.1.5",
        "version_normalized": "4.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lcobucci/jwt.git",
            "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
            "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
            "shasum": ""
        },
        "require": {
            "ext-hash": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "ext-sodium": "*",
            "lcobucci/clock": "^2.0",
            "php": "^7.4 || ^8.0"
        },
        "require-dev": {
            "infection/infection": "^0.21",
            "lcobucci/coding-standard": "^6.0",
            "mikey179/vfsstream": "^1.6.7",
            "phpbench/phpbench": "^1.0",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-deprecation-rules": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/php-invoker": "^3.1",
            "phpunit/phpunit": "^9.5"
        },
        "time": "2021-09-28T19:34:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lcobucci\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Luís Cobucci",
                "email": "lcobucci@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "A simple library to work with JSON Web Token and JSON Web Signature",
        "keywords": [
            "JWS",
            "jwt"
        ],
        "support": {
            "issues": "https://github.com/lcobucci/jwt/issues",
            "source": "https://github.com/lcobucci/jwt/tree/4.1.5"
        },
        "funding": [
            {
                "url": "https://github.com/lcobucci",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/lcobucci",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "league/commonmark",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/commonmark.git",
            "reference": "17d2b9cb5161a2ea1a8dd30e6991d668e503fb9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/17d2b9cb5161a2ea1a8dd30e6991d668e503fb9d",
            "reference": "17d2b9cb5161a2ea1a8dd30e6991d668e503fb9d",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "league/config": "^1.1.1",
            "php": "^7.4 || ^8.0",
            "psr/event-dispatcher": "^1.0",
            "symfony/polyfill-php80": "^1.15"
        },
        "require-dev": {
            "cebe/markdown": "^1.0",
            "commonmark/cmark": "0.30.0",
            "commonmark/commonmark.js": "0.30.0",
            "composer/package-versions-deprecated": "^1.8",
            "erusev/parsedown": "^1.0",
            "ext-json": "*",
            "github/gfm": "0.29.0",
            "michelf/php-markdown": "^1.4",
            "phpstan/phpstan": "^0.12.88 || ^1.0.0",
            "phpunit/phpunit": "^9.5.5",
            "scrutinizer/ocular": "^1.8.1",
            "symfony/finder": "^5.3",
            "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
            "unleashedtech/php-coding-standard": "^3.1",
            "vimeo/psalm": "^4.7.3"
        },
        "suggest": {
            "symfony/yaml": "v2.3+ required if using the Front Matter extension"
        },
        "time": "2022-01-02T18:25:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\CommonMark\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Colin O'Dell",
                "email": "colinodell@gmail.com",
                "homepage": "https://www.colinodell.com",
                "role": "Lead Developer"
            }
        ],
        "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
        "homepage": "https://commonmark.thephpleague.com",
        "keywords": [
            "commonmark",
            "flavored",
            "gfm",
            "github",
            "github-flavored",
            "markdown",
            "md",
            "parser"
        ],
        "funding": [
            {
                "url": "https://www.colinodell.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://www.paypal.me/colinpodell/10.00",
                "type": "custom"
            },
            {
                "url": "https://github.com/colinodell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "league/config",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/config.git",
            "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
            "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
            "shasum": ""
        },
        "require": {
            "dflydev/dot-access-data": "^3.0.1",
            "nette/schema": "^1.2",
            "php": "^7.4 || ^8.0"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.12.90",
            "phpunit/phpunit": "^9.5.5",
            "scrutinizer/ocular": "^1.8.1",
            "unleashedtech/php-coding-standard": "^3.1",
            "vimeo/psalm": "^4.7.3"
        },
        "time": "2021-08-14T12:15:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Config\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Colin O'Dell",
                "email": "colinodell@gmail.com",
                "homepage": "https://www.colinodell.com",
                "role": "Lead Developer"
            }
        ],
        "description": "Define configuration arrays with strict schemas and access values with dot notation",
        "homepage": "https://config.thephpleague.com",
        "keywords": [
            "array",
            "config",
            "configuration",
            "dot",
            "dot-access",
            "nested",
            "schema"
        ],
        "support": {
            "docs": "https://config.thephpleague.com/",
            "issues": "https://github.com/thephpleague/config/issues",
            "rss": "https://github.com/thephpleague/config/releases.atom",
            "source": "https://github.com/thephpleague/config"
        },
        "funding": [
            {
                "url": "https://www.colinodell.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://www.paypal.me/colinpodell/10.00",
                "type": "custom"
            },
            {
                "url": "https://github.com/colinodell",
                "type": "github"
            }
        ]
    },
    {
        "name": "league/event",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/event.git",
            "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
            "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "~1.0.1",
            "phpspec/phpspec": "^2.2"
        },
        "time": "2018-11-26T11:52:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Event\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Event package",
        "keywords": [
            "emitter",
            "event",
            "listener"
        ],
        "support": {
            "issues": "https://github.com/thephpleague/event/issues",
            "source": "https://github.com/thephpleague/event/tree/master"
        }
    },
    {
        "name": "league/flysystem",
        "version": "1.1.9",
        "version_normalized": "1.1.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem.git",
            "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
            "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "league/mime-type-detection": "^1.3",
            "php": "^7.2.5 || ^8.0"
        },
        "conflict": {
            "league/flysystem-sftp": "<1.0.6"
        },
        "require-dev": {
            "phpspec/prophecy": "^1.11.1",
            "phpunit/phpunit": "^8.5.8"
        },
        "suggest": {
            "ext-ftp": "Allows you to use FTP server storage",
            "ext-openssl": "Allows you to use FTPS server storage",
            "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
            "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
            "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
            "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
            "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
            "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
            "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
            "league/flysystem-webdav": "Allows you to use WebDAV storage",
            "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
            "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
            "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
        },
        "time": "2021-12-09T09:40:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Filesystem abstraction: Many filesystems, one API.",
        "keywords": [
            "Cloud Files",
            "WebDAV",
            "abstraction",
            "aws",
            "cloud",
            "copy.com",
            "dropbox",
            "file systems",
            "files",
            "filesystem",
            "filesystems",
            "ftp",
            "rackspace",
            "remote",
            "s3",
            "sftp",
            "storage"
        ],
        "funding": [
            {
                "url": "https://offset.earth/frankdejonge",
                "type": "other"
            }
        ]
    },
    {
        "name": "league/flysystem-aws-s3-v3",
        "version": "1.0.29",
        "version_normalized": "1.0.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
            "reference": "4e25cc0582a36a786c31115e419c6e40498f6972"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4e25cc0582a36a786c31115e419c6e40498f6972",
            "reference": "4e25cc0582a36a786c31115e419c6e40498f6972",
            "shasum": ""
        },
        "require": {
            "aws/aws-sdk-php": "^3.20.0",
            "league/flysystem": "^1.0.40",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "~1.0.1",
            "phpspec/phpspec": "^2.0.0"
        },
        "time": "2020-10-08T18:58:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\AwsS3v3\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Flysystem adapter for the AWS S3 SDK v3.x",
        "support": {
            "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
            "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.29"
        }
    },
    {
        "name": "league/flysystem-cached-adapter",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
            "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
            "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
            "shasum": ""
        },
        "require": {
            "league/flysystem": "~1.0",
            "psr/cache": "^1.0.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9",
            "phpspec/phpspec": "^3.4",
            "phpunit/phpunit": "^5.7",
            "predis/predis": "~1.0",
            "tedivm/stash": "~0.12"
        },
        "suggest": {
            "ext-phpredis": "Pure C implemented extension for PHP"
        },
        "time": "2020-07-25T15:56:04+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\Cached\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "frankdejonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "An adapter decorator to enable meta-data caching.",
        "support": {
            "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
            "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
        }
    },
    {
        "name": "league/flysystem-rackspace",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-rackspace.git",
            "reference": "ba877e837f5dce60e78a0555de37eb9bfc7dd6b9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-rackspace/zipball/ba877e837f5dce60e78a0555de37eb9bfc7dd6b9",
            "reference": "ba877e837f5dce60e78a0555de37eb9bfc7dd6b9",
            "shasum": ""
        },
        "require": {
            "league/flysystem": "~1.0",
            "php": ">=5.4.0",
            "rackspace/php-opencloud": "~1.16"
        },
        "require-dev": {
            "mockery/mockery": "0.9.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-03-11T12:13:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\Rackspace\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Flysystem adapter for Rackspace",
        "support": {
            "issues": "https://github.com/thephpleague/flysystem-rackspace/issues",
            "source": "https://github.com/thephpleague/flysystem-rackspace/tree/master"
        }
    },
    {
        "name": "league/glide",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/glide.git",
            "reference": "ae5e26700573cb678919d28e425a8b87bc71c546"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/glide/zipball/ae5e26700573cb678919d28e425a8b87bc71c546",
            "reference": "ae5e26700573cb678919d28e425a8b87bc71c546",
            "shasum": ""
        },
        "require": {
            "intervention/image": "^2.4",
            "league/flysystem": "^1.0",
            "php": "^7.2|^8.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.3.3",
            "phpunit/php-token-stream": "^3.1|^4.0",
            "phpunit/phpunit": "^8.5|^9.0"
        },
        "time": "2020-11-05T17:34:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Glide\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Reinink",
                "email": "jonathan@reinink.ca",
                "homepage": "http://reinink.ca"
            }
        ],
        "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
        "homepage": "http://glide.thephpleague.com",
        "keywords": [
            "ImageMagick",
            "editing",
            "gd",
            "image",
            "imagick",
            "league",
            "manipulation",
            "processing"
        ],
        "support": {
            "issues": "https://github.com/thephpleague/glide/issues",
            "source": "https://github.com/thephpleague/glide/tree/1.7.0"
        }
    },
    {
        "name": "league/glide-laravel",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/glide-laravel.git",
            "reference": "b525e33e32940f3b047d6ca357131aba0e973e72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/glide-laravel/zipball/b525e33e32940f3b047d6ca357131aba0e973e72",
            "reference": "b525e33e32940f3b047d6ca357131aba0e973e72",
            "shasum": ""
        },
        "require": {
            "league/glide-symfony": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^0.9",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2015-12-26T15:40:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Glide\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Reinink",
                "email": "jonathan@reinink.ca",
                "homepage": "http://reinink.ca"
            }
        ],
        "description": "Glide adapter for Laravel",
        "homepage": "http://glide.thephpleague.com",
        "support": {
            "issues": "https://github.com/thephpleague/glide-laravel/issues",
            "source": "https://github.com/thephpleague/glide-laravel/tree/master"
        }
    },
    {
        "name": "league/glide-symfony",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/glide-symfony.git",
            "reference": "8162ec0e0b070e53e88a840a67208ec4baec9291"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/glide-symfony/zipball/8162ec0e0b070e53e88a840a67208ec4baec9291",
            "reference": "8162ec0e0b070e53e88a840a67208ec4baec9291",
            "shasum": ""
        },
        "require": {
            "league/glide": "^1.0",
            "symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0"
        },
        "require-dev": {
            "mockery/mockery": "^0.9",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2020-03-05T12:38:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Glide\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Reinink",
                "email": "jonathan@reinink.ca",
                "homepage": "http://reinink.ca"
            }
        ],
        "description": "Glide adapter for Symfony",
        "homepage": "http://glide.thephpleague.com",
        "support": {
            "issues": "https://github.com/thephpleague/glide-symfony/issues",
            "source": "https://github.com/thephpleague/glide-symfony/tree/1.0.4"
        }
    },
    {
        "name": "league/mime-type-detection",
        "version": "1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/mime-type-detection.git",
            "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69",
            "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^3.2",
            "phpstan/phpstan": "^0.12.68",
            "phpunit/phpunit": "^8.5.8 || ^9.3"
        },
        "time": "2021-11-21T11:48:40+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\MimeTypeDetection\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frankdejonge.nl"
            }
        ],
        "description": "Mime-type detection for Flysystem",
        "support": {
            "issues": "https://github.com/thephpleague/mime-type-detection/issues",
            "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0"
        },
        "funding": [
            {
                "url": "https://github.com/frankdejonge",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "league/oauth1-client",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/oauth1-client.git",
            "reference": "88dd16b0cff68eb9167bfc849707d2c40ad91ddc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/88dd16b0cff68eb9167bfc849707d2c40ad91ddc",
            "reference": "88dd16b0cff68eb9167bfc849707d2c40ad91ddc",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-openssl": "*",
            "guzzlehttp/guzzle": "^6.0|^7.0",
            "guzzlehttp/psr7": "^1.7|^2.0",
            "php": ">=7.1||>=8.0"
        },
        "require-dev": {
            "ext-simplexml": "*",
            "friendsofphp/php-cs-fixer": "^2.17",
            "mockery/mockery": "^1.3.3",
            "phpstan/phpstan": "^0.12.42",
            "phpunit/phpunit": "^7.5||9.5"
        },
        "suggest": {
            "ext-simplexml": "For decoding XML-based responses."
        },
        "time": "2021-08-15T23:05:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev",
                "dev-develop": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\OAuth1\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ben Corlett",
                "email": "bencorlett@me.com",
                "homepage": "http://www.webcomm.com.au",
                "role": "Developer"
            }
        ],
        "description": "OAuth 1.0 Client Library",
        "keywords": [
            "Authentication",
            "SSO",
            "authorization",
            "bitbucket",
            "identity",
            "idp",
            "oauth",
            "oauth1",
            "single sign on",
            "trello",
            "tumblr",
            "twitter"
        ],
        "support": {
            "issues": "https://github.com/thephpleague/oauth1-client/issues",
            "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.0"
        }
    },
    {
        "name": "league/oauth2-server",
        "version": "8.3.3",
        "version_normalized": "8.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/oauth2-server.git",
            "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/f5698a3893eda9a17bcd48636990281e7ca77b2a",
            "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a",
            "shasum": ""
        },
        "require": {
            "defuse/php-encryption": "^2.2.1",
            "ext-json": "*",
            "ext-openssl": "*",
            "lcobucci/jwt": "^3.4.6 || ^4.0.4",
            "league/event": "^2.2",
            "php": "^7.2 || ^8.0",
            "psr/http-message": "^1.0.1"
        },
        "replace": {
            "league/oauth2server": "*",
            "lncd/oauth2": "*"
        },
        "require-dev": {
            "laminas/laminas-diactoros": "^2.4.1",
            "phpstan/phpstan": "^0.12.57",
            "phpstan/phpstan-phpunit": "^0.12.16",
            "phpunit/phpunit": "^8.5.13",
            "roave/security-advisories": "dev-master"
        },
        "time": "2021-10-11T20:41:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\OAuth2\\Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alex Bilbie",
                "email": "hello@alexbilbie.com",
                "homepage": "http://www.alexbilbie.com",
                "role": "Developer"
            },
            {
                "name": "Andy Millington",
                "email": "andrew@noexceptions.io",
                "homepage": "https://www.noexceptions.io",
                "role": "Developer"
            }
        ],
        "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
        "homepage": "https://oauth2.thephpleague.com/",
        "keywords": [
            "Authentication",
            "api",
            "auth",
            "authorisation",
            "authorization",
            "oauth",
            "oauth 2",
            "oauth 2.0",
            "oauth2",
            "protect",
            "resource",
            "secure",
            "server"
        ],
        "support": {
            "issues": "https://github.com/thephpleague/oauth2-server/issues",
            "source": "https://github.com/thephpleague/oauth2-server/tree/8.3.3"
        },
        "funding": [
            {
                "url": "https://github.com/sephster",
                "type": "github"
            }
        ]
    },
    {
        "name": "mikemccabe/json-patch-php",
        "version": "0.1.0",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mikemccabe/json-patch-php.git",
            "reference": "b3af30a6aec7f6467c773cd49b2d974a70f7c0d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mikemccabe/json-patch-php/zipball/b3af30a6aec7f6467c773cd49b2d974a70f7c0d4",
            "reference": "b3af30a6aec7f6467c773cd49b2d974a70f7c0d4",
            "shasum": ""
        },
        "time": "2015-01-05T21:19:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "mikemccabe\\JsonPatch\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "description": "Produce and apply json-patch objects",
        "support": {
            "issues": "https://github.com/mikemccabe/json-patch-php/issues",
            "source": "https://github.com/mikemccabe/json-patch-php/tree/master"
        }
    },
    {
        "name": "mobiledetect/mobiledetectlib",
        "version": "2.8.37",
        "version_normalized": "2.8.37.0",
        "source": {
            "type": "git",
            "url": "https://github.com/serbanghita/Mobile-Detect.git",
            "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/9841e3c46f5bd0739b53aed8ac677fa712943df7",
            "reference": "9841e3c46f5bd0739b53aed8ac677fa712943df7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35||~5.7"
        },
        "time": "2021-02-19T21:22:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "Mobile_Detect.php"
            ],
            "psr-0": {
                "Detection": "namespaced/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Serban Ghita",
                "email": "serbanghita@gmail.com",
                "homepage": "http://mobiledetect.net",
                "role": "Developer"
            }
        ],
        "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
        "homepage": "https://github.com/serbanghita/Mobile-Detect",
        "keywords": [
            "detect mobile devices",
            "mobile",
            "mobile detect",
            "mobile detector",
            "php mobile detect"
        ],
        "support": {
            "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
            "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.37"
        },
        "funding": [
            {
                "url": "https://github.com/serbanghita",
                "type": "github"
            }
        ]
    },
    {
        "name": "moneyphp/money",
        "version": "v3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/moneyphp/money.git",
            "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
            "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=5.6"
        },
        "require-dev": {
            "cache/taggable-cache": "^0.4.0",
            "doctrine/instantiator": "^1.0.5",
            "ext-bcmath": "*",
            "ext-gmp": "*",
            "ext-intl": "*",
            "florianv/exchanger": "^1.0",
            "florianv/swap": "^3.0",
            "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
            "moneyphp/iso-currencies": "^3.2.1",
            "php-http/message": "^1.4",
            "php-http/mock-client": "^1.0.0",
            "phpspec/phpspec": "^3.4.3",
            "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
            "psr/cache": "^1.0",
            "symfony/phpunit-bridge": "^4"
        },
        "suggest": {
            "ext-bcmath": "Calculate without integer limits",
            "ext-gmp": "Calculate without integer limits",
            "ext-intl": "Format Money objects with intl",
            "florianv/exchanger": "Exchange rates library for PHP",
            "florianv/swap": "Exchange rates library for PHP",
            "psr/cache-implementation": "Used for Currency caching"
        },
        "time": "2020-03-18T17:49:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Money\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mathias Verraes",
                "email": "mathias@verraes.net",
                "homepage": "http://verraes.net"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "Frederik Bosch",
                "email": "f.bosch@genkgo.nl"
            }
        ],
        "description": "PHP implementation of Fowler's Money pattern",
        "homepage": "http://moneyphp.org",
        "keywords": [
            "Value Object",
            "money",
            "vo"
        ],
        "support": {
            "issues": "https://github.com/moneyphp/money/issues",
            "source": "https://github.com/moneyphp/money/tree/master"
        }
    },
    {
        "name": "monolog/monolog",
        "version": "2.3.5",
        "version_normalized": "2.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
            "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2",
            "psr/log": "^1.0.1 || ^2.0 || ^3.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "elasticsearch/elasticsearch": "^7",
            "graylog2/gelf-php": "^1.4.2",
            "mongodb/mongodb": "^1.8",
            "php-amqplib/php-amqplib": "~2.4 || ^3",
            "php-console/php-console": "^3.1.3",
            "phpspec/prophecy": "^1.6.1",
            "phpstan/phpstan": "^0.12.91",
            "phpunit/phpunit": "^8.5",
            "predis/predis": "^1.1",
            "rollbar/rollbar": "^1.3",
            "ruflin/elastica": ">=0.90@dev",
            "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",
            "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
            "ext-mbstring": "Allow to work properly with unicode symbols",
            "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
            "ext-openssl": "Required to send log messages using SSL",
            "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
            "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"
        },
        "time": "2021-10-01T21:08:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.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": "https://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "https://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ],
        "support": {
            "issues": "https://github.com/Seldaek/monolog/issues",
            "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
        },
        "funding": [
            {
                "url": "https://github.com/Seldaek",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "mtdowling/jmespath.php",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jmespath/jmespath.php.git",
            "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
            "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0 || ^8.0",
            "symfony/polyfill-mbstring": "^1.17"
        },
        "require-dev": {
            "composer/xdebug-handler": "^1.4 || ^2.0",
            "phpunit/phpunit": "^4.8.36 || ^7.5.15"
        },
        "time": "2021-06-14T00:11:39+00:00",
        "bin": [
            "bin/jp.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JmesPath\\": "src/"
            },
            "files": [
                "src/JmesPath.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Declaratively specify how to extract elements from a JSON document",
        "keywords": [
            "json",
            "jsonpath"
        ],
        "support": {
            "issues": "https://github.com/jmespath/jmespath.php/issues",
            "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
        }
    },
    {
        "name": "nao-pon/flysystem-cached-extra",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nao-pon/flysystem-cached-extra.git",
            "reference": "189abdafa0a86d92781e148ee8740ef80f4c5859"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nao-pon/flysystem-cached-extra/zipball/189abdafa0a86d92781e148ee8740ef80f4c5859",
            "reference": "189abdafa0a86d92781e148ee8740ef80f4c5859",
            "shasum": ""
        },
        "require": {
            "league/flysystem-cached-adapter": "~1.0"
        },
        "time": "2018-02-16T01:44:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hypweb\\Flysystem\\Cached\\Extra\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Naoki Sawada",
                "email": "hypweb@gmail.com"
            }
        ],
        "description": "Extra traits for Flysystem cached adapter",
        "support": {
            "issues": "https://github.com/nao-pon/flysystem-cached-extra/issues",
            "source": "https://github.com/nao-pon/flysystem-cached-extra/tree/master"
        }
    },
    {
        "name": "nao-pon/flysystem-google-drive",
        "version": "1.1.13",
        "version_normalized": "1.1.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nao-pon/flysystem-google-drive.git",
            "reference": "bb812339ecf06540ed096f71403f10fcbcc590f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nao-pon/flysystem-google-drive/zipball/bb812339ecf06540ed096f71403f10fcbcc590f3",
            "reference": "bb812339ecf06540ed096f71403f10fcbcc590f3",
            "shasum": ""
        },
        "require": {
            "google/apiclient": "^2.0",
            "league/flysystem": "~1.0",
            "nao-pon/flysystem-cached-extra": "~1.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "0.9.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2020-07-30T01:26:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-api_v2": "1.0.x-dev",
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Hypweb\\Flysystem\\GoogleDrive\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Naoki Sawada",
                "email": "hypweb@gmail.com"
            }
        ],
        "description": "Flysystem adapter for Google Drive",
        "support": {
            "issues": "https://github.com/nao-pon/flysystem-google-drive/issues",
            "source": "https://github.com/nao-pon/flysystem-google-drive/tree/1.1.13"
        }
    },
    {
        "name": "nesbot/carbon",
        "version": "2.55.2",
        "version_normalized": "2.55.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2",
            "reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1.8 || ^8.0",
            "symfony/polyfill-mbstring": "^1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
        },
        "require-dev": {
            "doctrine/dbal": "^2.0 || ^3.0",
            "doctrine/orm": "^2.7",
            "friendsofphp/php-cs-fixer": "^3.0",
            "kylekatarnls/multi-tester": "^2.0",
            "phpmd/phpmd": "^2.9",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12.54",
            "phpunit/phpunit": "^7.5.20 || ^8.5.14",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2021-12-03T14:59:52+00:00",
        "bin": [
            "bin/carbon"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-3.x": "3.x-dev",
                "dev-master": "2.x-dev"
            },
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            },
            "phpstan": {
                "includes": [
                    "extension.neon"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\": "src/Carbon/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "https://markido.com"
            },
            {
                "name": "kylekatarnls",
                "homepage": "https://github.com/kylekatarnls"
            }
        ],
        "description": "An API extension for DateTime that supports 281 different languages.",
        "homepage": "https://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ],
        "funding": [
            {
                "url": "https://opencollective.com/Carbon",
                "type": "open_collective"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "nette/schema",
        "version": "v1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/schema.git",
            "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df",
            "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df",
            "shasum": ""
        },
        "require": {
            "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
            "php": ">=7.1 <8.2"
        },
        "require-dev": {
            "nette/tester": "^2.3 || ^2.4",
            "phpstan/phpstan-nette": "^0.12",
            "tracy/tracy": "^2.7"
        },
        "time": "2021-10-15T11:40:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause",
            "GPL-2.0-only",
            "GPL-3.0-only"
        ],
        "authors": [
            {
                "name": "David Grudl",
                "homepage": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "📐 Nette Schema: validating data structures against a given Schema.",
        "homepage": "https://nette.org",
        "keywords": [
            "config",
            "nette"
        ],
        "support": {
            "issues": "https://github.com/nette/schema/issues",
            "source": "https://github.com/nette/schema/tree/v1.2.2"
        }
    },
    {
        "name": "nette/utils",
        "version": "v3.2.6",
        "version_normalized": "3.2.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nette/utils.git",
            "reference": "2f261e55bd6a12057442045bf2c249806abc1d02"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nette/utils/zipball/2f261e55bd6a12057442045bf2c249806abc1d02",
            "reference": "2f261e55bd6a12057442045bf2c249806abc1d02",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2 <8.2"
        },
        "conflict": {
            "nette/di": "<3.0.6"
        },
        "require-dev": {
            "nette/tester": "~2.0",
            "phpstan/phpstan": "^1.0",
            "tracy/tracy": "^2.3"
        },
        "suggest": {
            "ext-gd": "to use Image",
            "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
            "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
            "ext-json": "to use Nette\\Utils\\Json",
            "ext-mbstring": "to use Strings::lower() etc...",
            "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
            "ext-xml": "to use Strings::length() etc. when mbstring is not available"
        },
        "time": "2021-11-24T15:47:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause",
            "GPL-2.0-only",
            "GPL-3.0-only"
        ],
        "authors": [
            {
                "name": "David Grudl",
                "homepage": "https://davidgrudl.com"
            },
            {
                "name": "Nette Community",
                "homepage": "https://nette.org/contributors"
            }
        ],
        "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
        "homepage": "https://nette.org",
        "keywords": [
            "array",
            "core",
            "datetime",
            "images",
            "json",
            "nette",
            "paginator",
            "password",
            "slugify",
            "string",
            "unicode",
            "utf-8",
            "utility",
            "validation"
        ],
        "support": {
            "issues": "https://github.com/nette/utils/issues",
            "source": "https://github.com/nette/utils/tree/v3.2.6"
        }
    },
    {
        "name": "nicmart/tree",
        "version": "0.3.1",
        "version_normalized": "0.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nicmart/Tree.git",
            "reference": "c55ba47c64a3cb7454c22e6d630729fc2aab23ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nicmart/Tree/zipball/c55ba47c64a3cb7454c22e6d630729fc2aab23ff",
            "reference": "c55ba47c64a3cb7454c22e6d630729fc2aab23ff",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "ergebnis/composer-normalize": "^2.8.0",
            "ergebnis/license": "^1.0.0",
            "ergebnis/php-cs-fixer-config": "^2.2.1",
            "phpunit/phpunit": "^7.5.20"
        },
        "time": "2020-11-27T09:02:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Tree\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolò Martini",
                "email": "nicmartnic@gmail.com"
            }
        ],
        "description": "A basic but flexible php tree data structure and a fluent tree builder implementation.",
        "support": {
            "issues": "https://github.com/nicmart/Tree/issues",
            "source": "https://github.com/nicmart/Tree/tree/0.3.1"
        }
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.13.2",
        "version_normalized": "4.13.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
            "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "ircmaxell/php-yacc": "^0.0.7",
            "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
        },
        "time": "2021-11-30T19:35:32+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpParser\\": "lib/PhpParser"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ],
        "support": {
            "issues": "https://github.com/nikic/PHP-Parser/issues",
            "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
        }
    },
    {
        "name": "nyholm/psr7",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Nyholm/psr7.git",
            "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Nyholm/psr7/zipball/2212385b47153ea71b1c1b1374f8cb5e4f7892ec",
            "reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1",
            "php-http/message-factory": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-factory-implementation": "1.0",
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "http-interop/http-factory-tests": "^0.9",
            "php-http/psr7-integration-tests": "^1.0",
            "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
            "symfony/error-handler": "^4.4"
        },
        "time": "2021-07-02T08:32:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "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.4.1"
        },
        "funding": [
            {
                "url": "https://github.com/Zegnat",
                "type": "github"
            },
            {
                "url": "https://github.com/nyholm",
                "type": "github"
            }
        ]
    },
    {
        "name": "opis/closure",
        "version": "3.6.2",
        "version_normalized": "3.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/opis/closure.git",
            "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
            "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "jeremeamia/superclosure": "^2.0",
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
        },
        "time": "2021-04-09T13:42:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Opis\\Closure\\": "src/"
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marius Sarca",
                "email": "marius.sarca@gmail.com"
            },
            {
                "name": "Sorin Sarca",
                "email": "sarca_sorin@hotmail.com"
            }
        ],
        "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
        "homepage": "https://opis.io/closure",
        "keywords": [
            "anonymous functions",
            "closure",
            "function",
            "serializable",
            "serialization",
            "serialize"
        ],
        "support": {
            "issues": "https://github.com/opis/closure/issues",
            "source": "https://github.com/opis/closure/tree/3.6.2"
        }
    },
    {
        "name": "paragonie/constant_time_encoding",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/constant_time_encoding.git",
            "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
            "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
            "shasum": ""
        },
        "require": {
            "php": "^7|^8"
        },
        "require-dev": {
            "phpunit/phpunit": "^6|^7|^8|^9",
            "vimeo/psalm": "^1|^2|^3|^4"
        },
        "time": "2020-12-06T15:14:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ParagonIE\\ConstantTime\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com",
                "role": "Maintainer"
            },
            {
                "name": "Steve 'Sc00bz' Thomas",
                "email": "steve@tobtu.com",
                "homepage": "https://www.tobtu.com",
                "role": "Original Developer"
            }
        ],
        "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
        "keywords": [
            "base16",
            "base32",
            "base32_decode",
            "base32_encode",
            "base64",
            "base64_decode",
            "base64_encode",
            "bin2hex",
            "encoding",
            "hex",
            "hex2bin",
            "rfc4648"
        ],
        "support": {
            "email": "info@paragonie.com",
            "issues": "https://github.com/paragonie/constant_time_encoding/issues",
            "source": "https://github.com/paragonie/constant_time_encoding"
        }
    },
    {
        "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": "paragonie/sodium_compat",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/sodium_compat.git",
            "reference": "c59cac21abbcc0df06a3dd18076450ea4797b321"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/c59cac21abbcc0df06a3dd18076450ea4797b321",
            "reference": "c59cac21abbcc0df06a3dd18076450ea4797b321",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": ">=1",
            "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
        },
        "require-dev": {
            "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
        },
        "suggest": {
            "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
            "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
        },
        "time": "2021-08-10T02:43:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "autoload.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "ISC"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com"
            },
            {
                "name": "Frank Denis",
                "email": "jedisct1@pureftpd.org"
            }
        ],
        "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
        "keywords": [
            "Authentication",
            "BLAKE2b",
            "ChaCha20",
            "ChaCha20-Poly1305",
            "Chapoly",
            "Curve25519",
            "Ed25519",
            "EdDSA",
            "Edwards-curve Digital Signature Algorithm",
            "Elliptic Curve Diffie-Hellman",
            "Poly1305",
            "Pure-PHP cryptography",
            "RFC 7748",
            "RFC 8032",
            "Salpoly",
            "Salsa20",
            "X25519",
            "XChaCha20-Poly1305",
            "XSalsa20-Poly1305",
            "Xchacha20",
            "Xsalsa20",
            "aead",
            "cryptography",
            "ecdh",
            "elliptic curve",
            "elliptic curve cryptography",
            "encryption",
            "libsodium",
            "php",
            "public-key cryptography",
            "secret-key cryptography",
            "side-channel resistant"
        ],
        "support": {
            "issues": "https://github.com/paragonie/sodium_compat/issues",
            "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.0"
        }
    },
    {
        "name": "paypal/paypal-checkout-sdk",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
            "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
            "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
            "shasum": ""
        },
        "require": {
            "paypal/paypalhttp": "1.0.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2021-09-21T20:57:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
                "Sample\\": "samples/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
        ],
        "authors": [
            {
                "name": "PayPal",
                "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
            }
        ],
        "description": "PayPal's PHP SDK for Checkout REST APIs",
        "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
        "keywords": [
            "checkout",
            "orders",
            "payments",
            "paypal",
            "rest",
            "sdk"
        ],
        "support": {
            "source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
        }
    },
    {
        "name": "paypal/paypalhttp",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paypal/paypalhttp_php.git",
            "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
            "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "wiremock-php/wiremock-php": "1.43.2"
        },
        "time": "2021-09-14T21:35:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PayPalHttp\\": "lib/PayPalHttp"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PayPal",
                "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
            }
        ],
        "support": {
            "issues": "https://github.com/paypal/paypalhttp_php/issues",
            "source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
        }
    },
    {
        "name": "paypal/rest-api-sdk-php",
        "version": "1.13.0",
        "version_normalized": "1.13.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paypal/PayPal-PHP-SDK.git",
            "reference": "192e217beed14c8e75624e821fdc8ec51e2a21f5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/192e217beed14c8e75624e821fdc8ec51e2a21f5",
            "reference": "192e217beed14c8e75624e821fdc8ec51e2a21f5",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "php": ">=5.3.0",
            "psr/log": "^1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35"
        },
        "time": "2017-11-13T19:21:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "PayPal": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "PayPal",
                "homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
            }
        ],
        "description": "PayPal's PHP SDK for REST APIs",
        "homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
        "keywords": [
            "payments",
            "paypal",
            "rest",
            "sdk"
        ],
        "support": {
            "issues": "https://github.com/paypal/PayPal-PHP-SDK/issues",
            "source": "https://github.com/paypal/PayPal-PHP-SDK/tree/master"
        },
        "abandoned": true
    },
    {
        "name": "phenx/php-font-lib",
        "version": "0.5.4",
        "version_normalized": "0.5.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dompdf/php-font-lib.git",
            "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
            "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3 || ^4 || ^5"
        },
        "time": "2021-12-17T19:44:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FontLib\\": "src/FontLib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse, export and make subsets of different types of font files.",
        "homepage": "https://github.com/PhenX/php-font-lib"
    },
    {
        "name": "phenx/php-svg-lib",
        "version": "0.3.4",
        "version_normalized": "0.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-svg-lib.git",
            "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
            "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
            "shasum": ""
        },
        "require": {
            "php": "^7.4 || ^8.0",
            "sabberworm/php-css-parser": "^8.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^9.5"
        },
        "time": "2021-10-18T02:13:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Svg\\": "src/Svg"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse and export to PDF SVG files.",
        "homepage": "https://github.com/PhenX/php-svg-lib",
        "support": {
            "issues": "https://github.com/PhenX/php-svg-lib/issues",
            "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
        }
    },
    {
        "name": "php-http/message-factory",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message-factory.git",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "^1.0"
        },
        "time": "2015-12-19T14:08:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Factory interfaces for PSR-7 HTTP Message",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "stream",
            "uri"
        ],
        "support": {
            "issues": "https://github.com/php-http/message-factory/issues",
            "source": "https://github.com/php-http/message-factory/tree/master"
        }
    },
    {
        "name": "phpoption/phpoption",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
            "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4.1",
            "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
        },
        "time": "2021-12-04T23:24:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOption\\": "src/PhpOption/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com",
                "homepage": "https://github.com/schmittjoh"
            },
            {
                "name": "Graham Campbell",
                "email": "hello@gjcampbell.co.uk",
                "homepage": "https://github.com/GrahamCampbell"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "3.0.12",
        "version_normalized": "3.0.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
            "reference": "89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb",
            "shasum": ""
        },
        "require": {
            "paragonie/constant_time_encoding": "^1|^2",
            "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
            "php": ">=5.6.1"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^5.7|^6.0|^9.4",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2021-11-28T23:46:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib3\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ],
        "support": {
            "issues": "https://github.com/phpseclib/phpseclib/issues",
            "source": "https://github.com/phpseclib/phpseclib/tree/3.0.12"
        },
        "funding": [
            {
                "url": "https://github.com/terrafrost",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/phpseclib",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ],
        "support": {
            "source": "https://github.com/php-fig/cache/tree/master"
        }
    },
    {
        "name": "psr/container",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
            "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
            "shasum": ""
        },
        "require": {
            "php": ">=7.4.0"
        },
        "time": "2021-11-05T16:50:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "https://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ],
        "support": {
            "issues": "https://github.com/php-fig/container/issues",
            "source": "https://github.com/php-fig/container/tree/1.1.2"
        }
    },
    {
        "name": "psr/event-dispatcher",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/event-dispatcher.git",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.0"
        },
        "time": "2019-01-08T18:20:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\EventDispatcher\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Standard interfaces for event handling.",
        "keywords": [
            "events",
            "psr",
            "psr-14"
        ],
        "support": {
            "issues": "https://github.com/php-fig/event-dispatcher/issues",
            "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
        }
    },
    {
        "name": "psr/http-client",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-client.git",
            "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
            "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^8.0",
            "psr/http-message": "^1.0"
        },
        "time": "2020-06-29T06:28:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://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/tree/master"
        }
    },
    {
        "name": "psr/http-factory",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-factory.git",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "psr/http-message": "^1.0"
        },
        "time": "2019-04-30T12:38:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "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/tree/master"
        }
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "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/master"
        }
    },
    {
        "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"
        }
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ],
        "support": {
            "source": "https://github.com/php-fig/simple-cache/tree/master"
        }
    },
    {
        "name": "psy/psysh",
        "version": "v0.10.12",
        "version_normalized": "0.10.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/psysh.git",
            "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d",
            "reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "ext-tokenizer": "*",
            "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
            "php": "^8.0 || ^7.0 || ^5.5.9",
            "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
            "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.2",
            "hoa/console": "3.17.*"
        },
        "suggest": {
            "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
            "ext-pdo-sqlite": "The doc command requires SQLite to work.",
            "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
            "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
            "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
        },
        "time": "2021-11-30T14:05:36+00:00",
        "bin": [
            "bin/psysh"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "0.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Psy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Justin Hileman",
                "email": "justin@justinhileman.info",
                "homepage": "http://justinhileman.com"
            }
        ],
        "description": "An interactive shell for modern PHP.",
        "homepage": "http://psysh.org",
        "keywords": [
            "REPL",
            "console",
            "interactive",
            "shell"
        ],
        "support": {
            "issues": "https://github.com/bobthecow/psysh/issues",
            "source": "https://github.com/bobthecow/psysh/tree/v0.10.12"
        }
    },
    {
        "name": "pusher/pusher-php-server",
        "version": "7.0.2",
        "version_normalized": "7.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/pusher/pusher-http-php.git",
            "reference": "af3eeaefc0c7959f5b3852f0a4dd5547245d33df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/af3eeaefc0c7959f5b3852f0a4dd5547245d33df",
            "reference": "af3eeaefc0c7959f5b3852f0a4dd5547245d33df",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "guzzlehttp/guzzle": "^7.2",
            "paragonie/sodium_compat": "^1.6",
            "php": "^7.3|^8.0",
            "psr/log": "^1.0|^2.0|^3.0"
        },
        "require-dev": {
            "overtrue/phplint": "^2.3",
            "phpunit/phpunit": "^8.5|^9.3"
        },
        "time": "2021-12-07T13:09:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Pusher\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Library for interacting with the Pusher REST API",
        "keywords": [
            "events",
            "messaging",
            "php-pusher-server",
            "publish",
            "push",
            "pusher",
            "real time",
            "real-time",
            "realtime",
            "rest",
            "trigger"
        ]
    },
    {
        "name": "rackspace/php-opencloud",
        "version": "v1.16.0",
        "version_normalized": "1.16.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rackspace/php-opencloud.git",
            "reference": "d6b71feed7f9e7a4b52e0240a79f06473ba69c8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rackspace/php-opencloud/zipball/d6b71feed7f9e7a4b52e0240a79f06473ba69c8c",
            "reference": "d6b71feed7f9e7a4b52e0240a79f06473ba69c8c",
            "shasum": ""
        },
        "require": {
            "guzzle/guzzle": "~3.8",
            "mikemccabe/json-patch-php": "~0.1",
            "php": ">=5.4",
            "psr/log": "~1.0"
        },
        "require-dev": {
            "apigen/apigen": "~4.0",
            "fabpot/php-cs-fixer": "1.0.*@dev",
            "jakub-onderka/php-parallel-lint": "0.*",
            "phpspec/prophecy": "~1.4",
            "phpunit/phpunit": "4.3.*",
            "satooshi/php-coveralls": "0.6.*@dev"
        },
        "time": "2016-01-29T10:34:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "OpenCloud": [
                    "lib/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Jamie Hannaford",
                "email": "jamie.hannaford@rackspace.com",
                "homepage": "https://github.com/jamiehannaford"
            }
        ],
        "description": "PHP SDK for Rackspace/OpenStack APIs",
        "keywords": [
            "Openstack",
            "nova",
            "opencloud",
            "rackspace",
            "swift"
        ],
        "support": {
            "issues": "https://github.com/rackspace/php-opencloud/issues",
            "source": "https://github.com/rackspace/php-opencloud/tree/working"
        }
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders.",
        "support": {
            "issues": "https://github.com/ralouphie/getallheaders/issues",
            "source": "https://github.com/ralouphie/getallheaders/tree/develop"
        }
    },
    {
        "name": "ramsey/collection",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/collection.git",
            "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
            "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
            "shasum": ""
        },
        "require": {
            "php": "^7.3 || ^8",
            "symfony/polyfill-php81": "^1.23"
        },
        "require-dev": {
            "captainhook/captainhook": "^5.3",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
            "ergebnis/composer-normalize": "^2.6",
            "fakerphp/faker": "^1.5",
            "hamcrest/hamcrest-php": "^2",
            "jangregor/phpstan-prophecy": "^0.8",
            "mockery/mockery": "^1.3",
            "phpspec/prophecy-phpunit": "^2.0",
            "phpstan/extension-installer": "^1",
            "phpstan/phpstan": "^0.12.32",
            "phpstan/phpstan-mockery": "^0.12.5",
            "phpstan/phpstan-phpunit": "^0.12.11",
            "phpunit/phpunit": "^8.5 || ^9",
            "psy/psysh": "^0.10.4",
            "slevomat/coding-standard": "^6.3",
            "squizlabs/php_codesniffer": "^3.5",
            "vimeo/psalm": "^4.4"
        },
        "time": "2021-10-10T03:01:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ramsey\\Collection\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ben Ramsey",
                "email": "ben@benramsey.com",
                "homepage": "https://benramsey.com"
            }
        ],
        "description": "A PHP library for representing and manipulating collections.",
        "keywords": [
            "array",
            "collection",
            "hash",
            "map",
            "queue",
            "set"
        ],
        "support": {
            "issues": "https://github.com/ramsey/collection/issues",
            "source": "https://github.com/ramsey/collection/tree/1.2.2"
        },
        "funding": [
            {
                "url": "https://github.com/ramsey",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "ramsey/uuid",
        "version": "4.2.3",
        "version_normalized": "4.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/uuid.git",
            "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
            "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
            "shasum": ""
        },
        "require": {
            "brick/math": "^0.8 || ^0.9",
            "ext-json": "*",
            "php": "^7.2 || ^8.0",
            "ramsey/collection": "^1.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-php80": "^1.14"
        },
        "replace": {
            "rhumsaa/uuid": "self.version"
        },
        "require-dev": {
            "captainhook/captainhook": "^5.10",
            "captainhook/plugin-composer": "^5.3",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
            "doctrine/annotations": "^1.8",
            "ergebnis/composer-normalize": "^2.15",
            "mockery/mockery": "^1.3",
            "moontoast/math": "^1.1",
            "paragonie/random-lib": "^2",
            "php-mock/php-mock": "^2.2",
            "php-mock/php-mock-mockery": "^1.3",
            "php-parallel-lint/php-parallel-lint": "^1.1",
            "phpbench/phpbench": "^1.0",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-mockery": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^8.5 || ^9",
            "slevomat/coding-standard": "^7.0",
            "squizlabs/php_codesniffer": "^3.5",
            "vimeo/psalm": "^4.9"
        },
        "suggest": {
            "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
            "ext-ctype": "Enables faster processing of character classification using ctype functions.",
            "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
            "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
            "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
            "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
        },
        "time": "2021-09-25T23:10:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "4.x-dev"
            },
            "captainhook": {
                "force-install": true
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ramsey\\Uuid\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
        "keywords": [
            "guid",
            "identifier",
            "uuid"
        ],
        "support": {
            "issues": "https://github.com/ramsey/uuid/issues",
            "source": "https://github.com/ramsey/uuid/tree/4.2.3"
        },
        "funding": [
            {
                "url": "https://github.com/ramsey",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "rap2hpoutre/fast-excel",
        "version": "v3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rap2hpoutre/fast-excel.git",
            "reference": "01e309600b2ead458ce0d4399c70746677b08cca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rap2hpoutre/fast-excel/zipball/01e309600b2ead458ce0d4399c70746677b08cca",
            "reference": "01e309600b2ead458ce0d4399c70746677b08cca",
            "shasum": ""
        },
        "require": {
            "box/spout": "^3",
            "illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0",
            "php": "^7.1|^8.0"
        },
        "require-dev": {
            "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0",
            "phpunit/phpunit": "^9.5"
        },
        "time": "2021-10-13T20:12:19+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Rap2hpoutre\\FastExcel\\Providers\\FastExcelServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Rap2hpoutre\\FastExcel\\": "src/"
            },
            "files": [
                "src/functions/fastexcel.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "rap2h",
                "email": "raphaelht@gmail.com"
            }
        ],
        "description": "Fast Excel import/export for Laravel",
        "keywords": [
            "csv",
            "excel",
            "laravel",
            "xls",
            "xlsx"
        ],
        "support": {
            "issues": "https://github.com/rap2hpoutre/fast-excel/issues",
            "source": "https://github.com/rap2hpoutre/fast-excel/tree/v3.1.0"
        }
    },
    {
        "name": "razorpay/razorpay",
        "version": "2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/razorpay/razorpay-php.git",
            "reference": "4ad7b6a5bd9896305858ec0a861f66020e39f628"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/4ad7b6a5bd9896305858ec0a861f66020e39f628",
            "reference": "4ad7b6a5bd9896305858ec0a861f66020e39f628",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=5.3.0",
            "rmccue/requests": "v1.8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "raveren/kint": "1.*"
        },
        "time": "2021-11-08T11:13:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Razorpay\\Api\\": "src/",
                "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"
        }
    },
    {
        "name": "riverskies/laravel-mobile-detect",
        "version": "1.3",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/riverskies/laravel-mobile-detect.git",
            "reference": "0ddb27d31a4a1148875424426b9feda6598f2f14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/riverskies/laravel-mobile-detect/zipball/0ddb27d31a4a1148875424426b9feda6598f2f14",
            "reference": "0ddb27d31a4a1148875424426b9feda6598f2f14",
            "shasum": ""
        },
        "require": {
            "mobiledetect/mobiledetectlib": "^2.8"
        },
        "require-dev": {
            "laravel/laravel": "5.5.*",
            "philo/laravel-blade": "^3.1",
            "phpspec/prophecy-phpunit": "^1.1",
            "phpunit/phpunit": "^6.3"
        },
        "time": "2017-09-02T08:11:53+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Riverskies\\Laravel\\MobileDetect\\MobileDetectServiceProvider"
                ],
                "aliases": {
                    "MobileDetect": "Riverskies\\Laravel\\MobileDetect\\Facades\\MobileDetect"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Riverskies\\Laravel\\MobileDetect\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Barnabas Kecskes",
                "email": "barnabas@riverskies.com"
            }
        ],
        "description": "Instant mobile detection access directly from within Blade templates.",
        "keywords": [
            "blade",
            "detection",
            "laravel",
            "mobile"
        ],
        "support": {
            "issues": "https://github.com/riverskies/laravel-mobile-detect/issues",
            "source": "https://github.com/riverskies/laravel-mobile-detect/tree/master"
        }
    },
    {
        "name": "rmccue/requests",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/WordPress/Requests.git",
            "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/WordPress/Requests/zipball/afbe4790e4def03581c4a0963a1e8aa01f6030f1",
            "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
            "php-parallel-lint/php-console-highlighter": "^0.5.0",
            "php-parallel-lint/php-parallel-lint": "^1.3",
            "phpcompatibility/php-compatibility": "^9.0",
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5",
            "requests/test-server": "dev-master",
            "squizlabs/php_codesniffer": "^3.5",
            "wp-coding-standards/wpcs": "^2.0"
        },
        "time": "2021-04-27T11:05:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Requests": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "ISC"
        ],
        "authors": [
            {
                "name": "Ryan McCue",
                "homepage": "http://ryanmccue.info"
            }
        ],
        "description": "A HTTP library written in PHP, for human beings.",
        "homepage": "http://github.com/WordPress/Requests",
        "keywords": [
            "curl",
            "fsockopen",
            "http",
            "idna",
            "ipv6",
            "iri",
            "sockets"
        ],
        "support": {
            "issues": "https://github.com/WordPress/Requests/issues",
            "source": "https://github.com/WordPress/Requests/tree/v1.8.0"
        }
    },
    {
        "name": "sabberworm/php-css-parser",
        "version": "8.4.0",
        "version_normalized": "8.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
            "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
            "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "php": ">=5.6.20"
        },
        "require-dev": {
            "codacy/coverage": "^1.4",
            "phpunit/phpunit": "^4.8.36"
        },
        "suggest": {
            "ext-mbstring": "for parsing UTF-8 CSS"
        },
        "time": "2021-12-11T13:40:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sabberworm\\CSS\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raphael Schweikert"
            }
        ],
        "description": "Parser for CSS Files written in PHP",
        "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
        "keywords": [
            "css",
            "parser",
            "stylesheet"
        ]
    },
    {
        "name": "setasign/fpdf",
        "version": "1.8.4",
        "version_normalized": "1.8.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDF.git",
            "reference": "b0ddd9c5b98ced8230ef38534f6f3c17308a7974"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDF/zipball/b0ddd9c5b98ced8230ef38534f6f3c17308a7974",
            "reference": "b0ddd9c5b98ced8230ef38534f6f3c17308a7974",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-zlib": "*"
        },
        "time": "2021-08-30T07:50:06+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "fpdf.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Olivier Plathey",
                "email": "oliver@fpdf.org",
                "homepage": "http://fpdf.org/"
            }
        ],
        "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
        "homepage": "http://www.fpdf.org",
        "keywords": [
            "fpdf",
            "pdf"
        ],
        "support": {
            "source": "https://github.com/Setasign/FPDF/tree/1.8.4"
        }
    },
    {
        "name": "spatie/browsershot",
        "version": "3.52.3",
        "version_normalized": "3.52.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/browsershot.git",
            "reference": "4f8584e835035a4696a496c4508c3c35edaef28a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/browsershot/zipball/4f8584e835035a4696a496c4508c3c35edaef28a",
            "reference": "4f8584e835035a4696a496c4508c3c35edaef28a",
            "shasum": ""
        },
        "require": {
            "php": "^7.4|^8.0",
            "spatie/image": "^1.5.3|^2.0",
            "spatie/temporary-directory": "^1.1|^2.0",
            "symfony/process": "^4.2|^5.0|^6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^9.0",
            "spatie/phpunit-snapshot-assertions": "^4.2.3"
        },
        "time": "2021-12-17T23:11:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Browsershot\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://github.com/freekmurze",
                "role": "Developer"
            }
        ],
        "description": "Convert a webpage to an image or pdf using headless Chrome",
        "homepage": "https://github.com/spatie/browsershot",
        "keywords": [
            "chrome",
            "convert",
            "headless",
            "image",
            "pdf",
            "puppeteer",
            "screenshot",
            "webpage"
        ],
        "funding": [
            {
                "url": "https://github.com/spatie",
                "type": "github"
            }
        ]
    },
    {
        "name": "spatie/crawler",
        "version": "6.0.2",
        "version_normalized": "6.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/crawler.git",
            "reference": "276ecb429a770474695a1278a9ad3e719fbef259"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/crawler/zipball/276ecb429a770474695a1278a9ad3e719fbef259",
            "reference": "276ecb429a770474695a1278a9ad3e719fbef259",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^7.2",
            "guzzlehttp/psr7": "^1.7",
            "illuminate/collections": "^8.17",
            "nicmart/tree": "^0.3.0",
            "php": "^7.4|^8.0",
            "spatie/browsershot": "^3.14",
            "spatie/robots-txt": "^1.0.9|^2.0",
            "symfony/dom-crawler": "^5.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^9.4"
        },
        "time": "2021-04-14T13:50:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Crawler\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be"
            }
        ],
        "description": "Crawl all internal links found on a website",
        "homepage": "https://github.com/spatie/crawler",
        "keywords": [
            "crawler",
            "link",
            "spatie",
            "website"
        ],
        "support": {
            "issues": "https://github.com/spatie/crawler/issues",
            "source": "https://github.com/spatie/crawler/tree/6.0.2"
        },
        "funding": [
            {
                "url": "https://github.com/spatie",
                "type": "github"
            }
        ]
    },
    {
        "name": "spatie/db-dumper",
        "version": "2.21.1",
        "version_normalized": "2.21.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/db-dumper.git",
            "reference": "05e5955fb882008a8947c5a45146d86cfafa10d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/db-dumper/zipball/05e5955fb882008a8947c5a45146d86cfafa10d1",
            "reference": "05e5955fb882008a8947c5a45146d86cfafa10d1",
            "shasum": ""
        },
        "require": {
            "php": "^7.2|^8.0",
            "symfony/process": "^4.2|^5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.0|^8.0|^9.0"
        },
        "time": "2021-02-24T14:56:42+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\DbDumper\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "Dump databases",
        "homepage": "https://github.com/spatie/db-dumper",
        "keywords": [
            "database",
            "db-dumper",
            "dump",
            "mysqldump",
            "spatie"
        ],
        "support": {
            "issues": "https://github.com/spatie/db-dumper/issues",
            "source": "https://github.com/spatie/db-dumper/tree/2.21.1"
        },
        "funding": [
            {
                "url": "https://github.com/spatie",
                "type": "github"
            }
        ]
    },
    {
        "name": "spatie/image",
        "version": "1.10.6",
        "version_normalized": "1.10.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/image.git",
            "reference": "897e819848096ea8eee8ed4a3531c6166f9a99e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/image/zipball/897e819848096ea8eee8ed4a3531c6166f9a99e0",
            "reference": "897e819848096ea8eee8ed4a3531c6166f9a99e0",
            "shasum": ""
        },
        "require": {
            "ext-exif": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "league/glide": "^1.6",
            "php": "^7.2|^8.0",
            "spatie/image-optimizer": "^1.1",
            "spatie/temporary-directory": "^1.0|^2.0",
            "symfony/process": "^3.0|^4.0|^5.0|^6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5.21|^9.5.4",
            "symfony/var-dumper": "^4.0|^5.0|^6.0",
            "vimeo/psalm": "^4.6"
        },
        "time": "2021-12-21T10:01:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Image\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "Manipulate images with an expressive API",
        "homepage": "https://github.com/spatie/image",
        "keywords": [
            "image",
            "spatie"
        ],
        "funding": [
            {
                "url": "https://spatie.be/open-source/support-us",
                "type": "custom"
            },
            {
                "url": "https://github.com/spatie",
                "type": "github"
            }
        ]
    },
    {
        "name": "spatie/image-optimizer",
        "version": "1.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/image-optimizer.git",
            "reference": "6db75529cbf8fa84117046a9d513f277aead90a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/6db75529cbf8fa84117046a9d513f277aead90a0",
            "reference": "6db75529cbf8fa84117046a9d513f277aead90a0",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "php": "^7.3|^8.0",
            "psr/log": "^1.0 | ^2.0 | ^3.0",
            "symfony/process": "^4.2|^5.0|^6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5.21|^9.4.4",
            "symfony/var-dumper": "^4.2|^5.0|^6.0"
        },
        "time": "2021-12-21T10:08:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\ImageOptimizer\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "Easily optimize images using PHP",
        "homepage": "https://github.com/spatie/image-optimizer",
        "keywords": [
            "image-optimizer",
            "spatie"
        ]
    },
    {
        "name": "spatie/laravel-activitylog",
        "version": "3.17.0",
        "version_normalized": "3.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/laravel-activitylog.git",
            "reference": "bdc44862aaca39ecbd824133b80dbd7c8017ed7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/bdc44862aaca39ecbd824133b80dbd7c8017ed7f",
            "reference": "bdc44862aaca39ecbd824133b80dbd7c8017ed7f",
            "shasum": ""
        },
        "require": {
            "illuminate/config": "^6.0 || ^7.0 || ^8.0",
            "illuminate/database": "^6.0 || ^7.0 || ^8.0",
            "illuminate/support": "^6.0 || ^7.0 || ^8.0",
            "php": "^7.3 || ^8.0"
        },
        "require-dev": {
            "ext-json": "*",
            "orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
            "phpunit/phpunit": "^9.3"
        },
        "time": "2021-03-02T16:49:06+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Spatie\\Activitylog\\ActivitylogServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Activitylog\\": "src"
            },
            "files": [
                "src/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            },
            {
                "name": "Sebastian De Deyne",
                "email": "sebastian@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            },
            {
                "name": "Tom Witkowski",
                "email": "dev.gummibeer@gmail.com",
                "homepage": "https://gummibeer.de",
                "role": "Developer"
            }
        ],
        "description": "A very simple activity logger to monitor the users of your website or application",
        "homepage": "https://github.com/spatie/activitylog",
        "keywords": [
            "activity",
            "laravel",
            "log",
            "spatie",
            "user"
        ],
        "support": {
            "issues": "https://github.com/spatie/laravel-activitylog/issues",
            "source": "https://github.com/spatie/laravel-activitylog/tree/3.17.0"
        },
        "funding": [
            {
                "url": "https://spatie.be/open-source/support-us",
                "type": "custom"
            },
            {
                "url": "https://github.com/spatie",
                "type": "github"
            }
        ]
    },
    {
        "name": "spatie/laravel-analytics",
        "version": "3.11.0",
        "version_normalized": "3.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/laravel-analytics.git",
            "reference": "6ce4610eea86e59446866504f71dcb17ddc8c496"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/laravel-analytics/zipball/6ce4610eea86e59446866504f71dcb17ddc8c496",
            "reference": "6ce4610eea86e59446866504f71dcb17ddc8c496",
            "shasum": ""
        },
        "require": {
            "google/apiclient": "^2.0|^2.7",
            "laravel/framework": "^6.0|^7.0|^8.0",
            "nesbot/carbon": "^2.0",
            "php": "^7.3|^8.0",
            "symfony/cache": "^4.3|^5.0"
        },
        "require-dev": {
            "league/flysystem": ">=1.0.8",
            "mockery/mockery": "^1.4.2",
            "orchestra/testbench": "^4.0|^5.0|^6.0",
            "phpunit/phpunit": "^8.0|^9.0"
        },
        "time": "2021-03-04T07:31:26+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Spatie\\Analytics\\AnalyticsServiceProvider"
                ],
                "aliases": {
                    "Analytics": "Spatie\\Analytics\\AnalyticsFacade"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Analytics\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://murze.be",
                "role": "Developer"
            }
        ],
        "description": "A Laravel package to retrieve Google Analytics data.",
        "homepage": "https://github.com/spatie/laravel-analytics",
        "keywords": [
            "analytics",
            "google",
            "laravel",
            "reports",
            "retrieve",
            "spatie"
        ],
        "support": {
            "issues": "https://github.com/spatie/laravel-analytics/issues",
            "source": "https://github.com/spatie/laravel-analytics/tree/3.11.0"
        },
        "funding": [
            {
                "url": "https://spatie.be/open-source/support-us",
                "type": "custom"
            }
        ]
    },
    {
        "name": "spatie/laravel-backup",
        "version": "6.16.5",
        "version_normalized": "6.16.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/laravel-backup.git",
            "reference": "332fae80b12cacb9e4161824ba195d984b28c8fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/332fae80b12cacb9e4161824ba195d984b28c8fb",
            "reference": "332fae80b12cacb9e4161824ba195d984b28c8fb",
            "shasum": ""
        },
        "require": {
            "ext-zip": "^1.14.0",
            "illuminate/console": "^6.0|^7.0|^8.0",
            "illuminate/contracts": "^6.0|^7.0|^8.0",
            "illuminate/events": "^6.0|^7.0|^8.0",
            "illuminate/filesystem": "^6.0|^7.0|^8.0",
            "illuminate/notifications": "^6.0|^7.0|^8.0",
            "illuminate/support": "^6.0|^7.0|^8.0",
            "league/flysystem": "^1.0.49",
            "php": "^7.3|^8.0",
            "spatie/db-dumper": "^2.12",
            "spatie/temporary-directory": "^1.1",
            "symfony/finder": "^4.2|^5.0"
        },
        "require-dev": {
            "laravel/slack-notification-channel": "^2.3",
            "league/flysystem-aws-s3-v3": "^1.0",
            "mockery/mockery": "^1.4.2",
            "orchestra/testbench": "4.*|5.*|6.*",
            "phpunit/phpunit": "^8.4|^9.0"
        },
        "suggest": {
            "laravel/slack-notification-channel": "Required for sending notifications via Slack"
        },
        "time": "2021-09-12T10:04:18+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Spatie\\Backup\\BackupServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Backup\\": "src"
            },
            "files": [
                "src/Helpers/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "A Laravel package to backup your application",
        "homepage": "https://github.com/spatie/laravel-backup",
        "keywords": [
            "backup",
            "database",
            "laravel-backup",
            "spatie"
        ],
        "support": {
            "issues": "https://github.com/spatie/laravel-backup/issues",
            "source": "https://github.com/spatie/laravel-backup/tree/6.16.5"
        },
        "funding": [
            {
                "url": "https://github.com/sponsors/spatie",
                "type": "github"
            },
            {
                "url": "https://spatie.be/open-source/support-us",
                "type": "other"
            }
        ]
    },
    {
        "name": "spatie/laravel-newsletter",
        "version": "4.10.0",
        "version_normalized": "4.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/laravel-newsletter.git",
            "reference": "c3b9061a8410650aeab1416ed76e1afb57adc685"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/laravel-newsletter/zipball/c3b9061a8410650aeab1416ed76e1afb57adc685",
            "reference": "c3b9061a8410650aeab1416ed76e1afb57adc685",
            "shasum": ""
        },
        "require": {
            "drewm/mailchimp-api": "^2.4",
            "illuminate/support": "^6.0|^7.0|^8.0",
            "php": "^7.3|^8.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.3",
            "phpunit/phpunit": "^8.0|^9.0"
        },
        "time": "2021-05-18T11:28:48+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Spatie\\Newsletter\\NewsletterServiceProvider"
                ],
                "aliases": {
                    "Newsletter": "Spatie\\Newsletter\\NewsletterFacade"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Newsletter\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://murze.be",
                "role": "Developer"
            }
        ],
        "description": "Manage newsletters in Laravel",
        "homepage": "https://github.com/spatie/laravel-newsletter",
        "keywords": [
            "laravel",
            "mailchimp",
            "newsletter"
        ],
        "support": {
            "issues": "https://github.com/spatie/laravel-newsletter/issues",
            "source": "https://github.com/spatie/laravel-newsletter/tree/4.10.0"
        },
        "funding": [
            {
                "url": "https://spatie.be/open-source/support-us",
                "type": "custom"
            }
        ]
    },
    {
        "name": "spatie/laravel-sitemap",
        "version": "5.9.2",
        "version_normalized": "5.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/laravel-sitemap.git",
            "reference": "df5c3db511e08a8e64a3d7e28613ab018a99e95d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/laravel-sitemap/zipball/df5c3db511e08a8e64a3d7e28613ab018a99e95d",
            "reference": "df5c3db511e08a8e64a3d7e28613ab018a99e95d",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^7.2",
            "illuminate/support": "^8.0",
            "nesbot/carbon": "^2.0",
            "php": "^7.4|^8.0",
            "spatie/crawler": "^5.0|^6.0",
            "symfony/dom-crawler": "^5.1.14"
        },
        "require-dev": {
            "mockery/mockery": "^1.3.3",
            "orchestra/testbench": "^6.0",
            "phpunit/phpunit": "^9.3",
            "spatie/phpunit-snapshot-assertions": "^4.0",
            "spatie/temporary-directory": "^1.1"
        },
        "time": "2021-03-04T22:57:48+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Spatie\\Sitemap\\SitemapServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Sitemap\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "Create and generate sitemaps with ease",
        "homepage": "https://github.com/spatie/laravel-sitemap",
        "keywords": [
            "laravel-sitemap",
            "spatie"
        ],
        "support": {
            "issues": "https://github.com/spatie/laravel-sitemap/issues",
            "source": "https://github.com/spatie/laravel-sitemap/tree/5.9.2"
        },
        "funding": [
            {
                "url": "https://spatie.be/open-source/support-us",
                "type": "custom"
            }
        ]
    },
    {
        "name": "spatie/robots-txt",
        "version": "1.0.10",
        "version_normalized": "1.0.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/robots-txt.git",
            "reference": "8802a2bee670b3c13cfd21ede0322f72b3efb711"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/robots-txt/zipball/8802a2bee670b3c13cfd21ede0322f72b3efb711",
            "reference": "8802a2bee670b3c13cfd21ede0322f72b3efb711",
            "shasum": ""
        },
        "require": {
            "php": "^7.3 || ^8.0"
        },
        "require-dev": {
            "larapack/dd": "^1.0",
            "phpunit/phpunit": "^8.0 || ^9.0"
        },
        "time": "2020-12-07T11:10:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\Robots\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brent Roose",
                "email": "brent@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "Determine if a page may be crawled from robots.txt and robots meta tags",
        "homepage": "https://github.com/spatie/robots-txt",
        "keywords": [
            "robots-txt",
            "spatie"
        ],
        "support": {
            "issues": "https://github.com/spatie/robots-txt/issues",
            "source": "https://github.com/spatie/robots-txt/tree/1.0.10"
        }
    },
    {
        "name": "spatie/temporary-directory",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/temporary-directory.git",
            "reference": "f517729b3793bca58f847c5fd383ec16f03ffec6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/f517729b3793bca58f847c5fd383ec16f03ffec6",
            "reference": "f517729b3793bca58f847c5fd383ec16f03ffec6",
            "shasum": ""
        },
        "require": {
            "php": "^7.2|^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0|^9.0"
        },
        "time": "2020-11-09T15:54:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\TemporaryDirectory\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alex Vanderbist",
                "email": "alex@spatie.be",
                "homepage": "https://spatie.be",
                "role": "Developer"
            }
        ],
        "description": "Easily create, use and destroy temporary directories",
        "homepage": "https://github.com/spatie/temporary-directory",
        "keywords": [
            "php",
            "spatie",
            "temporary-directory"
        ],
        "support": {
            "issues": "https://github.com/spatie/temporary-directory/issues",
            "source": "https://github.com/spatie/temporary-directory/tree/1.3.0"
        }
    },
    {
        "name": "stripe/stripe-php",
        "version": "v7.108.0",
        "version_normalized": "7.108.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stripe/stripe-php.git",
            "reference": "81524a3087612f1b41846b9cd6deb80150af985b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stripe/stripe-php/zipball/81524a3087612f1b41846b9cd6deb80150af985b",
            "reference": "81524a3087612f1b41846b9cd6deb80150af985b",
            "shasum": ""
        },
        "require": {
            "ext-curl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "3.4.0",
            "phpstan/phpstan": "^1.2",
            "phpunit/phpunit": "^5.7 || ^9.0",
            "squizlabs/php_codesniffer": "^3.3"
        },
        "time": "2021-12-22T16:40:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "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"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.3.0",
        "version_normalized": "6.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
            "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "^2.0|^3.1",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "symfony/phpunit-bridge": "^4.4|^5.4"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses"
        },
        "time": "2021-10-18T15:26:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ],
        "support": {
            "issues": "https://github.com/swiftmailer/swiftmailer/issues",
            "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
        },
        "funding": [
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
                "type": "tidelift"
            }
        ],
        "abandoned": "symfony/mailer"
    },
    {
        "name": "symfony/cache",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/8aad4b69a10c5c51ab54672e78995860f5e447ec",
            "reference": "8aad4b69a10c5c51ab54672e78995860f5e447ec",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/cache": "^1.0|^2.0",
            "psr/log": "^1.1|^2|^3",
            "symfony/cache-contracts": "^1.1.7|^2",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-php73": "^1.9",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2|^3",
            "symfony/var-exporter": "^4.4|^5.0|^6.0"
        },
        "conflict": {
            "doctrine/dbal": "<2.13.1",
            "symfony/dependency-injection": "<4.4",
            "symfony/http-kernel": "<4.4",
            "symfony/var-dumper": "<4.4"
        },
        "provide": {
            "psr/cache-implementation": "1.0|2.0",
            "psr/simple-cache-implementation": "1.0|2.0",
            "symfony/cache-implementation": "1.0|2.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "^1.6|^2.0",
            "doctrine/dbal": "^2.13.1|^3.0",
            "predis/predis": "^1.1",
            "psr/simple-cache": "^1.0|^2.0",
            "symfony/config": "^4.4|^5.0|^6.0",
            "symfony/dependency-injection": "^4.4|^5.0|^6.0",
            "symfony/filesystem": "^4.4|^5.0|^6.0",
            "symfony/http-kernel": "^4.4|^5.0|^6.0",
            "symfony/messenger": "^4.4|^5.0|^6.0",
            "symfony/var-dumper": "^4.4|^5.0|^6.0"
        },
        "time": "2021-12-28T17:15:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/cache-contracts",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache-contracts.git",
            "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
            "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/cache": "^1.0|^2.0|^3.0"
        },
        "suggest": {
            "symfony/cache-implementation": ""
        },
        "time": "2021-08-17T14:20:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Cache\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to caching",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "support": {
            "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/console",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
            "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php73": "^1.9",
            "symfony/polyfill-php80": "^1.16",
            "symfony/service-contracts": "^1.1|^2|^3",
            "symfony/string": "^5.1|^6.0"
        },
        "conflict": {
            "psr/log": ">=3",
            "symfony/dependency-injection": "<4.4",
            "symfony/dotenv": "<5.1",
            "symfony/event-dispatcher": "<4.4",
            "symfony/lock": "<4.4",
            "symfony/process": "<4.4"
        },
        "provide": {
            "psr/log-implementation": "1.0|2.0"
        },
        "require-dev": {
            "psr/log": "^1|^2",
            "symfony/config": "^4.4|^5.0|^6.0",
            "symfony/dependency-injection": "^4.4|^5.0|^6.0",
            "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
            "symfony/lock": "^4.4|^5.0|^6.0",
            "symfony/process": "^4.4|^5.0|^6.0",
            "symfony/var-dumper": "^4.4|^5.0|^6.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2021-12-20T16:11:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Eases the creation of beautiful and testable command line interfaces",
        "homepage": "https://symfony.com",
        "keywords": [
            "cli",
            "command line",
            "console",
            "terminal"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/css-selector",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "cfcbee910e159df402603502fe387e8b677c22fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/cfcbee910e159df402603502fe387e8b677c22fd",
            "reference": "cfcbee910e159df402603502fe387e8b677c22fd",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-12-16T21:58:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Converts CSS selectors to XPath expressions",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/deprecation-contracts",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/deprecation-contracts.git",
            "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
            "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-07-12T14:48:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "function.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A generic function and convention to trigger deprecation notices",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/dom-crawler",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dom-crawler.git",
            "reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bb3bc3699779fc6d9646270789026a7e2cec7ec7",
            "reference": "bb3bc3699779fc6d9646270789026a7e2cec7ec7",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "masterminds/html5": "<2.6"
        },
        "require-dev": {
            "masterminds/html5": "^2.6",
            "symfony/css-selector": "^4.4|^5.0|^6.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2021-12-28T17:15:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DomCrawler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Eases DOM navigation for HTML and XML documents",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/error-handler",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/error-handler.git",
            "reference": "e0c0dd0f9d4120a20158fc9aec2367d07d38bc56"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/error-handler/zipball/e0c0dd0f9d4120a20158fc9aec2367d07d38bc56",
            "reference": "e0c0dd0f9d4120a20158fc9aec2367d07d38bc56",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/log": "^1|^2|^3",
            "symfony/var-dumper": "^4.4|^5.0|^6.0"
        },
        "require-dev": {
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/http-kernel": "^4.4|^5.0|^6.0",
            "symfony/serializer": "^4.4|^5.0|^6.0"
        },
        "time": "2021-12-19T20:02:00+00:00",
        "bin": [
            "Resources/bin/patch-type-declarations"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ErrorHandler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides tools to manage errors and ease debugging PHP code",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v5.4.0",
        "version_normalized": "5.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb",
            "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/event-dispatcher-contracts": "^2|^3",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "symfony/dependency-injection": "<4.4"
        },
        "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "2.0"
        },
        "require-dev": {
            "psr/log": "^1|^2|^3",
            "symfony/config": "^4.4|^5.0|^6.0",
            "symfony/dependency-injection": "^4.4|^5.0|^6.0",
            "symfony/error-handler": "^4.4|^5.0|^6.0",
            "symfony/expression-language": "^4.4|^5.0|^6.0",
            "symfony/http-foundation": "^4.4|^5.0|^6.0",
            "symfony/service-contracts": "^1.1|^2|^3",
            "symfony/stopwatch": "^4.4|^5.0|^6.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2021-11-23T10:19:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
        "homepage": "https://symfony.com",
        "support": {
            "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/event-dispatcher-contracts",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
            "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
            "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/event-dispatcher": "^1"
        },
        "suggest": {
            "symfony/event-dispatcher-implementation": ""
        },
        "time": "2021-07-12T14:48:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to dispatching event",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "support": {
            "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "e77046c252be48c48a40816187ed527703c8f76c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
            "reference": "e77046c252be48c48a40816187ed527703c8f76c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-12-15T11:06:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Finds files and directories via an intuitive fluent interface",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ce952af52877eaf3eab5d0c08cc0ea865ed37313",
            "reference": "ce952af52877eaf3eab5d0c08cc0ea865ed37313",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/cache": "^4.4|^5.0|^6.0",
            "symfony/expression-language": "^4.4|^5.0|^6.0",
            "symfony/mime": "^4.4|^5.0|^6.0"
        },
        "suggest": {
            "symfony/mime": "To use the file extension guesser"
        },
        "time": "2021-12-28T17:15:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Defines an object-oriented layer for the HTTP specification",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/http-kernel",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "35b7e9868953e0d1df84320bb063543369e43ef5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/35b7e9868953e0d1df84320bb063543369e43ef5",
            "reference": "35b7e9868953e0d1df84320bb063543369e43ef5",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/log": "^1|^2",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/error-handler": "^4.4|^5.0|^6.0",
            "symfony/event-dispatcher": "^5.0|^6.0",
            "symfony/http-foundation": "^5.3.7|^6.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-php73": "^1.9",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "symfony/browser-kit": "<5.4",
            "symfony/cache": "<5.0",
            "symfony/config": "<5.0",
            "symfony/console": "<4.4",
            "symfony/dependency-injection": "<5.3",
            "symfony/doctrine-bridge": "<5.0",
            "symfony/form": "<5.0",
            "symfony/http-client": "<5.0",
            "symfony/mailer": "<5.0",
            "symfony/messenger": "<5.0",
            "symfony/translation": "<5.0",
            "symfony/twig-bridge": "<5.0",
            "symfony/validator": "<5.0",
            "twig/twig": "<2.13"
        },
        "provide": {
            "psr/log-implementation": "1.0|2.0"
        },
        "require-dev": {
            "psr/cache": "^1.0|^2.0|^3.0",
            "symfony/browser-kit": "^5.4|^6.0",
            "symfony/config": "^5.0|^6.0",
            "symfony/console": "^4.4|^5.0|^6.0",
            "symfony/css-selector": "^4.4|^5.0|^6.0",
            "symfony/dependency-injection": "^5.3|^6.0",
            "symfony/dom-crawler": "^4.4|^5.0|^6.0",
            "symfony/expression-language": "^4.4|^5.0|^6.0",
            "symfony/finder": "^4.4|^5.0|^6.0",
            "symfony/http-client-contracts": "^1.1|^2|^3",
            "symfony/process": "^4.4|^5.0|^6.0",
            "symfony/routing": "^4.4|^5.0|^6.0",
            "symfony/stopwatch": "^4.4|^5.0|^6.0",
            "symfony/translation": "^4.4|^5.0|^6.0",
            "symfony/translation-contracts": "^1.1|^2|^3",
            "twig/twig": "^2.13|^3.0.4"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": ""
        },
        "time": "2021-12-29T13:20:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides a structured process for converting a Request into a Response",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/mime",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/mime.git",
            "reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/mime/zipball/1bfd938cf9562822c05c4d00e8f92134d3c8e42d",
            "reference": "1bfd938cf9562822c05c4d00e8f92134d3c8e42d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "egulias/email-validator": "~3.0.0",
            "phpdocumentor/reflection-docblock": "<3.2.2",
            "phpdocumentor/type-resolver": "<1.4.0",
            "symfony/mailer": "<4.4"
        },
        "require-dev": {
            "egulias/email-validator": "^2.1.10|^3.1",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0|^6.0",
            "symfony/property-access": "^4.4|^5.1|^6.0",
            "symfony/property-info": "^4.4|^5.1|^6.0",
            "symfony/serializer": "^5.2|^6.0"
        },
        "time": "2021-12-28T17:15:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Mime\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Allows manipulating MIME messages",
        "homepage": "https://symfony.com",
        "keywords": [
            "mime",
            "mime-type"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
            "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2021-02-19T12:13:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
            "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2021-05-27T09:27:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-grapheme",
        "version": "v1.23.1",
        "version_normalized": "1.23.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
            "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
            "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2021-05-27T12:26:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's grapheme_* functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "grapheme",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-icu",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda",
            "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-intl": "For best performance and support of other locales than \"en\""
        },
        "time": "2021-05-24T10:04:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Icu\\": ""
            },
            "classmap": [
                "Resources/stubs"
            ],
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's ICU-related data and classes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "icu",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
            "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1",
            "symfony/polyfill-intl-normalizer": "^1.10",
            "symfony/polyfill-php72": "^1.10"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2021-05-27T09:27:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Trevor Rowbotham",
                "email": "trevor.rowbotham@pm.me"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
            "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
            "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2021-02-19T12:13:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's Normalizer class and related functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "intl",
            "normalizer",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.23.1",
        "version_normalized": "1.23.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
            "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2021-05-27T12:26:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
            "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-05-27T09:17:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
            "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-02-19T12:13:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php73\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.23.1",
        "version_normalized": "1.23.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
            "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-07-28T13:41:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php80\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ion Bazan",
                "email": "ion.bazan@gmail.com"
            },
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php81",
        "version": "v1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php81.git",
            "reference": "e66119f3de95efc359483f810c4c3e6436279436"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
            "reference": "e66119f3de95efc359483f810c4c3e6436279436",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-05-21T13:25:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.23-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php81\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/process",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
            "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "time": "2021-12-27T21:01:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Executes commands in sub-processes",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/psr-http-message-bridge",
        "version": "v2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
            "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
            "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1",
            "psr/http-message": "^1.0",
            "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
        },
        "require-dev": {
            "nyholm/psr7": "^1.1",
            "psr/log": "^1.1 || ^2 || ^3",
            "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
            "symfony/config": "^4.4 || ^5.0 || ^6.0",
            "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
            "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
            "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
            "symfony/phpunit-bridge": "^5.4@dev || ^6.0"
        },
        "suggest": {
            "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
        },
        "time": "2021-11-05T13:13:39+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-main": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "PSR HTTP message bridge",
        "homepage": "http://symfony.com",
        "keywords": [
            "http",
            "http-message",
            "psr-17",
            "psr-7"
        ],
        "support": {
            "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
            "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/routing",
        "version": "v5.4.0",
        "version_normalized": "5.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "9eeae93c32ca86746e5d38f3679e9569981038b1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/9eeae93c32ca86746e5d38f3679e9569981038b1",
            "reference": "9eeae93c32ca86746e5d38f3679e9569981038b1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "doctrine/annotations": "<1.12",
            "symfony/config": "<5.3",
            "symfony/dependency-injection": "<4.4",
            "symfony/yaml": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "^1.12",
            "psr/log": "^1|^2|^3",
            "symfony/config": "^5.3|^6.0",
            "symfony/dependency-injection": "^4.4|^5.0|^6.0",
            "symfony/expression-language": "^4.4|^5.0|^6.0",
            "symfony/http-foundation": "^4.4|^5.0|^6.0",
            "symfony/yaml": "^4.4|^5.0|^6.0"
        },
        "suggest": {
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2021-11-23T10:19:22+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Maps an HTTP request to a set of configuration variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ],
        "support": {
            "source": "https://github.com/symfony/routing/tree/v5.4.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/service-contracts",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/service-contracts.git",
            "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
            "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/container": "^1.1",
            "symfony/deprecation-contracts": "^2.1"
        },
        "conflict": {
            "ext-psr": "<1.1|>=2"
        },
        "suggest": {
            "symfony/service-implementation": ""
        },
        "time": "2021-11-04T16:48:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Service\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to writing services",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "support": {
            "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/string",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/string.git",
            "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
            "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-intl-grapheme": "~1.0",
            "symfony/polyfill-intl-normalizer": "~1.0",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "~1.15"
        },
        "conflict": {
            "symfony/translation-contracts": ">=3.0"
        },
        "require-dev": {
            "symfony/error-handler": "^4.4|^5.0|^6.0",
            "symfony/http-client": "^4.4|^5.0|^6.0",
            "symfony/translation-contracts": "^1.1|^2",
            "symfony/var-exporter": "^4.4|^5.0|^6.0"
        },
        "time": "2021-12-16T21:52:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\String\\": ""
            },
            "files": [
                "Resources/functions.php"
            ],
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
        "homepage": "https://symfony.com",
        "keywords": [
            "grapheme",
            "i18n",
            "string",
            "unicode",
            "utf-8",
            "utf8"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
            "reference": "ff8bb2107b6a549dc3c5dd9c498dcc82c9c098ca",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1|^3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16",
            "symfony/translation-contracts": "^2.3"
        },
        "conflict": {
            "symfony/config": "<4.4",
            "symfony/console": "<5.3",
            "symfony/dependency-injection": "<5.0",
            "symfony/http-kernel": "<5.0",
            "symfony/twig-bundle": "<5.0",
            "symfony/yaml": "<4.4"
        },
        "provide": {
            "symfony/translation-implementation": "2.3"
        },
        "require-dev": {
            "psr/log": "^1|^2|^3",
            "symfony/config": "^4.4|^5.0|^6.0",
            "symfony/console": "^5.4|^6.0",
            "symfony/dependency-injection": "^5.0|^6.0",
            "symfony/finder": "^4.4|^5.0|^6.0",
            "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
            "symfony/http-kernel": "^5.0|^6.0",
            "symfony/intl": "^4.4|^5.0|^6.0",
            "symfony/polyfill-intl-icu": "^1.21",
            "symfony/service-contracts": "^1.1.2|^2|^3",
            "symfony/yaml": "^4.4|^5.0|^6.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2021-12-25T19:45:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions.php"
            ],
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides tools to internationalize your application",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/translation-contracts",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
            "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5"
        },
        "suggest": {
            "symfony/translation-implementation": ""
        },
        "time": "2021-08-17T14:20:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "2.5-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to translation",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "support": {
            "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/var-dumper",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1b56c32c3679002b3a42384a580e16e2600f41c1",
            "reference": "1b56c32c3679002b3a42384a580e16e2600f41c1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.16"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.3",
            "symfony/console": "<4.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/console": "^4.4|^5.0|^6.0",
            "symfony/process": "^4.4|^5.0|^6.0",
            "symfony/uid": "^5.1|^6.0",
            "twig/twig": "^2.13|^3.0.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2021-12-29T10:10:35+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Provides mechanisms for walking through any arbitrary PHP variable",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/var-exporter",
        "version": "v5.4.2",
        "version_normalized": "5.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2360c8525815b8535caac27cbc1994e2fa8644ba",
            "reference": "2360c8525815b8535caac27cbc1994e2fa8644ba",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.16"
        },
        "require-dev": {
            "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
        },
        "time": "2021-12-16T21:58:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\VarExporter\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Allows exporting any serializable PHP data structure to plain PHP code",
        "homepage": "https://symfony.com",
        "keywords": [
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "serialize"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "teamtnt/laravel-scout-tntsearch-driver",
        "version": "v11.5.0",
        "version_normalized": "11.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/teamtnt/laravel-scout-tntsearch-driver.git",
            "reference": "ea962275ee5b977af81dccc138a0fa87d062492b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/teamtnt/laravel-scout-tntsearch-driver/zipball/ea962275ee5b977af81dccc138a0fa87d062492b",
            "reference": "ea962275ee5b977af81dccc138a0fa87d062492b",
            "shasum": ""
        },
        "require": {
            "illuminate/bus": "~5.4|^6.0|^7.0|^8.0",
            "illuminate/contracts": "~5.4|^6.0|^7.0|^8.0",
            "illuminate/pagination": "~5.4|^6.0|^7.0|^8.0",
            "illuminate/queue": "~5.4|^6.0|^7.0|^8.0",
            "illuminate/support": "~5.4|^6.0|^7.0|^8.0",
            "laravel/scout": "7.*|^8.0|^8.3|^9.0",
            "php": ">=7.1|^8",
            "teamtnt/tntsearch": "2.7.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^7.0|^8.0|^9.0"
        },
        "suggest": {
            "teamtnt/tntsearch": "Required to use the TNTSearch engine."
        },
        "time": "2021-06-04T12:00:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            },
            "laravel": {
                "providers": [
                    "TeamTNT\\Scout\\TNTSearchScoutServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TeamTNT\\Scout\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "TNT Studio",
                "email": "info@tntstudio.hr"
            }
        ],
        "description": "Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch",
        "keywords": [
            "laravel",
            "scout",
            "search",
            "tntsearch"
        ],
        "support": {
            "issues": "https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues",
            "source": "https://github.com/teamtnt/laravel-scout-tntsearch-driver/tree/v11.5.0"
        }
    },
    {
        "name": "teamtnt/tntsearch",
        "version": "v2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/teamtnt/tntsearch.git",
            "reference": "c7d0f67070ea22e835bb1416b85dee0f74780fdc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/teamtnt/tntsearch/zipball/c7d0f67070ea22e835bb1416b85dee0f74780fdc",
            "reference": "c7d0f67070ea22e835bb1416b85dee0f74780fdc",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-pdo_sqlite": "*",
            "ext-sqlite3": "*",
            "php": "~7.1|^8"
        },
        "require-dev": {
            "phpunit/phpunit": "7.*|8.*|9.*",
            "symfony/var-dumper": "^4|^5.2"
        },
        "time": "2021-03-11T15:26:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TeamTNT\\TNTSearch\\": "src"
            },
            "files": [
                "helper/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nenad Tičarić",
                "email": "nticaric@gmail.com",
                "homepage": "http://www.tntstudio.us",
                "role": "Developer"
            }
        ],
        "description": "A fully featured full text search engine written in PHP",
        "homepage": "https://github.com/teamtnt/tntsearch",
        "keywords": [
            "Fuzzy search",
            "bm25",
            "fulltext",
            "geosearch",
            "search",
            "stemming",
            "teamtnt",
            "text classification",
            "tntsearch"
        ],
        "support": {
            "issues": "https://github.com/teamtnt/tntsearch/issues",
            "source": "https://github.com/teamtnt/tntsearch/tree/v2.7.0"
        },
        "funding": [
            {
                "url": "https://ko-fi.com/nticaric",
                "type": "ko_fi"
            },
            {
                "url": "https://opencollective.com/tntsearch",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/nticaric",
                "type": "patreon"
            }
        ]
    },
    {
        "name": "tijsverkoyen/css-to-inline-styles",
        "version": "2.2.4",
        "version_normalized": "2.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
            "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c",
            "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": "^5.5 || ^7.0 || ^8.0",
            "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
        },
        "time": "2021-12-08T09:12:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TijsVerkoyen\\CssToInlineStyles\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Tijs Verkoyen",
                "email": "css_to_inline_styles@verkoyen.eu",
                "role": "Developer"
            }
        ],
        "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
        "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles"
    },
    {
        "name": "torann/geoip",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Torann/laravel-geoip.git",
            "reference": "f16d5df66ecb6ba4ffaef52abef519fbc19596d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/f16d5df66ecb6ba4ffaef52abef519fbc19596d3",
            "reference": "f16d5df66ecb6ba4ffaef52abef519fbc19596d3",
            "shasum": ""
        },
        "require": {
            "illuminate/cache": "^8.0",
            "illuminate/console": "^8.0",
            "illuminate/support": "^8.0",
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "geoip2/geoip2": "~2.1",
            "mockery/mockery": "^1.3",
            "phpstan/phpstan": "^0.12.14",
            "phpunit/phpunit": "^8.0",
            "squizlabs/php_codesniffer": "^3.5",
            "vlucas/phpdotenv": "^5.0"
        },
        "suggest": {
            "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
            "monolog/monolog": "Allows for storing location not found errors to the log"
        },
        "time": "2020-12-21T19:12:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            },
            "laravel": {
                "providers": [
                    "Torann\\GeoIP\\GeoIPServiceProvider"
                ],
                "aliases": {
                    "GeoIP": "Torann\\GeoIP\\Facades\\GeoIP"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/helpers.php"
            ],
            "psr-4": {
                "Torann\\GeoIP\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Daniel Stainback",
                "email": "torann@gmail.com"
            }
        ],
        "description": "Support for multiple GeoIP services.",
        "keywords": [
            "IP API",
            "geoip",
            "geolocation",
            "infoDB",
            "laravel",
            "location",
            "maxmind"
        ],
        "support": {
            "issues": "https://github.com/Torann/laravel-geoip/issues",
            "source": "https://github.com/Torann/laravel-geoip/tree/3.0.2"
        }
    },
    {
        "name": "tucker-eric/eloquentfilter",
        "version": "2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Tucker-Eric/EloquentFilter.git",
            "reference": "628a6943ee6cc3283666f03ca22dc80fb70e4033"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Tucker-Eric/EloquentFilter/zipball/628a6943ee6cc3283666f03ca22dc80fb70e4033",
            "reference": "628a6943ee6cc3283666f03ca22dc80fb70e4033",
            "shasum": ""
        },
        "require": {
            "illuminate/config": "~5.0|~6.0|~7.0|~8.0",
            "illuminate/console": "~5.0|~6.0|~7.0|~8.0",
            "illuminate/database": "~5.0|~6.0|~7.0|~8.0",
            "illuminate/filesystem": "~5.0|~6.0|~7.0|~8.0",
            "illuminate/pagination": "~5.0|~6.0|~7.0|~8.0",
            "illuminate/support": "~5.0|~6.0|~7.0|~8.0",
            "php": ">=5.5.9"
        },
        "require-dev": {
            "mockery/mockery": "^1.3.1",
            "phpunit/phpunit": "~5.4.0"
        },
        "time": "2021-05-11T15:49:12+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "EloquentFilter\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "EloquentFilter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric Tucker",
                "email": "tucker.ericm@gmail.com"
            }
        ],
        "description": "An Eloquent way to filter Eloquent Models",
        "keywords": [
            "eloquent",
            "filter",
            "laravel",
            "model",
            "query",
            "search"
        ],
        "support": {
            "issues": "https://github.com/Tucker-Eric/EloquentFilter/issues",
            "source": "https://github.com/Tucker-Eric/EloquentFilter/tree/2.4.1"
        }
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v5.4.1",
        "version_normalized": "5.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
            "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "graham-campbell/result-type": "^1.0.2",
            "php": "^7.1.3 || ^8.0",
            "phpoption/phpoption": "^1.8",
            "symfony/polyfill-ctype": "^1.23",
            "symfony/polyfill-mbstring": "^1.23.1",
            "symfony/polyfill-php80": "^1.23.1"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4.1",
            "ext-filter": "*",
            "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
        },
        "suggest": {
            "ext-filter": "Required to use the boolean validator."
        },
        "time": "2021-12-12T23:22:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "hello@gjcampbell.co.uk",
                "homepage": "https://github.com/GrahamCampbell"
            },
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "https://github.com/vlucas"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/portable-ascii",
        "version": "1.5.6",
        "version_normalized": "1.5.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-ascii.git",
            "reference": "80953678b19901e5165c56752d087fc11526017c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
            "reference": "80953678b19901e5165c56752d087fc11526017c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for transliterator_transliterate() support"
        },
        "time": "2020-11-12T00:07:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
        "homepage": "https://github.com/voku/portable-ascii",
        "keywords": [
            "ascii",
            "clean",
            "php"
        ],
        "support": {
            "issues": "https://github.com/voku/portable-ascii/issues",
            "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
        },
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/portable-ascii",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozarts/assert.git",
            "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
            "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "conflict": {
            "phpstan/phpstan": "<0.12.20",
            "vimeo/psalm": "<4.6.1 || 4.6.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5.13"
        },
        "time": "2021-03-09T10:59:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.10-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ],
        "support": {
            "issues": "https://github.com/webmozarts/assert/issues",
            "source": "https://github.com/webmozarts/assert/tree/1.10.0"
        }
    },
    {
        "name": "yabacon/paystack-php",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yabacon/paystack-php.git",
            "reference": "e22effef1aad23ec9abcef16c3e7be83fe8b47fa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yabacon/paystack-php/zipball/e22effef1aad23ec9abcef16c3e7be83fe8b47fa",
            "reference": "e22effef1aad23ec9abcef16c3e7be83fe8b47fa",
            "shasum": ""
        },
        "require-dev": {
            "guzzlehttp/guzzle": "^6.2",
            "phpunit/phpunit": "~5.3",
            "scrutinizer/ocular": "^1.1",
            "squizlabs/php_codesniffer": "^2.3",
            "vlucas/phpdotenv": "^2.2"
        },
        "time": "2020-05-04T15:43:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Yabacon\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Yabacon",
                "email": "yabacon.valley@gmail.com",
                "homepage": "https://github.com/yabacon",
                "role": "Owner"
            },
            {
                "name": "Ibrahim Lawal",
                "email": "ibrahim@lawal.me",
                "homepage": "http://ibrahim.lawal.me",
                "role": "Developer"
            }
        ],
        "description": "Helps make your Paystack API calls giving a stdClass object.",
        "homepage": "https://github.com/yabacon/paystack-php",
        "keywords": [
            "api",
            "curl",
            "customer",
            "disable",
            "enable",
            "page",
            "paystack",
            "paystack-php",
            "plan",
            "subscription",
            "transaction",
            "verify",
            "yabacon"
        ],
        "support": {
            "issues": "https://github.com/yabacon/paystack-php/issues",
            "source": "https://github.com/yabacon/paystack-php/tree/v2.2.0"
        }
    },
    {
        "name": "yajra/laravel-datatables-oracle",
        "version": "v9.18.2",
        "version_normalized": "9.18.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/yajra/laravel-datatables.git",
            "reference": "f4eebc1dc2b067058dfb91e7c067de862353c40f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/f4eebc1dc2b067058dfb91e7c067de862353c40f",
            "reference": "f4eebc1dc2b067058dfb91e7c067de862353c40f",
            "shasum": ""
        },
        "require": {
            "illuminate/database": "5.8.*|^6|^7|^8",
            "illuminate/filesystem": "5.8.*|^6|^7|^8",
            "illuminate/http": "5.8.*|^6|^7|^8",
            "illuminate/support": "5.8.*|^6|^7|^8",
            "illuminate/view": "5.8.*|^6|^7|^8",
            "php": "^7.1.3|^8"
        },
        "require-dev": {
            "orchestra/testbench": "^3.8"
        },
        "suggest": {
            "yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.",
            "yajra/laravel-datatables-editor": "Plugin to use DataTables Editor (requires a license).",
            "yajra/laravel-datatables-fractal": "Plugin for server-side response using Fractal.",
            "yajra/laravel-datatables-html": "Plugin for server-side HTML builder of dataTables."
        },
        "time": "2021-10-27T12:38:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "9.0-dev"
            },
            "laravel": {
                "providers": [
                    "Yajra\\DataTables\\DataTablesServiceProvider"
                ],
                "aliases": {
                    "DataTables": "Yajra\\DataTables\\Facades\\DataTables"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Yajra\\DataTables\\": "src/"
            },
            "files": [
                "src/helper.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Arjay Angeles",
                "email": "aqangeles@gmail.com"
            }
        ],
        "description": "jQuery DataTables API for Laravel 4|5|6|7",
        "keywords": [
            "datatables",
            "jquery",
            "laravel"
        ],
        "support": {
            "issues": "https://github.com/yajra/laravel-datatables/issues",
            "source": "https://github.com/yajra/laravel-datatables/tree/v9.18.2"
        },
        "funding": [
            {
                "url": "https://www.paypal.me/yajra",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/yajra",
                "type": "patreon"
            }
        ]
    }
]
