Skip to content

Commit

Permalink
Rename in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadyita committed Feb 20, 2024
1 parent 6f46961 commit 3b83a70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 209 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nadyita/leakybucket",
"name": "nadylib/leakybucket",
"description": "An fiber-based implementation of the LeakyBucket algorithm",
"authors": [
{
Expand All @@ -12,8 +12,7 @@
"require": {
"php": ">=8.1.17",
"revolt/event-loop": "^1.0",
"psr/log": "^3.0",
"monolog/monolog": "^3.5"
"psr/log": "^3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -26,8 +25,7 @@
"squizlabs/php_codesniffer": "^3.8",
"phpstan/phpstan": "^1.10",
"thecodingmachine/phpstan-safe-rule": "^1.2",
"phpunit/phpunit": "^10.0",
"beste/psr-testlogger": "^1.0"
"phpunit/phpunit": "^10.0"
},
"license": ["AGPL-3.0-or-later"],
"scripts": {
Expand Down
166 changes: 1 addition & 165 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions main.php

This file was deleted.

0 comments on commit 3b83a70

Please sign in to comment.