SEO : add tombi mori plugin

This commit is contained in:
isUnknown 2025-05-13 09:03:14 +02:00
parent df2843123f
commit 8f9e75126e
64 changed files with 3719 additions and 44 deletions

135
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": "5dfa3f8a0e0c08424cf5148eb08e1ab9",
"content-hash": "30f9edc8f90ec79150fffac01e3b80fd",
"packages": [
{
"name": "beberlei/assert",
@ -2220,6 +2220,79 @@
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "spatie/schema-org",
"version": "3.23.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/schema-org.git",
"reference": "a8dc1b6fcdd06afc1ab084c3ead9b7a4c3d7a35d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/schema-org/zipball/a8dc1b6fcdd06afc1ab084c3ead9b7a4c3d7a35d",
"reference": "a8dc1b6fcdd06afc1ab084c3ead9b7a4c3d7a35d",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
"graham-campbell/analyzer": "^4.2",
"illuminate/collections": "^8.62.0",
"league/flysystem": "^2.3.0 || ^3.0",
"pestphp/pest": "^1.21",
"symfony/console": "^5.3.7 || 6.0",
"twig/twig": "^3.3.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\SchemaOrg\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Tom Witkowski",
"email": "dev.gummibeer@gmail.com",
"homepage": "https://gummibeer.de",
"role": "Developer"
}
],
"description": "A fluent builder Schema.org types and ld+json generator",
"homepage": "https://github.com/spatie/schema-org",
"keywords": [
"schema-org",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/schema-org/issues",
"source": "https://github.com/spatie/schema-org/tree/3.23.1"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2025-01-31T14:54:12+00:00"
},
{
"name": "sylvainjule/code-editor",
"version": "1.0.3",
@ -3122,6 +3195,63 @@
}
],
"time": "2025-01-07T09:44:41+00:00"
},
{
"name": "tobimori/kirby-seo",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/tobimori/kirby-seo.git",
"reference": "a06eb676f699797fdd04a515149559ffd4746be7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tobimori/kirby-seo/zipball/a06eb676f699797fdd04a515149559ffd4746be7",
"reference": "a06eb676f699797fdd04a515149559ffd4746be7",
"shasum": ""
},
"require": {
"getkirby/composer-installer": "^1.2.1",
"php": ">=8.1.0",
"spatie/schema-org": "^3.14"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.48",
"getkirby/cli": "^1.2",
"getkirby/cms": "^4.0"
},
"type": "kirby-plugin",
"extra": {
"kirby-cms-path": false
},
"autoload": {
"psr-4": {
"tobimori\\Seo\\": "classes"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Möritz",
"email": "tobias@moeritz.io"
}
],
"description": "The ultimate Kirby SEO toolkit",
"homepage": "https://github.com/tobimori/kirby-seo#readme",
"support": {
"issues": "https://github.com/tobimori/kirby-seo/issues",
"source": "https://github.com/tobimori/kirby-seo/tree/1.1.2"
},
"funding": [
{
"url": "https://github.com/tobimori",
"type": "github"
}
],
"time": "2024-04-10T09:49:19+00:00"
}
],
"packages-dev": [],
@ -3134,5 +3264,8 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"platform-dev": [],
"platform-overrides": {
"php": "8.3.0"
},
"plugin-api-version": "2.6.0"
}