Skip to content

Commit 3b16709

Browse files
authored
Add description to composer.json (#2)
1 parent 12b93aa commit 3b16709

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This bundle provides an easy way to protect your project by limiting access to y
33

44
## Install the bundle
55
```bash
6-
composer require bedrock/rate-limit-bundle
6+
composer require bedrockstreaming/rate-limit-bundle
77
```
88

99
Update your _config/bundles.php_ file to add the bundle for all env

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "bedrock/rate-limit-bundle",
2+
"name": "bedrockstreaming/rate-limit-bundle",
3+
"description": "Manage rate limitation for your routes",
34
"type": "symfony-bundle",
45
"license": "MIT",
56
"authors": [

0 commit comments

Comments
 (0)