From 1832e762b08afd18f967d2eface722ce45b40df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sat, 28 Aug 2021 09:51:04 +0200 Subject: [PATCH] Remove unused extension --- composer.json | 1 - composer.lock | 83 +-------------------------------------------------- 2 files changed, 1 insertion(+), 83 deletions(-) diff --git a/composer.json b/composer.json index 19306da9..8db4499e 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index de8853f9..e54b4b3d 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "tim@fruit-lab.de", - "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",