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": "f9069ca38601e834d13330b875b0daf5",
"packages": [
{
"name": "taeluf/cli",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/cli.git",
"reference": "4848336b1bdcfd6d5a836347b92830a99b7e1d97"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fcli/repository/archive.zip?sha=4848336b1bdcfd6d5a836347b92830a99b7e1d97",
"reference": "4848336b1bdcfd6d5a836347b92830a99b7e1d97",
"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"
],
"support": {
"issues": "https://gitlab.com/taeluf/php/cli/-/issues",
"source": "https://gitlab.com/taeluf/php/cli/-/tree/v0.1"
},
"time": "2025-12-01T15:23:48+00:00"
},
{
"name": "taeluf/lildb",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/lildb.git",
"reference": "9e1ab55b9faaf58e3440f75b3e5984633f8d86a5"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flildb/repository/archive.zip?sha=9e1ab55b9faaf58e3440f75b3e5984633f8d86a5",
"reference": "9e1ab55b9faaf58e3440f75b3e5984633f8d86a5",
"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",
"support": {
"issues": "https://gitlab.com/taeluf/php/lildb/-/issues",
"source": "https://gitlab.com/taeluf/php/lildb/-/tree/v0.1"
},
"time": "2025-12-02T16:47:01+00:00"
},
{
"name": "taeluf/phtml",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/phtml-dom-document.git",
"reference": "03f6967ba5f602d9474a6036a251b309c378ce20"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphtml-dom-document/repository/archive.zip?sha=03f6967ba5f602d9474a6036a251b309c378ce20",
"reference": "03f6967ba5f602d9474a6036a251b309c378ce20",
"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"
],
"support": {
"issues": "https://gitlab.com/taeluf/php/phtml-dom-document/-/issues",
"source": "https://gitlab.com/taeluf/php/phtml-dom-document/-/tree/v0.1"
},
"time": "2025-01-31T01:15:07+00:00"
}
],
"packages-dev": [
{
"name": "league/commonmark",
"version": "1.6.x-dev",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "b7a2aedcca80659fac31b92f525b7837b15d45aa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b7a2aedcca80659fac31b92f525b7837b15d45aa",
"reference": "b7a2aedcca80659fac31b92f525b7837b15d45aa",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.1 || ^8.0"
},
"conflict": {
"scrutinizer/ocular": "1.7.*"
},
"require-dev": {
"cebe/markdown": "~1.0",
"commonmark/commonmark.js": "0.29.2",
"erusev/parsedown": "~1.0",
"ext-json": "*",
"github/gfm": "0.29.0",
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "^1.4",
"phpstan/phpstan": "^0.12.90",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
"scrutinizer/ocular": "^1.5",
"symfony/finder": "^4.2"
},
"bin": [
"bin/commonmark"
],
"type": "library",
"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/",
"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-01-13T17:17:14+00:00"
},
{
"name": "taeluf/better-regex",
"version": "v0.4.x-dev",
"source": {
"type": "git",
"url": "https://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"
],
"support": {
"issues": "https://gitlab.com/taeluf/php/better-regex/-/issues",
"source": "https://gitlab.com/taeluf/php/better-regex/-/tree/v0.4"
},
"time": "2022-03-28T15:55:32+00:00"
},
{
"name": "taeluf/big-db",
"version": "v1.0.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/big-db.git",
"reference": "3ef6b51638926961c689c0aadd6d93b54d3e80c4"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fbig-db/repository/archive.zip?sha=3ef6b51638926961c689c0aadd6d93b54d3e80c4",
"reference": "3ef6b51638926961c689c0aadd6d93b54d3e80c4",
"shasum": ""
},
"require": {
"taeluf/lildb": "v0.1.x-dev"
},
"require-dev": {
"taeluf/cli": "v0.1.x-dev",
"taeluf/code-scrawl": "v0.8.x-dev",
"taeluf/tester": "v0.3.x-dev"
},
"suggest": {
"taeluf/cli": "Required for bigdb cli, for easy access to your database"
},
"default-branch": true,
"bin": [
"bin/bigdb"
],
"type": "library",
"autoload": {
"classmap": [
"src/",
"test/input/BigDbApp",
"test/src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taeluf",
"email": "contact@taeluf.com"
}
],
"description": "A feature-rich (but somewhat minimalist) database layer for php, with ORM, migrations, and more.",
"support": {
"issues": "https://gitlab.com/taeluf/php/big-db/-/issues",
"source": "https://gitlab.com/taeluf/php/big-db/-/tree/v1.0"
},
"time": "2025-10-23T16:51:39+00:00"
},
{
"name": "taeluf/code-scrawl",
"version": "v0.8.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/CodeScrawl.git",
"reference": "44c7b285c40224f6441965561cc96b0db418df6a"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=44c7b285c40224f6441965561cc96b0db418df6a",
"reference": "44c7b285c40224f6441965561cc96b0db418df6a",
"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": [
"src/"
]
},
"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.8"
},
"time": "2026-02-28T15:29:28+00:00"
},
{
"name": "taeluf/lexer",
"version": "v0.8.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/lexer.git",
"reference": "cfec4282c8e478b18c27bc1bf5f6ce4c2c1084ca"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=cfec4282c8e478b18c27bc1bf5f6ce4c2c1084ca",
"reference": "cfec4282c8e478b18c27bc1bf5f6ce4c2c1084ca",
"shasum": ""
},
"require": {
"taeluf/util": "v0.1.x-dev"
},
"require-dev": {
"taeluf/code-scrawl": "v0.8.x-dev",
"taeluf/tester": "v0.3.x-dev"
},
"default-branch": true,
"bin": [
"bin/lex"
],
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"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.8"
},
"time": "2025-06-10T13:57:15+00:00"
},
{
"name": "taeluf/liaison",
"version": "v0.7.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/Liaison.git",
"reference": "6c08201b04011da0ca1d90d21b5e00cf68cfe484"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FLiaison/repository/archive.zip?sha=6c08201b04011da0ca1d90d21b5e00cf68cfe484",
"reference": "6c08201b04011da0ca1d90d21b5e00cf68cfe484",
"shasum": ""
},
"require": {
"taeluf/util": "v0.1.x-dev"
},
"require-dev": {
"taeluf/code-scrawl": "v0.8.x-dev",
"taeluf/tester": "v0.3.x-dev"
},
"default-branch": true,
"bin": [
"bin/lia"
],
"type": "library",
"autoload": {
"classmap": [
"src/class",
"src/addon",
"src/integration"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP Library for building websites and portable web apps",
"support": {
"issues": "https://gitlab.com/taeluf/php/Liaison/-/issues",
"source": "https://gitlab.com/taeluf/php/Liaison/-/tree/v0.7"
},
"time": "2025-11-21T14:21:11+00:00"
},
{
"name": "taeluf/tester",
"version": "v0.3.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/php-tests.git",
"reference": "9fc382a3c5387261b6a9ba657d0e2cbb473ca602"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-tests/repository/archive.zip?sha=9fc382a3c5387261b6a9ba657d0e2cbb473ca602",
"reference": "9fc382a3c5387261b6a9ba657d0e2cbb473ca602",
"shasum": ""
},
"require": {
"taeluf/cli": "v0.1.x-dev",
"taeluf/util": "v0.1.x-dev"
},
"require-dev": {
"taeluf/code-scrawl": "v0.6.x-dev"
},
"default-branch": true,
"bin": [
"bin/phptest"
],
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A unit testing library for Php.",
"support": {
"issues": "https://gitlab.com/taeluf/php/php-tests/-/issues",
"source": "https://gitlab.com/taeluf/php/php-tests/-/tree/v0.3"
},
"time": "2026-02-15T16:16:48+00:00"
},
{
"name": "taeluf/user-gui",
"version": "v0.4.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/liaison-app/user-gui.git",
"reference": "7e1b6bff6c62c38297b0cd2edaf40885954c5c9f"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fliaison-app%2Fuser-gui/repository/archive.zip?sha=7e1b6bff6c62c38297b0cd2edaf40885954c5c9f",
"reference": "7e1b6bff6c62c38297b0cd2edaf40885954c5c9f",
"shasum": ""
},
"require": {
"taeluf/big-db": "v1.0.x-dev",
"taeluf/liaison": "v0.7.x-dev"
},
"require-dev": {
"phpmailer/phpmailer": "^6.9.1",
"taeluf/cli": "v0.1.x-dev",
"taeluf/code-scrawl": "v0.8.x-dev",
"taeluf/phtml": "v0.1.x-dev",
"taeluf/tester": "v0.3.x-dev"
},
"bin": [
"bin/tlfuser"
],
"type": "library",
"autoload": {
"classmap": [
"src/",
"test/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "User Login system for PHP, built with the Liaison framework",
"support": {
"issues": "https://gitlab.com/taeluf/liaison-app/user-gui/-/issues",
"source": "https://gitlab.com/taeluf/liaison-app/user-gui/-/tree/v0.4"
},
"time": "2025-11-21T14:22:42+00:00"
},
{
"name": "taeluf/util",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "https://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",
"support": {
"issues": "https://gitlab.com/taeluf/php/php-utilities/-/issues",
"source": "https://gitlab.com/taeluf/php/php-utilities/-/tree/v0.1"
},
"time": "2023-12-09T02:23:28+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"taeluf/phtml": 20,
"taeluf/lildb": 20,
"taeluf/cli": 20,
"taeluf/tester": 20,
"taeluf/code-scrawl": 20,
"taeluf/liaison": 20,
"taeluf/user-gui": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}