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": "d84d51f74cc2d8b572bca39291436379",
    "packages": [
        {
            "name": "dflydev/dot-access-data",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
                "reference": "f41715465d65213d644d3141a6a93081be5d3549"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
                "reference": "f41715465d65213d644d3141a6a93081be5d3549",
                "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/v3.0.2"
            },
            "time": "2022-10-27T11:44:00+00:00"
        },
        {
            "name": "gabordemooij/redbean",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/gabordemooij/redbean.git",
                "reference": "b6ab15f85edacf98b40ff8e1a287fcaf56e024c2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/b6ab15f85edacf98b40ff8e1a287fcaf56e024c2",
                "reference": "b6ab15f85edacf98b40ff8e1a287fcaf56e024c2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.4"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "RedBeanPHP\\": "RedBeanPHP"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Gabor de Mooij",
                    "email": "gabor@redbeanphp.com",
                    "homepage": "https://redbeanphp.com"
                }
            ],
            "description": "RedBeanPHP ORM",
            "homepage": "https://redbeanphp.com/",
            "keywords": [
                "orm"
            ],
            "support": {
                "issues": "https://github.com/gabordemooij/redbean/issues",
                "source": "https://github.com/gabordemooij/redbean/tree/master"
            },
            "time": "2022-11-12T08:03:22+00:00"
        },
        {
            "name": "league/commonmark",
            "version": "2.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/commonmark.git",
                "reference": "a36bd2be4f5387c0f3a8792a0d76b7d68865abbf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/a36bd2be4f5387c0f3a8792a0d76b7d68865abbf",
                "reference": "a36bd2be4f5387c0f3a8792a0d76b7d68865abbf",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "league/config": "^1.1.1",
                "php": "^7.4 || ^8.0",
                "psr/event-dispatcher": "^1.0",
                "symfony/deprecation-contracts": "^2.1 || ^3.0",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "cebe/markdown": "^1.0",
                "commonmark/cmark": "0.30.0",
                "commonmark/commonmark.js": "0.30.0",
                "composer/package-versions-deprecated": "^1.8",
                "embed/embed": "^4.4",
                "erusev/parsedown": "^1.0",
                "ext-json": "*",
                "github/gfm": "0.29.0",
                "michelf/php-markdown": "^1.4 || ^2.0",
                "nyholm/psr7": "^1.5",
                "phpstan/phpstan": "^1.8.2",
                "phpunit/phpunit": "^9.5.21",
                "scrutinizer/ocular": "^1.8.1",
                "symfony/finder": "^5.3 | ^6.0",
                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
                "unleashedtech/php-coding-standard": "^3.1.1",
                "vimeo/psalm": "^4.24.0"
            },
            "suggest": {
                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-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": "2022-11-03T17:29:46+00:00"
        },
        {
            "name": "league/config",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/config.git",
                "reference": "c9e139a43ca382cca087c3e9e8b16a6b26a6fb7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/config/zipball/c9e139a43ca382cca087c3e9e8b16a6b26a6fb7b",
                "reference": "c9e139a43ca382cca087c3e9e8b16a6b26a6fb7b",
                "shasum": ""
            },
            "require": {
                "dflydev/dot-access-data": "^3.0.1",
                "nette/schema": "^1.2",
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.8.2",
                "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": "2022-10-10T11:42:55+00:00"
        },
        {
            "name": "nette/schema",
            "version": "v1.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/schema.git",
                "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
                "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
                "shasum": ""
            },
            "require": {
                "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
                "php": ">=7.1 <8.3"
            },
            "require-dev": {
                "nette/tester": "^2.3 || ^2.4",
                "phpstan/phpstan-nette": "^1.0",
                "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": "2022-10-13T01:24:26+00:00"
        },
        {
            "name": "nette/utils",
            "version": "v3.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/nette/utils.git",
                "reference": "d9a5ce7d828d255cde61f75de1f4ba71af076c18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nette/utils/zipball/d9a5ce7d828d255cde61f75de1f4ba71af076c18",
                "reference": "d9a5ce7d828d255cde61f75de1f4ba71af076c18",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2 <8.3"
            },
            "conflict": {
                "nette/di": "<3.0.6"
            },
            "require-dev": {
                "nette/tester": "~2.0",
                "phpstan/phpstan": "^1.0",
                "tracy/tracy": "^2.3"
            },
            "suggest": {
                "ext-gd": "to use Image",
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
                "ext-json": "to use Nette\\Utils\\Json",
                "ext-mbstring": "to use Strings::lower() etc...",
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
                "ext-xml": "to use Strings::length() etc. when mbstring is not available"
            },
            "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": "2022-10-23T16:30:55+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "0b37477f025fd320f88eee8ead9a43655f4d6f01"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/0b37477f025fd320f88eee8ead9a43655f4d6f01",
                "reference": "0b37477f025fd320f88eee8ead9a43655f4d6f01",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                "doctrine/annotations": "^1.2",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.6.2",
                "yoast/phpunit-polyfills": "^1.0.0"
            },
            "suggest": {
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/master"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "time": "2022-11-08T07:48:31+00:00"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "e275e2d67d53964a3f13e056886ecd769edee021"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/e275e2d67d53964a3f13e056886ecd769edee021",
                "reference": "e275e2d67d53964a3f13e056886ecd769edee021",
                "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": "2022-06-29T17:22:39+00:00"
        },
        {
            "name": "scrivo/highlight.php",
            "version": "9.18.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/scrivo/highlight.php.git",
                "reference": "d45585504777e6194a91dffc7270ca39833787f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/d45585504777e6194a91dffc7270ca39833787f8",
                "reference": "d45585504777e6194a91dffc7270ca39833787f8",
                "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": {
                "files": [
                    "HighlightUtilities/functions.php"
                ],
                "psr-0": {
                    "Highlight\\": "",
                    "HighlightUtilities\\": ""
                }
            },
            "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-12-03T06:45:28+00:00"
        },
        {
            "name": "spatie/commonmark-highlighter",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/commonmark-highlighter.git",
                "reference": "d707943b3ce47fcd01240bb85b218e280856d017"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/commonmark-highlighter/zipball/d707943b3ce47fcd01240bb85b218e280856d017",
                "reference": "d707943b3ce47fcd01240bb85b218e280856d017",
                "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"
            },
            "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/3.0.0"
            },
            "time": "2021-08-04T18:03:57+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "2.5.x-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/2.5"
            },
            "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": "2022-01-02T09:53:40+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-03T14:55:06+00:00"
        },
        {
            "name": "taeluf/cli",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/cli.git",
                "reference": "f90037f067fbe9862f7bac06e69444972fbf0e44"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fcli/repository/archive.zip?sha=f90037f067fbe9862f7bac06e69444972fbf0e44",
                "reference": "f90037f067fbe9862f7bac06e69444972fbf0e44",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "files": [],
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2022-06-07T02:25:33+00:00"
        },
        {
            "name": "taeluf/env",
            "version": "v1.0.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/php-environment.git",
                "reference": "cb5b6c172d2371091a148c8ebc09e2f1b9b61070"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-environment/repository/archive.zip?sha=cb5b6c172d2371091a148c8ebc09e2f1b9b61070",
                "reference": "cb5b6c172d2371091a148c8ebc09e2f1b9b61070",
                "shasum": ""
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "./Env.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Simple Php environment class",
            "time": "2022-10-31T16:40:40+00:00"
        },
        {
            "name": "taeluf/js.autowire",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/js/autowire.git",
                "reference": "239c697b9c2ac70f23fbab4f9df598a2d9f54b6d"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fjs%2Fautowire/repository/archive.zip?sha=239c697b9c2ac70f23fbab4f9df598a2d9f54b6d",
                "reference": "239c697b9c2ac70f23fbab4f9df598a2d9f54b6d",
                "shasum": ""
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "integration/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Javascript Library: Autowire",
            "time": "2022-04-18T20:11:24+00:00"
        },
        {
            "name": "taeluf/liaison",
            "version": "v0.6.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/Liaison.git",
                "reference": "d529dc3cbff97283add096f50712d8baae59ca33"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FLiaison/repository/archive.zip?sha=d529dc3cbff97283add096f50712d8baae59ca33",
                "reference": "d529dc3cbff97283add096f50712d8baae59ca33",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "bin": [
                "bin/lia"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/class",
                    "code/addon"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Liaison, for building web apps",
            "time": "2022-11-12T18:39:59+00:00"
        },
        {
            "name": "taeluf/liaison.common-mark",
            "version": "v0.4.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/liaison-app/common-mark-addon.git",
                "reference": "9e5f95ab6d6de44503d7b18221e1977a7081934f"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fliaison-app%2Fcommon-mark-addon/repository/archive.zip?sha=9e5f95ab6d6de44503d7b18221e1977a7081934f",
                "reference": "9e5f95ab6d6de44503d7b18221e1977a7081934f",
                "shasum": ""
            },
            "require": {
                "league/commonmark": "^2.0",
                "taeluf/liaison": "v0.6.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Liaison addon to integrate CommonMark",
            "support": {
                "issues": "https://gitlab.com/taeluf/liaison-app/common-mark-addon/-/issues",
                "source": "https://gitlab.com/taeluf/liaison-app/common-mark-addon/-/tree/v0.4"
            },
            "time": "2022-05-10T20:15:02+00:00"
        },
        {
            "name": "taeluf/liaison.kitchen-sink",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/liaison-app/kitchen-sink.git",
                "reference": "2864eea24548509d0962014ea8e700d799e5283d"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fliaison-app%2Fkitchen-sink/repository/archive.zip?sha=2864eea24548509d0962014ea8e700d799e5283d",
                "reference": "2864eea24548509d0962014ea8e700d799e5283d",
                "shasum": ""
            },
            "require": {
                "taeluf/liaison": "v0.6.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "type": "library",
            "autoload": {
                "files": [],
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/taeluf/liaison-app/kitchen-sink/-/issues",
                "source": "https://gitlab.com/taeluf/liaison-app/kitchen-sink/-/tree/v0.3"
            },
            "time": "2022-05-10T20:16:51+00:00"
        },
        {
            "name": "taeluf/liaison.md-blog",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/liaison-app/md-blog.git",
                "reference": "46b8b41e45435543c5c4cd80309727904963d8f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fliaison-app%2Fmd-blog/repository/archive.zip?sha=46b8b41e45435543c5c4cd80309727904963d8f8",
                "reference": "46b8b41e45435543c5c4cd80309727904963d8f8",
                "shasum": ""
            },
            "require": {
                "league/commonmark": "^2.0",
                "spatie/commonmark-highlighter": "^3.0",
                "taeluf/liaison": "v0.6.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "suggest": {
                "taeluf/liaison.seo-extractor": "set seo & meta information for search engines and social media"
            },
            "type": "library",
            "autoload": {
                "files": [],
                "classmap": [
                    "app/class/",
                    "app/addon/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Write blog posts in markdown and easily show them off",
            "support": {
                "issues": "https://gitlab.com/taeluf/liaison-app/md-blog/-/issues",
                "source": "https://gitlab.com/taeluf/liaison-app/md-blog/-/tree/v0.3"
            },
            "time": "2022-05-10T20:44:18+00:00"
        },
        {
            "name": "taeluf/liaison.seo-extractor",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/liaison-app/SeoExtractor.git",
                "reference": "8912c19c7877d9077fe31a0f6d4f7407afafe11b"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fliaison-app%2FSeoExtractor/repository/archive.zip?sha=8912c19c7877d9077fe31a0f6d4f7407afafe11b",
                "reference": "8912c19c7877d9077fe31a0f6d4f7407afafe11b",
                "shasum": ""
            },
            "require": {
                "taeluf/liaison": "v0.6.x-dev",
                "taeluf/phtml": "v0.1.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.6.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "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",
            "time": "2022-08-10T15:17:08+00:00"
        },
        {
            "name": "taeluf/lildb",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/lildb.git",
                "reference": "bbac73ba361c4e6a28fae8c04649227bb2675705"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flildb/repository/archive.zip?sha=bbac73ba361c4e6a28fae8c04649227bb2675705",
                "reference": "bbac73ba361c4e6a28fae8c04649227bb2675705",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "suggest": {
                "taeluf/cli": "install the dev dependency to use the cli features"
            },
            "default-branch": true,
            "bin": [
                "bin/ldb"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select",
            "time": "2022-07-28T03:26:30+00:00"
        },
        {
            "name": "taeluf/phad",
            "version": "v0.4.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/phad.git",
                "reference": "f410dd340a858199b1bc4195c04a6a7d433e9c5c"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphad/repository/archive.zip?sha=f410dd340a858199b1bc4195c04a6a7d433e9c5c",
                "reference": "f410dd340a858199b1bc4195c04a6a7d433e9c5c",
                "shasum": ""
            },
            "require": {
                "taeluf/liaison": "v0.6.x-dev",
                "taeluf/lildb": "v0.1.x-dev",
                "taeluf/phtml": "v0.1.x-dev"
            },
            "require-dev": {
                "league/commonmark": "^1.0",
                "taeluf/code-scrawl": "v0.6.x-dev",
                "taeluf/lildb": "v0.1.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "suggest": {
                "league/commonmark": "^1.0 to use commonmark filter"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Framework for integrating html, sql, & php into a html-based views",
            "time": "2022-08-30T20:20:09+00:00"
        },
        {
            "name": "taeluf/phtml",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/phtml-dom-document.git",
                "reference": "42b8d079f214b09447e599cf28696d181c7d5988"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphtml-dom-document/repository/archive.zip?sha=42b8d079f214b09447e599cf28696d181c7d5988",
                "reference": "42b8d079f214b09447e599cf28696d181c7d5988",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.6.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2022-02-01T21:18:39+00:00"
        },
        {
            "name": "taeluf/rdb",
            "version": "v0.2.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/rdb.git",
                "reference": "38c2807435dc02eeccd2d7f268b5aa6897085629"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Frdb/repository/archive.zip?sha=38c2807435dc02eeccd2d7f268b5aa6897085629",
                "reference": "38c2807435dc02eeccd2d7f268b5aa6897085629",
                "shasum": ""
            },
            "require": {
                "gabordemooij/redbean": ">=5.5"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.3.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Custom property getters on beans, better error reporting, sql-verbs as an API. And some other quality of life stuff.",
            "time": "2021-12-03T22:23:54+00:00"
        },
        {
            "name": "taeluf/resource",
            "version": "v0.2.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/Resources.git",
                "reference": "68625bd4d79a30340a72bc22e91e6c8aa0eb9243"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FResources/repository/archive.zip?sha=68625bd4d79a30340a72bc22e91e6c8aa0eb9243",
                "reference": "68625bd4d79a30340a72bc22e91e6c8aa0eb9243",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.6.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "code/R.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/taeluf/php/Resources/-/issues",
                "source": "https://gitlab.com/taeluf/php/Resources/-/tree/v0.2"
            },
            "time": "2022-01-20T19:19:23+00:00"
        },
        {
            "name": "taeluf/user-gui",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/liaison-app/user-gui.git",
                "reference": "ec461bb4b197904c892f88f4743e3667641b0446"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fliaison-app%2Fuser-gui/repository/archive.zip?sha=ec461bb4b197904c892f88f4743e3667641b0446",
                "reference": "ec461bb4b197904c892f88f4743e3667641b0446",
                "shasum": ""
            },
            "require": {
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/liaison": "v0.6.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/lildb": "v0.1.x-dev",
                "taeluf/phtml": "v0.1.x-dev",
                "taeluf/server": "v0.2.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "bin": [
                "bin/tlfuser"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/class",
                    "test/run",
                    "test/Tester.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "a user system for PHP, built on Liaison",
            "time": "2022-11-13T19:11:53+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "taeluf/better-regex",
            "version": "v0.4.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/better-regex.git",
                "reference": "3ee2ff3482d8903d6977fa1fd97a227f4457dc54"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fbetter-regex/repository/archive.zip?sha=3ee2ff3482d8903d6977fa1fd97a227f4457dc54",
                "reference": "3ee2ff3482d8903d6977fa1fd97a227f4457dc54",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.7.x-dev",
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2022-03-28T20:55:32+00:00"
        },
        {
            "name": "taeluf/code-scrawl",
            "version": "v0.8.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/CodeScrawl.git",
                "reference": "018f5507ac5afcc90ae6b57b8879ee90cc98dccf"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=018f5507ac5afcc90ae6b57b8879ee90cc98dccf",
                "reference": "018f5507ac5afcc90ae6b57b8879ee90cc98dccf",
                "shasum": ""
            },
            "require": {
                "taeluf/better-regex": "v0.4.x-dev",
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/lexer": "v0.8.x-dev"
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "bin": [
                "bin/scrawl"
            ],
            "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. ",
            "time": "2022-05-08T03:25:29+00:00"
        },
        {
            "name": "taeluf/lexer",
            "version": "v0.8.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/lexer.git",
                "reference": "9755bc2b0cb11c39556731bc89a33bc6b9ee7f36"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=9755bc2b0cb11c39556731bc89a33bc6b9ee7f36",
                "reference": "9755bc2b0cb11c39556731bc89a33bc6b9ee7f36",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A declarative lexer seamlessly hooking into php functions, building ASTs for multiple languages.",
            "time": "2022-05-13T21:55:45+00:00"
        },
        {
            "name": "taeluf/tester",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/php-tests.git",
                "reference": "863bf5339eb7ea9833899c445adddd8aeea6b5cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-tests/repository/archive.zip?sha=863bf5339eb7ea9833899c445adddd8aeea6b5cd",
                "reference": "863bf5339eb7ea9833899c445adddd8aeea6b5cd",
                "shasum": ""
            },
            "require": {
                "taeluf/cli": "v0.1.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.6.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.",
            "time": "2022-05-25T13:39:28+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "taeluf/liaison": 20,
        "taeluf/phad": 20,
        "taeluf/env": 20,
        "taeluf/user-gui": 20,
        "taeluf/js.autowire": 20,
        "taeluf/liaison.seo-extractor": 20,
        "taeluf/liaison.common-mark": 20,
        "taeluf/liaison.kitchen-sink": 20,
        "taeluf/liaison.md-blog": 20,
        "taeluf/lildb": 20,
        "taeluf/phtml": 20,
        "taeluf/resource": 20,
        "league/commonmark": 20,
        "taeluf/rdb": 20,
        "phpmailer/phpmailer": 20,
        "taeluf/tester": 20,
        "taeluf/code-scrawl": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.3.0"
}