Skip to content

Commit 3a55c47

Browse files
committed
revert to original package
1 parent 2571c95 commit 3a55c47

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Introduction
88

9-
Laravel Block bots is a pacakge that block bad crawlers, people trying to scrape your website or high-usage users, but lets good and important crawlers such as GoogleBot and Bing pass-thu. (This is forked from Potelo/laravel-block-bots to make it support Laravel 10.)
9+
Laravel Block bots is a pacakge that block bad crawlers, people trying to scrape your website or high-usage users, but lets good and important crawlers such as GoogleBot and Bing pass-thu.
1010

1111
## Features
1212

@@ -21,7 +21,7 @@ Laravel Block bots is a pacakge that block bad crawlers, people trying to scrape
2121
Via Composer
2222

2323
```bash
24-
composer require coliving/laravel-block-bots
24+
composer require potelo/laravel-block-bots
2525
```
2626

2727
#### Requirement

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "coliving/laravel-block-bots",
3-
"description": "Block bots and high traffic offenders using Redis. This is forked from Potelo/laravel-block-bots to make it support Laravel 10",
2+
"name": "potelo/laravel-block-bots",
3+
"description": "Block bots and high traffic offenders using Redis",
44
"authors": [
55
{
6-
"name": "Dzung Nguyen",
7-
"email": "dungnh@gmail.com"
6+
"name": "Bruno Cabral",
7+
"email": "bruno@potelo.com.br"
88
}
99
],
1010
"scripts": {

0 commit comments

Comments
 (0)