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": "ea3f71ca5d56ef7a04f5d807c8160e53",
    "packages": [
        {
            "name": "taeluf/cli",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/cli.git",
                "reference": "d03a92e917940ed991989cf3adca803db281e5c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fcli/repository/archive.zip?sha=d03a92e917940ed991989cf3adca803db281e5c5",
                "reference": "d03a92e917940ed991989cf3adca803db281e5c5",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev"
            },
            "default-branch": true,
            "bin": [
                "bin/tlf-cli"
            ],
            "type": "library",
            "autoload": {
                "files": [],
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "time": "2023-11-29T03:43:03+00:00"
        },
        {
            "name": "taeluf/util",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:taeluf/php/php-utilities.git",
                "reference": "95524064e9be1b587064c1661980fee20793a1a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-utilities/repository/archive.zip?sha=95524064e9be1b587064c1661980fee20793a1a3",
                "reference": "95524064e9be1b587064c1661980fee20793a1a3",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.8.x-dev",
                "taeluf/phtml": "v0.1.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": "Utility methods",
            "time": "2023-12-09T08:23:28+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/taeluf/php/better-regex/-/issues",
                "source": "https://gitlab.com/taeluf/php/better-regex/-/tree/v0.3"
            },
            "time": "2021-09-18T21:27:33+00:00"
        },
        {
            "name": "taeluf/code-scrawl",
            "version": "v0.6.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/CodeScrawl.git",
                "reference": "0fb89ccab79df026272980a23684df1f5d5530f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=0fb89ccab79df026272980a23684df1f5d5530f8",
                "reference": "0fb89ccab79df026272980a23684df1f5d5530f8",
                "shasum": ""
            },
            "require": {
                "taeluf/better-regex": "v0.3.x-dev",
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/lexer": "v0.7.x-dev"
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "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. ",
            "support": {
                "issues": "https://gitlab.com/taeluf/php/CodeScrawl/-/issues",
                "source": "https://gitlab.com/taeluf/php/CodeScrawl/-/tree/v0.6"
            },
            "time": "2022-02-10T19:40:19+00:00"
        },
        {
            "name": "taeluf/lexer",
            "version": "v0.7.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/lexer.git",
                "reference": "4e2006fc85243139d8233448d35cd769459a249e"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=4e2006fc85243139d8233448d35cd769459a249e",
                "reference": "4e2006fc85243139d8233448d35cd769459a249e",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "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.",
            "support": {
                "issues": "https://gitlab.com/taeluf/php/lexer/-/issues",
                "source": "https://gitlab.com/taeluf/php/lexer/-/tree/v0.7"
            },
            "time": "2022-02-14T15:36:08+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "taeluf/cli": 20,
        "taeluf/util": 20,
        "taeluf/code-scrawl": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.6.0"
}