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 cedadf3..9daddc4 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
"php": "^5.6 || ^7.0",
"phpspec/prophecy": "^1.5",
"phpspec/php-diff": "^1.0.0",
- "sebastian/exporter": "^1.0 || ^2.0",
+ "sebastian/exporter": "^1.0 || ^2.0 || ^3.0",
"symfony/console": "^2.7 || ^3.0",
"symfony/event-dispatcher": "^2.7 || ^3.0",
"symfony/process": "^2.7 || ^3.0",
@@ -36,9 +36,9 @@
},
"require-dev": {
- "behat/behat": "^3.1",
+ "behat/behat": "^3.3",
"symfony/filesystem": "^3.0",
- "phpunit/phpunit": "^5.4",
+ "phpunit/phpunit": "^5.5|^6.0",
"ciaranmcnulty/versionbasedtestskipper": "^0.2.1"
},