Skip to content

Commit

Permalink
Strict code, code standards and new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Mar 18, 2021
1 parent 046b315 commit 3dad8a9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name" : "jbzoo/retry",
"type" : "library",
"description" : "PHP library providing retry functionality with multiple backoff strategies and jitter support",
"description" : "Tiny PHP library providing retry functionality with multiple backoff strategies and jitter support",
"license" : "MIT",
"keywords" : ["jbzoo", "jitter", "retry", "backoff"],
"keywords" : [
"jbzoo", "jitter", "retry", "backoff", "middleware",
"back-off", "retry-after", "failure", "restart", "retryable"
],

"authors" : [
{
Expand Down Expand Up @@ -36,10 +39,6 @@
]
},

"conflict" : {
"stechstudio/backoff" : "*"
},

"autoload-dev" : {
"classmap" : ["tests"]
},
Expand Down

0 comments on commit 3dad8a9

Please sign in to comment.