summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 23b7a12..ed87651 100644
--- a/composer.json
+++ b/composer.json
@@ -12,14 +12,18 @@
"authors": [
{
"name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
+ "email": "sebastian@phpunit.de",
"role": "lead"
}
],
"support": {
- "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "irc": "irc://irc.freenode.net/phpunit"
+ "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues"
},
+ "config": {
+ "optimize-autoloader": true,
+ "sort-packages": true
+ },
+ "prefer-stable": true,
"require": {
"php": "^7.0",
"ext-dom": "*",
@@ -33,8 +37,7 @@
"theseer/tokenizer": "^1.1"
},
"require-dev": {
- "phpunit/phpunit": "^6.0",
- "ext-xdebug": "^2.5"
+ "phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-xdebug": "^2.5.5"
@@ -46,7 +49,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "5.2.x-dev"
+ "dev-master": "5.3.x-dev"
}
}
}