[
    {
        "name": "brick/math",
        "version": "0.9.1",
        "version_normalized": "0.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/brick/math.git",
            "reference": "283a40c901101e66de7061bd359252c013dcc43c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
            "reference": "283a40c901101e66de7061bd359252c013dcc43c",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1|^8.0"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.2",
            "phpunit/phpunit": "^7.5.15|^8.5",
            "vimeo/psalm": "^3.5"
        },
        "time": "2020-08-18T23:57:15+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"
        ]
    },
    {
        "name": "container-interop/container-interop",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/container-interop/container-interop.git",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
            "shasum": ""
        },
        "require": {
            "psr/container": "^1.0"
        },
        "time": "2017-02-14T19:40:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Container\\": "src/Interop/Container/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
        "homepage": "https://github.com/container-interop/container-interop",
        "abandoned": "psr/container"
    },
    {
        "name": "envms/fluentpdo",
        "version": "v2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/envms/fluentpdo.git",
            "reference": "3f51d4b4e34e85110f87f7e98ebc0ab38e211c74"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/envms/fluentpdo/zipball/3f51d4b4e34e85110f87f7e98ebc0ab38e211c74",
            "reference": "3f51d4b4e34e85110f87f7e98ebc0ab38e211c74",
            "shasum": ""
        },
        "require-dev": {
            "envms/fluent-test": "^1.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2018-10-19T12:47:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Envms\\FluentPDO\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0",
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "envms",
                "homepage": "http://env.ms"
            }
        ],
        "description": "FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.",
        "homepage": "https://github.com/envms/fluentpdo",
        "keywords": [
            "builder",
            "database",
            "db",
            "dbal",
            "fluent",
            "mysql",
            "oracle",
            "pdo",
            "query"
        ]
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.13.0",
        "version_normalized": "4.13.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
            "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
        },
        "time": "2020-06-29T00:56:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ],
            "exclude-from-classmap": [
                "/library/HTMLPurifier/Language/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "fgrosse/phpasn1",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fgrosse/PHPASN1.git",
            "reference": "d1978f7abd580f3fc33561e7f71d4c12c7531fad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/d1978f7abd580f3fc33561e7f71d4c12c7531fad",
            "reference": "d1978f7abd580f3fc33561e7f71d4c12c7531fad",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.3",
            "satooshi/php-coveralls": "~2.0"
        },
        "suggest": {
            "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
            "ext-curl": "For loading OID information from the web if they have not bee defined statically",
            "ext-gmp": "GMP is the preferred extension for big integer calculations",
            "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
        },
        "time": "2020-10-11T16:28:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FG\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Friedrich Große",
                "email": "friedrich.grosse@gmail.com",
                "homepage": "https://github.com/FGrosse",
                "role": "Author"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
            }
        ],
        "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
        "homepage": "https://github.com/FGrosse/PHPASN1",
        "keywords": [
            "DER",
            "asn.1",
            "asn1",
            "ber",
            "binary",
            "decoding",
            "encoding",
            "x.509",
            "x.690",
            "x509",
            "x690"
        ]
    },
    {
        "name": "maennchen/zipstream-php",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/maennchen/ZipStream-PHP.git",
            "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
            "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
            "shasum": ""
        },
        "require": {
            "myclabs/php-enum": "^1.5",
            "php": ">= 7.1",
            "psr/http-message": "^1.0",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "ext-zip": "*",
            "guzzlehttp/guzzle": ">= 6.3",
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": ">= 7.5"
        },
        "time": "2020-05-30T13:11:16+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZipStream\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paul Duncan",
                "email": "pabs@pablotron.org"
            },
            {
                "name": "Jonatan Männchen",
                "email": "jonatan@maennchen.ch"
            },
            {
                "name": "Jesse Donat",
                "email": "donatj@gmail.com"
            },
            {
                "name": "András Kolesár",
                "email": "kolesar@kolesar.hu"
            }
        ],
        "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
        "keywords": [
            "stream",
            "zip"
        ]
    },
    {
        "name": "markbaker/complex",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MarkBaker/PHPComplex.git",
            "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
            "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
            "phpcompatibility/php-compatibility": "^9.0",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2021-06-02T09:44:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Complex\\": "classes/src/"
            },
            "files": [
                "classes/src/functions/abs.php",
                "classes/src/functions/acos.php",
                "classes/src/functions/acosh.php",
                "classes/src/functions/acot.php",
                "classes/src/functions/acoth.php",
                "classes/src/functions/acsc.php",
                "classes/src/functions/acsch.php",
                "classes/src/functions/argument.php",
                "classes/src/functions/asec.php",
                "classes/src/functions/asech.php",
                "classes/src/functions/asin.php",
                "classes/src/functions/asinh.php",
                "classes/src/functions/atan.php",
                "classes/src/functions/atanh.php",
                "classes/src/functions/conjugate.php",
                "classes/src/functions/cos.php",
                "classes/src/functions/cosh.php",
                "classes/src/functions/cot.php",
                "classes/src/functions/coth.php",
                "classes/src/functions/csc.php",
                "classes/src/functions/csch.php",
                "classes/src/functions/exp.php",
                "classes/src/functions/inverse.php",
                "classes/src/functions/ln.php",
                "classes/src/functions/log2.php",
                "classes/src/functions/log10.php",
                "classes/src/functions/negative.php",
                "classes/src/functions/pow.php",
                "classes/src/functions/rho.php",
                "classes/src/functions/sec.php",
                "classes/src/functions/sech.php",
                "classes/src/functions/sin.php",
                "classes/src/functions/sinh.php",
                "classes/src/functions/sqrt.php",
                "classes/src/functions/tan.php",
                "classes/src/functions/tanh.php",
                "classes/src/functions/theta.php",
                "classes/src/operations/add.php",
                "classes/src/operations/subtract.php",
                "classes/src/operations/multiply.php",
                "classes/src/operations/divideby.php",
                "classes/src/operations/divideinto.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mark Baker",
                "email": "mark@lange.demon.co.uk"
            }
        ],
        "description": "PHP Class for working with complex numbers",
        "homepage": "https://github.com/MarkBaker/PHPComplex",
        "keywords": [
            "complex",
            "mathematics"
        ]
    },
    {
        "name": "markbaker/matrix",
        "version": "2.1.3",
        "version_normalized": "2.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MarkBaker/PHPMatrix.git",
            "reference": "174395a901b5ba0925f1d790fa91bab531074b61"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61",
            "reference": "174395a901b5ba0925f1d790fa91bab531074b61",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
            "phpcompatibility/php-compatibility": "^9.0",
            "phpdocumentor/phpdocumentor": "2.*",
            "phploc/phploc": "^4.0",
            "phpmd/phpmd": "2.*",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
            "sebastian/phpcpd": "^4.0",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2021-05-25T15:42:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Matrix\\": "classes/src/"
            },
            "files": [
                "classes/src/Functions/adjoint.php",
                "classes/src/Functions/antidiagonal.php",
                "classes/src/Functions/cofactors.php",
                "classes/src/Functions/determinant.php",
                "classes/src/Functions/diagonal.php",
                "classes/src/Functions/identity.php",
                "classes/src/Functions/inverse.php",
                "classes/src/Functions/minors.php",
                "classes/src/Functions/trace.php",
                "classes/src/Functions/transpose.php",
                "classes/src/Operations/add.php",
                "classes/src/Operations/directsum.php",
                "classes/src/Operations/subtract.php",
                "classes/src/Operations/multiply.php",
                "classes/src/Operations/divideby.php",
                "classes/src/Operations/divideinto.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mark Baker",
                "email": "mark@demon-angel.eu"
            }
        ],
        "description": "PHP Class for working with matrices",
        "homepage": "https://github.com/MarkBaker/PHPMatrix",
        "keywords": [
            "mathematics",
            "matrix",
            "vector"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "877ae631713cc961952df713ae785735b90df682"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/877ae631713cc961952df713ae785735b90df682",
            "reference": "877ae631713cc961952df713ae785735b90df682",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "raven/raven": "~0.11",
            "ruflin/elastica": ">=0.90 <3.0",
            "swiftmailer/swiftmailer": "~5.3",
            "videlalvaro/php-amqplib": "~2.4"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "raven/raven": "Allow sending log messages to a Sentry server",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
        },
        "time": "2015-08-30T11:40:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.16.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "myclabs/php-enum",
        "version": "1.8.3",
        "version_normalized": "1.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/php-enum.git",
            "reference": "b942d263c641ddb5190929ff840c68f78713e937"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937",
            "reference": "b942d263c641ddb5190929ff840c68f78713e937",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.3 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^9.5",
            "squizlabs/php_codesniffer": "1.*",
            "vimeo/psalm": "^4.6.2"
        },
        "time": "2021-07-05T08:18:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MyCLabs\\Enum\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP Enum contributors",
                "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
            }
        ],
        "description": "PHP Enum implementation",
        "homepage": "http://github.com/myclabs/php-enum",
        "keywords": [
            "enum"
        ]
    },
    {
        "name": "nikic/fast-route",
        "version": "v0.6.0",
        "version_normalized": "0.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/FastRoute.git",
            "reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
            "reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2015-06-18T19:15:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FastRoute\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov",
                "email": "nikic@php.net"
            }
        ],
        "description": "Fast request router for PHP",
        "keywords": [
            "router",
            "routing"
        ]
    },
    {
        "name": "phpoffice/phpspreadsheet",
        "version": "1.18.0",
        "version_normalized": "1.18.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
            "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
            "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-fileinfo": "*",
            "ext-gd": "*",
            "ext-iconv": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-simplexml": "*",
            "ext-xml": "*",
            "ext-xmlreader": "*",
            "ext-xmlwriter": "*",
            "ext-zip": "*",
            "ext-zlib": "*",
            "ezyang/htmlpurifier": "^4.13",
            "maennchen/zipstream-php": "^2.1",
            "markbaker/complex": "^2.0",
            "markbaker/matrix": "^2.0",
            "php": "^7.2 || ^8.0",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/simple-cache": "^1.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
            "dompdf/dompdf": "^1.0",
            "friendsofphp/php-cs-fixer": "^2.18",
            "jpgraph/jpgraph": "^4.0",
            "mpdf/mpdf": "^8.0",
            "phpcompatibility/php-compatibility": "^9.3",
            "phpstan/phpstan": "^0.12.82",
            "phpstan/phpstan-phpunit": "^0.12.18",
            "phpunit/phpunit": "^8.5",
            "squizlabs/php_codesniffer": "^3.5",
            "tecnickcom/tcpdf": "^6.3"
        },
        "suggest": {
            "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
            "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
            "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
            "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
        },
        "time": "2021-05-31T18:21:15+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "https://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker",
                "homepage": "https://markbakeruk.net"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "https://rootslabs.net"
            },
            {
                "name": "Erik Tilt"
            },
            {
                "name": "Adrien Crivelli"
            }
        ],
        "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
        "keywords": [
            "OpenXML",
            "excel",
            "gnumeric",
            "ods",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "v3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930",
            "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "psr/container": "^1.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.4|^4.4|^5.0"
        },
        "time": "2020-03-03T09:12:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "https://pimple.symfony.com",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-03-23T09:12:05+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": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "slim/php-view",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/PHP-View.git",
            "reference": "681cdf10cf8ca917a1f9146e78b382d02fc2e80a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/681cdf10cf8ca917a1f9146e78b382d02fc2e80a",
            "reference": "681cdf10cf8ca917a1f9146e78b382d02fc2e80a",
            "shasum": ""
        },
        "require": {
            "slim/slim": "^3.0.0-RC1"
        },
        "time": "2015-10-01T17:55:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Geggleto\\Renderer\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Glenn Eggleton",
                "email": "geggleto@gmail.com"
            }
        ]
    },
    {
        "name": "slim/slim",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "03b44a4b41896ba42c78bbd5fa172cd79e650496"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/03b44a4b41896ba42c78bbd5fa172cd79e650496",
            "reference": "03b44a4b41896ba42c78bbd5fa172cd79e650496",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "nikic/fast-route": "^0.6",
            "php": ">=5.5.0",
            "pimple/pimple": "^3.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0",
            "squizlabs/php_codesniffer": "^2.5"
        },
        "time": "2016-01-08T15:37:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\": "Slim"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "http://akrabat.com"
            },
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "https://joshlockhart.com"
            },
            {
                "name": "Gabriel Manricks",
                "email": "gmanricks@me.com",
                "homepage": "http://gabrielmanricks.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "http://silentworks.co.uk"
            }
        ],
        "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
        "homepage": "http://slimframework.com",
        "keywords": [
            "api",
            "framework",
            "micro",
            "router"
        ]
    },
    {
        "name": "spomky-labs/aes-key-wrap",
        "version": "v6.0.0",
        "version_normalized": "6.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Spomky-Labs/aes-key-wrap.git",
            "reference": "97388255a37ad6fb1ed332d07e61fa2b7bb62e0d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/97388255a37ad6fb1ed332d07e61fa2b7bb62e0d",
            "reference": "97388255a37ad6fb1ed332d07e61fa2b7bb62e0d",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "lib-openssl": "*",
            "php": ">=7.2",
            "thecodingmachine/safe": "^1.1"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.0",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-beberlei-assert": "^0.12",
            "phpstan/phpstan-deprecation-rules": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpstan/phpstan-strict-rules": "^0.12",
            "phpunit/phpunit": "^7.0|^8.0|^9.0",
            "thecodingmachine/phpstan-safe-rule": "^1.0"
        },
        "time": "2020-08-01T14:07:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "AESKW\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky-Labs/aes-key-wrap/contributors"
            }
        ],
        "description": "AES Key Wrap for PHP.",
        "homepage": "https://github.com/Spomky-Labs/aes-key-wrap",
        "keywords": [
            "A128KW",
            "A192KW",
            "A256KW",
            "RFC3394",
            "RFC5649",
            "aes",
            "key",
            "padding",
            "wrap"
        ]
    },
    {
        "name": "spomky-labs/base64url",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Spomky-Labs/base64url.git",
            "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
            "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpstan": "^0.11|^0.12",
            "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
            "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
            "phpstan/phpstan-phpunit": "^0.11|^0.12",
            "phpstan/phpstan-strict-rules": "^0.11|^0.12"
        },
        "time": "2020-11-03T09:10:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Base64Url\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
            }
        ],
        "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
        "homepage": "https://github.com/Spomky-Labs/base64url",
        "keywords": [
            "base64",
            "rfc4648",
            "safe",
            "url"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "thecodingmachine/safe",
        "version": "v1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thecodingmachine/safe.git",
            "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
            "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.12",
            "squizlabs/php_codesniffer": "^3.2",
            "thecodingmachine/phpstan-strict-rules": "^0.12"
        },
        "time": "2020-10-28T17:51:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Safe\\": [
                    "lib/",
                    "deprecated/",
                    "generated/"
                ]
            },
            "files": [
                "deprecated/apc.php",
                "deprecated/libevent.php",
                "deprecated/mssql.php",
                "deprecated/stats.php",
                "lib/special_cases.php",
                "generated/apache.php",
                "generated/apcu.php",
                "generated/array.php",
                "generated/bzip2.php",
                "generated/calendar.php",
                "generated/classobj.php",
                "generated/com.php",
                "generated/cubrid.php",
                "generated/curl.php",
                "generated/datetime.php",
                "generated/dir.php",
                "generated/eio.php",
                "generated/errorfunc.php",
                "generated/exec.php",
                "generated/fileinfo.php",
                "generated/filesystem.php",
                "generated/filter.php",
                "generated/fpm.php",
                "generated/ftp.php",
                "generated/funchand.php",
                "generated/gmp.php",
                "generated/gnupg.php",
                "generated/hash.php",
                "generated/ibase.php",
                "generated/ibmDb2.php",
                "generated/iconv.php",
                "generated/image.php",
                "generated/imap.php",
                "generated/info.php",
                "generated/ingres-ii.php",
                "generated/inotify.php",
                "generated/json.php",
                "generated/ldap.php",
                "generated/libxml.php",
                "generated/lzf.php",
                "generated/mailparse.php",
                "generated/mbstring.php",
                "generated/misc.php",
                "generated/msql.php",
                "generated/mysql.php",
                "generated/mysqli.php",
                "generated/mysqlndMs.php",
                "generated/mysqlndQc.php",
                "generated/network.php",
                "generated/oci8.php",
                "generated/opcache.php",
                "generated/openssl.php",
                "generated/outcontrol.php",
                "generated/password.php",
                "generated/pcntl.php",
                "generated/pcre.php",
                "generated/pdf.php",
                "generated/pgsql.php",
                "generated/posix.php",
                "generated/ps.php",
                "generated/pspell.php",
                "generated/readline.php",
                "generated/rpminfo.php",
                "generated/rrd.php",
                "generated/sem.php",
                "generated/session.php",
                "generated/shmop.php",
                "generated/simplexml.php",
                "generated/sockets.php",
                "generated/sodium.php",
                "generated/solr.php",
                "generated/spl.php",
                "generated/sqlsrv.php",
                "generated/ssdeep.php",
                "generated/ssh2.php",
                "generated/stream.php",
                "generated/strings.php",
                "generated/swoole.php",
                "generated/uodbc.php",
                "generated/uopz.php",
                "generated/url.php",
                "generated/var.php",
                "generated/xdiff.php",
                "generated/xml.php",
                "generated/xmlrpc.php",
                "generated/yaml.php",
                "generated/yaz.php",
                "generated/zip.php",
                "generated/zlib.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "PHP core functions that throw exceptions instead of returning FALSE on error"
    },
    {
        "name": "web-token/jwt-checker",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-checker.git",
            "reference": "7efcc27c97dcf09da04061e9ab30257344d05891"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-checker/zipball/7efcc27c97dcf09da04061e9ab30257344d05891",
            "reference": "7efcc27c97dcf09da04061e9ab30257344d05891",
            "shasum": ""
        },
        "require": {
            "web-token/jwt-core": "^2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-08-01T11:48:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Checker\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-checker/contributors"
            }
        ],
        "description": "Checker component of the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-core",
        "version": "v2.2.5",
        "version_normalized": "2.2.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-core.git",
            "reference": "8115d846f3a9ee817dca03024eb4c17a3c0ff81a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-core/zipball/8115d846f3a9ee817dca03024eb4c17a3c0ff81a",
            "reference": "8115d846f3a9ee817dca03024eb4c17a3c0ff81a",
            "shasum": ""
        },
        "require": {
            "brick/math": "^0.8.17|^0.9",
            "ext-json": "*",
            "ext-mbstring": "*",
            "fgrosse/phpasn1": "^2.0",
            "php": ">=7.2",
            "spomky-labs/base64url": "^1.0|^2.0"
        },
        "conflict": {
            "spomky-labs/jose": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-09-29T21:35:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Core\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-framework/contributors"
            }
        ],
        "description": "Core component of the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-encryption",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-encryption.git",
            "reference": "36afc9f25fe8546840dc63c3fc1c6fe166879052"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/36afc9f25fe8546840dc63c3fc1c6fe166879052",
            "reference": "36afc9f25fe8546840dc63c3fc1c6fe166879052",
            "shasum": ""
        },
        "require": {
            "web-token/jwt-core": "^2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "suggest": {
            "web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms",
            "web-token/jwt-encryption-algorithm-aesgcm": "AES GCM Based Content Encryption Algorithms",
            "web-token/jwt-encryption-algorithm-aesgcmkw": "AES GCM Key Wrapping Based Key Encryption Algorithms",
            "web-token/jwt-encryption-algorithm-aeskw": "AES Key Wrapping Based Key Encryption Algorithms",
            "web-token/jwt-encryption-algorithm-dir": "Direct Key Encryption Algorithms",
            "web-token/jwt-encryption-algorithm-ecdh-es": "ECDH-ES Based Key Encryption Algorithms",
            "web-token/jwt-encryption-algorithm-experimental": "Experimental Key and Signature Algorithms",
            "web-token/jwt-encryption-algorithm-pbes2": "PBES2 Based Key Encryption Algorithms",
            "web-token/jwt-encryption-algorithm-rsa": "RSA Based Key Encryption Algorithms"
        },
        "time": "2020-08-01T11:48:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Encryption\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-encryption/contributors"
            }
        ],
        "description": "Encryption component of the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-encryption-algorithm-aescbc",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-encryption-algorithm-aescbc.git",
            "reference": "d559a9e27d3f40d9b203f64f2541502e21673596"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-encryption-algorithm-aescbc/zipball/d559a9e27d3f40d9b203f64f2541502e21673596",
            "reference": "d559a9e27d3f40d9b203f64f2541502e21673596",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "web-token/jwt-encryption": "^2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-08-22T13:17:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Encryption\\Algorithm\\ContentEncryption\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-framework/contributors"
            }
        ],
        "description": "AES CBC Based Content Encryption Algorithms the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-encryption-algorithm-aeskw",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-encryption-algorithm-aeskw.git",
            "reference": "cf3c13c705089264a1f68c4bfeb4c87f33ccf5c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-encryption-algorithm-aeskw/zipball/cf3c13c705089264a1f68c4bfeb4c87f33ccf5c6",
            "reference": "cf3c13c705089264a1f68c4bfeb4c87f33ccf5c6",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "spomky-labs/aes-key-wrap": "^5.0|^6.0",
            "web-token/jwt-encryption": "^2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-08-22T13:17:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\Encryption\\Algorithm\\KeyEncryption\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-framework/contributors"
            }
        ],
        "description": "AES Key Wrapping Based Key Encryption Algorithms the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    },
    {
        "name": "web-token/jwt-key-mgmt",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/web-token/jwt-key-mgmt.git",
            "reference": "03fafa105970f0e5a7ae44c39bc8f0576ebcb23b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/03fafa105970f0e5a7ae44c39bc8f0576ebcb23b",
            "reference": "03fafa105970f0e5a7ae44c39bc8f0576ebcb23b",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "web-token/jwt-core": "^2.0"
        },
        "require-dev": {
            "php-http/httplug": "^1.1",
            "php-http/message-factory": "^1.0",
            "php-http/mock-client": "^1.0",
            "phpunit/phpunit": "^8.0"
        },
        "suggest": {
            "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
            "php-http/httplug": "To enable JKU/X5U support.",
            "php-http/message-factory": "To enable JKU/X5U support.",
            "web-token/jwt-util-ecc": "To use EC key analyzers."
        },
        "time": "2020-08-01T11:57:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "v1.0": "1.0.x-dev",
                "v1.1": "1.1.x-dev",
                "v1.2": "1.2.x-dev",
                "v1.3": "1.3.x-dev",
                "v2.0": "2.0.x-dev",
                "v2.1": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Jose\\Component\\KeyManagement\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Florent Morselli",
                "homepage": "https://github.com/Spomky"
            },
            {
                "name": "All contributors",
                "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors"
            }
        ],
        "description": "Key Management component of the JWT Framework.",
        "homepage": "https://github.com/web-token",
        "keywords": [
            "JOSE",
            "JWE",
            "JWK",
            "JWKSet",
            "JWS",
            "Jot",
            "RFC7515",
            "RFC7516",
            "RFC7517",
            "RFC7518",
            "RFC7519",
            "RFC7520",
            "bundle",
            "jwa",
            "jwt",
            "symfony"
        ]
    }
]
