We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b93aa commit 3b16709Copy full SHA for 3b16709
2 files changed
README.md
@@ -3,7 +3,7 @@ This bundle provides an easy way to protect your project by limiting access to y
3
4
## Install the bundle
5
```bash
6
-composer require bedrock/rate-limit-bundle
+composer require bedrockstreaming/rate-limit-bundle
7
```
8
9
Update your _config/bundles.php_ file to add the bundle for all env
composer.json
@@ -1,5 +1,6 @@
1
{
2
- "name": "bedrock/rate-limit-bundle",
+ "name": "bedrockstreaming/rate-limit-bundle",
+ "description": "Manage rate limitation for your routes",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
0 commit comments