summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-21 18:04:28 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-21 18:04:28 +0200
commitb876a89a81508822af2c54c52ecc994ed6d3ad22 (patch)
tree68a5425ba70f87d333aec8cf8cb8cde675fc241d /composer.json
parent5d9e112393d2a18878a96e7cd0153f38aae458bf (diff)
php-jakub-onderka-php-console-highlighter: backport
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..bd2f47a
--- /dev/null
+++ b/composer.json
@@ -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"
+ }
+}