composer update
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "jakub-onderka/php-console-highlighter",
|
||||
"description": "Highlight PHP code in terminal",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
@@ -10,15 +11,16 @@
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-0": {"JakubOnderka\\PhpConsoleHighlighter": "src/"}
|
||||
"psr-4": {"JakubOnderka\\PhpConsoleHighlighter\\": "src/"}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"jakub-onderka/php-console-color": "~0.1"
|
||||
"php": ">=5.4.0",
|
||||
"ext-tokenizer": "*",
|
||||
"jakub-onderka/php-console-color": "~0.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"jakub-onderka/php-parallel-lint": "~0.5",
|
||||
"jakub-onderka/php-parallel-lint": "~1.0",
|
||||
"jakub-onderka/php-var-dump-check": "~0.1",
|
||||
"squizlabs/php_codesniffer": "~1.5",
|
||||
"jakub-onderka/php-code-style": "~1.0"
|
||||
|
||||
Reference in New Issue
Block a user