From 07c62c8dd42b394d31cbc9e4829b3e879511f189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Sun, 3 Nov 2019 12:27:58 +0100 Subject: [PATCH] [TASK] Update TYPO3 CMS to 8.7.29 --- composer.lock | 732 ++++++++++++++++++++++---------------------------- 1 file changed, 321 insertions(+), 411 deletions(-) diff --git a/composer.lock b/composer.lock index c260acf7..734fd299 100644 --- a/composer.lock +++ b/composer.lock @@ -353,16 +353,16 @@ }, { "name": "doctrine/annotations", - "version": "v1.6.1", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24" + "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc", + "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc", "shasum": "" }, "require": { @@ -371,12 +371,12 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^7.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -389,6 +389,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -397,10 +401,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -417,20 +417,20 @@ "docblock", "parser" ], - "time": "2019-03-25T19:12:02+00:00" + "time": "2019-10-01T18:55:10+00:00" }, { "name": "doctrine/cache", - "version": "v1.8.0", + "version": "v1.8.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57" + "reference": "d4374ae95b36062d02ef310100ed33d78738d76c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57", - "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57", + "url": "https://api.github.com/repos/doctrine/cache/zipball/d4374ae95b36062d02ef310100ed33d78738d76c", + "reference": "d4374ae95b36062d02ef310100ed33d78738d76c", "shasum": "" }, "require": { @@ -465,6 +465,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -473,10 +477,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -492,7 +492,7 @@ "cache", "caching" ], - "time": "2018-08-21T18:01:43+00:00" + "time": "2019-10-28T09:31:32+00:00" }, { "name": "doctrine/collections", @@ -831,28 +831,30 @@ }, { "name": "doctrine/lexer", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" + "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", - "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/e17f069ede36f7534b95adec71910ed1b49c74ea", + "reference": "e17f069ede36f7534b95adec71910ed1b49c74ea", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.2" }, "require-dev": { - "phpunit/phpunit": "^4.5" + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -865,14 +867,14 @@ "MIT" ], "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" @@ -887,7 +889,7 @@ "parser", "php" ], - "time": "2019-06-08T11:03:04+00:00" + "time": "2019-07-30T19:33:28+00:00" }, { "name": "gordalina/cachetool", @@ -998,27 +1000,28 @@ }, { "name": "guzzlehttp/guzzle", - "version": "6.3.3", + "version": "6.4.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" + "reference": "0895c932405407fd3a7368b6910c09a24d26db11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", - "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11", + "reference": "0895c932405407fd3a7368b6910c09a24d26db11", "shasum": "" }, "require": { + "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.4", + "guzzlehttp/psr7": "^1.6.1", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.0" + "psr/log": "^1.1" }, "suggest": { "psr/log": "Required for using the Log middleware" @@ -1030,12 +1033,12 @@ } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\": "src/" - } + }, + "files": [ + "src/functions_include.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1059,7 +1062,7 @@ "rest", "web service" ], - "time": "2018-04-22T15:46:56+00:00" + "time": "2019-10-23T15:58:00+00:00" }, { "name": "guzzlehttp/promises", @@ -1114,33 +1117,37 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.5.2", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "9f83dded91781a01c63574e387eaa769be769115" + "reference": "239400de7a173fe9901b9ac7c06497751f00727a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", - "reference": "9f83dded91781a01c63574e387eaa769be769115", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5" + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { + "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, + "suggest": { + "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "1.6-dev" } }, "autoload": { @@ -1177,7 +1184,7 @@ "uri", "url" ], - "time": "2018-12-04T20:46:45+00:00" + "time": "2019-07-01T23:21:34+00:00" }, { "name": "helhum/config-loader", @@ -1756,24 +1763,24 @@ }, { "name": "ralouphie/getallheaders", - "version": "2.0.5", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { - "php": ">=5.3" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "~3.7.0", - "satooshi/php-coveralls": ">=1.0" + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { @@ -1792,7 +1799,7 @@ } ], "description": "A polyfill for getallheaders.", - "time": "2016-02-11T07:05:27+00:00" + "time": "2019-03-08T08:55:37+00:00" }, { "name": "solarium/solarium", @@ -1908,16 +1915,16 @@ }, { "name": "symfony/console", - "version": "v3.4.28", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6" + "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6", - "reference": "8e1d1e406dd31727fa70cd5a99cda202e9d6a5c6", + "url": "https://api.github.com/repos/symfony/console/zipball/c7edffb26b29cae972ca4afccb610a38ce8d0ccf", + "reference": "c7edffb26b29cae972ca4afccb610a38ce8d0ccf", "shasum": "" }, "require": { @@ -1976,20 +1983,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-05-09T08:42:51+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "symfony/debug", - "version": "v4.3.1", + "version": "v4.3.6", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "4e025104f1f9adb1f7a2d14fb102c9986d6e97c6" + "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/4e025104f1f9adb1f7a2d14fb102c9986d6e97c6", - "reference": "4e025104f1f9adb1f7a2d14fb102c9986d6e97c6", + "url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2", + "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2", "shasum": "" }, "require": { @@ -2032,7 +2039,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-05-30T16:10:05+00:00" + "time": "2019-10-28T17:07:32+00:00" }, { "name": "symfony/dependency-injection", @@ -2235,16 +2242,16 @@ }, { "name": "symfony/finder", - "version": "v3.4.28", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "fa5d962a71f2169dfe1cbae217fa5a2799859f6c" + "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/fa5d962a71f2169dfe1cbae217fa5a2799859f6c", - "reference": "fa5d962a71f2169dfe1cbae217fa5a2799859f6c", + "url": "https://api.github.com/repos/symfony/finder/zipball/3e915e5ce305f8bc8017597f71f1f4095092ddf8", + "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8", "shasum": "" }, "require": { @@ -2280,20 +2287,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-05-24T12:25:55+00:00" + "time": "2019-10-30T12:43:22+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.11.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "82ebae02209c21113908c229e9883c419720738a" + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", - "reference": "82ebae02209c21113908c229e9883c419720738a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", "shasum": "" }, "require": { @@ -2305,7 +2312,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -2321,13 +2328,13 @@ "MIT" ], "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", @@ -2338,20 +2345,20 @@ "polyfill", "portable" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.11.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", - "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", + "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", "shasum": "" }, "require": { @@ -2363,7 +2370,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11-dev" + "dev-master": "1.12-dev" } }, "autoload": { @@ -2397,7 +2404,7 @@ "portable", "shim" ], - "time": "2019-02-06T07:57:58+00:00" + "time": "2019-08-06T08:03:45+00:00" }, { "name": "symfony/process", @@ -2450,16 +2457,16 @@ }, { "name": "symfony/yaml", - "version": "v3.4.28", + "version": "v3.4.33", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996" + "reference": "dab657db15207879217fc81df4f875947bf68804" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996", - "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996", + "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804", + "reference": "dab657db15207879217fc81df4f875947bf68804", "shasum": "" }, "require": { @@ -2505,7 +2512,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-03-25T07:48:46+00:00" + "time": "2019-10-24T15:33:53+00:00" }, { "name": "t3o/gitlab_api", @@ -2773,28 +2780,25 @@ }, { "name": "typo3/cms-backend", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "31da6af3af4bb0340a2d30be44785bc221763ad0" + "reference": "8a650565f85e4d9c964e889ece4e2105d70e35ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/31da6af3af4bb0340a2d30be44785bc221763ad0", - "reference": "31da6af3af4bb0340a2d30be44785bc221763ad0", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/8a650565f85e4d9c964e889ece4e2105d70e35ce", + "reference": "8a650565f85e4d9c964e889ece4e2105d70e35ce", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "backend": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -2824,32 +2828,29 @@ ], "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-belog", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "13a62fd9cc73d6b542f52b8884e65669550a2d02" + "reference": "90090f6a850b88d8fece103857a7547d8820db18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/13a62fd9cc73d6b542f52b8884e65669550a2d02", - "reference": "13a62fd9cc73d6b542f52b8884e65669550a2d02", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/90090f6a850b88d8fece103857a7547d8820db18", + "reference": "90090f6a850b88d8fece103857a7547d8820db18", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "belog": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -2877,32 +2878,29 @@ ], "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", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-beuser", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "66c080a0b7e7ee5860d22f89b7309731d1534837" + "reference": "b541b6b870607abaeb4907e152fd59b467cd208e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/66c080a0b7e7ee5860d22f89b7309731d1534837", - "reference": "66c080a0b7e7ee5860d22f89b7309731d1534837", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/b541b6b870607abaeb4907e152fd59b467cd208e", + "reference": "b541b6b870607abaeb4907e152fd59b467cd208e", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "beuser": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -2930,7 +2928,7 @@ ], "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", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-cli", @@ -3037,16 +3035,16 @@ }, { "name": "typo3/cms-core", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "29728d43cee7f71300effa037d2bfda00f94fa8c" + "reference": "3b8d91b7bbdae375b1e8910033af5a55300567ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/29728d43cee7f71300effa037d2bfda00f94fa8c", - "reference": "29728d43cee7f71300effa037d2bfda00f94fa8c", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/3b8d91b7bbdae375b1e8910033af5a55300567ad", + "reference": "3b8d91b7bbdae375b1e8910033af5a55300567ad", "shasum": "" }, "require": { @@ -3072,15 +3070,13 @@ "typo3/class-alias-loader": "^1.0", "typo3/cms-cli": "^1.0.2", "typo3/cms-composer-installers": "^1.2.8", - "typo3/phar-stream-wrapper": "^3.1.2", + "typo3/phar-stream-wrapper": "^3.1.3", "typo3fluid/fluid": "^2.5.5" }, "conflict": { "symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7", - "typo3/cms": "*" - }, - "replace": { - "core": "*" + "typo3/cms": "*", + "typo3fluid/fluid": "2.6.4 || 2.6.5" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", @@ -3125,32 +3121,29 @@ ], "description": "The core library of TYPO3.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-cshmanual", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/cshmanual.git", - "reference": "ca88db97aa73ade02155815c48ba064aa47bb507" + "reference": "d74cf6542ff5d9572cc0f4eff00f3e88f37532ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/cshmanual/zipball/ca88db97aa73ade02155815c48ba064aa47bb507", - "reference": "ca88db97aa73ade02155815c48ba064aa47bb507", + "url": "https://api.github.com/repos/TYPO3-CMS/cshmanual/zipball/d74cf6542ff5d9572cc0f4eff00f3e88f37532ae", + "reference": "d74cf6542ff5d9572cc0f4eff00f3e88f37532ae", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "cshmanual": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3180,32 +3173,29 @@ ], "description": "Shows TYPO3 inline user manual.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-documentation", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/documentation.git", - "reference": "b05de0767e9de51f7bbfe214317706df26a7bebb" + "reference": "e9269602dc1c8f0f5911edb62b15e4f8d85dff94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/documentation/zipball/b05de0767e9de51f7bbfe214317706df26a7bebb", - "reference": "b05de0767e9de51f7bbfe214317706df26a7bebb", + "url": "https://api.github.com/repos/TYPO3-CMS/documentation/zipball/e9269602dc1c8f0f5911edb62b15e4f8d85dff94", + "reference": "e9269602dc1c8f0f5911edb62b15e4f8d85dff94", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "documentation": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3233,32 +3223,29 @@ ], "description": "Backend module for TYPO3 to list and show documentation of loaded extensions as well as custom documents.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-extbase", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "6e7bb1c4b9a487ff3ef559782ea588d66cc1354d" + "reference": "ecf7dbf5b77fa77c319e561eef47868e4aebb4fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/6e7bb1c4b9a487ff3ef559782ea588d66cc1354d", - "reference": "6e7bb1c4b9a487ff3ef559782ea588d66cc1354d", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/ecf7dbf5b77fa77c319e561eef47868e4aebb4fb", + "reference": "ecf7dbf5b77fa77c319e561eef47868e4aebb4fb", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "extbase": "*" - }, "suggest": { "typo3/cms-scheduler": "Additional scheduler tasks" }, @@ -3297,32 +3284,29 @@ ], "description": "A framework to build extensions for TYPO3 CMS.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "72499d5a2e873fb753744b950a79051a34a175c9" + "reference": "bd6bafc8a21f84a9e843fbc6a902df9306e39ed3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/72499d5a2e873fb753744b950a79051a34a175c9", - "reference": "72499d5a2e873fb753744b950a79051a34a175c9", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/bd6bafc8a21f84a9e843fbc6a902df9306e39ed3", + "reference": "bd6bafc8a21f84a9e843fbc6a902df9306e39ed3", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "extensionmanager": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3352,32 +3336,29 @@ ], "description": "TYPO3 Extension Manager", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-felogin", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "10f06f3ea97215b966c0058b94e866e236ce0895" + "reference": "815e2497660c4c5fbbd672cc2ef158c783bd6077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/10f06f3ea97215b966c0058b94e866e236ce0895", - "reference": "10f06f3ea97215b966c0058b94e866e236ce0895", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/815e2497660c4c5fbbd672cc2ef158c783bd6077", + "reference": "815e2497660c4c5fbbd672cc2ef158c783bd6077", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "felogin": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3405,32 +3386,29 @@ ], "description": "A template-based plugin to log in Website Users in the Frontend", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-filelist", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "54974980b75ee0a3ca83032d7e1fc51ca5da6a28" + "reference": "355ce80c0da9f5294794d90fdf33b687faf71f0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/54974980b75ee0a3ca83032d7e1fc51ca5da6a28", - "reference": "54974980b75ee0a3ca83032d7e1fc51ca5da6a28", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/355ce80c0da9f5294794d90fdf33b687faf71f0c", + "reference": "355ce80c0da9f5294794d90fdf33b687faf71f0c", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "filelist": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3460,32 +3438,29 @@ ], "description": "Listing of files in the directory", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-filemetadata", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "65aec286e444556d8849f8f4e1a0e6854c605e33" + "reference": "f5c9e487b05ef8c58ad5f17f55b4e609909b8f2b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/65aec286e444556d8849f8f4e1a0e6854c605e33", - "reference": "65aec286e444556d8849f8f4e1a0e6854c605e33", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/f5c9e487b05ef8c58ad5f17f55b4e609909b8f2b", + "reference": "f5c9e487b05ef8c58ad5f17f55b4e609909b8f2b", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "filemetadata": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3505,33 +3480,31 @@ ], "description": "Add advanced metadata to File.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-fluid", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "efd7bd61af149a3b8fc804d715223c9b9a0acea8" + "reference": "70ec60e75ae57cf2ef72665be6f167e1af0afc57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/efd7bd61af149a3b8fc804d715223c9b9a0acea8", - "reference": "efd7bd61af149a3b8fc804d715223c9b9a0acea8", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/70ec60e75ae57cf2ef72665be6f167e1af0afc57", + "reference": "70ec60e75ae57cf2ef72665be6f167e1af0afc57", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-extbase": "8.7.27", + "typo3/cms-core": "8.7.29", + "typo3/cms-extbase": "8.7.29", "typo3fluid/fluid": "^2.5.5" }, "conflict": { - "typo3/cms": "*" - }, - "replace": { - "fluid": "*" + "typo3/cms": "*", + "typo3fluid/fluid": "2.6.4 || 2.6.5" }, "type": "typo3-cms-framework", "extra": { @@ -3567,33 +3540,30 @@ ], "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "57de85faf70100742f641735754bc9f3cdcf2b1b" + "reference": "e2a2d96b312502e3466f0822e4367fb306854221" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/57de85faf70100742f641735754bc9f3cdcf2b1b", - "reference": "57de85faf70100742f641735754bc9f3cdcf2b1b", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/e2a2d96b312502e3466f0822e4367fb306854221", + "reference": "e2a2d96b312502e3466f0822e4367fb306854221", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-frontend": "8.7.27" + "typo3/cms-core": "8.7.29", + "typo3/cms-frontend": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "fluid_styled_content": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3621,32 +3591,29 @@ ], "description": "A set of common content elements based on Fluid for Frontend output.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-form", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "64301dfc594fb4df41a83dc8267f0df51d81bef7" + "reference": "e6996f459c1886214dba6b96fc910d1e397c05bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/64301dfc594fb4df41a83dc8267f0df51d81bef7", - "reference": "64301dfc594fb4df41a83dc8267f0df51d81bef7", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/e6996f459c1886214dba6b96fc910d1e397c05bd", + "reference": "e6996f459c1886214dba6b96fc910d1e397c05bd", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "form": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3674,32 +3641,29 @@ ], "description": "Form Library, Plugin and Editor", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-frontend", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "96275f8b96cc116ae304b1964bb7423052dcee9a" + "reference": "67ed8788decfb1c5216ca61f4b0d8aeeaa361b48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/96275f8b96cc116ae304b1964bb7423052dcee9a", - "reference": "96275f8b96cc116ae304b1964bb7423052dcee9a", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/67ed8788decfb1c5216ca61f4b0d8aeeaa361b48", + "reference": "67ed8788decfb1c5216ca61f4b0d8aeeaa361b48", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "frontend": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3729,28 +3693,25 @@ ], "description": "Classes for the frontend of TYPO3.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-func", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/func.git", - "reference": "e8ed25ef88e76555b81403de1a4b35f385a666dc" + "reference": "ef15a5ece9d6338f7b26c6fd1922f85c4a9817e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/func/zipball/e8ed25ef88e76555b81403de1a4b35f385a666dc", - "reference": "e8ed25ef88e76555b81403de1a4b35f385a666dc", + "url": "https://api.github.com/repos/TYPO3-CMS/func/zipball/ef15a5ece9d6338f7b26c6fd1922f85c4a9817e6", + "reference": "ef15a5ece9d6338f7b26c6fd1922f85c4a9817e6", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "replace": { - "func": "*" + "typo3/cms-core": "8.7.29" }, "type": "typo3-cms-framework", "extra": { @@ -3779,32 +3740,29 @@ ], "description": "Advanced functions", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-info", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "2598fdea0077bd01bff24012f51c10c1c2d07fb3" + "reference": "2b5fa7df36f65ad84b18cd6528eb90bc41a00af3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/2598fdea0077bd01bff24012f51c10c1c2d07fb3", - "reference": "2598fdea0077bd01bff24012f51c10c1c2d07fb3", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/2b5fa7df36f65ad84b18cd6528eb90bc41a00af3", + "reference": "2b5fa7df36f65ad84b18cd6528eb90bc41a00af3", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "info": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3832,34 +3790,31 @@ ], "description": "Shows various infos", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-install", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "1255bd5dbb4eb476c72e2bda61c06f1de90e40e2" + "reference": "1cdc4f9d8e8d6fa25bdd2fcf9ffbeffbec5ec6d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/1255bd5dbb4eb476c72e2bda61c06f1de90e40e2", - "reference": "1255bd5dbb4eb476c72e2bda61c06f1de90e40e2", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/1cdc4f9d8e8d6fa25bdd2fcf9ffbeffbec5ec6d9", + "reference": "1cdc4f9d8e8d6fa25bdd2fcf9ffbeffbec5ec6d9", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-extbase": "8.7.27", - "typo3/cms-fluid": "8.7.27" + "typo3/cms-core": "8.7.29", + "typo3/cms-extbase": "8.7.29", + "typo3/cms-fluid": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "install": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3889,33 +3844,30 @@ ], "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-lang", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lang.git", - "reference": "05be0663cc47c08c3ff67e9d805c6fe5ba243ccd" + "reference": "1496ec5e934c3f77d9029aa198f3aae9538268a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lang/zipball/05be0663cc47c08c3ff67e9d805c6fe5ba243ccd", - "reference": "05be0663cc47c08c3ff67e9d805c6fe5ba243ccd", + "url": "https://api.github.com/repos/TYPO3-CMS/lang/zipball/1496ec5e934c3f77d9029aa198f3aae9538268a9", + "reference": "1496ec5e934c3f77d9029aa198f3aae9538268a9", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-extensionmanager": "8.7.27" + "typo3/cms-core": "8.7.29", + "typo3/cms-extensionmanager": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "lang": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3945,32 +3897,29 @@ ], "description": "Contains all the core language labels in a set of files mostly of the \"locallang\" format. This extension is always required in a TYPO3 install.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-lowlevel", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "d9f185ec0896ecfef9e26beea1bd238530cf3421" + "reference": "02ad44a5904802b8b2d294cfea29ced9208fb895" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/d9f185ec0896ecfef9e26beea1bd238530cf3421", - "reference": "d9f185ec0896ecfef9e26beea1bd238530cf3421", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/02ad44a5904802b8b2d294cfea29ced9208fb895", + "reference": "02ad44a5904802b8b2d294cfea29ced9208fb895", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "lowlevel": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -3998,32 +3947,29 @@ ], "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", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-opendocs", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/opendocs.git", - "reference": "47b085067883bd80ffaf2db13a249aa1d59de7b0" + "reference": "fb577e09f10ec2452ccd649d0da770d5ba2a2d52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/47b085067883bd80ffaf2db13a249aa1d59de7b0", - "reference": "47b085067883bd80ffaf2db13a249aa1d59de7b0", + "url": "https://api.github.com/repos/TYPO3-CMS/opendocs/zipball/fb577e09f10ec2452ccd649d0da770d5ba2a2d52", + "reference": "fb577e09f10ec2452ccd649d0da770d5ba2a2d52", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "opendocs": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -4048,32 +3994,29 @@ ], "description": "Shows opened documents by the user.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-recordlist", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "5700508d94b9c446c00f10b73be50c0dd20792d7" + "reference": "371189c42a7233e02159d5666c79c7300b4bea94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/5700508d94b9c446c00f10b73be50c0dd20792d7", - "reference": "5700508d94b9c446c00f10b73be50c0dd20792d7", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/371189c42a7233e02159d5666c79c7300b4bea94", + "reference": "371189c42a7233e02159d5666c79c7300b4bea94", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "recordlist": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -4103,32 +4046,29 @@ ], "description": "List of database-records", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-recycler", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "6e56844945bc21cdc0952f2fd422181d88a89e7c" + "reference": "c3757164d290fa028ab313b8cf23a4b9359bdca8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/6e56844945bc21cdc0952f2fd422181d88a89e7c", - "reference": "6e56844945bc21cdc0952f2fd422181d88a89e7c", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/c3757164d290fa028ab313b8cf23a4b9359bdca8", + "reference": "c3757164d290fa028ab313b8cf23a4b9359bdca8", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "recycler": "*" - }, "suggest": { "typo3/cms-scheduler": "Remove deleted records after given time" }, @@ -4156,32 +4096,29 @@ ], "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", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-reports", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "8e7d255a83077e995628cd141f6526c99236bd01" + "reference": "2ea357d8e3919b393e38d0869693c70ac51a8b50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/8e7d255a83077e995628cd141f6526c99236bd01", - "reference": "8e7d255a83077e995628cd141f6526c99236bd01", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/2ea357d8e3919b393e38d0869693c70ac51a8b50", + "reference": "2ea357d8e3919b393e38d0869693c70ac51a8b50", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "reports": "*" - }, "suggest": { "typo3/cms-scheduler": "Determine system's status and send it via email" }, @@ -4212,32 +4149,29 @@ ], "description": "The reports module groups several system reports.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "44ee52b6cb117893af836b4877e7d7897df8ab1e" + "reference": "b5fbe61b1ab77697b832d800d421a5f40798af92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/44ee52b6cb117893af836b4877e7d7897df8ab1e", - "reference": "44ee52b6cb117893af836b4877e7d7897df8ab1e", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/b5fbe61b1ab77697b832d800d421a5f40798af92", + "reference": "b5fbe61b1ab77697b832d800d421a5f40798af92", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "rte_ckeditor": "*" - }, "suggest": { "typo3/cms-setup": "*" }, @@ -4268,32 +4202,29 @@ ], "description": "Integration of CKEditor as Rich Text Editor.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-saltedpasswords", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/saltedpasswords.git", - "reference": "faa76e429b2edb32bb44bedd319c0e751ff91e9d" + "reference": "c587bffc574c88ee060295caa1b8f9dcf0352433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/saltedpasswords/zipball/faa76e429b2edb32bb44bedd319c0e751ff91e9d", - "reference": "faa76e429b2edb32bb44bedd319c0e751ff91e9d", + "url": "https://api.github.com/repos/TYPO3-CMS/saltedpasswords/zipball/c587bffc574c88ee060295caa1b8f9dcf0352433", + "reference": "c587bffc574c88ee060295caa1b8f9dcf0352433", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "saltedpasswords": "*" - }, "suggest": { "typo3/cms-rsaauth": "*" }, @@ -4326,32 +4257,29 @@ ], "description": "Uses a password hashing framework for storing passwords. Integrates into the system extension \"felogin\". Use SSL or rsaauth to secure datatransfer! Please read the manual first!", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "50f326953503d0b0986898d7c49796763f3cb959" + "reference": "76ec084d388af5c0a433989552156856ceeafb8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/50f326953503d0b0986898d7c49796763f3cb959", - "reference": "50f326953503d0b0986898d7c49796763f3cb959", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/76ec084d388af5c0a433989552156856ceeafb8c", + "reference": "76ec084d388af5c0a433989552156856ceeafb8c", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "scheduler": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -4376,32 +4304,29 @@ ], "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-setup", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "28fdc445654d71e20028679e5aa910b82fa7d60c" + "reference": "007a0b81925662d225327898fa5b4c9584e98764" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/28fdc445654d71e20028679e5aa910b82fa7d60c", - "reference": "28fdc445654d71e20028679e5aa910b82fa7d60c", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/007a0b81925662d225327898fa5b4c9584e98764", + "reference": "007a0b81925662d225327898fa5b4c9584e98764", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "setup": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -4429,28 +4354,25 @@ ], "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", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-sv", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/sv.git", - "reference": "732e871e161085a6fefbdec95cd6818960bfc96b" + "reference": "c13fe2cf9d51aea613e1329cadfe90b25766ee8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/sv/zipball/732e871e161085a6fefbdec95cd6818960bfc96b", - "reference": "732e871e161085a6fefbdec95cd6818960bfc96b", + "url": "https://api.github.com/repos/TYPO3-CMS/sv/zipball/c13fe2cf9d51aea613e1329cadfe90b25766ee8e", + "reference": "c13fe2cf9d51aea613e1329cadfe90b25766ee8e", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" - }, - "replace": { - "sv": "*" + "typo3/cms-core": "8.7.29" }, "type": "typo3-cms-framework", "extra": { @@ -4481,32 +4403,29 @@ ], "description": "The core/default services. This includes the default authentication services for now.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "11c833553c721587e0c81f50d98bda43f2747cba" + "reference": "f73675f423ba3ab17545ad29baa1fecc112cd69c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/11c833553c721587e0c81f50d98bda43f2747cba", - "reference": "11c833553c721587e0c81f50d98bda43f2747cba", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/f73675f423ba3ab17545ad29baa1fecc112cd69c", + "reference": "f73675f423ba3ab17545ad29baa1fecc112cd69c", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "tstemplate": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -4534,32 +4453,29 @@ ], "description": "Framework for management of TypoScript template records for the CMS frontend.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-viewpage", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "5e5080461bd3e52ea30e6fc9b08713044f864107" + "reference": "d62310f7a8f7f74cfc524b00c064a6775f6ddccc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/5e5080461bd3e52ea30e6fc9b08713044f864107", - "reference": "5e5080461bd3e52ea30e6fc9b08713044f864107", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/d62310f7a8f7f74cfc524b00c064a6775f6ddccc", + "reference": "d62310f7a8f7f74cfc524b00c064a6775f6ddccc", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27" + "typo3/cms-core": "8.7.29" }, "conflict": { "typo3/cms": "*" }, - "replace": { - "viewpage": "*" - }, "type": "typo3-cms-framework", "extra": { "typo3/cms": { @@ -4587,29 +4503,26 @@ ], "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-wizard-crpages", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/wizard_crpages.git", - "reference": "48b962f9f0543fd1d0e08b7d07f2c0806dac1f12" + "reference": "0d33dceda4c7da3ee060866fc34a944c95c2203c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/wizard_crpages/zipball/48b962f9f0543fd1d0e08b7d07f2c0806dac1f12", - "reference": "48b962f9f0543fd1d0e08b7d07f2c0806dac1f12", + "url": "https://api.github.com/repos/TYPO3-CMS/wizard_crpages/zipball/0d33dceda4c7da3ee060866fc34a944c95c2203c", + "reference": "0d33dceda4c7da3ee060866fc34a944c95c2203c", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-func": "8.7.27" - }, - "replace": { - "wizard_crpages": "*" + "typo3/cms-core": "8.7.29", + "typo3/cms-func": "8.7.29" }, "type": "typo3-cms-framework", "extra": { @@ -4638,29 +4551,26 @@ ], "description": "A little utility to create many empty pages in one batch. Great for making a quick page structure.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/cms-wizard-sortpages", - "version": "v8.7.27", + "version": "v8.7.29", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/wizard_sortpages.git", - "reference": "e36e670282efc94f0873e1586d48cb5c10e51a2e" + "reference": "15e058f627284d899d0ff25a3d70d9832691c95a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/wizard_sortpages/zipball/e36e670282efc94f0873e1586d48cb5c10e51a2e", - "reference": "e36e670282efc94f0873e1586d48cb5c10e51a2e", + "url": "https://api.github.com/repos/TYPO3-CMS/wizard_sortpages/zipball/15e058f627284d899d0ff25a3d70d9832691c95a", + "reference": "15e058f627284d899d0ff25a3d70d9832691c95a", "shasum": "" }, "require": { "php": "^7.0 <7.4", - "typo3/cms-core": "8.7.27", - "typo3/cms-func": "8.7.27" - }, - "replace": { - "wizard_sortpages": "*" + "typo3/cms-core": "8.7.29", + "typo3/cms-func": "8.7.29" }, "type": "typo3-cms-framework", "extra": { @@ -4689,7 +4599,7 @@ ], "description": "A little utility to rearrange the sorting order of pages in the backend.", "homepage": "https://typo3.org", - "time": "2019-06-25T08:24:21+00:00" + "time": "2019-10-30T21:00:45+00:00" }, { "name": "typo3/minimal", @@ -4736,16 +4646,16 @@ }, { "name": "typo3/phar-stream-wrapper", - "version": "v3.1.2", + "version": "v3.1.3", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771" + "reference": "586ff60beea128e069a5dc271d3d8133a9bc460a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/df7609a2f6cc4013d7bd12f1a2412d127b28f771", - "reference": "df7609a2f6cc4013d7bd12f1a2412d127b28f771", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/586ff60beea128e069a5dc271d3d8133a9bc460a", + "reference": "586ff60beea128e069a5dc271d3d8133a9bc460a", "shasum": "" }, "require": { @@ -4782,20 +4692,20 @@ "security", "stream-wrapper" ], - "time": "2019-05-14T13:14:14+00:00" + "time": "2019-10-18T11:57:16+00:00" }, { "name": "typo3fluid/fluid", - "version": "2.6.1", + "version": "2.6.6", "source": { "type": "git", "url": "https://github.com/TYPO3/Fluid.git", - "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d" + "reference": "e87f24a7ae005c911a78b9c1445c09d2bdfb8b54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", - "reference": "9ef6a8ffff2e812025fc0701b4ce72eea6911a3d", + "url": "https://api.github.com/repos/TYPO3/Fluid/zipball/e87f24a7ae005c911a78b9c1445c09d2bdfb8b54", + "reference": "e87f24a7ae005c911a78b9c1445c09d2bdfb8b54", "shasum": "" }, "require": { @@ -4804,7 +4714,7 @@ "require-dev": { "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^4.8", + "phpunit/phpunit": "^8.1", "squizlabs/php_codesniffer": "^2.7" }, "bin": [ @@ -4821,7 +4731,7 @@ "LGPL-3.0-or-later" ], "description": "The TYPO3 Fluid template rendering engine", - "time": "2019-05-07T07:07:18+00:00" + "time": "2019-10-30T11:25:42+00:00" } ], "packages-dev": [ -- GitLab