Skip to content

Commit

Permalink
Make release
Browse files Browse the repository at this point in the history
  • Loading branch information
touhonoob committed Apr 2, 2019
1 parent 922eb41 commit 0e4e8c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
composer.lock
composer.list
vendor
.idea
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "library",
"name": "palepurple/rate-limit",
"description": "PHP rate limiting library with Token Bucket Algorithm, originally touhonoob/rate-limit",
"name": "touhonoob/rate-limit",
"description": "PHP rate limiting library with Token Bucket Algorithm",
"version": "2.0.2",
"require": {
"php": ">=5.6"
Expand All @@ -28,6 +28,10 @@
{
"name": "David Goodwin",
"email": "[email protected]"
},
{
"name": "Peter Chung",
"email": "[email protected]"
}
],
"autoload": {
Expand Down

0 comments on commit 0e4e8c1

Please sign in to comment.