Include yoast seo
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
"typo3/cms-tstemplate": "^9.5",
|
||||
"typo3/cms-viewpage": "^9.5",
|
||||
"wazum/pagetree-resizable": "^1.2",
|
||||
"yoast-seo-for-typo3/yoast_seo": "^5.1",
|
||||
"yohang/calendr": "^2.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Generated
+76
-7
@@ -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": "43ff1e099d6b3f1ded82923c05a3e7f8",
|
||||
"content-hash": "d4ae2398be4121ef52aadf3eb1277575",
|
||||
"packages": [
|
||||
{
|
||||
"name": "algo26-matthias/idna-convert",
|
||||
@@ -146,16 +146,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
"version": "v1.7.0",
|
||||
"version": "v1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/annotations.git",
|
||||
"reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb"
|
||||
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
|
||||
"reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb",
|
||||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
|
||||
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -164,7 +164,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/cache": "1.*",
|
||||
"phpunit/phpunit": "^7.5@dev"
|
||||
"phpunit/phpunit": "^7.5"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@@ -210,7 +210,7 @@
|
||||
"docblock",
|
||||
"parser"
|
||||
],
|
||||
"time": "2019-08-08T18:11:40+00:00"
|
||||
"time": "2019-10-01T18:55:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/cache",
|
||||
@@ -5046,6 +5046,75 @@
|
||||
"description": "Make the backend page tree horizontally resizable",
|
||||
"time": "2018-11-26T06:55:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yoast-seo-for-typo3/yoast_seo",
|
||||
"version": "v5.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Yoast/Yoast-SEO-for-TYPO3.git",
|
||||
"reference": "76b5bc54a215dc7d8957677ca24c9813f6dc787a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Yoast/Yoast-SEO-for-TYPO3/zipball/76b5bc54a215dc7d8957677ca24c9813f6dc787a",
|
||||
"reference": "76b5bc54a215dc7d8957677ca24c9813f6dc787a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"php": "^7.0",
|
||||
"typo3/cms-core": "^8.7|^9.5"
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/yoast-seo": "self.version",
|
||||
"yoast_seo": "self.version"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.0",
|
||||
"nimut/testing-framework": "^4.1"
|
||||
},
|
||||
"suggest": {
|
||||
"typo3/cms-seo": "^9.5"
|
||||
},
|
||||
"type": "typo3-cms-extension",
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
||||
"web-dir": ".Build/Web"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"YoastSeoForTypo3\\YoastSeo\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-3.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Team Yoast",
|
||||
"email": "[email protected]",
|
||||
"homepage": "https://yoast.com"
|
||||
},
|
||||
{
|
||||
"name": "Team MaxServ",
|
||||
"email": "[email protected]",
|
||||
"homepage": "https://maxserv.com"
|
||||
}
|
||||
],
|
||||
"description": "Yoast SEO for TYPO3",
|
||||
"homepage": "https://yoast.com",
|
||||
"keywords": [
|
||||
"MaxServ",
|
||||
"TYPO3 CMS",
|
||||
"seo",
|
||||
"yoast"
|
||||
],
|
||||
"time": "2019-09-20T14:23:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "yohang/calendr",
|
||||
"version": "2.1.2",
|
||||
|
||||
@@ -216,8 +216,9 @@ routeEnhancers:
|
||||
default: /
|
||||
index: ''
|
||||
map:
|
||||
/: 0
|
||||
/json: 1701
|
||||
/html: 1702
|
||||
.json: 1803
|
||||
sitemap.xml: 1533906435
|
||||
'/': 0
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
'.json': 1803
|
||||
'sitemap.xml': 1533906435
|
||||
'yoast-snippetpreview.json': 1480321830
|
||||
|
||||
@@ -55,3 +55,4 @@ routeEnhancers:
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
'sitemap.xml': 1533906435
|
||||
'yoast-snippetpreview.json': 1480321830
|
||||
|
||||
@@ -52,4 +52,4 @@ routeEnhancers:
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
'sitemap.xml': 1533906435
|
||||
|
||||
'yoast-snippetpreview.json': 1480321830
|
||||
|
||||
@@ -55,3 +55,4 @@ routeEnhancers:
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
'sitemap.xml': 1533906435
|
||||
'yoast-snippetpreview.json': 1480321830
|
||||
|
||||
@@ -55,3 +55,4 @@ routeEnhancers:
|
||||
'/json': 1701
|
||||
'/html': 1702
|
||||
'sitemap.xml': 1533906435
|
||||
'yoast-snippetpreview.json': 1480321830
|
||||
|
||||
Reference in New Issue
Block a user