Include static file cache

This commit is contained in:
Björn Fromme
2019-12-25 11:32:39 +01:00
parent 6ec4024fee
commit 614904924f
3 changed files with 237 additions and 3 deletions
Generated
+80 -3
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": "3c9082df3930a24daad45b684ce6c58a",
"content-hash": "8d24d6aa5cf407f4ae9811bc6a781623",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -1197,9 +1197,9 @@
"authors": [
{
"name": "Helmut Hummel",
"role": "Developer",
"email": "[email protected]",
"homepage": "http://helhum.io"
"homepage": "http://helhum.io",
"role": "Developer"
}
],
"description": "A reliable and powerful command line interface for TYPO3 CMS",
@@ -1476,6 +1476,83 @@
],
"time": "2019-09-02T06:27:10+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"
],
"time": "2019-12-09T08:17:21+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.3.0",