summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index eed872f..47a7581 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
"symfony/console": "~2.3|~3.0"
},
"require-dev": {
- "phpunit/phpunit": "^5.7.2"
+ "phpunit/phpunit": "^6.2.1"
},
"autoload": {
"psr-4": {"Phan\\": "src/Phan"}
@@ -29,5 +29,5 @@
"autoload-dev": {
"psr-4": {"Phan\\Tests\\": "tests/Phan"}
},
- "bin": ["phan", "tocheckstyle"]
+ "bin": ["phan", "phan_client", "tocheckstyle"]
}