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": "f2c1759c3abf870816d05ba341b8f6b6",
"packages": [
{
"name": "taeluf/liaison",
"version": "v0.6.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/Liaison.git",
"reference": "0a2c4669f8aa7d99465052759a8e789f47e75bfc"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FLiaison/repository/archive.zip?sha=0a2c4669f8aa7d99465052759a8e789f47e75bfc",
"reference": "0a2c4669f8aa7d99465052759a8e789f47e75bfc",
"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": [
"code/class",
"code/addon",
"code/integration"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Liaison, for building web apps",
"time": "2023-10-15T04:25:48+00:00"
},
{
"name": "taeluf/lildb",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/lildb.git",
"reference": "4b62b1f7d73cb61a1360dc25679b7909383beae4"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flildb/repository/archive.zip?sha=4b62b1f7d73cb61a1360dc25679b7909383beae4",
"reference": "4b62b1f7d73cb61a1360dc25679b7909383beae4",
"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": "2023-10-13T18:39:31+00:00"
},
{
"name": "taeluf/phtml",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/phtml-dom-document.git",
"reference": "68fbcd60d9b0eafa61c281bcf384722d3bff3fa4"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphtml-dom-document/repository/archive.zip?sha=68fbcd60d9b0eafa61c281bcf384722d3bff3fa4",
"reference": "68fbcd60d9b0eafa61c281bcf384722d3bff3fa4",
"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-12-08T21:17:59+00:00"
},
{
"name": "taeluf/util",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/php-utilities.git",
"reference": "8ec08e8b751f7e524fd122c9c24b38aa6ffb60a8"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-utilities/repository/archive.zip?sha=8ec08e8b751f7e524fd122c9c24b38aa6ffb60a8",
"reference": "8ec08e8b751f7e524fd122c9c24b38aa6ffb60a8",
"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-10-19T19:30:32+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": "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/cli",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/cli.git",
"reference": "fb127a05b8d380bcbfd62889001a76cf81a801f9"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fcli/repository/archive.zip?sha=fb127a05b8d380bcbfd62889001a76cf81a801f9",
"reference": "fb127a05b8d380bcbfd62889001a76cf81a801f9",
"shasum": ""
},
"require-dev": {
"taeluf/code-scrawl": "v0.8.x-dev"
},
"default-branch": true,
"bin": [
"bin/tlf-cli"
],
"type": "library",
"autoload": {
"files": [],
"classmap": [
"code"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"time": "2023-09-29T03:51:21+00:00"
},
{
"name": "taeluf/code-scrawl",
"version": "v0.8.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/CodeScrawl.git",
"reference": "460421a4991bfdbebd797215bc173a27811c4bf5"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=460421a4991bfdbebd797215bc173a27811c4bf5",
"reference": "460421a4991bfdbebd797215bc173a27811c4bf5",
"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": "2023-08-30T17:15:09+00:00"
},
{
"name": "taeluf/lexer",
"version": "v0.8.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/lexer.git",
"reference": "f0594aa547efa6334b62c733015602b316d50e39"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=f0594aa547efa6334b62c733015602b316d50e39",
"reference": "f0594aa547efa6334b62c733015602b316d50e39",
"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": "2023-10-18T04:02:51+00:00"
},
{
"name": "taeluf/tester",
"version": "v0.3.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/php-tests.git",
"reference": "f50e9c10f4e468538e2eb27993ab3a5fa774cf0d"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-tests/repository/archive.zip?sha=f50e9c10f4e468538e2eb27993ab3a5fa774cf0d",
"reference": "f50e9c10f4e468538e2eb27993ab3a5fa774cf0d",
"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": [
"code/phptest"
],
"type": "library",
"autoload": {
"classmap": [
"code/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A unit testing library for Php.",
"time": "2023-10-19T19:31:08+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"taeluf/liaison": 20,
"taeluf/phtml": 20,
"taeluf/lildb": 20,
"taeluf/tester": 20,
"taeluf/code-scrawl": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}