We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf7952 commit 723f43eCopy full SHA for 723f43e
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "laragear/query-cache",
+ "name": "laragear/cache-query",
3
"description": "Remember your query results using only one method. Yes, only one.",
4
"type": "library",
5
"license": "MIT",
@@ -13,8 +13,8 @@
13
}
14
],
15
"support": {
16
- "source": "https://github.com/laragear/query-cache",
17
- "issues": "https://github.com/laragear/query-cache/issues"
+ "source": "https://github.com/laragear/cache-query",
+ "issues": "https://github.com/laragear/cache-query/issues"
18
},
19
"require": {
20
"php": "^8.0.2",
0 commit comments