Skip to content

Commit

Permalink
chore(composer): add keywords, use adhocore/cli, register clish
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 26, 2019
1 parent 3982889 commit 3652e5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "adhocore/cli-syntax",
"description": "PHP Code Syntax Highlighter for CLI",
"type": "library",
"keywords": ["php", "cli-syntax", "php-cli-highlight", "cli-syntax-highlight", "syntax-highlight"],
"keywords": ["php", "cli-syntax", "php-cli-highlight", "cli-syntax-highlight", "syntax-highlight",
"export-php-code", "code-to-image", "code-screenshot"],
"license": "MIT",
"authors": [
{
Expand All @@ -25,7 +26,8 @@
"require": {
"php": ">=7.0.0",
"ext-dom": "*",
"ext-gd": "*"
"ext-gd": "*",
"adhocore/cli": "^0.6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.5"
Expand All @@ -36,9 +38,8 @@
"*": "dist"
}
},
"bin": ["bin/clish"],
"scripts": {
"post-root-package-install": [
],
"test": "vendor/bin/phpunit",
"test:cov": "vendor/bin/phpunit --coverage-text --coverage-clover coverage.xml"
}
Expand Down

0 comments on commit 3652e5f

Please sign in to comment.