diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 3683e25..8b8e15f 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "php": ">=7", - "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10", + "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17", "php-mock/php-mock-integration": "^2.2.1" }, "require-dev": { |