Skip to content

Commit

Permalink
package info update
Browse files Browse the repository at this point in the history
  • Loading branch information
advil0 committed Feb 21, 2023
1 parent 9e1bdac commit 4917555
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rennokki/laravel-eloquent-query-cache",
"name": "advil0/laravel-eloquent-query-cache",
"description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.",
"keywords": [
"laravel",
Expand All @@ -10,12 +10,12 @@
"sql"
],
"license": "Apache-2.0",
"homepage": "https://github.com/renoki-co/laravel-eloquent-query-cache",
"homepage": "https://github.com/advil0/laravel-eloquent-query-cache",
"authors": [
{
"name": "Alex Renoki",
"email": "[email protected]",
"homepage": "https://github.com/rennokki",
"name": "Tyler Neal",
"email": "[email protected]",
"homepage": "https://github.com/advil0",
"role": "Developer"
}
],
Expand All @@ -25,12 +25,12 @@
},
"autoload": {
"psr-4": {
"Rennokki\\QueryCache\\": "src/"
"Advil0\\QueryCache\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Rennokki\\QueryCache\\Test\\": "tests"
"Advil0\\QueryCache\\Test\\": "tests"
}
},
"scripts": {
Expand Down

0 comments on commit 4917555

Please sign in to comment.