diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-13 09:11:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-13 09:11:37 +0200 |
commit | 177f9f52d6d53e394c09e85aa731ed451c2ab595 (patch) | |
tree | 50a6ee2482205221f338e77214b065fb0cf389d4 /composer.json | |
parent | b52a75823634b606334bc104deb09054bdba91eb (diff) |
update to 2.4.1 (no change)
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 30f3806..fd01774 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "php-mock/php-mock", "type": "library", "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.", - "keywords": ["mock", "stub", "test double", "function", "test", "TDD", "BDD"], + "keywords": ["mock", "stub", "test double", "function", "test", "testing", "TDD", "BDD"], "homepage": "https://github.com/php-mock/php-mock", "license": "WTFPL", "authors": [ |