summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 2588fb9..44dce20 100644
--- a/composer.json
+++ b/composer.json
@@ -20,8 +20,8 @@
"issues": "https://github.com/sebastianbergmann/dbunit/issues"
},
"require": {
- "php": "^7.0",
- "phpunit/phpunit": "^6.0",
+ "php": "^7.1",
+ "phpunit/phpunit": "^7.0",
"symfony/yaml": "^3.0 || ^4.0",
"ext-pdo": "*",
"ext-simplexml": "*"
@@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "3.0.x-dev"
+ "dev-master": "4.0-dev"
}
}
}