Lundmarks/ramverk1-forecaster-modulebth

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "a6a92a01dfeb0f2e3ab2b7fe0a123f7c",
    "packages": [
        {
            "name": "anax/commons",
            "version": "v2.0.14",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/commons.git",
                "reference": "32aae87e78a978f13865e2f88bb2a5ab9b6a5dd5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/commons/zipball/32aae87e78a978f13865e2f88bb2a5ab9b6a5dd5",
                "reference": "32aae87e78a978f13865e2f88bb2a5ab9b6a5dd5",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "anax/di": "^2.0.0@alpha",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^9"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Commons module, stuff used by several modules.",
            "homepage": "https://github.com/canax/commons",
            "keywords": [
                "anax",
                "framework"
            ],
            "time": "2020-11-02T22:22:27+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "anax/anax",
            "version": "v2.0.17",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/anax.git",
                "reference": "7031c306814a56b8f16c09bb7634429974989412"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/anax/zipball/7031c306814a56b8f16c09bb7634429974989412",
                "reference": "7031c306814a56b8f16c09bb7634429974989412",
                "shasum": ""
            },
            "require": {
                "anax/cache": "^2.0.0-beta.5",
                "anax/commons": "^2.0.12",
                "anax/configure": "^2.0.0-beta.1",
                "anax/content": "^2.0.0-beta.5",
                "anax/controller": "^2.0.0-beta.1",
                "anax/database": "^2.2.1",
                "anax/database-active-record": "^2.0.4",
                "anax/database-query-builder": "^2.0.4",
                "anax/di": "^2.0.4",
                "anax/log": "^2.0.0-beta.3",
                "anax/navigation": "^2.0.0",
                "anax/page": "^2.0.0-beta.1",
                "anax/proxy": "^1.0.2",
                "anax/request": "^2.0.2",
                "anax/response": "^2.0.1",
                "anax/router": "^2.0.0",
                "anax/session": "^2.0.1",
                "anax/textfilter": "^1.2.5",
                "anax/url": "^2.0.0-beta.2",
                "anax/view": "^2.0.2",
                "mos/cimage": "^0.7.20",
                "php": "^7.2",
                "symfony/yaml": "^3.4.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "The Anax framework, all included.",
            "homepage": "https://github.com/canax/anax",
            "keywords": [
                "anax",
                "framework"
            ],
            "time": "2020-10-23T09:32:09+00:00"
        },
        {
            "name": "anax/cache",
            "version": "v2.0.0-beta.5",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/cache.git",
                "reference": "1004bc303d941fd756e7e1ce13cc64f99a0d5113"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/cache/zipball/1004bc303d941fd756e7e1ce13cc64f99a0d5113",
                "reference": "1004bc303d941fd756e7e1ce13cc64f99a0d5113",
                "shasum": ""
            },
            "require": {
                "php": "^7.2",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "anax/di": "^2.0.0@alpha",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Cache module, caching like PSR-6/16.",
            "homepage": "https://github.com/canax/cache",
            "keywords": [
                "anax",
                "framework"
            ],
            "time": "2018-10-22T13:29:45+00:00"
        },
        {
            "name": "anax/configure",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/configure.git",
                "reference": "cbd680c1a092c6c1cf93a74c0096187557b02285"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/configure/zipball/cbd680c1a092c6c1cf93a74c0096187557b02285",
                "reference": "cbd680c1a092c6c1cf93a74c0096187557b02285",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "anax/di": "^2.0.4",
                "phpstan/phpstan": "^0.12.56",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Configure module, for reading config files.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "mvc"
            ],
            "time": "2020-11-19T21:51:33+00:00"
        },
        {
            "name": "anax/content",
            "version": "v2.0.0-beta.5",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/content.git",
                "reference": "3b90aab003cea1b38eb16f4a4cb4b33412a19130"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/content/zipball/3b90aab003cea1b38eb16f4a4cb4b33412a19130",
                "reference": "3b90aab003cea1b38eb16f4a4cb4b33412a19130",
                "shasum": ""
            },
            "require": {
                "anax/commons": "^2.0.0@alpha",
                "anax/router": "^2.0.0@alpha",
                "php": ">=7.2"
            },
            "require-dev": {
                "anax/configure": "^2.0.0@alpha",
                "anax/di": "^2.0.0@alpha",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Content module, filebased flat file content.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2018-12-03T20:41:04+00:00"
        },
        {
            "name": "anax/controller",
            "version": "v2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/controller.git",
                "reference": "9d591eba3c5e7915ab6989103d4025ccaf185f9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/controller/zipball/9d591eba3c5e7915ab6989103d4025ccaf185f9d",
                "reference": "9d591eba3c5e7915ab6989103d4025ccaf185f9d",
                "shasum": ""
            },
            "require": {
                "anax/commons": "^2.0.0@alpha",
                "php": ">=7.2"
            },
            "require-dev": {
                "anax/di": "^2.0.0@alpha",
                "anax/request": "^2.0.0@alpha",
                "anax/response": "^2.0.0@alpha",
                "anax/view": "^2.0.0@alpha",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Controller module, with sample starter controllers.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2020-05-15T20:58:04+00:00"
        },
        {
            "name": "anax/database",
            "version": "v2.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/database.git",
                "reference": "abe5227da417a87b08d1b9bce6c9b1c310e5f1d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/database/zipball/abe5227da417a87b08d1b9bce6c9b1c310e5f1d4",
                "reference": "abe5227da417a87b08d1b9bce6c9b1c310e5f1d4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Database module, to work with databases.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "Database Access Layer",
                "database",
                "dba"
            ],
            "time": "2020-10-23T13:02:25+00:00"
        },
        {
            "name": "anax/database-active-record",
            "version": "v2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/database-active-record.git",
                "reference": "c848e37a65970d895b0a52e92c49bee6279d16a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/database-active-record/zipball/c848e37a65970d895b0a52e92c49bee6279d16a6",
                "reference": "c848e37a65970d895b0a52e92c49bee6279d16a6",
                "shasum": ""
            },
            "require": {
                "anax/database-query-builder": "^2",
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Database Active Record module for model classes.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "Active Record",
                "database",
                "dba",
                "query builder"
            ],
            "time": "2019-12-11T15:50:58+00:00"
        },
        {
            "name": "anax/database-query-builder",
            "version": "v2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/database-query-builder.git",
                "reference": "752ab497e9632dfc41475835c0a07336ff8a27ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/database-query-builder/zipball/752ab497e9632dfc41475835c0a07336ff8a27ce",
                "reference": "752ab497e9632dfc41475835c0a07336ff8a27ce",
                "shasum": ""
            },
            "require": {
                "anax/database": "^2",
                "php": ">=7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Database Query Builder module, create queries through methods.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "database",
                "dba",
                "query builder"
            ],
            "time": "2019-12-09T22:26:50+00:00"
        },
        {
            "name": "anax/di",
            "version": "v2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/di.git",
                "reference": "64ea8749a3f5b53e7fcbb6be0b365734face7623"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/di/zipball/64ea8749a3f5b53e7fcbb6be0b365734face7623",
                "reference": "64ea8749a3f5b53e7fcbb6be0b365734face7623",
                "shasum": ""
            },
            "require": {
                "php": "^7.2",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax DI module, dependency injection (PHP-FIG PSR-11).",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2018-11-16T11:07:00+00:00"
        },
        {
            "name": "anax/log",
            "version": "v2.0.0-beta.3",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/log.git",
                "reference": "4536127b7056c2c9194ab1df5e52feeac66e51ee"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/log/zipball/4536127b7056c2c9194ab1df5e52feeac66e51ee",
                "reference": "4536127b7056c2c9194ab1df5e52feeac66e51ee",
                "shasum": ""
            },
            "require": {
                "php": "^7.2",
                "psr/log": "^1"
            },
            "require-dev": {
                "anax/commons": "^2.0.0@beta",
                "anax/di": "^2.0.0@beta",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Log module, for logging like PSR-3.",
            "homepage": "https://github.com/canax/log",
            "keywords": [
                "anax",
                "framework"
            ],
            "time": "2018-08-30T19:35:22+00:00"
        },
        {
            "name": "anax/navigation",
            "version": "v2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/navigation.git",
                "reference": "491cec646930009ea92a4efe3398eecebbb3e5ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/navigation/zipball/491cec646930009ea92a4efe3398eecebbb3e5ff",
                "reference": "491cec646930009ea92a4efe3398eecebbb3e5ff",
                "shasum": ""
            },
            "require": {
                "anax/commons": "^2.0.0@beta",
                "php": "^7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Navigation module, for menus, navbars and navigation.",
            "homepage": "https://github.com/canax/navigation",
            "keywords": [
                "anax",
                "framework"
            ],
            "time": "2020-05-06T13:16:16+00:00"
        },
        {
            "name": "anax/page",
            "version": "v2.0.0-beta.1",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/page.git",
                "reference": "103ff5e9e317b841401e0f1dae3da681e33797fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/page/zipball/103ff5e9e317b841401e0f1dae3da681e33797fe",
                "reference": "103ff5e9e317b841401e0f1dae3da681e33797fe",
                "shasum": ""
            },
            "require": {
                "anax/commons": "^2.0.0@alpha",
                "php": ">=7.2"
            },
            "require-dev": {
                "anax/configure": "^2.0.0@alpha",
                "anax/di": "^2.0.0@alpha",
                "anax/request": "^2.0.0@alpha",
                "anax/response": "^2.0.0@alpha",
                "anax/view": "^2.0.0@alpha",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Page module, wrapper to ease create web pages.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2018-08-15T14:59:59+00:00"
        },
        {
            "name": "anax/proxy",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/proxy.git",
                "reference": "f54fce4bc9497528c31b8b2720f30b96a0fe8181"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/proxy/zipball/f54fce4bc9497528c31b8b2720f30b96a0fe8181",
                "reference": "f54fce4bc9497528c31b8b2720f30b96a0fe8181",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "anax/di": "^2.0.0",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Proxy module, for static access to di service container.",
            "homepage": "https://github.com/canax/proxy",
            "keywords": [
                "Facade_pattern",
                "Proxy_pattern",
                "anax",
                "framework"
            ],
            "time": "2018-11-20T16:43:02+00:00"
        },
        {
            "name": "anax/request",
            "version": "v2.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/request.git",
                "reference": "0da6f9b423d8d37fbf14b2174a39fc6f2b397fe7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/request/zipball/0da6f9b423d8d37fbf14b2174a39fc6f2b397fe7",
                "reference": "0da6f9b423d8d37fbf14b2174a39fc6f2b397fe7",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "anax/di": "^2.0.4",
                "phpunit/phpunit": "^8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Request module, details on the request.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2020-11-06T00:20:32+00:00"
        },
        {
            "name": "anax/response",
            "version": "v2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/response.git",
                "reference": "5bb132a0868a14a5fe5108f59e0f9502b7823833"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/response/zipball/5bb132a0868a14a5fe5108f59e0f9502b7823833",
                "reference": "5bb132a0868a14a5fe5108f59e0f9502b7823833",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "anax/commons": "^2.0.0@alpha",
                "anax/configure": "^2.0.0@alpha",
                "anax/di": "^2.0.0@alpha",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Response module, to create a HTTP response.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2020-10-27T13:15:41+00:00"
        },
        {
            "name": "anax/router",
            "version": "v2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/router.git",
                "reference": "1795a5bfd77e1e962f5e9e3ac6adfd9f145e3885"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/router/zipball/1795a5bfd77e1e962f5e9e3ac6adfd9f145e3885",
                "reference": "1795a5bfd77e1e962f5e9e3ac6adfd9f145e3885",
                "shasum": ""
            },
            "require": {
                "anax/commons": "^2.0.0@alpha",
                "php": ">=7.2",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "anax/configure": "^2.0.0@alpha",
                "anax/di": "^2.0.0@alpha",
                "phpunit/phpunit": "^8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Router module, route requests to handlers.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2020-05-19T09:32:07+00:00"
        },
        {
            "name": "anax/session",
            "version": "v2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/session.git",
                "reference": "d21c56d8c4273d1f6159b6a5a2f4f671de05916d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/session/zipball/d21c56d8c4273d1f6159b6a5a2f4f671de05916d",
                "reference": "d21c56d8c4273d1f6159b6a5a2f4f671de05916d",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "anax/configure": "^2.0.0@alpha",
                "anax/di": "^2.0.0@alpha",
                "phpunit/phpunit": "^7"
            },
            "suggest": {
                "anax/configure": "^2.0.0@alpha"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Session module, a wrapper around sessions.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "boilerplate",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2020-04-23T08:10:33+00:00"
        },
        {
            "name": "anax/textfilter",
            "version": "v1.2.5",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/textfilter.git",
                "reference": "a90177cd404b093541222fd0d6cf71907ac2ce25"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/textfilter/zipball/a90177cd404b093541222fd0d6cf71907ac2ce25",
                "reference": "a90177cd404b093541222fd0d6cf71907ac2ce25",
                "shasum": ""
            },
            "require": {
                "ezyang/htmlpurifier": "^4.0",
                "michelf/php-markdown": "^1.6",
                "michelf/php-smartypants": "^1.6",
                "php": ">=7.0",
                "scrivo/highlight.php": "^9.0"
            },
            "require-dev": {
                "mustangostang/spyc": "^0.6.2",
                "phpunit/phpunit": "^7",
                "symfony/yaml": "^3.4"
            },
            "suggest": {
                "ext-json": "*",
                "ext-yaml": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se",
                    "homepage": "https://dbwebb.se",
                    "role": "Developer"
                }
            ],
            "description": "Anax TextFilter module, frontmatter, shortcodes, markdown.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "anax",
                "education",
                "frontmatter",
                "shortcodes",
                "textprocessing"
            ],
            "time": "2019-04-01T07:26:14+00:00"
        },
        {
            "name": "anax/url",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/url.git",
                "reference": "e9fd840332e0da3a1ad6034f5123031e25a005c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/url/zipball/e9fd840332e0da3a1ad6034f5123031e25a005c6",
                "reference": "e9fd840332e0da3a1ad6034f5123031e25a005c6",
                "shasum": ""
            },
            "require": {
                "anax/configure": "^2.0.1",
                "php": "^7.2"
            },
            "require-dev": {
                "anax/di": "^v2.0.4",
                "anax/request": "^v2.0.7",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax Url module, to create links to urls and assets.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "anax",
                "education",
                "framework",
                "micro",
                "mvc"
            ],
            "time": "2020-11-26T16:31:13+00:00"
        },
        {
            "name": "anax/view",
            "version": "v2.0.16",
            "source": {
                "type": "git",
                "url": "https://github.com/canax/view.git",
                "reference": "bd16fa10cc2fd0a1b2877a39105ec236b4acd6ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/canax/view/zipball/bd16fa10cc2fd0a1b2877a39105ec236b4acd6ad",
                "reference": "bd16fa10cc2fd0a1b2877a39105ec236b4acd6ad",
                "shasum": ""
            },
            "require": {
                "anax/commons": "^2.0.0@alpha",
                "php": "^7.2"
            },
            "require-dev": {
                "anax/configure": "^2.0.0@alpha",
                "anax/di": "^2.0.0@alpha",
                "phpunit/phpunit": "^7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Anax\\": "src/"
                },
                "files": [
                    "src/View/ViewHelperFunctions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "mos@dbwebb.se"
                }
            ],
            "description": "Anax View module, collect and render views.",
            "homepage": "https://dbwebb.se/anax",
            "keywords": [
                "anax",
                "template"
            ],
            "time": "2020-12-25T12:32:02+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^8.0",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
                "phpstan/phpstan": "^0.12",
                "phpstan/phpstan-phpunit": "^0.12",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https://ocramius.github.io/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "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%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "time": "2020-11-10T18:47:58+00:00"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.13.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"
            },
            "type": "library",
            "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"
            ],
            "time": "2020-06-29T00:56:53+00:00"
        },
        {
            "name": "michelf/php-markdown",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.3 <5.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Michelf\\": "Michelf/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                },
                {
                    "name": "John Gruber",
                    "homepage": "https://daringfireball.net/"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "time": "2019-12-02T02:32:27+00:00"
        },
        {
            "name": "michelf/php-smartypants",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-smartypants.git",
                "reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-smartypants/zipball/47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
                "reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Michelf": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                },
                {
                    "name": "John Gruber",
                    "homepage": "https://daringfireball.net/"
                }
            ],
            "description": "PHP SmartyPants",
            "homepage": "https://michelf.ca/projects/php-smartypants/",
            "keywords": [
                "dashes",
                "quotes",
                "spaces",
                "typographer",
                "typography"
            ],
            "time": "2016-12-13T01:01:17+00:00"
        },
        {
            "name": "mos/cimage",
            "version": "v0.7.23",
            "source": {
                "type": "git",
                "url": "https://github.com/mosbth/cimage.git",
                "reference": "1411adc828e46b9a383f2286944454c8fc99f9e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mosbth/cimage/zipball/1411adc828e46b9a383f2286944454c8fc99f9e0",
                "reference": "1411adc828e46b9a383f2286944454c8fc99f9e0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "suggest": {
                "ext-curl": "*",
                "ext-exif": "*",
                "ext-gd": "*",
                "ext-imagick": "*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "defines.php",
                    "functions.php"
                ],
                "classmap": [
                    "CImage.php",
                    "CHttpGet.php",
                    "CRemoteImage.php",
                    "CWhitelist.php",
                    "CAsciiArt.php",
                    "CCache.php",
                    "CFastTrackCache.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mikael Roos",
                    "email": "me@mikaelroos.se",
                    "homepage": "http://mikaelroos.se",
                    "role": "Developer"
                }
            ],
            "description": "Process, scale, resize, crop and filter images.",
            "homepage": "http://dbwebb.se/opensource/cimage",
            "keywords": [
                "gd",
                "image",
                "imageprocessing"
            ],
            "time": "2020-05-06T07:51:12+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.10.2",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "replace": {
                "myclabs/deep-copy": "self.version"
            },
            "require-dev": {
                "doctrine/collections": "^1.0",
                "doctrine/common": "^2.6",
                "phpunit/phpunit": "^7.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                },
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                    "type": "tidelift"
                }
            ],
            "time": "2020-11-13T09:40:50+00:00"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.10.4",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
                "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
                "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"
            },
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "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"
            ],
            "time": "2020-12-20T10:01:03+00:00"
        },
        {
            "name": "phar-io/manifest",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/manifest.git",
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-phar": "*",
                "phar-io/version": "^2.0",
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "time": "2018-07-08T19:23:20+00:00"
        },
        {
            "name": "phar-io/version",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "time": "2018-07-08T19:19:57+00:00"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2020-06-27T09:03:43+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^7.2 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.3",
                "webmozart/assert": "^1.9.1"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                },
                {
                    "name": "Jaap van Otterdijk",
                    "email": "account@ijaap.nl"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "time": "2020-09-03T19:13:55+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
                "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0"
            },
            "require-dev": {
                "ext-tokenizer": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "time": "2020-09-17T18:55:26+00:00"
        },
        {
            "name": "phpmetrics/phpmetrics",
            "version": "v2.7.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phpmetrics/PhpMetrics.git",
                "reference": "e6a7aee0e0948e363eb78ce9d58573cd5af2cdec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpmetrics/PhpMetrics/zipball/e6a7aee0e0948e363eb78ce9d58573cd5af2cdec",
                "reference": "e6a7aee0e0948e363eb78ce9d58573cd5af2cdec",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^3|^4",
                "php": ">=5.5"
            },
            "replace": {
                "halleck45/php-metrics": "*",
                "halleck45/phpmetrics": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14",
                "sebastian/comparator": ">=1.2.3",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "bin": [
                "bin/phpmetrics"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Hal\\": "./src/"
                },
                "files": [
                    "./src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jean-François Lépine",
                    "email": "lepinejeanfrancois@yahoo.fr",
                    "homepage": "http://www.lepine.pro",
                    "role": "Copyright Holder"
                }
            ],
            "description": "Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !",
            "homepage": "http://www.phpmetrics.org",
            "keywords": [
                "analysis",
                "qa",
                "quality",
                "testing"
            ],
            "time": "2020-06-30T20:33:55+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "1.12.2",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "245710e971a030f42e08f4912863805570f23d39"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
                "reference": "245710e971a030f42e08f4912863805570f23d39",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.2",
                "php": "^7.2 || ~8.0, <8.1",
                "phpdocumentor/reflection-docblock": "^5.2",
                "sebastian/comparator": "^3.0 || ^4.0",
                "sebastian/recursion-context": "^3.0 || ^4.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^6.0",
                "phpunit/phpunit": "^8.0 || ^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Prophecy\\": "src/Prophecy"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2020-12-19T10:15:11+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "6.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": "^7.1",
                "phpunit/php-file-iterator": "^2.0",
                "phpunit/php-text-template": "^1.2.1",
                "phpunit/php-token-stream": "^3.0",
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
                "sebastian/environment": "^3.1 || ^4.0",
                "sebastian/version": "^2.0.1",
                "theseer/tokenizer": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "suggest": {
                "ext-xdebug": "^2.6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2018-10-31T16:06:48+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357",
                "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T08:25:21+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21T13:50:34+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "2.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T08:20:02+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "472b687829041c24b25f475e14c2f38a09edf1c2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/472b687829041c24b25f475e14c2f38a09edf1c2",
                "reference": "472b687829041c24b25f475e14c2f38a09edf1c2",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "abandoned": true,
            "time": "2020-11-30T08:38:46+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "7.5.20",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
                "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.1",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "myclabs/deep-copy": "^1.7",
                "phar-io/manifest": "^1.0.2",
                "phar-io/version": "^2.0",
                "php": "^7.1",
                "phpspec/prophecy": "^1.7",
                "phpunit/php-code-coverage": "^6.0.7",
                "phpunit/php-file-iterator": "^2.0.1",
                "phpunit/php-text-template": "^1.2.1",
                "phpunit/php-timer": "^2.1",
                "sebastian/comparator": "^3.0",
                "sebastian/diff": "^3.0",
                "sebastian/environment": "^4.0",
                "sebastian/exporter": "^3.1",
                "sebastian/global-state": "^2.0",
                "sebastian/object-enumerator": "^3.0.3",
                "sebastian/resource-operations": "^2.0",
                "sebastian/version": "^2.0.1"
            },
            "conflict": {
                "phpunit/phpunit-mock-objects": "*"
            },
            "require-dev": {
                "ext-pdo": "*"
            },
            "suggest": {
                "ext-soap": "*",
                "ext-xdebug": "*",
                "phpunit/php-invoker": "^2.0"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.5-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2020-01-08T08:45:45+00:00"
        },
        {
            "name": "psr/container",
            "version": "1.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2017-02-14T16:28:37+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.3",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "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"
            ],
            "time": "2020-03-23T09:12:05+00:00"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2017-10-23T01:57:42+00:00"
        },
        {
            "name": "scrivo/highlight.php",
            "version": "v9.18.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/scrivo/highlight.php.git",
                "reference": "44a3d4136edb5ad8551590bf90f437db80b2d466"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/44a3d4136edb5ad8551590bf90f437db80b2d466",
                "reference": "44a3d4136edb5ad8551590bf90f437db80b2d466",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8|^5.7",
                "sabberworm/php-css-parser": "^8.3",
                "symfony/finder": "^2.8|^3.4",
                "symfony/var-dumper": "^2.8|^3.4"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Highlight\\": "",
                    "HighlightUtilities\\": ""
                },
                "files": [
                    "HighlightUtilities/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Geert Bergman",
                    "homepage": "http://www.scrivo.org/",
                    "role": "Project Author"
                },
                {
                    "name": "Vladimir Jimenez",
                    "homepage": "https://allejo.io",
                    "role": "Maintainer"
                },
                {
                    "name": "Martin Folkers",
                    "homepage": "https://twobrain.io",
                    "role": "Contributor"
                }
            ],
            "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
            "keywords": [
                "code",
                "highlight",
                "highlight.js",
                "highlight.php",
                "syntax"
            ],
            "funding": [
                {
                    "url": "https://github.com/allejo",
                    "type": "github"
                }
            ],
            "time": "2020-12-22T19:20:29+00:00"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T08:15:22+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
                "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "sebastian/diff": "^3.0",
                "sebastian/exporter": "^3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https://github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T08:04:30+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
                "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.0",
                "symfony/process": "^2 || ^3.3 || ^4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T07:59:04+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "4.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T07:53:42+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "3.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
                "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "sebastian/recursion-context": "^3.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T07:47:53+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2017-04-27T15:39:26+00:00"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "3.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "sebastian/object-reflector": "^1.1.1",
                "sebastian/recursion-context": "^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T07:40:27+00:00"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T07:37:18+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T07:34:24+00:00"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-11-30T07:30:19+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2016-10-03T07:35:21+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.20.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
                "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.20-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "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"
                }
            ],
            "time": "2020-10-23T14:02:19+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "88289caa3c166321883f67fe5130188ebbb47094"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
                "reference": "88289caa3c166321883f67fe5130188ebbb47094",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "symfony/console": "~3.4|~4.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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": "Symfony Yaml Component",
            "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"
                }
            ],
            "time": "2020-10-24T10:57:07+00:00"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "75a63c33a8577608444246075ea0af0d052e452a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
                "reference": "75a63c33a8577608444246075ea0af0d052e452a",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
            "time": "2020-07-12T23:59:07+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "1.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0 || ^8.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "phpstan/phpstan": "<0.12.20",
                "vimeo/psalm": "<3.9.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
            },
            "type": "library",
            "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"
            ],
            "time": "2020-07-08T17:02:28+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "beta",
    "stability-flags": {
        "anax/cache": 10
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": ">=7.4"
    },
    "platform-dev": [],
    "plugin-api-version": "1.1.0"
}