updated-packages

This commit is contained in:
RafficMohammed
2023-01-08 00:13:22 +05:30
parent 3ff7df7487
commit da241bacb6
12659 changed files with 563377 additions and 510538 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "php-parallel-lint/php-console-highlighter",
"description": "Highlight PHP code in terminal",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
"autoload": {
"psr-4": {"JakubOnderka\\PhpConsoleHighlighter\\": "src/"}
},
"require": {
"php": ">=5.4.0",
"ext-tokenizer": "*",
"php-parallel-lint/php-console-color": "~0.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"php-parallel-lint/php-parallel-lint": "~1.0",
"php-parallel-lint/php-var-dump-check": "~0.1",
"squizlabs/php_codesniffer": "~1.5",
"php-parallel-lint/php-code-style": "~1.0"
},
"replace": {
"jakub-onderka/php-console-highlighter": "*"
}
}