updated-packages
This commit is contained in:
31
vendor/php-parallel-lint/php-console-highlighter/composer.json
vendored
Normal file
31
vendor/php-parallel-lint/php-console-highlighter/composer.json
vendored
Normal 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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user