Add ext:sluggi

This commit is contained in:
Björn Fromme
2021-09-02 10:22:33 +02:00
parent bc8610c760
commit f0f2914e86
2 changed files with 57 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@
"typo3/cms-tstemplate": "^9.5",
"typo3/cms-viewpage": "^9.5",
"wazum/pagetree-resizable": "^1.2",
"wazum/sluggi": "^1.11.0",
"yoast-seo-for-typo3/yoast_seo": "^5.1",
"yohang/calendr": "^2.1"
},
Generated
+56 -1
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": "bdb0e8fc25a5e98d75bea5bce07ec0bd",
"content-hash": "d9b79b15c9ccaf1a6a368438d0f48cdb",
"packages": [
{
"name": "christophlehmann/imageoptimizer",
@@ -6807,6 +6807,61 @@
},
"time": "2021-03-29T13:02:55+00:00"
},
{
"name": "wazum/sluggi",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/wazum/sluggi.git",
"reference": "451bd4f3448e084d722f457682d6e77201271820"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wazum/sluggi/zipball/451bd4f3448e084d722f457682d6e77201271820",
"reference": "451bd4f3448e084d722f457682d6e77201271820",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=7.0.0",
"typo3/cms-core": "^9.5.5"
},
"suggest": {
"typo3/cms-redirects": "^9.5.5"
},
"type": "typo3-cms-extension",
"extra": {
"typo3/cms": {
"extension-key": "sluggi"
}
},
"autoload": {
"psr-4": {
"Wazum\\Sluggi\\": "Classes"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"description": "The little TYPO3 9 slug helper",
"support": {
"issues": "https://github.com/wazum/sluggi/issues",
"source": "https://github.com/wazum/sluggi/tree/1.11.0"
},
"funding": [
{
"url": "https://smile.amazon.de/hz/wishlist/ls/307SIOOD654GF/",
"type": "custom"
},
{
"url": "https://www.paypal.me/wazum",
"type": "custom"
}
],
"time": "2021-03-15T19:10:51+00:00"
},
{
"name": "yoast-seo-for-typo3/yoast_seo",
"version": "v5.1.1",