Add (minifier)

Add (seotools): facebook app id
This commit is contained in:
2023-09-25 03:28:46 +08:00
parent 3aa6367e83
commit 4713df71c0
5 changed files with 95 additions and 3 deletions

69
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": "189360d364c9c9dd3b0432c0e6525083",
"content-hash": "6befdc23980f16c166f9c783aa9cabf5",
"packages": [
{
"name": "artesaos/seotools",
@@ -357,6 +357,73 @@
},
"time": "2022-10-27T11:44:00+00:00"
},
{
"name": "dipeshsukhia/laravel-html-minify",
"version": "v3.3.1",
"source": {
"type": "git",
"url": "https://github.com/dipeshsukhia/laravel-html-minify.git",
"reference": "6c25fe0d95f74a3828ed86ac88f85d78e5cb8a96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dipeshsukhia/laravel-html-minify/zipball/6c25fe0d95f74a3828ed86ac88f85d78e5cb8a96",
"reference": "6c25fe0d95f74a3828ed86ac88f85d78e5cb8a96",
"shasum": ""
},
"require": {
"illuminate/support": "^10.0",
"php": ">=8.1"
},
"require-dev": {
"orchestra/testbench": "8.0.*",
"phpunit/phpunit": "^10.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"DipeshSukhia\\LaravelHtmlMinify\\LaravelHtmlMinifyServiceProvider"
],
"aliases": {
"LaravelHtmlMinify": "DipeshSukhia\\LaravelHtmlMinify\\LaravelHtmlMinifyFacade"
}
}
},
"autoload": {
"psr-4": {
"DipeshSukhia\\LaravelHtmlMinify\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dipesh Sukhia",
"email": "dipesh.sukhia@gmail.com",
"role": "Developer"
}
],
"description": "laravel minify html output",
"homepage": "https://github.com/dipeshsukhia/laravel-html-minify",
"keywords": [
"dipeshsukhia",
"laravel-html-minify"
],
"support": {
"issues": "https://github.com/dipeshsukhia/laravel-html-minify/issues",
"source": "https://github.com/dipeshsukhia/laravel-html-minify/tree/v3.3.1"
},
"funding": [
{
"url": "https://github.com/dipeshsukhia",
"type": "github"
}
],
"time": "2023-09-07T03:26:50+00:00"
},
{
"name": "doctrine/inflector",
"version": "2.0.8",