Add (cache)

This commit is contained in:
2023-11-21 23:41:16 +08:00
parent 028c9b5190
commit aa883e96cf
6 changed files with 193 additions and 10 deletions

86
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7419246584579187134315a95c74fa42",
"content-hash": "3745e68a419d803a47fdc1dd8f721dca",
"packages": [
{
"name": "artesaos/seotools",
@@ -6298,6 +6298,90 @@
],
"time": "2023-08-23T09:04:39+00:00"
},
{
"name": "spatie/laravel-responsecache",
"version": "7.4.10",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-responsecache.git",
"reference": "cf0305f73fcc49dacfadd0f2228887a92fa736ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-responsecache/zipball/cf0305f73fcc49dacfadd0f2228887a92fa736ac",
"reference": "cf0305f73fcc49dacfadd0f2228887a92fa736ac",
"shasum": ""
},
"require": {
"illuminate/cache": "^8.71|^9.0|^10.0",
"illuminate/console": "^8.71|^9.0|^10.0",
"illuminate/container": "^8.71|^9.0|^10.0",
"illuminate/http": "^8.71|^9.0|^10.0",
"illuminate/support": "^8.71|^9.0|^10.0",
"nesbot/carbon": "^2.63",
"php": "^8.0",
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"laravel/framework": "^9.0|^10.0",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6.23|^7.0|^8.0",
"pestphp/pest": "^1.22",
"phpunit/phpunit": "^9.4"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\ResponseCache\\ResponseCacheServiceProvider"
],
"aliases": {
"ResponseCache": "Spatie\\ResponseCache\\Facades\\ResponseCache"
}
}
},
"autoload": {
"psr-4": {
"Spatie\\ResponseCache\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Speed up a Laravel application by caching the entire response",
"homepage": "https://github.com/spatie/laravel-responsecache",
"keywords": [
"cache",
"laravel",
"laravel-responsecache",
"performance",
"response",
"spatie"
],
"support": {
"source": "https://github.com/spatie/laravel-responsecache/tree/7.4.10"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2023-10-28T18:47:12+00:00"
},
{
"name": "spatie/laravel-sitemap",
"version": "6.4.0",