Skip to content

Commit

Permalink
Feature retry until timeout. (#14) (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kra authored Feb 3, 2020
1 parent 3bc3ccc commit bc3cc04
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 225 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@
}],
"homepage" : "https://github.com/kra8/laravel-snowflake",
"license": "MIT",
"scripts": {
"test": [
"phpunit"
]
},
"require": {
"php": "^7.2.5",
"illuminate/support": "^6.0"
},
"require-dev" : {
"phpunit/phpunit": "~8.0",
"orchestra/testbench": "~4.0"
"orchestra/testbench": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit bc3cc04

Please sign in to comment.