From 3146f5bd494f56e24609c3189f1fd63000b008dd Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Fri, 25 Nov 2022 15:02:59 +0100 Subject: [PATCH] Remove WIP from the composer.json description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30b4264..77992ed 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "psr/clock", - "description": "[WIP] Not yet accepted Common interface for reading the clock. Might change at any time without prior notice!", + "description": "Common interface for reading the clock.", "keywords": ["psr", "psr-20", "time", "clock", "now"], "homepage": "https://github.com/php-fig/clock", "license": "MIT",