Add (composer): opcache

Add (npm): brotli compression lib
This commit is contained in:
2023-07-30 16:31:48 +08:00
parent 15e83d38c7
commit 3acbf03d4e
18 changed files with 149 additions and 3 deletions

64
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": "f3e478e6e6942e24067e2af466668892",
"content-hash": "b3e1a1debea33ff4235be5b1c7bc3ee9",
"packages": [
{
"name": "alaminfirdows/laravel-editorjs",
@@ -59,6 +59,68 @@
},
"time": "2023-02-26T11:15:40+00:00"
},
{
"name": "appstract/laravel-opcache",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/appstract/laravel-opcache.git",
"reference": "d2ce88cddda6af54c14d1f9ceaaf94b54f38f9d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appstract/laravel-opcache/zipball/d2ce88cddda6af54c14d1f9ceaaf94b54f38f9d3",
"reference": "d2ce88cddda6af54c14d1f9ceaaf94b54f38f9d3",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.3.1|^7.0",
"laravel/framework": ">=7.0",
"php": ">=7.2.5"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Appstract\\Opcache\\OpcacheServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Appstract\\Opcache\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Olav van Schie",
"email": "mail@appstract.nl",
"homepage": "https://appstract.nl",
"role": "Developer"
}
],
"description": "PHP OPcache Artisan commands for Laravel.",
"homepage": "https://github.com/appstract/laravel-opcache",
"keywords": [
"Opcache",
"appstract",
"laravel",
"php"
],
"support": {
"issues": "https://github.com/appstract/laravel-opcache/issues",
"source": "https://github.com/appstract/laravel-opcache/tree/4.0.2"
},
"time": "2020-12-01T16:12:14+00:00"
},
{
"name": "artesaos/seotools",
"version": "v1.2.0",