Skip to content

Commit 3dad8a9

Browse files
committed
Strict code, code standards and new tests
1 parent 046b315 commit 3dad8a9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name" : "jbzoo/retry",
33
"type" : "library",
4-
"description" : "PHP library providing retry functionality with multiple backoff strategies and jitter support",
4+
"description" : "Tiny PHP library providing retry functionality with multiple backoff strategies and jitter support",
55
"license" : "MIT",
6-
"keywords" : ["jbzoo", "jitter", "retry", "backoff"],
6+
"keywords" : [
7+
"jbzoo", "jitter", "retry", "backoff", "middleware",
8+
"back-off", "retry-after", "failure", "restart", "retryable"
9+
],
710

811
"authors" : [
912
{
@@ -36,10 +39,6 @@
3639
]
3740
},
3841

39-
"conflict" : {
40-
"stechstudio/backoff" : "*"
41-
},
42-
4342
"autoload-dev" : {
4443
"classmap" : ["tests"]
4544
},

0 commit comments

Comments
 (0)