285 lines
9.9 KiB
JSON
285 lines
9.9 KiB
JSON
|
|
{
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "phpmyadmin/sql-parser",
|
||
|
|
"version": "5.9.0",
|
||
|
|
"version_normalized": "5.9.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/phpmyadmin/sql-parser.git",
|
||
|
|
"reference": "011fa18a4e55591fac6545a821921dd1d61c6984"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/011fa18a4e55591fac6545a821921dd1d61c6984",
|
||
|
|
"reference": "011fa18a4e55591fac6545a821921dd1d61c6984",
|
||
|
|
"shasum": "",
|
||
|
|
"mirrors": [
|
||
|
|
{
|
||
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
|
"preferred": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^7.2 || ^8.0",
|
||
|
|
"symfony/polyfill-mbstring": "^1.3",
|
||
|
|
"symfony/polyfill-php80": "^1.16"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"phpmyadmin/motranslator": "<3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpbench/phpbench": "^1.1",
|
||
|
|
"phpmyadmin/coding-standard": "^3.0",
|
||
|
|
"phpmyadmin/motranslator": "^4.0 || ^5.0",
|
||
|
|
"phpstan/extension-installer": "^1.1",
|
||
|
|
"phpstan/phpstan": "^1.9.12",
|
||
|
|
"phpstan/phpstan-phpunit": "^1.3.3",
|
||
|
|
"phpunit/php-code-coverage": "*",
|
||
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
|
|
"psalm/plugin-phpunit": "^0.16.1",
|
||
|
|
"vimeo/psalm": "^4.11",
|
||
|
|
"zumba/json-serializer": "~3.0.2"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-mbstring": "For best performance",
|
||
|
|
"phpmyadmin/motranslator": "Translate messages to your favorite locale"
|
||
|
|
},
|
||
|
|
"time": "2024-01-20T20:34:02+00:00",
|
||
|
|
"bin": [
|
||
|
|
"bin/highlight-query",
|
||
|
|
"bin/lint-query",
|
||
|
|
"bin/sql-parser",
|
||
|
|
"bin/tokenize-query"
|
||
|
|
],
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"PhpMyAdmin\\SqlParser\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"GPL-2.0-or-later"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "The phpMyAdmin Team",
|
||
|
|
"email": "developers@phpmyadmin.net",
|
||
|
|
"homepage": "https://www.phpmyadmin.net/team/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
|
||
|
|
"homepage": "https://github.com/phpmyadmin/sql-parser",
|
||
|
|
"keywords": [
|
||
|
|
"analysis",
|
||
|
|
"lexer",
|
||
|
|
"parser",
|
||
|
|
"query linter",
|
||
|
|
"sql",
|
||
|
|
"sql lexer",
|
||
|
|
"sql linter",
|
||
|
|
"sql parser",
|
||
|
|
"sql syntax highlighter",
|
||
|
|
"sql tokenizer"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/phpmyadmin/sql-parser/issues",
|
||
|
|
"source": "https://github.com/phpmyadmin/sql-parser"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://www.phpmyadmin.net/donate/",
|
||
|
|
"type": "other"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../phpmyadmin/sql-parser"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-mbstring",
|
||
|
|
"version": "v1.28.0",
|
||
|
|
"version_normalized": "1.28.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
|
"reference": "42292d99c55abe617799667f454222c54c60e229"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
|
||
|
|
"reference": "42292d99c55abe617799667f454222c54c60e229",
|
||
|
|
"shasum": "",
|
||
|
|
"mirrors": [
|
||
|
|
{
|
||
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
|
"preferred": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-mbstring": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-mbstring": "For best performance"
|
||
|
|
},
|
||
|
|
"time": "2023-07-28T09:04:16+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "1.28-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
],
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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": "Symfony polyfill for the Mbstring extension",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"mbstring",
|
||
|
|
"polyfill",
|
||
|
|
"portable",
|
||
|
|
"shim"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-mbstring"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-php80",
|
||
|
|
"version": "v1.29.0",
|
||
|
|
"version_normalized": "1.29.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
|
|
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
||
|
|
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
||
|
|
"shasum": "",
|
||
|
|
"mirrors": [
|
||
|
|
{
|
||
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
|
|
"preferred": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"time": "2024-01-29T20:11:03+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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.29.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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "../symfony/polyfill-php80"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dev": true,
|
||
|
|
"dev-package-names": []
|
||
|
|
}
|