Skip to content

Commit 723f43e

Browse files
Fixed package name [skip ci]
1 parent dcf7952 commit 723f43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "laragear/query-cache",
2+
"name": "laragear/cache-query",
33
"description": "Remember your query results using only one method. Yes, only one.",
44
"type": "library",
55
"license": "MIT",
@@ -13,8 +13,8 @@
1313
}
1414
],
1515
"support": {
16-
"source": "https://github.com/laragear/query-cache",
17-
"issues": "https://github.com/laragear/query-cache/issues"
16+
"source": "https://github.com/laragear/cache-query",
17+
"issues": "https://github.com/laragear/cache-query/issues"
1818
},
1919
"require": {
2020
"php": "^8.0.2",

0 commit comments

Comments
 (0)