Drop dependency on alt-three throttle (#3469)

I've just pulled in the subset of the features we were actually using.
This commit is contained in:
Graham Campbell
2019-02-15 10:26:39 +00:00
committed by GitHub
parent 8b02bfc04e
commit 37389ef55f
15 changed files with 154 additions and 80 deletions

79
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3af019a3c33715f7f196fd405978e49d",
"content-hash": "0aaa508129681e69c71b9c7f7380cf81",
"packages": [
{
"name": "alt-three/badger",
@@ -187,61 +187,6 @@
],
"time": "2018-12-28T16:34:12+00:00"
},
{
"name": "alt-three/throttle",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/AltThree/Throttle.git",
"reference": "6f85d5dac57ad1092983b64bb59650e9096c9385"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AltThree/Throttle/zipball/6f85d5dac57ad1092983b64bb59650e9096c9385",
"reference": "6f85d5dac57ad1092983b64bb59650e9096c9385",
"shasum": ""
},
"require": {
"illuminate/cache": "5.5.*|5.6.*|5.7.*",
"illuminate/http": "5.5.*|5.6.*|5.7.*",
"php": "^7.1.3"
},
"require-dev": {
"graham-campbell/analyzer": "^2.1",
"graham-campbell/testbench": "^5.1",
"phpunit/phpunit": "^6.5|^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"AltThree\\Throttle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alt Three",
"email": "support@alt-three.com"
}
],
"description": "A request rate limiter for Laravel 5.2+",
"keywords": [
"Alt Three",
"http",
"rate limit",
"rate limiter",
"throttle"
],
"time": "2018-09-29T10:43:47+00:00"
},
{
"name": "alt-three/twitter",
"version": "v3.1.0",
@@ -410,16 +355,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.87.5",
"version": "3.87.8",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "77bbcf213972b7e9ddf4fd101ef5f521adac9f7f"
"reference": "28f117c221ee53dc2486ffcbf7288a9af6d21612"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/77bbcf213972b7e9ddf4fd101ef5f521adac9f7f",
"reference": "77bbcf213972b7e9ddf4fd101ef5f521adac9f7f",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/28f117c221ee53dc2486ffcbf7288a9af6d21612",
"reference": "28f117c221ee53dc2486ffcbf7288a9af6d21612",
"shasum": ""
},
"require": {
@@ -488,7 +433,7 @@
"s3",
"sdk"
],
"time": "2019-02-06T23:17:08+00:00"
"time": "2019-02-11T23:07:51+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -5520,16 +5465,16 @@
},
{
"name": "mockery/mockery",
"version": "1.2.0",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "100633629bf76d57430b86b7098cd6beb996a35a"
"reference": "dc4f10b6b1148744facb784015e4b339d7feec23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
"reference": "100633629bf76d57430b86b7098cd6beb996a35a",
"url": "https://api.github.com/repos/mockery/mockery/zipball/dc4f10b6b1148744facb784015e4b339d7feec23",
"reference": "dc4f10b6b1148744facb784015e4b339d7feec23",
"shasum": ""
},
"require": {
@@ -5538,7 +5483,7 @@
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7.10|~6.5|~7.0"
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
},
"type": "library",
"extra": {
@@ -5581,7 +5526,7 @@
"test double",
"testing"
],
"time": "2018-10-02T21:52:37+00:00"
"time": "2019-02-08T14:43:54+00:00"
},
{
"name": "myclabs/deep-copy",