diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index cfc2c6a..406f8cb 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ }, "require": { "php": ">=7", - "phpunit/phpunit": "^6 || ^7 || ^8", - "php-mock/php-mock-integration": "^2" + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9", + "php-mock/php-mock-integration": "^2.1" }, "archive": { "exclude": ["/tests"] |