Mercurial > hg > isophonics-drupal-site
annotate vendor/jakub-onderka/php-console-highlighter/composer.json @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
rev | line source |
---|---|
Chris@0 | 1 { |
Chris@0 | 2 "name": "jakub-onderka/php-console-highlighter", |
Chris@17 | 3 "description": "Highlight PHP code in terminal", |
Chris@0 | 4 "type": "library", |
Chris@0 | 5 "license": "MIT", |
Chris@0 | 6 "authors": [ |
Chris@0 | 7 { |
Chris@0 | 8 "name": "Jakub Onderka", |
Chris@0 | 9 "email": "acci@acci.cz", |
Chris@0 | 10 "homepage": "http://www.acci.cz/" |
Chris@0 | 11 } |
Chris@0 | 12 ], |
Chris@0 | 13 "autoload": { |
Chris@17 | 14 "psr-4": {"JakubOnderka\\PhpConsoleHighlighter\\": "src/"} |
Chris@0 | 15 }, |
Chris@0 | 16 "require": { |
Chris@17 | 17 "php": ">=5.4.0", |
Chris@17 | 18 "ext-tokenizer": "*", |
Chris@17 | 19 "jakub-onderka/php-console-color": "~0.2" |
Chris@0 | 20 }, |
Chris@0 | 21 "require-dev": { |
Chris@0 | 22 "phpunit/phpunit": "~4.0", |
Chris@17 | 23 "jakub-onderka/php-parallel-lint": "~1.0", |
Chris@0 | 24 "jakub-onderka/php-var-dump-check": "~0.1", |
Chris@0 | 25 "squizlabs/php_codesniffer": "~1.5", |
Chris@0 | 26 "jakub-onderka/php-code-style": "~1.0" |
Chris@0 | 27 } |
Chris@0 | 28 } |