chore: update kirby-seo plugin to v2.0.0-alpha.12
Update plugin from v1.1.2 to v2.0.0-alpha.12 for Kirby 5 compatibility. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ff215de723
commit
04a14a7f1f
70 changed files with 6142 additions and 3 deletions
49
site/plugins/kirby-seo/composer.json
Normal file
49
site/plugins/kirby-seo/composer.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "tobimori/kirby-seo",
|
||||
"description": "The default choice for SEO on Kirby: Implement technical SEO & Meta best practices with ease and provide an easy-to-use editor experience",
|
||||
"type": "kirby-plugin",
|
||||
"version": "2.0.0-alpha.12",
|
||||
"license": "proprietary",
|
||||
"homepage": "https://github.com/tobimori/kirby-seo#readme",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tobias Möritz",
|
||||
"email": "tobias@moeritz.io"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"tobimori\\Seo\\": "classes"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "RC",
|
||||
"require": {
|
||||
"php": ">=8.3.0",
|
||||
"getkirby/composer-installer": "^1.2.1"
|
||||
},
|
||||
"suggest": {
|
||||
"tobimori/kirby-queues": "Enable background processing support",
|
||||
"getkirby/cli": "Enable background processing support",
|
||||
"spatie/schema-org": "Enable the Schema.org support"
|
||||
},
|
||||
"require-dev": {
|
||||
"getkirby/cli": "^1.8.0",
|
||||
"tobimori/kirby-queues": "^1.0.0-beta.1",
|
||||
"friendsofphp/php-cs-fixer": "^3.48",
|
||||
"spatie/schema-org": "^3.23",
|
||||
"getkirby/cms": "^5.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dist": "composer install --no-dev --optimize-autoloader",
|
||||
"fix": "php-cs-fixer fix"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"allow-plugins": {
|
||||
"getkirby/composer-installer": true
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"kirby-cms-path": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue