composer.lock

{
    "_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": "f5059fb854d0b0e7598d789ee4c75d0d",
    "packages": [
        {
            "name": "dflydev/dot-access-data",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "b2444050c080a65095d47f56f7ad8a18ab07a95f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/b2444050c080a65095d47f56f7ad8a18ab07a95f",
                "reference": "b2444050c080a65095d47f56f7ad8a18ab07a95f",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.42",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
                "scrutinizer/ocular": "1.6.0",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.0.0"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dflydev\\DotAccessData\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dragonfly Development Inc.",
                    "email": "info@dflydev.com",
                    "homepage": "http://dflydev.com"
                },
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com",
                    "homepage": "http://beausimensen.com"
                },
                {
                    "name": "Carlos Frutos",
                    "email": "carlos@kiwing.it",
                    "homepage": "https://github.com/cfrutos"
                },
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com"
                }
            ],
            "description": "Given a deep data structure, access data by dot notation.",
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
            "keywords": [
                "access",
                "data",
                "dot",
                "notation"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/main"
            },
            "time": "2021-10-06T16:53:15+00:00"
        },
        {
            "name": "league/commonmark",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
                "reference": "74d9b698d07c9c7797ca64ae5889b130b3b462a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/74d9b698d07c9c7797ca64ae5889b130b3b462a9",
                "reference": "74d9b698d07c9c7797ca64ae5889b130b3b462a9",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "league/config": "^1.1.1",
                "php": "^7.4 || ^8.0",
                "psr/event-dispatcher": "^1.0",
                "symfony/polyfill-php80": "^1.15"
            },
            "require-dev": {
                "cebe/markdown": "^1.0",
                "commonmark/cmark": "0.30.0",
                "commonmark/commonmark.js": "0.30.0",
                "composer/package-versions-deprecated": "^1.8",
                "erusev/parsedown": "^1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "^1.4",
                "phpstan/phpstan": "^0.12.88 || ^1.0.0",
                "phpunit/phpunit": "^9.5.5",
                "scrutinizer/ocular": "^1.8.1",
                "symfony/finder": "^5.3",
                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
                "unleashedtech/php-coding-standard": "^3.1",
                "vimeo/psalm": "^4.7.3"
            },
            "suggest": {
                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\CommonMark\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
            "homepage": "https://commonmark.thephpleague.com",
            "keywords": [
                "commonmark",
                "flavored",
                "gfm",
                "github",
                "github-flavored",
                "markdown",
                "md",
                "parser"
            ],
            "support": {
                "docs": "https://commonmark.thephpleague.com/",
                "forum": "https://github.com/thephpleague/commonmark/discussions",
                "issues": "https://github.com/thephpleague/commonmark/issues",
                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
                "source": "https://github.com/thephpleague/commonmark"
            },
            "funding": [
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
                    "type": "tidelift"
                }
            ],
            "time": "2021-11-08T19:23:52+00:00"
        },
        {
            "name": "league/config",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/config.git",
                "reference": "041e508f1e0885a3e0f40092ec0fc4bda22adf4f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/config/zipball/041e508f1e0885a3e0f40092ec0fc4bda22adf4f",
                "reference": "041e508f1e0885a3e0f40092ec0fc4bda22adf4f",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3.0.1",
                "nette/schema": "^1.2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.12.90",
                "phpunit/phpunit": "^9.5.5",
                "scrutinizer/ocular": "^1.8.1",
                "unleashedtech/php-coding-standard": "^3.1",
                "vimeo/psalm": "^4.7.3"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Config\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "https://www.colinodell.com",
                    "role": "Lead Developer"
                }
            ],
            "description": "Define configuration arrays with strict schemas and access values with dot notation",
            "homepage": "https://config.thephpleague.com",
            "keywords": [
                "array",
                "config",
                "configuration",
                "dot",
                "dot-access",
                "nested",
                "schema"
            ],
            "support": {
                "docs": "https://config.thephpleague.com/",
                "issues": "https://github.com/thephpleague/config/issues",
                "rss": "https://github.com/thephpleague/config/releases.atom",
                "source": "https://github.com/thephpleague/config"
            },
            "funding": [
                {
                    "url": "https://www.colinodell.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://www.paypal.me/colinpodell/10.00",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/colinodell",
                    "type": "github"
                }
            ],
            "time": "2021-10-01T14:55:09+00:00"
        },
        {
            "name": "nette/schema",
            "version": "v1.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/schema.git",
                "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df",
                "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
                "php": ">=7.1 <8.2"
            },
            "require-dev": {
                "nette/tester": "^2.3 || ^2.4",
                "phpstan/phpstan-nette": "^0.12",
                "tracy/tracy": "^2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "📐 Nette Schema: validating data structures against a given Schema.",
            "homepage": "https://nette.org",
            "keywords": [
                "config",
                "nette"
            ],
            "support": {
                "issues": "https://github.com/nette/schema/issues",
                "source": "https://github.com/nette/schema/tree/v1.2"
            },
            "time": "2021-10-15T11:40:02+00:00"
        },
        {
            "name": "nette/utils",
            "version": "v3.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "532bf734dc4a30081560508ff027422de9310960"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/532bf734dc4a30081560508ff027422de9310960",
                "reference": "532bf734dc4a30081560508ff027422de9310960",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2 <8.2"
            },
            "conflict": {
                "nette/di": "<3.0.6"
            },
            "require-dev": {
                "nette/tester": "~2.0",
                "phpstan/phpstan": "^0.12",
                "tracy/tracy": "^2.3"
            },
            "suggest": {
                "ext-gd": "to use Image",
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
                "ext-json": "to use Nette\\Utils\\Json",
                "ext-mbstring": "to use Strings::lower() etc...",
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause",
                "GPL-2.0-only",
                "GPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "David Grudl",
                    "homepage": "https://davidgrudl.com"
                },
                {
                    "name": "Nette Community",
                    "homepage": "https://nette.org/contributors"
                }
            ],
            "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
            "homepage": "https://nette.org",
            "keywords": [
                "array",
                "core",
                "datetime",
                "images",
                "json",
                "nette",
                "paginator",
                "password",
                "slugify",
                "string",
                "unicode",
                "utf-8",
                "utility",
                "validation"
            ],
            "support": {
                "issues": "https://github.com/nette/utils/issues",
                "source": "https://github.com/nette/utils/tree/v3.2"
            },
            "time": "2021-10-27T11:19:37+00:00"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "aa4f89e91c423b516ff226c50dc83f824011c253"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/aa4f89e91c423b516ff226c50dc83f824011c253",
                "reference": "aa4f89e91c423b516ff226c50dc83f824011c253",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "suggest": {
                "fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "source": "https://github.com/php-fig/event-dispatcher/tree/master"
            },
            "time": "2021-02-08T21:15:39+00:00"
        },
        {
            "name": "scrivo/highlight.php",
            "version": "9.18.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/scrivo/highlight.php.git",
                "reference": "6d5049cd2578e19a06adbb6ac77879089be1e3f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/6d5049cd2578e19a06adbb6ac77879089be1e3f9",
                "reference": "6d5049cd2578e19a06adbb6ac77879089be1e3f9",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "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"
            },
            "suggest": {
                "ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/scrivo/highlight.php/issues",
                "source": "https://github.com/scrivo/highlight.php"
            },
            "funding": [
                {
                    "url": "https://github.com/allejo",
                    "type": "github"
                }
            ],
            "time": "2021-10-24T00:28:14+00:00"
        },
        {
            "name": "spatie/commonmark-highlighter",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/commonmark-highlighter.git",
                "reference": "7f9c4ab52913ec661d8bd7899310181618f68212"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/commonmark-highlighter/zipball/7f9c4ab52913ec661d8bd7899310181618f68212",
                "reference": "7f9c4ab52913ec661d8bd7899310181618f68212",
                "shasum": ""
            },
            "require": {
                "league/commonmark": "^2.0",
                "php": "^7.4|^8.0",
                "scrivo/highlight.php": "^9.18.1.7"
            },
            "require-dev": {
                "larapack/dd": "^1.0",
                "phpunit/phpunit": "^8.5|^9.4",
                "spatie/phpunit-snapshot-assertions": "^2.0|^4.0"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Spatie\\CommonMarkHighlighter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https://spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Highlight your markdown code blocks with league/commonmark",
            "homepage": "https://github.com/spatie/commonmark-highlighter",
            "keywords": [
                "commonmark-highlighter",
                "spatie"
            ],
            "support": {
                "issues": "https://github.com/spatie/commonmark-highlighter/issues",
                "source": "https://github.com/spatie/commonmark-highlighter/tree/main"
            },
            "time": "2021-08-06T07:34:50+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
                "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/main"
            },
            "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": "2021-09-13T13:58:33+00:00"
        },
        {
            "name": "taeluf/liaison",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/Liaison.git",
                "reference": "c1fa6bea6c8638a587c8c70ad6435ae1fea2f9a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FLiaison/repository/archive.zip?sha=c1fa6bea6c8638a587c8c70ad6435ae1fea2f9a7",
                "reference": "c1fa6bea6c8638a587c8c70ad6435ae1fea2f9a7",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/tester": "dev-version_1"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/class",
                    "code/core"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Liaison, for building web apps",
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/22127834/issues"
            },
            "time": "2021-10-28T21:58:37+00:00"
        },
        {
            "name": "taeluf/liaison.common-mark",
            "version": "v0.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/liaison-app/common-mark-addon.git",
                "reference": "d06913e523683fd394631e22a47c36bf0c513148"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fliaison-app%2Fcommon-mark-addon/repository/archive.zip?sha=d06913e523683fd394631e22a47c36bf0c513148",
                "reference": "d06913e523683fd394631e22a47c36bf0c513148",
                "shasum": ""
            },
            "require": {
                "league/commonmark": "2.1.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.5.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Liaison addon to integrate CommonMark",
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/30599990/issues"
            },
            "time": "2021-11-04T21:51:40+00:00"
        },
        {
            "name": "taeluf/liaison.seo-extractor",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/liaison-app/SeoExtractor.git",
                "reference": "2ff6f0006e420f92c2ee40ef44355462a49f2180"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fliaison-app%2FSeoExtractor/repository/archive.zip?sha=2ff6f0006e420f92c2ee40ef44355462a49f2180",
                "reference": "2ff6f0006e420f92c2ee40ef44355462a49f2180",
                "shasum": ""
            },
            "require": {
                "taeluf/phtml": "v0.1.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.5.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Uses pHtml to extract SEO information from the page's html",
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/30600871/issues"
            },
            "time": "2021-10-28T20:27:45+00:00"
        },
        {
            "name": "taeluf/phtml",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/phtml-dom-document.git",
                "reference": "e5211c5ee8cafe145f93569eabf8585314effc63"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphtml-dom-document/repository/archive.zip?sha=e5211c5ee8cafe145f93569eabf8585314effc63",
                "reference": "e5211c5ee8cafe145f93569eabf8585314effc63",
                "shasum": ""
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/22819637/issues"
            },
            "time": "2021-05-04T19:58:30+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "taeluf/better-regex",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/better-regex.git",
                "reference": "37164cb7aa2537b3623529ff68db6d85de343cd1"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fbetter-regex/repository/archive.zip?sha=37164cb7aa2537b3623529ff68db6d85de343cd1",
                "reference": "37164cb7aa2537b3623529ff68db6d85de343cd1",
                "shasum": ""
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/23207428/issues"
            },
            "time": "2021-09-18T21:27:33+00:00"
        },
        {
            "name": "taeluf/code-scrawl",
            "version": "v0.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/CodeScrawl.git",
                "reference": "0edc49158bc6a01056369f3027f9e950371edfdf"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=0edc49158bc6a01056369f3027f9e950371edfdf",
                "reference": "0edc49158bc6a01056369f3027f9e950371edfdf",
                "shasum": ""
            },
            "require": {
                "taeluf/better-regex": "v0.3.x-dev",
                "taeluf/lexer": "v0.2.x-dev"
            },
            "require-dev": {
                "taeluf/tester": "v0.2.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A documentation generation framework with some built-in extensions for exporting comments and code, and importing into markdown. ",
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/23167681/issues"
            },
            "time": "2021-09-29T18:21:10+00:00"
        },
        {
            "name": "taeluf/lexer",
            "version": "v0.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/lexer.git",
                "reference": "e03b6a17521796daa93b83d71f37a1f4bccb946b"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=e03b6a17521796daa93b83d71f37a1f4bccb946b",
                "reference": "e03b6a17521796daa93b83d71f37a1f4bccb946b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/24825489/issues"
            },
            "time": "2021-09-20T17:56:27+00:00"
        },
        {
            "name": "taeluf/tester",
            "version": "v0.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/php-tests.git",
                "reference": "015308294ae70848a3fc33943932734c39deae74"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-tests/repository/archive.zip?sha=015308294ae70848a3fc33943932734c39deae74",
                "reference": "015308294ae70848a3fc33943932734c39deae74",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.3.x-dev"
            },
            "default-branch": true,
            "bin": [
                "code/phptest"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A unit testing library for Php.",
            "support": {
                "issues": "https://gitlab.com/api/v4/projects/22523769/issues"
            },
            "time": "2021-11-04T20:45:02+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "taeluf/liaison": 20,
        "taeluf/liaison.seo-extractor": 20,
        "taeluf/liaison.common-mark": 20,
        "spatie/commonmark-highlighter": 20,
        "taeluf/code-scrawl": 20,
        "taeluf/tester": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.1.0"
}