Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maciek-szn authored Mar 7, 2025
1 parent 094d1d1 commit 96dc93c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rennokki/laravel-eloquent-query-cache",
"name": "maciek-szn/laravel-eloquent-query-cache",
"description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.",
"keywords": [
"laravel",
Expand All @@ -20,8 +20,8 @@
}
],
"require": {
"illuminate/database": "^10.5|^11.33",
"illuminate/support": "^10.5|^11.33"
"illuminate/database": "^10.5|^11.33|^12.0",
"illuminate/support": "^10.5|^11.33|^12.0"
},
"autoload": {
"psr-4": {
Expand All @@ -41,7 +41,7 @@
"laravel/legacy-factories": "^1.4",
"livewire/livewire": "dev-main",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^8.1.1|^9",
"orchestra/testbench": "^8.1.1|^9|^10.0",
"phpunit/phpunit": "^9.5.25|^10|^11"
},
"config": {
Expand Down

0 comments on commit 96dc93c

Please sign in to comment.