summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-15 08:04:54 +0100
committerRemi Collet <remi@remirepo.net>2018-02-15 08:04:54 +0100
commit84b5be8553e7d9dcb9483143a221e098f02894e9 (patch)
treeab971edf8cdbfd139017f74454001eadaa442340 /composer.json
parentbd798569c522d945b4b1195cc1a63023321b118b (diff)
v5.2.7
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 009c148..6e72ab9 100644
--- a/composer.json
+++ b/composer.json
@@ -41,7 +41,7 @@
"require-dev": {
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
"friendsofphp/php-cs-fixer": "^2.1",
- "phpunit/phpunit": "^4.8.22"
+ "phpunit/phpunit": "^4.8.35"
},
"autoload": {
"psr-4": { "JsonSchema\\": "src/JsonSchema/" }
@@ -56,10 +56,10 @@
}
},
"scripts": {
- "test" : "vendor/bin/phpunit",
- "testOnly" : "vendor/bin/phpunit --colors --filter",
- "coverage" : "vendor/bin/phpunit --coverage-text",
- "style-check" : "vendor/bin/php-cs-fixer fix --dry-run --verbose --diff",
- "style-fix" : "vendor/bin/php-cs-fixer fix --verbose"
+ "test" : "phpunit",
+ "testOnly" : "phpunit --colors --filter",
+ "coverage" : "phpunit --coverage-text",
+ "style-check" : "php-cs-fixer fix --dry-run --verbose --diff",
+ "style-fix" : "php-cs-fixer fix --verbose"
}
}