diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 8b01215..3171806 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,11 @@ "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", "doctrine/instantiator": "^1.0.5", - "sebastian/exporter": "^3.0" + "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^6.5" |