Skip to content

Commit 3d3a566

Browse files
committed
Bump dependencies for Laravel 9
1 parent 8e29612 commit 3d3a566

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "rennokki/laravel-eloquent-query-cache",
33
"description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.",
4-
"keywords": ["laravel", "caching", "eloquent", "remember", "query", "sql"],
4+
"keywords": [
5+
"laravel",
6+
"caching",
7+
"eloquent",
8+
"remember",
9+
"query",
10+
"sql"
11+
],
512
"license": "Apache-2.0",
613
"homepage": "https://github.com/renoki-co/laravel-eloquent-query-cache",
714
"authors": [
@@ -13,8 +20,8 @@
1320
}
1421
],
1522
"require": {
16-
"illuminate/database": "^7.30|^8.23",
17-
"illuminate/support": "^7.30|^8.23"
23+
"illuminate/database": "^7.30|^8.23|^9.0",
24+
"illuminate/support": "^7.30|^8.23|^9.0"
1825
},
1926
"autoload": {
2027
"psr-4": {
@@ -32,9 +39,9 @@
3239
"require-dev": {
3340
"chelout/laravel-relationship-events": "^1.4",
3441
"laravel/legacy-factories": "^1.3",
35-
"mockery/mockery": "^1.5",
42+
"mockery/mockery": "^1.5|^1.4.4",
3643
"orchestra/database": "^5.0|^6.0",
37-
"orchestra/testbench": "^6.24.0"
44+
"orchestra/testbench": "^6.24.0|^7.0"
3845
},
3946
"config": {
4047
"sort-packages": true

0 commit comments

Comments
 (0)