diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-15 19:52:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-15 19:52:36 +0100 |
commit | 8519b6cd5fefc38822c5896f24b408c213d5d00b (patch) | |
tree | bc27022c759eb5cc03e5479378125b3e821ce54e /composer.json | |
parent | 55e77dda4b38115bfc97fdd493c185cb9967d70d (diff) |
phpunit6: 6.0.9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index c623596..5b7ff8d 100644 --- a/composer.json +++ b/composer.json @@ -27,18 +27,18 @@ "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "^1.3", - "phpspec/prophecy": "^1.6.2", + "phpspec/prophecy": "^1.7", "phpunit/php-code-coverage": "^5.0", "phpunit/php-file-iterator": "^1.4", "phpunit/php-text-template": "^1.2", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^4.0", - "sebastian/comparator": "^1.2.4 || ^2.0", + "sebastian/comparator": "^2.0", "sebastian/diff": "^1.2", "sebastian/environment": "^2.0", - "sebastian/exporter": "^2.0 || ^3.0", + "sebastian/exporter": "^3.0", "sebastian/global-state": "^1.1 || ^2.0", - "sebastian/object-enumerator": "^2.0 || ^3.0", + "sebastian/object-enumerator": "^3.0.2", "sebastian/resource-operations": "^1.0", "sebastian/version": "^2.0" }, |