summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index a31a583..8b01215 100644
--- a/composer.json
+++ b/composer.json
@@ -11,14 +11,15 @@
"authors": [
{
"name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
+ "email": "sebastian@phpunit.de",
"role": "lead"
}
],
"support": {
- "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
- "irc": "irc://irc.freenode.net/phpunit"
+ "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues"
},
+ "prefer-stable": true,
+ "minimum-stability": "dev",
"require": {
"php": "^7.0",
"phpunit/php-text-template": "^1.2.1",
@@ -26,11 +27,15 @@
"sebastian/exporter": "^3.0"
},
"require-dev": {
- "phpunit/phpunit": "^6.0"
+ "phpunit/phpunit": "^6.5"
},
"conflict": {
"phpunit/phpunit": "<6.0"
},
+ "config": {
+ "optimize-autoloader": true,
+ "sort-packages": true
+ },
"suggest": {
"ext-soap": "*"
},
@@ -46,7 +51,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "4.0.x-dev"
+ "dev-master": "5.0.x-dev"
}
}
}