summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index cfc2c6a..9218934 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "php-mock/php-mock-phpunit",
"type": "library",
"description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.",
- "keywords": ["phpunit", "mock", "stub", "test double", "function", "test", "TDD", "BDD"],
+ "keywords": ["phpunit", "mock", "stub", "test double", "function", "test", "testing", "TDD", "BDD"],
"homepage": "https://github.com/php-mock/php-mock-phpunit",
"license": "WTFPL",
"authors": [
@@ -19,8 +19,11 @@
},
"require": {
"php": ">=7",
- "phpunit/phpunit": "^6 || ^7 || ^8",
- "php-mock/php-mock-integration": "^2"
+ "phpunit/phpunit": "^6 || ^7 || ^8 || ^9 || ^10.0.17 || ^11",
+ "php-mock/php-mock-integration": "^2.3"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.3.6"
},
"archive": {
"exclude": ["/tests"]