You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
535 B
23 lines
535 B
{
|
|
"name": "stechstudio/backoff",
|
|
"description": "PHP library providing retry functionality with multiple backoff strategies and jitter support",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Joseph Szobody",
|
|
"email": "joseph@stechstudio.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "5.5.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4":{
|
|
"STS\\Backoff\\": "src"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
}
|
|
}
|
|
|