Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / jakub-onderka / php-console-highlighter / composer.json
1 {
2     "name": "jakub-onderka/php-console-highlighter",
3     "type": "library",
4     "license": "MIT",
5     "authors": [
6         {
7             "name": "Jakub Onderka",
8             "email": "acci@acci.cz",
9             "homepage": "http://www.acci.cz/"
10         }
11     ],
12     "autoload": {
13         "psr-0": {"JakubOnderka\\PhpConsoleHighlighter": "src/"}
14     },
15     "require": {
16         "php": ">=5.3.0",
17         "jakub-onderka/php-console-color": "~0.1"
18     },
19     "require-dev": {
20         "phpunit/phpunit": "~4.0",
21         "jakub-onderka/php-parallel-lint": "~0.5",
22         "jakub-onderka/php-var-dump-check": "~0.1",
23         "squizlabs/php_codesniffer": "~1.5",
24         "jakub-onderka/php-code-style": "~1.0"
25     }
26 }