Remove unused extension

This commit is contained in:
Björn Fromme
2021-08-28 09:51:04 +02:00
parent 2cb828e7e1
commit 1832e762b0
2 changed files with 1 additions and 83 deletions
-1
View File
@@ -22,7 +22,6 @@
"kigkonsult/icalcreator": "^2.29",
"league/csv": "^9.2",
"league/period": "^4.9",
"lochmueller/staticfilecache": "^10.2",
"ssch/typo3-encore": "^2.0",
"symfony/http-client": "^4.3",
"symfony/options-resolver": "^4.2",
Generated
+1 -82
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": "ea05a1b18e4476ff6c1421964d42a67b",
"content-hash": "d805e19d4ff15936795315a3b64a135a",
"packages": [
{
"name": "b13/container",
@@ -1603,87 +1603,6 @@
],
"time": "2020-11-11T19:24:30+00:00"
},
{
"name": "lochmueller/staticfilecache",
"version": "10.2.1",
"source": {
"type": "git",
"url": "https://github.com/lochmueller/staticfilecache.git",
"reference": "63dc21dabc1a7dc226045c460ffa77134506a43e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lochmueller/staticfilecache/zipball/63dc21dabc1a7dc226045c460ffa77134506a43e",
"reference": "63dc21dabc1a7dc226045c460ffa77134506a43e",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"ext-zlib": "*",
"php": "^7.2||^7.3",
"typo3/cms-core": "^9.5||^10.2",
"typo3/cms-extbase": "^9.5||^10.2",
"typo3/cms-frontend": "^9.5||^10.2"
},
"replace": {
"typo3-ter/staticfilecache": "self.version"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"namelesscoder/typo3-repository-client": "^2.0",
"phpmd/phpmd": "^2.6",
"phpmetrics/phpmetrics": "^2.4",
"rector/rector": "^0.4",
"scrutinizer/ocular": "^1.5",
"squizlabs/php_codesniffer": "^3.4",
"typo3/testing-framework": "^4.2"
},
"suggest": {
"friendsofsymfony/http-cache": "For HTTP proxy cache services like Varnish",
"lochmueller/seocli": "Scan websites against SEO criteria and/or trigger the indexing process and cache warming in deployment scripts"
},
"type": "typo3-cms-extension",
"extra": {
"typo3/cms": {
"extension-key": "staticfilecache",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
},
"autoload": {
"psr-4": {
"SFC\\Staticfilecache\\": "Classes"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Tim Lochmüller",
"email": "[email protected]",
"homepage": "https://github.com/lochmueller",
"role": "Developer"
}
],
"description": "Transparent StaticFileCache solution using mod_rewrite and mod_expires. Increase performance for static pages by a factor of 230!!",
"homepage": "https://github.com/lochmueller/staticfilecache",
"keywords": [
"StaticFileCache",
"TYPO3 CMS",
"cache",
"file",
"magic",
"speed",
"static"
],
"support": {
"issues": "https://github.com/lochmueller/staticfilecache/issues",
"source": "https://github.com/lochmueller/staticfilecache/tree/10.2.1"
},
"time": "2019-12-09T08:17:21+00:00"
},
{
"name": "masterminds/html5",
"version": "2.7.5",