Update project dependencies

This commit is contained in:
Björn Fromme
2020-09-08 08:49:23 +02:00
parent 1284b94127
commit 213b75b863
Generated
+207 -199
View File
@@ -1229,16 +1229,16 @@
}, },
{ {
"name": "kigkonsult/icalcreator", "name": "kigkonsult/icalcreator",
"version": "v2.29.21", "version": "v2.29.25",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/iCalcreator/iCalcreator.git", "url": "https://github.com/iCalcreator/iCalcreator.git",
"reference": "c9ac2c29b5e2e291f53705f5c9dcec539f48ead4" "reference": "e757e2fae2b5c89fe9abbc648a4e0943dc7a8c8b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/c9ac2c29b5e2e291f53705f5c9dcec539f48ead4", "url": "https://api.github.com/repos/iCalcreator/iCalcreator/zipball/e757e2fae2b5c89fe9abbc648a4e0943dc7a8c8b",
"reference": "c9ac2c29b5e2e291f53705f5c9dcec539f48ead4", "reference": "e757e2fae2b5c89fe9abbc648a4e0943dc7a8c8b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1248,7 +1248,9 @@
"php": ">=5.6" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "6.5.13" "phpcompatibility/php-compatibility": "9.3.5",
"phpunit/phpunit": "6.5.13",
"squizlabs/php_codesniffer": "3.5.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -1293,20 +1295,26 @@
"vtimezone", "vtimezone",
"vtodo" "vtodo"
], ],
"time": "2020-01-31T20:03:53+00:00" "funding": [
{
"url": "https://paypal.me/kigkonsult",
"type": "custom"
}
],
"time": "2020-09-05T06:36:37+00:00"
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "9.6.0", "version": "9.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "7351a74625601914409b42b32cabb91a93773b7b" "reference": "634322df4aed210fdfbb7c94e434dc860da733d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/7351a74625601914409b42b32cabb91a93773b7b", "url": "https://api.github.com/repos/thephpleague/csv/zipball/634322df4aed210fdfbb7c94e434dc860da733d9",
"reference": "7351a74625601914409b42b32cabb91a93773b7b", "reference": "634322df4aed210fdfbb7c94e434dc860da733d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1316,11 +1324,12 @@
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.0", "phpstan/phpstan": "^0.12.0",
"phpstan/phpstan-phpunit": "^0.12.0", "phpstan/phpstan-phpunit": "^0.12.0",
"phpstan/phpstan-strict-rules": "^0.12.0", "phpstan/phpstan-strict-rules": "^0.12.0",
"phpunit/phpunit": "^8.0" "phpunit/phpunit": "^8.5"
}, },
"suggest": { "suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
@@ -1370,7 +1379,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-03-17T15:15:35+00:00" "time": "2020-09-05T08:40:12+00:00"
}, },
{ {
"name": "league/period", "name": "league/period",
@@ -4743,26 +4752,26 @@
}, },
{ {
"name": "typo3/cms-adminpanel", "name": "typo3/cms-adminpanel",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/adminpanel.git", "url": "https://github.com/TYPO3-CMS/adminpanel.git",
"reference": "3911c20f1c1cfc8918eea0cd1c59907b9fd94a34" "reference": "d4da5efa0a1f0765280e9cc370ac035bdb89f7a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/3911c20f1c1cfc8918eea0cd1c59907b9fd94a34", "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/d4da5efa0a1f0765280e9cc370ac035bdb89f7a6",
"reference": "3911c20f1c1cfc8918eea0cd1c59907b9fd94a34", "reference": "d4da5efa0a1f0765280e9cc370ac035bdb89f7a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"psr/http-message": "^1.0", "psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0", "psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0", "psr/http-server-middleware": "^1.0",
"typo3/cms-backend": "9.5.20", "typo3/cms-backend": "9.5.21",
"typo3/cms-core": "9.5.20", "typo3/cms-core": "9.5.21",
"typo3/cms-fluid": "9.5.20", "typo3/cms-fluid": "9.5.21",
"typo3/cms-frontend": "9.5.20", "typo3/cms-frontend": "9.5.21",
"typo3fluid/fluid": "^2.6.8" "typo3fluid/fluid": "^2.6.8"
}, },
"conflict": { "conflict": {
@@ -4801,25 +4810,25 @@
], ],
"description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)", "description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-backend", "name": "typo3/cms-backend",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/backend.git", "url": "https://github.com/TYPO3-CMS/backend.git",
"reference": "7a4784daad1351ab607a31ecb4c4d943899d559e" "reference": "b2a042252f1ea35914fa850d1f19a936c35a0d7e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/7a4784daad1351ab607a31ecb4c4d943899d559e", "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/b2a042252f1ea35914fa850d1f19a936c35a0d7e",
"reference": "7a4784daad1351ab607a31ecb4c4d943899d559e", "reference": "b2a042252f1ea35914fa850d1f19a936c35a0d7e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20", "typo3/cms-core": "9.5.21",
"typo3/cms-recordlist": "9.5.20" "typo3/cms-recordlist": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -4868,24 +4877,24 @@
], ],
"description": "Classes for the TYPO3 backend.", "description": "Classes for the TYPO3 backend.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-belog", "name": "typo3/cms-belog",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/belog.git", "url": "https://github.com/TYPO3-CMS/belog.git",
"reference": "ab49078182eac36ff3f1fd6f7eccd9a86141a207" "reference": "d9824973e9b6a865f949c308900ac696ab017741"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/ab49078182eac36ff3f1fd6f7eccd9a86141a207", "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/d9824973e9b6a865f949c308900ac696ab017741",
"reference": "ab49078182eac36ff3f1fd6f7eccd9a86141a207", "reference": "d9824973e9b6a865f949c308900ac696ab017741",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -4917,24 +4926,24 @@
], ],
"description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).", "description": "Displays backend log, both per page and system wide. Available as the module Tools>Log (system wide overview) and Web>Info/Log (page relative overview).",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-beuser", "name": "typo3/cms-beuser",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/beuser.git", "url": "https://github.com/TYPO3-CMS/beuser.git",
"reference": "2c3639a77b9dab81efa1997a73a29c8afc9e22be" "reference": "2450699d3a58086df681d2046645905b3b2c2fad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/2c3639a77b9dab81efa1997a73a29c8afc9e22be", "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/2450699d3a58086df681d2046645905b3b2c2fad",
"reference": "2c3639a77b9dab81efa1997a73a29c8afc9e22be", "reference": "2450699d3a58086df681d2046645905b3b2c2fad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -4966,7 +4975,7 @@
], ],
"description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.", "description": "Backend user administration and overview. Allows you to compare the settings of users and verify their permissions and see who is online.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-cli", "name": "typo3/cms-cli",
@@ -5066,16 +5075,16 @@
}, },
{ {
"name": "typo3/cms-core", "name": "typo3/cms-core",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/core.git", "url": "https://github.com/TYPO3-CMS/core.git",
"reference": "93c62d68c5a4c14a2dade32af6f9787c9a9bf9c6" "reference": "75b1f663e067a24f9b71464324fa646054e929cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/93c62d68c5a4c14a2dade32af6f9787c9a9bf9c6", "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/75b1f663e067a24f9b71464324fa646054e929cb",
"reference": "93c62d68c5a4c14a2dade32af6f9787c9a9bf9c6", "reference": "75b1f663e067a24f9b71464324fa646054e929cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5131,7 +5140,7 @@
"fiunchinho/phpunit-randomizer": "^4.0", "fiunchinho/phpunit-randomizer": "^4.0",
"friendsofphp/php-cs-fixer": "^2.16.1", "friendsofphp/php-cs-fixer": "^2.16.1",
"typo3/cms-styleguide": "~9.2.2", "typo3/cms-styleguide": "~9.2.2",
"typo3/testing-framework": "^4.14.4" "typo3/testing-framework": "^4.15.1"
}, },
"suggest": { "suggest": {
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer", "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
@@ -5182,24 +5191,24 @@
], ],
"description": "The core library of TYPO3.", "description": "The core library of TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-extbase", "name": "typo3/cms-extbase",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/extbase.git", "url": "https://github.com/TYPO3-CMS/extbase.git",
"reference": "b53185946b8b5b96180539e09acb97c1e965286f" "reference": "e77306afa5c69abee18f86ee44f2d111dfc5b7cc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/b53185946b8b5b96180539e09acb97c1e965286f", "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/e77306afa5c69abee18f86ee44f2d111dfc5b7cc",
"reference": "b53185946b8b5b96180539e09acb97c1e965286f", "reference": "e77306afa5c69abee18f86ee44f2d111dfc5b7cc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5241,24 +5250,24 @@
], ],
"description": "A framework to build extensions for TYPO3 CMS.", "description": "A framework to build extensions for TYPO3 CMS.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-extensionmanager", "name": "typo3/cms-extensionmanager",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/extensionmanager.git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git",
"reference": "ef9fe37a833fe0a15014a0acac8a662de0e97723" "reference": "e45623cf6903a7c22b5c2be6c244f1463a38513c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/ef9fe37a833fe0a15014a0acac8a662de0e97723", "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/e45623cf6903a7c22b5c2be6c244f1463a38513c",
"reference": "ef9fe37a833fe0a15014a0acac8a662de0e97723", "reference": "e45623cf6903a7c22b5c2be6c244f1463a38513c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5292,24 +5301,24 @@
], ],
"description": "TYPO3 Extension Manager", "description": "TYPO3 Extension Manager",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-felogin", "name": "typo3/cms-felogin",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/felogin.git", "url": "https://github.com/TYPO3-CMS/felogin.git",
"reference": "c324cf4a204e636a9a402cbb9ec5437b10213ad8" "reference": "7f760ca365f55dafe473194ae902d35b487cec79"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/c324cf4a204e636a9a402cbb9ec5437b10213ad8", "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/7f760ca365f55dafe473194ae902d35b487cec79",
"reference": "c324cf4a204e636a9a402cbb9ec5437b10213ad8", "reference": "7f760ca365f55dafe473194ae902d35b487cec79",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5341,24 +5350,24 @@
], ],
"description": "A template-based plugin to log in Website Users in the Frontend", "description": "A template-based plugin to log in Website Users in the Frontend",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-filelist", "name": "typo3/cms-filelist",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/filelist.git", "url": "https://github.com/TYPO3-CMS/filelist.git",
"reference": "143e4a51f590950e3db0efdb9fc6bdd2e56cb714" "reference": "3a63e6384a2e4c0d64585cb8c5041fab49a46129"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/143e4a51f590950e3db0efdb9fc6bdd2e56cb714", "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/3a63e6384a2e4c0d64585cb8c5041fab49a46129",
"reference": "143e4a51f590950e3db0efdb9fc6bdd2e56cb714", "reference": "3a63e6384a2e4c0d64585cb8c5041fab49a46129",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5392,24 +5401,24 @@
], ],
"description": "Listing of files in the directory", "description": "Listing of files in the directory",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-filemetadata", "name": "typo3/cms-filemetadata",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/filemetadata.git", "url": "https://github.com/TYPO3-CMS/filemetadata.git",
"reference": "d2741433a91df78ad5c4f17a94bf1099b7c0f8b3" "reference": "07c7f0ad62a717b420c86359f9ee87181b7f0805"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/d2741433a91df78ad5c4f17a94bf1099b7c0f8b3", "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/07c7f0ad62a717b420c86359f9ee87181b7f0805",
"reference": "d2741433a91df78ad5c4f17a94bf1099b7c0f8b3", "reference": "07c7f0ad62a717b420c86359f9ee87181b7f0805",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5433,25 +5442,25 @@
], ],
"description": "Add advanced metadata to File.", "description": "Add advanced metadata to File.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-fluid", "name": "typo3/cms-fluid",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/fluid.git", "url": "https://github.com/TYPO3-CMS/fluid.git",
"reference": "976a0fe7a27c7c67e7b00b85d8a9b8f8fe1dc476" "reference": "d0819b64f26f7cefd0563979e7e79a8ad360d782"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/976a0fe7a27c7c67e7b00b85d8a9b8f8fe1dc476", "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/d0819b64f26f7cefd0563979e7e79a8ad360d782",
"reference": "976a0fe7a27c7c67e7b00b85d8a9b8f8fe1dc476", "reference": "d0819b64f26f7cefd0563979e7e79a8ad360d782",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20", "typo3/cms-core": "9.5.21",
"typo3/cms-extbase": "9.5.20", "typo3/cms-extbase": "9.5.21",
"typo3fluid/fluid": "^2.6.8" "typo3fluid/fluid": "^2.6.8"
}, },
"conflict": { "conflict": {
@@ -5492,26 +5501,26 @@
], ],
"description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-fluid-styled-content", "name": "typo3/cms-fluid-styled-content",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git",
"reference": "f6e700702dc41931ce161b78d03fe1dff9d2299d" "reference": "1b6ceff6dc607097ee1513fc7b1fff99e82f4887"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/f6e700702dc41931ce161b78d03fe1dff9d2299d", "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/1b6ceff6dc607097ee1513fc7b1fff99e82f4887",
"reference": "f6e700702dc41931ce161b78d03fe1dff9d2299d", "reference": "1b6ceff6dc607097ee1513fc7b1fff99e82f4887",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20", "typo3/cms-core": "9.5.21",
"typo3/cms-fluid": "9.5.20", "typo3/cms-fluid": "9.5.21",
"typo3/cms-frontend": "9.5.20" "typo3/cms-frontend": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5543,26 +5552,26 @@
], ],
"description": "A set of common content elements based on Fluid for Frontend output.", "description": "A set of common content elements based on Fluid for Frontend output.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-form", "name": "typo3/cms-form",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/form.git", "url": "https://github.com/TYPO3-CMS/form.git",
"reference": "e24f8b879ad5d2a425aa3e75f05e5456b4d80e98" "reference": "032649753dafb02ea7e76aabea85cbbce4136db5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/e24f8b879ad5d2a425aa3e75f05e5456b4d80e98", "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/032649753dafb02ea7e76aabea85cbbce4136db5",
"reference": "e24f8b879ad5d2a425aa3e75f05e5456b4d80e98", "reference": "032649753dafb02ea7e76aabea85cbbce4136db5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"psr/http-message": "^1.0", "psr/http-message": "^1.0",
"symfony/expression-language": "^4.1", "symfony/expression-language": "^4.1",
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5598,24 +5607,24 @@
], ],
"description": "Form Library, Plugin and Editor", "description": "Form Library, Plugin and Editor",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-frontend", "name": "typo3/cms-frontend",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/frontend.git", "url": "https://github.com/TYPO3-CMS/frontend.git",
"reference": "f371b95d4392fd76fb0a8589120e996ce30a29cd" "reference": "bf658420844a34751d007f2194b0dae6d48b9299"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/f371b95d4392fd76fb0a8589120e996ce30a29cd", "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/bf658420844a34751d007f2194b0dae6d48b9299",
"reference": "f371b95d4392fd76fb0a8589120e996ce30a29cd", "reference": "bf658420844a34751d007f2194b0dae6d48b9299",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5652,24 +5661,24 @@
], ],
"description": "Classes for the frontend of TYPO3.", "description": "Classes for the frontend of TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-info", "name": "typo3/cms-info",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/info.git", "url": "https://github.com/TYPO3-CMS/info.git",
"reference": "8d92c786c7e1e1184e5f2a630abed2dc44fa301e" "reference": "c98543d5ce29fcec77ce8c9a2830006f2a0bf16d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/8d92c786c7e1e1184e5f2a630abed2dc44fa301e", "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/c98543d5ce29fcec77ce8c9a2830006f2a0bf16d",
"reference": "8d92c786c7e1e1184e5f2a630abed2dc44fa301e", "reference": "c98543d5ce29fcec77ce8c9a2830006f2a0bf16d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5710,28 +5719,28 @@
], ],
"description": "Shows various infos", "description": "Shows various infos",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-install", "name": "typo3/cms-install",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/install.git", "url": "https://github.com/TYPO3-CMS/install.git",
"reference": "7d2fc2308bf854ef3968bf39f6719870ba1ff2d8" "reference": "4d494e0bfcf1c03a02fe753297ff5e290705c2f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/7d2fc2308bf854ef3968bf39f6719870ba1ff2d8", "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/4d494e0bfcf1c03a02fe753297ff5e290705c2f4",
"reference": "7d2fc2308bf854ef3968bf39f6719870ba1ff2d8", "reference": "4d494e0bfcf1c03a02fe753297ff5e290705c2f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nikic/php-parser": "^4.3.0", "nikic/php-parser": "^4.3.0",
"symfony/finder": "^4.1", "symfony/finder": "^4.1",
"typo3/cms-core": "9.5.20", "typo3/cms-core": "9.5.21",
"typo3/cms-extbase": "9.5.20", "typo3/cms-extbase": "9.5.21",
"typo3/cms-fluid": "9.5.20" "typo3/cms-fluid": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5765,24 +5774,24 @@
], ],
"description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "description": "The Install Tool mounted as the module Tools>Install in TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-lowlevel", "name": "typo3/cms-lowlevel",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/lowlevel.git", "url": "https://github.com/TYPO3-CMS/lowlevel.git",
"reference": "cb2681405df87323a45fd0a46bb83997ad1c855a" "reference": "f7668a46d316fab5ecb1b0f22de82ca5506ccc45"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/cb2681405df87323a45fd0a46bb83997ad1c855a", "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/f7668a46d316fab5ecb1b0f22de82ca5506ccc45",
"reference": "cb2681405df87323a45fd0a46bb83997ad1c855a", "reference": "f7668a46d316fab5ecb1b0f22de82ca5506ccc45",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5819,24 +5828,24 @@
], ],
"description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.", "description": "Enables the 'Config' and 'DB Check' modules for technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-recordlist", "name": "typo3/cms-recordlist",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/recordlist.git", "url": "https://github.com/TYPO3-CMS/recordlist.git",
"reference": "4a6ab48d4d89b4f902ad2b0dbd1e0e63c1e6fae3" "reference": "1211e09b0fc215e0a9819906ca17f2c08634ab20"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/4a6ab48d4d89b4f902ad2b0dbd1e0e63c1e6fae3", "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/1211e09b0fc215e0a9819906ca17f2c08634ab20",
"reference": "4a6ab48d4d89b4f902ad2b0dbd1e0e63c1e6fae3", "reference": "1211e09b0fc215e0a9819906ca17f2c08634ab20",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5875,24 +5884,24 @@
], ],
"description": "List of database-records", "description": "List of database-records",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-recycler", "name": "typo3/cms-recycler",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/recycler.git", "url": "https://github.com/TYPO3-CMS/recycler.git",
"reference": "12a180d8bc3f068744889143c08a777ca2e40b72" "reference": "7a8e48687654a6ca87889c31336ceb029bb226a7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/12a180d8bc3f068744889143c08a777ca2e40b72", "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/7a8e48687654a6ca87889c31336ceb029bb226a7",
"reference": "12a180d8bc3f068744889143c08a777ca2e40b72", "reference": "7a8e48687654a6ca87889c31336ceb029bb226a7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -5924,25 +5933,25 @@
], ],
"description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.", "description": "The recycler offers the possibility to restore deleted records or remove them from the database permanently. These actions can be applied to a single record, multiple records, and recursively to child records (ex. restoring a page can restore all content elements on that page). Filtering by page and by table provides a quick overview of deleted records before taking action on them.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-redirects", "name": "typo3/cms-redirects",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/redirects.git", "url": "https://github.com/TYPO3-CMS/redirects.git",
"reference": "6630a48dd663dd736304b67e9eada0b82e368045" "reference": "b62e916c73a6d01ca5a9a5ca3f8e5ad0cc6b3871"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/6630a48dd663dd736304b67e9eada0b82e368045", "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/b62e916c73a6d01ca5a9a5ca3f8e5ad0cc6b3871",
"reference": "6630a48dd663dd736304b67e9eada0b82e368045", "reference": "b62e916c73a6d01ca5a9a5ca3f8e5ad0cc6b3871",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-backend": "9.5.20", "typo3/cms-backend": "9.5.21",
"typo3/cms-core": "9.5.20", "typo3/cms-core": "9.5.21",
"typo3fluid/fluid": "^2.6.8" "typo3fluid/fluid": "^2.6.8"
}, },
"conflict": { "conflict": {
@@ -5976,24 +5985,24 @@
], ],
"description": "Custom redirects in TYPO3.", "description": "Custom redirects in TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-reports", "name": "typo3/cms-reports",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/reports.git", "url": "https://github.com/TYPO3-CMS/reports.git",
"reference": "dcf3216609bdea118287f836ce41eae22134bd12" "reference": "954a33dec6faa89d31729c8cc1a9763d76f0af70"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/dcf3216609bdea118287f836ce41eae22134bd12", "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/954a33dec6faa89d31729c8cc1a9763d76f0af70",
"reference": "dcf3216609bdea118287f836ce41eae22134bd12", "reference": "954a33dec6faa89d31729c8cc1a9763d76f0af70",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6033,24 +6042,24 @@
], ],
"description": "The reports module groups several system reports.", "description": "The reports module groups several system reports.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-rte-ckeditor", "name": "typo3/cms-rte-ckeditor",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git",
"reference": "2386930c6389a84fadac393e14cdf162e4245ad7" "reference": "0dd9ca822f7ef08d40ca7042c93c660309f3ae67"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/2386930c6389a84fadac393e14cdf162e4245ad7", "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/0dd9ca822f7ef08d40ca7042c93c660309f3ae67",
"reference": "2386930c6389a84fadac393e14cdf162e4245ad7", "reference": "0dd9ca822f7ef08d40ca7042c93c660309f3ae67",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6085,24 +6094,24 @@
], ],
"description": "Integration of CKEditor as Rich Text Editor.", "description": "Integration of CKEditor as Rich Text Editor.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-scheduler", "name": "typo3/cms-scheduler",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/scheduler.git", "url": "https://github.com/TYPO3-CMS/scheduler.git",
"reference": "b66c288df07a94a1b91694a7996985b2a20c7457" "reference": "e8b2f3de3bc5fe6eb7a71d4547405eb6ec184316"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/b66c288df07a94a1b91694a7996985b2a20c7457", "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/e8b2f3de3bc5fe6eb7a71d4547405eb6ec184316",
"reference": "b66c288df07a94a1b91694a7996985b2a20c7457", "reference": "e8b2f3de3bc5fe6eb7a71d4547405eb6ec184316",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6131,26 +6140,26 @@
], ],
"description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-seo", "name": "typo3/cms-seo",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/seo.git", "url": "https://github.com/TYPO3-CMS/seo.git",
"reference": "74914c79be80fc753f850c0a0ff31ab040a6b101" "reference": "980db3507a46d01b1d85f37d4beaffec2b431df8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/74914c79be80fc753f850c0a0ff31ab040a6b101", "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/980db3507a46d01b1d85f37d4beaffec2b431df8",
"reference": "74914c79be80fc753f850c0a0ff31ab040a6b101", "reference": "980db3507a46d01b1d85f37d4beaffec2b431df8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20", "typo3/cms-core": "9.5.21",
"typo3/cms-extbase": "9.5.20", "typo3/cms-extbase": "9.5.21",
"typo3/cms-frontend": "9.5.20" "typo3/cms-frontend": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6182,24 +6191,24 @@
], ],
"description": "SEO features for TYPO3.", "description": "SEO features for TYPO3.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-setup", "name": "typo3/cms-setup",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/setup.git", "url": "https://github.com/TYPO3-CMS/setup.git",
"reference": "e934cdcd3677dd5b448746d51df627a27cc8dd7b" "reference": "2045c2e45eb4713b8bfd042af02d662a2d3bc35b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/e934cdcd3677dd5b448746d51df627a27cc8dd7b", "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/2045c2e45eb4713b8bfd042af02d662a2d3bc35b",
"reference": "e934cdcd3677dd5b448746d51df627a27cc8dd7b", "reference": "2045c2e45eb4713b8bfd042af02d662a2d3bc35b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6231,24 +6240,24 @@
], ],
"description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.", "description": "Allows users to edit a limited set of options for their user profile, eg. preferred language and their name and email address.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-t3editor", "name": "typo3/cms-t3editor",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/t3editor.git", "url": "https://github.com/TYPO3-CMS/t3editor.git",
"reference": "f4110e99ca0c07937d2cfcce735d9b43fb1ca1d9" "reference": "bd9a533e4d10f0d9df7ec30756b152816d96dcc3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/f4110e99ca0c07937d2cfcce735d9b43fb1ca1d9", "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/bd9a533e4d10f0d9df7ec30756b152816d96dcc3",
"reference": "f4110e99ca0c07937d2cfcce735d9b43fb1ca1d9", "reference": "bd9a533e4d10f0d9df7ec30756b152816d96dcc3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6285,24 +6294,24 @@
], ],
"description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.", "description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-taskcenter", "name": "typo3/cms-taskcenter",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/taskcenter.git", "url": "https://github.com/TYPO3-CMS/taskcenter.git",
"reference": "e43f7d8fd50c7c7b95fcea01d36b2cb52d840c27" "reference": "e409ae5906404471283796b5228369b50b82eb2b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/e43f7d8fd50c7c7b95fcea01d36b2cb52d840c27", "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/e409ae5906404471283796b5228369b50b82eb2b",
"reference": "e43f7d8fd50c7c7b95fcea01d36b2cb52d840c27", "reference": "e409ae5906404471283796b5228369b50b82eb2b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6331,24 +6340,24 @@
], ],
"description": "The Task Center is the framework for a host of other extensions, see below.", "description": "The Task Center is the framework for a host of other extensions, see below.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-tstemplate", "name": "typo3/cms-tstemplate",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/tstemplate.git", "url": "https://github.com/TYPO3-CMS/tstemplate.git",
"reference": "251ba816e6401355a703e563706d935c13750786" "reference": "7b4d0bc9b3cba8b2752861f03db6785ca93cd501"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/251ba816e6401355a703e563706d935c13750786", "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/7b4d0bc9b3cba8b2752861f03db6785ca93cd501",
"reference": "251ba816e6401355a703e563706d935c13750786", "reference": "7b4d0bc9b3cba8b2752861f03db6785ca93cd501",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6380,24 +6389,24 @@
], ],
"description": "Framework for management of TypoScript template records for the CMS frontend.", "description": "Framework for management of TypoScript template records for the CMS frontend.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/cms-viewpage", "name": "typo3/cms-viewpage",
"version": "v9.5.20", "version": "v9.5.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/TYPO3-CMS/viewpage.git", "url": "https://github.com/TYPO3-CMS/viewpage.git",
"reference": "21ddce3922de073227e29177c20fd12450d81357" "reference": "009c2897d4b5bd77941d5db2077485b3834fd0b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/21ddce3922de073227e29177c20fd12450d81357", "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/009c2897d4b5bd77941d5db2077485b3834fd0b1",
"reference": "21ddce3922de073227e29177c20fd12450d81357", "reference": "009c2897d4b5bd77941d5db2077485b3834fd0b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"typo3/cms-core": "9.5.20" "typo3/cms-core": "9.5.21"
}, },
"conflict": { "conflict": {
"typo3/cms": "*" "typo3/cms": "*"
@@ -6429,7 +6438,7 @@
], ],
"description": "Shows the frontend webpage inside the backend frameset.", "description": "Shows the frontend webpage inside the backend frameset.",
"homepage": "https://typo3.org", "homepage": "https://typo3.org",
"time": "2020-07-28T08:36:31+00:00" "time": "2020-09-08T06:13:46+00:00"
}, },
{ {
"name": "typo3/phar-stream-wrapper", "name": "typo3/phar-stream-wrapper",
@@ -6795,7 +6804,6 @@
"phar", "phar",
"update" "update"
], ],
"abandoned": true,
"time": "2019-12-12T13:45:57+00:00" "time": "2019-12-12T13:45:57+00:00"
}, },
{ {