summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 3171806..b1abaea 100644
--- a/composer.json
+++ b/composer.json
@@ -20,16 +20,13 @@
},
"prefer-stable": true,
"require": {
- "php": "^7.0",
+ "php": "^7.1",
"phpunit/php-text-template": "^1.2.1",
"doctrine/instantiator": "^1.0.5",
"sebastian/exporter": "^3.1"
},
"require-dev": {
- "phpunit/phpunit": "^6.5"
- },
- "conflict": {
- "phpunit/phpunit": "<6.0"
+ "phpunit/phpunit": "^7.0"
},
"config": {
"optimize-autoloader": true,
@@ -50,7 +47,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "5.0.x-dev"
+ "dev-master": "6.0.x-dev"
}
}
}