Skip to content

Commit 8aa7c59

Browse files
committed
installed spatie/guzzle-rate-limiter-middleware to help with #11
1 parent 5a07814 commit 8aa7c59

File tree

4 files changed

+4206
-4
lines changed

4 files changed

+4206
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"name": "ryancwalsh/stack-exchange-backup-laravel",
33
"description": "My aim is to back up all of my questions and answers and anything else valuable in my accounts across all of the StackExchange sites (StackOverflow, SuperUser, https://apple.stackexchange.com/, https://askubuntu.com/, etc).",
44
"type": "package",
5-
"version": "2.0.4",
5+
"version": "2.0.5",
66
"require": {
77
"guzzlehttp/guzzle": "^6.3",
88
"php": "^7.3",
99
"laravel/framework": "6.0.*",
1010
"laravel/helpers": "^1.1",
1111
"league/flysystem-aws-s3-v3": "^1.0",
12-
"spatie/laravel-backup": "^6.4"
12+
"spatie/laravel-backup": "^6.4",
13+
"spatie/guzzle-rate-limiter-middleware": "^1.0"
1314
},
1415
"autoload": {
1516
"psr-4": {

0 commit comments

Comments
 (0)