diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index ef911d4..3683e25 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ }, "require": { "php": ">=7", - "phpunit/phpunit": "^6 || ^7 || ^8 || ^9", - "php-mock/php-mock-integration": "^2.1" + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10", + "php-mock/php-mock-integration": "^2.2.1" }, "require-dev": { - "phpspec/prophecy": "^1.10.3" + "mockery/mockery": "^1.3.6" }, "archive": { "exclude": ["/tests"] |