From 05c9af1426d00c4c25380fc78bbdc3a6847393bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Jun 2023 10:37:45 +0200 Subject: update to 2.7.2 (no change) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8b8e15f..5c64c89 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": [ -- cgit