From fe85e79b1dd9d08fb74a259f191c4befae576ac0 Mon Sep 17 00:00:00 2001 From: Denis Smetannikov Date: Thu, 18 Mar 2021 23:06:32 +0300 Subject: [PATCH] Strict code, code standards and new tests --- LICENSE.md => LICENSE | 0 composer.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/composer.json b/composer.json index f954c02..2dd7e53 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type" : "library", "description" : "PHP library providing retry functionality with multiple backoff strategies and jitter support", "license" : "MIT", - "keywords" : ["jitter", "retry", "backoff"], + "keywords" : ["jbzoo", "jitter", "retry", "backoff"], "authors" : [ {