Skip to content

Commit 9973122

Browse files
committed
Revert "package info update"
This reverts commit 4917555.
1 parent 4917555 commit 9973122

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "advil0/laravel-eloquent-query-cache",
2+
"name": "rennokki/laravel-eloquent-query-cache",
33
"description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.",
44
"keywords": [
55
"laravel",
@@ -10,12 +10,12 @@
1010
"sql"
1111
],
1212
"license": "Apache-2.0",
13-
"homepage": "https://github.com/advil0/laravel-eloquent-query-cache",
13+
"homepage": "https://github.com/renoki-co/laravel-eloquent-query-cache",
1414
"authors": [
1515
{
16-
"name": "Tyler Neal",
17-
"email": "[email protected]",
18-
"homepage": "https://github.com/advil0",
16+
"name": "Alex Renoki",
17+
"email": "[email protected]",
18+
"homepage": "https://github.com/rennokki",
1919
"role": "Developer"
2020
}
2121
],
@@ -25,12 +25,12 @@
2525
},
2626
"autoload": {
2727
"psr-4": {
28-
"Advil0\\QueryCache\\": "src/"
28+
"Rennokki\\QueryCache\\": "src/"
2929
}
3030
},
3131
"autoload-dev": {
3232
"psr-4": {
33-
"Advil0\\QueryCache\\Test\\": "tests"
33+
"Rennokki\\QueryCache\\Test\\": "tests"
3434
}
3535
},
3636
"scripts": {

0 commit comments

Comments
 (0)