Added Laravel project
This commit is contained in:
26
Laravel/vendor/jakub-onderka/php-console-highlighter/composer.json
vendored
Normal file
26
Laravel/vendor/jakub-onderka/php-console-highlighter/composer.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "jakub-onderka/php-console-highlighter",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jakub Onderka",
|
||||
"email": "acci@acci.cz",
|
||||
"homepage": "http://www.acci.cz/"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-0": {"JakubOnderka\\PhpConsoleHighlighter": "src/"}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"jakub-onderka/php-console-color": "~0.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"jakub-onderka/php-parallel-lint": "~0.5",
|
||||
"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