SEO : add tombi mori plugin
This commit is contained in:
parent
df2843123f
commit
8f9e75126e
64 changed files with 3719 additions and 44 deletions
41
site/plugins/kirby-seo/composer.json
Normal file
41
site/plugins/kirby-seo/composer.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "tobimori/kirby-seo",
|
||||
"description": "The ultimate Kirby SEO toolkit",
|
||||
"type": "kirby-plugin",
|
||||
"version": "1.1.2",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/tobimori/kirby-seo#readme",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tobias Möritz",
|
||||
"email": "tobias@moeritz.io"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"tobimori\\Seo\\": "classes"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.1.0",
|
||||
"getkirby/composer-installer": "^1.2.1",
|
||||
"spatie/schema-org": "^3.14"
|
||||
},
|
||||
"require-dev": {
|
||||
"getkirby/cms": "^4.0",
|
||||
"getkirby/cli": "^1.2",
|
||||
"friendsofphp/php-cs-fixer": "^3.48"
|
||||
},
|
||||
"scripts": {
|
||||
"dist": "composer install --no-dev --optimize-autoloader"
|
||||
},
|
||||
"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