From 3ac59db6de84f70d1348517a532eff66a781d56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Fri, 21 Feb 2020 09:27:04 +0100 Subject: [PATCH] Update project dependencies --- composer.lock | 509 +++++++++++++++++++++++++++++++------------------- 1 file changed, 315 insertions(+), 194 deletions(-) diff --git a/composer.lock b/composer.lock index eaea163e..7afdb6b8 100644 --- a/composer.lock +++ b/composer.lock @@ -2656,6 +2656,61 @@ ], "time": "2019-11-26T23:25:11+00:00" }, + { + "name": "symfony/http-foundation", + "version": "v5.0.4", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "2832d8cffc3a91df550ac42bcdce602f8c08be3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2832d8cffc3a91df550ac42bcdce602f8c08be3e", + "reference": "2832d8cffc3a91df550ac42bcdce602f8c08be3e", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-mbstring": "~1.1" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com", + "time": "2020-01-31T09:13:47+00:00" + }, { "name": "symfony/inflector", "version": "v5.0.4", @@ -2789,6 +2844,68 @@ ], "time": "2020-01-31T09:13:47+00:00" }, + { + "name": "symfony/mime", + "version": "v5.0.4", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "2a3c7fee1f1a0961fa9cf360d5da553d05095e59" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/2a3c7fee1f1a0961fa9cf360d5da553d05095e59", + "reference": "2a3c7fee1f1a0961fa9cf360d5da553d05095e59", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "conflict": { + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/dependency-injection": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A library to manipulate MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "time": "2020-01-04T14:08:26+00:00" + }, { "name": "symfony/options-resolver", "version": "v4.4.4", @@ -3779,26 +3896,26 @@ }, { "name": "typo3/cms-adminpanel", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/adminpanel.git", - "reference": "50c1f330e537c7f2d83226c588a523f8118ab4d8" + "reference": "4f45c3ad8ff6bed27b71f372aded8a74a6a483bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/50c1f330e537c7f2d83226c588a523f8118ab4d8", - "reference": "50c1f330e537c7f2d83226c588a523f8118ab4d8", + "url": "https://api.github.com/repos/TYPO3-CMS/adminpanel/zipball/4f45c3ad8ff6bed27b71f372aded8a74a6a483bf", + "reference": "4f45c3ad8ff6bed27b71f372aded8a74a6a483bf", "shasum": "" }, "require": { "psr/http-message": "~1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", - "typo3/cms-backend": "9.5.13", - "typo3/cms-core": "9.5.13", - "typo3/cms-fluid": "9.5.13", - "typo3/cms-frontend": "9.5.13", + "typo3/cms-backend": "9.5.14", + "typo3/cms-core": "9.5.14", + "typo3/cms-fluid": "9.5.14", + "typo3/cms-frontend": "9.5.14", "typo3fluid/fluid": "^2.6.8" }, "conflict": { @@ -3837,25 +3954,25 @@ ], "description": "The TYPO3 admin panel provides a panel with additional functionality in the frontend (Debugging, Caching, Preview...)", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-backend", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/backend.git", - "reference": "975e97dc6df322180884229a3d456e9514440551" + "reference": "e5d959182a8da4c7f7026ac6d13251d8a6b7b238" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/975e97dc6df322180884229a3d456e9514440551", - "reference": "975e97dc6df322180884229a3d456e9514440551", + "url": "https://api.github.com/repos/TYPO3-CMS/backend/zipball/e5d959182a8da4c7f7026ac6d13251d8a6b7b238", + "reference": "e5d959182a8da4c7f7026ac6d13251d8a6b7b238", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13", - "typo3/cms-recordlist": "9.5.13" + "typo3/cms-core": "9.5.14", + "typo3/cms-recordlist": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -3904,24 +4021,24 @@ ], "description": "Classes for the TYPO3 backend.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-belog", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/belog.git", - "reference": "181c48a1e2e364277255b98305eb148aefd92ac6" + "reference": "2f9cfd0e6a4a118af1ec2fa9a190267411410b00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/181c48a1e2e364277255b98305eb148aefd92ac6", - "reference": "181c48a1e2e364277255b98305eb148aefd92ac6", + "url": "https://api.github.com/repos/TYPO3-CMS/belog/zipball/2f9cfd0e6a4a118af1ec2fa9a190267411410b00", + "reference": "2f9cfd0e6a4a118af1ec2fa9a190267411410b00", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -3953,24 +4070,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).", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-beuser", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/beuser.git", - "reference": "ff3bb74dbb82e4d26b83db658d9ec93bc0d0dae3" + "reference": "d2feccc5bff313509705eaec94abda83c69d49e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/ff3bb74dbb82e4d26b83db658d9ec93bc0d0dae3", - "reference": "ff3bb74dbb82e4d26b83db658d9ec93bc0d0dae3", + "url": "https://api.github.com/repos/TYPO3-CMS/beuser/zipball/d2feccc5bff313509705eaec94abda83c69d49e1", + "reference": "d2feccc5bff313509705eaec94abda83c69d49e1", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4002,7 +4119,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-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-cli", @@ -4102,16 +4219,16 @@ }, { "name": "typo3/cms-core", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/core.git", - "reference": "ba5f270e9ecb43040ea83a2b70d3086fab1f0fcc" + "reference": "a0e8eb1ca657cbb30c189f2930cfbcddae4a0b0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/ba5f270e9ecb43040ea83a2b70d3086fab1f0fcc", - "reference": "ba5f270e9ecb43040ea83a2b70d3086fab1f0fcc", + "url": "https://api.github.com/repos/TYPO3-CMS/core/zipball/a0e8eb1ca657cbb30c189f2930cfbcddae4a0b0d", + "reference": "a0e8eb1ca657cbb30c189f2930cfbcddae4a0b0d", "shasum": "" }, "require": { @@ -4138,10 +4255,11 @@ "symfony/console": "^4.1", "symfony/expression-language": "^4.1", "symfony/finder": "^4.1", + "symfony/http-foundation": "^4.2 || ^5.0", "symfony/polyfill-intl-icu": "^1.6", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.2", - "symfony/routing": "^4.1", + "symfony/routing": "^4.3", "symfony/yaml": "^4.1", "typo3/class-alias-loader": "^1.0", "typo3/cms-cli": "^2.0", @@ -4167,14 +4285,14 @@ "fiunchinho/phpunit-randomizer": "^4.0", "friendsofphp/php-cs-fixer": "^2.16.1", "typo3/cms-styleguide": "~9.2.2", - "typo3/testing-framework": "^4.14" + "typo3/testing-framework": "^4.14.1" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", "ext-intl": "TYPO3 with unicode-based filesystems", "ext-mysqli": "", - "ext-openssl": "", + "ext-openssl": "OpenSSL is required for sending SMTP mails over an encrypted channel endpoint, and for extensions such as \"rsaauth\"", "ext-zip": "", "ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files" }, @@ -4218,24 +4336,24 @@ ], "description": "The core library of TYPO3.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-extbase", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extbase.git", - "reference": "3f74fd819681326f6de57d3c187b83963347a177" + "reference": "9a842f829891880879b9c4701c1d2e563a0a923c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/3f74fd819681326f6de57d3c187b83963347a177", - "reference": "3f74fd819681326f6de57d3c187b83963347a177", + "url": "https://api.github.com/repos/TYPO3-CMS/extbase/zipball/9a842f829891880879b9c4701c1d2e563a0a923c", + "reference": "9a842f829891880879b9c4701c1d2e563a0a923c", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4277,24 +4395,24 @@ ], "description": "A framework to build extensions for TYPO3 CMS.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-extensionmanager", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/extensionmanager.git", - "reference": "57b8d1b48e9c6286d3330bb43d34592086f7f5f0" + "reference": "60b69787808e2cda8fef41e94575d5ec66faf4d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/57b8d1b48e9c6286d3330bb43d34592086f7f5f0", - "reference": "57b8d1b48e9c6286d3330bb43d34592086f7f5f0", + "url": "https://api.github.com/repos/TYPO3-CMS/extensionmanager/zipball/60b69787808e2cda8fef41e94575d5ec66faf4d8", + "reference": "60b69787808e2cda8fef41e94575d5ec66faf4d8", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4328,24 +4446,24 @@ ], "description": "TYPO3 Extension Manager", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-felogin", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/felogin.git", - "reference": "d3255f101302070f356bf0c055992d6552e0e2ce" + "reference": "1e251790bff70588cdcfe1affa60131ebe6b7c50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/d3255f101302070f356bf0c055992d6552e0e2ce", - "reference": "d3255f101302070f356bf0c055992d6552e0e2ce", + "url": "https://api.github.com/repos/TYPO3-CMS/felogin/zipball/1e251790bff70588cdcfe1affa60131ebe6b7c50", + "reference": "1e251790bff70588cdcfe1affa60131ebe6b7c50", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4377,24 +4495,24 @@ ], "description": "A template-based plugin to log in Website Users in the Frontend", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-filelist", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filelist.git", - "reference": "67ac0d7d445b4fc781dfb6609b42b40556613ccf" + "reference": "3231666130dd9d04434fe9ec15f3084f442d9b2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/67ac0d7d445b4fc781dfb6609b42b40556613ccf", - "reference": "67ac0d7d445b4fc781dfb6609b42b40556613ccf", + "url": "https://api.github.com/repos/TYPO3-CMS/filelist/zipball/3231666130dd9d04434fe9ec15f3084f442d9b2e", + "reference": "3231666130dd9d04434fe9ec15f3084f442d9b2e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4428,24 +4546,24 @@ ], "description": "Listing of files in the directory", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-filemetadata", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/filemetadata.git", - "reference": "1abb6cf35f4635786fd01ccb41296a47e4ab070e" + "reference": "7ced44b40a0cb87cae1b46f9692aa51f6f2020d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/1abb6cf35f4635786fd01ccb41296a47e4ab070e", - "reference": "1abb6cf35f4635786fd01ccb41296a47e4ab070e", + "url": "https://api.github.com/repos/TYPO3-CMS/filemetadata/zipball/7ced44b40a0cb87cae1b46f9692aa51f6f2020d7", + "reference": "7ced44b40a0cb87cae1b46f9692aa51f6f2020d7", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4469,25 +4587,25 @@ ], "description": "Add advanced metadata to File.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-fluid", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid.git", - "reference": "10aff08cf9f72dc6957e83c288b6be2b9361070e" + "reference": "2585bc70aa2f5e8474c49ba0be26d65841668de5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/10aff08cf9f72dc6957e83c288b6be2b9361070e", - "reference": "10aff08cf9f72dc6957e83c288b6be2b9361070e", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid/zipball/2585bc70aa2f5e8474c49ba0be26d65841668de5", + "reference": "2585bc70aa2f5e8474c49ba0be26d65841668de5", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13", - "typo3/cms-extbase": "9.5.13", + "typo3/cms-core": "9.5.14", + "typo3/cms-extbase": "9.5.14", "typo3fluid/fluid": "^2.6.8" }, "conflict": { @@ -4528,26 +4646,26 @@ ], "description": "Fluid is a next-generation templating engine which makes the life of extension authors a lot easier!", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-fluid-styled-content", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/fluid_styled_content.git", - "reference": "d6ac56920a07653a9536d79107df8f62876367b5" + "reference": "5dfdc47236e55e37a9a7e4d84d432629b8107640" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/d6ac56920a07653a9536d79107df8f62876367b5", - "reference": "d6ac56920a07653a9536d79107df8f62876367b5", + "url": "https://api.github.com/repos/TYPO3-CMS/fluid_styled_content/zipball/5dfdc47236e55e37a9a7e4d84d432629b8107640", + "reference": "5dfdc47236e55e37a9a7e4d84d432629b8107640", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13", - "typo3/cms-fluid": "9.5.13", - "typo3/cms-frontend": "9.5.13" + "typo3/cms-core": "9.5.14", + "typo3/cms-fluid": "9.5.14", + "typo3/cms-frontend": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4579,26 +4697,26 @@ ], "description": "A set of common content elements based on Fluid for Frontend output.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-form", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/form.git", - "reference": "c68d10b4ac024fb821b38c8af472522ec47160f7" + "reference": "2f7906593a6314a2181d6fc7a98096e893a89035" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/c68d10b4ac024fb821b38c8af472522ec47160f7", - "reference": "c68d10b4ac024fb821b38c8af472522ec47160f7", + "url": "https://api.github.com/repos/TYPO3-CMS/form/zipball/2f7906593a6314a2181d6fc7a98096e893a89035", + "reference": "2f7906593a6314a2181d6fc7a98096e893a89035", "shasum": "" }, "require": { "psr/http-message": "~1.0", "symfony/expression-language": "^4.1", - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4634,24 +4752,24 @@ ], "description": "Form Library, Plugin and Editor", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-frontend", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/frontend.git", - "reference": "55aebe1b3a4c693c6883eef3a62f08bf4ff8485f" + "reference": "171b61da3bfb4a325d676c16cf6a5e1e167a016e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/55aebe1b3a4c693c6883eef3a62f08bf4ff8485f", - "reference": "55aebe1b3a4c693c6883eef3a62f08bf4ff8485f", + "url": "https://api.github.com/repos/TYPO3-CMS/frontend/zipball/171b61da3bfb4a325d676c16cf6a5e1e167a016e", + "reference": "171b61da3bfb4a325d676c16cf6a5e1e167a016e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4688,24 +4806,24 @@ ], "description": "Classes for the frontend of TYPO3.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-info", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/info.git", - "reference": "a3675496a42d0e47987cdf0515f08c8856945b82" + "reference": "4602927e4f5832288b3389da423c39f6833e54f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/a3675496a42d0e47987cdf0515f08c8856945b82", - "reference": "a3675496a42d0e47987cdf0515f08c8856945b82", + "url": "https://api.github.com/repos/TYPO3-CMS/info/zipball/4602927e4f5832288b3389da423c39f6833e54f4", + "reference": "4602927e4f5832288b3389da423c39f6833e54f4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4746,28 +4864,28 @@ ], "description": "Shows various infos", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-install", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/install.git", - "reference": "d20c5c4c2c7400bb76946c53d30c8a0c907b4e80" + "reference": "49809bc9d2472dc9fec66f15e1ef85015d27f9db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/d20c5c4c2c7400bb76946c53d30c8a0c907b4e80", - "reference": "d20c5c4c2c7400bb76946c53d30c8a0c907b4e80", + "url": "https://api.github.com/repos/TYPO3-CMS/install/zipball/49809bc9d2472dc9fec66f15e1ef85015d27f9db", + "reference": "49809bc9d2472dc9fec66f15e1ef85015d27f9db", "shasum": "" }, "require": { "nikic/php-parser": "^4.2", "symfony/finder": "^4.1", - "typo3/cms-core": "9.5.13", - "typo3/cms-extbase": "9.5.13", - "typo3/cms-fluid": "9.5.13" + "typo3/cms-core": "9.5.14", + "typo3/cms-extbase": "9.5.14", + "typo3/cms-fluid": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4801,24 +4919,24 @@ ], "description": "The Install Tool mounted as the module Tools>Install in TYPO3.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-lowlevel", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/lowlevel.git", - "reference": "f73e685bff0a42f538af21949c4d8c0d8309819f" + "reference": "e92f4325177fa49782d442ff755f0ed00627ddca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/f73e685bff0a42f538af21949c4d8c0d8309819f", - "reference": "f73e685bff0a42f538af21949c4d8c0d8309819f", + "url": "https://api.github.com/repos/TYPO3-CMS/lowlevel/zipball/e92f4325177fa49782d442ff755f0ed00627ddca", + "reference": "e92f4325177fa49782d442ff755f0ed00627ddca", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4855,24 +4973,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.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-recordlist", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recordlist.git", - "reference": "b4b49ef62abf8f5e1255c699fdc9f781486e900d" + "reference": "0bce4e6e0cac54525fddad2edca166b88a041b36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/b4b49ef62abf8f5e1255c699fdc9f781486e900d", - "reference": "b4b49ef62abf8f5e1255c699fdc9f781486e900d", + "url": "https://api.github.com/repos/TYPO3-CMS/recordlist/zipball/0bce4e6e0cac54525fddad2edca166b88a041b36", + "reference": "0bce4e6e0cac54525fddad2edca166b88a041b36", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4911,24 +5029,24 @@ ], "description": "List of database-records", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-recycler", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/recycler.git", - "reference": "54c54006670dbf3abd26c3c3059f19636249597f" + "reference": "fa8d9bd8b4131d95abec198e41fc25e35131c4a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/54c54006670dbf3abd26c3c3059f19636249597f", - "reference": "54c54006670dbf3abd26c3c3059f19636249597f", + "url": "https://api.github.com/repos/TYPO3-CMS/recycler/zipball/fa8d9bd8b4131d95abec198e41fc25e35131c4a4", + "reference": "fa8d9bd8b4131d95abec198e41fc25e35131c4a4", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -4960,25 +5078,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.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-redirects", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/redirects.git", - "reference": "5feaeed6164d4828f96f1fc191b4ed349a039353" + "reference": "23af7fdc47c029b75ba422bc8457e1081ab2dd27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/5feaeed6164d4828f96f1fc191b4ed349a039353", - "reference": "5feaeed6164d4828f96f1fc191b4ed349a039353", + "url": "https://api.github.com/repos/TYPO3-CMS/redirects/zipball/23af7fdc47c029b75ba422bc8457e1081ab2dd27", + "reference": "23af7fdc47c029b75ba422bc8457e1081ab2dd27", "shasum": "" }, "require": { - "typo3/cms-backend": "9.5.13", - "typo3/cms-core": "9.5.13", + "typo3/cms-backend": "9.5.14", + "typo3/cms-core": "9.5.14", "typo3fluid/fluid": "^2.6.8" }, "conflict": { @@ -5012,24 +5130,24 @@ ], "description": "Custom redirects in TYPO3.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-reports", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/reports.git", - "reference": "67a99868a07589fcfe74f804903e1b95d71114a7" + "reference": "22efcf3e1ef1664e620fca7e3252820a1e70e08a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/67a99868a07589fcfe74f804903e1b95d71114a7", - "reference": "67a99868a07589fcfe74f804903e1b95d71114a7", + "url": "https://api.github.com/repos/TYPO3-CMS/reports/zipball/22efcf3e1ef1664e620fca7e3252820a1e70e08a", + "reference": "22efcf3e1ef1664e620fca7e3252820a1e70e08a", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5069,24 +5187,24 @@ ], "description": "The reports module groups several system reports.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-rte-ckeditor", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/rte_ckeditor.git", - "reference": "5b91bac116ba741f570d99b16e983731eb7c398a" + "reference": "2e317a757567f8222ea9d1369f629ce139501f50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/5b91bac116ba741f570d99b16e983731eb7c398a", - "reference": "5b91bac116ba741f570d99b16e983731eb7c398a", + "url": "https://api.github.com/repos/TYPO3-CMS/rte_ckeditor/zipball/2e317a757567f8222ea9d1369f629ce139501f50", + "reference": "2e317a757567f8222ea9d1369f629ce139501f50", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5121,24 +5239,24 @@ ], "description": "Integration of CKEditor as Rich Text Editor.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-scheduler", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/scheduler.git", - "reference": "314d590b8b154a03684f6f78a0ac71d06e64bb7f" + "reference": "7bd557dd06472e2ced5ad940cf3b12d59a10ba9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/314d590b8b154a03684f6f78a0ac71d06e64bb7f", - "reference": "314d590b8b154a03684f6f78a0ac71d06e64bb7f", + "url": "https://api.github.com/repos/TYPO3-CMS/scheduler/zipball/7bd557dd06472e2ced5ad940cf3b12d59a10ba9e", + "reference": "7bd557dd06472e2ced5ad940cf3b12d59a10ba9e", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5167,26 +5285,26 @@ ], "description": "The TYPO3 Scheduler let's you register tasks to happen at a specific time", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-seo", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/seo.git", - "reference": "d79ff9e98f5526508a7327223bcd6209caa3e58c" + "reference": "0b8d6ecaf8afd7f6e15e6f4f3daf59b493ee24a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/d79ff9e98f5526508a7327223bcd6209caa3e58c", - "reference": "d79ff9e98f5526508a7327223bcd6209caa3e58c", + "url": "https://api.github.com/repos/TYPO3-CMS/seo/zipball/0b8d6ecaf8afd7f6e15e6f4f3daf59b493ee24a5", + "reference": "0b8d6ecaf8afd7f6e15e6f4f3daf59b493ee24a5", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13", - "typo3/cms-extbase": "9.5.13", - "typo3/cms-frontend": "9.5.13" + "typo3/cms-core": "9.5.14", + "typo3/cms-extbase": "9.5.14", + "typo3/cms-frontend": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5218,24 +5336,24 @@ ], "description": "SEO features for TYPO3.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-setup", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/setup.git", - "reference": "43626aac1d983eb559cde4771f6c5615b2dd5109" + "reference": "616c07e5d3437856c46abeecde59cee76b3d9a4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/43626aac1d983eb559cde4771f6c5615b2dd5109", - "reference": "43626aac1d983eb559cde4771f6c5615b2dd5109", + "url": "https://api.github.com/repos/TYPO3-CMS/setup/zipball/616c07e5d3437856c46abeecde59cee76b3d9a4b", + "reference": "616c07e5d3437856c46abeecde59cee76b3d9a4b", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5267,24 +5385,24 @@ ], "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-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-t3editor", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/t3editor.git", - "reference": "af9b2e6a3fc6c91691069ad2e7f93fc5f464edae" + "reference": "f6611519868e662031511219f8d7ac358adc30eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/af9b2e6a3fc6c91691069ad2e7f93fc5f464edae", - "reference": "af9b2e6a3fc6c91691069ad2e7f93fc5f464edae", + "url": "https://api.github.com/repos/TYPO3-CMS/t3editor/zipball/f6611519868e662031511219f8d7ac358adc30eb", + "reference": "f6611519868e662031511219f8d7ac358adc30eb", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5321,24 +5439,24 @@ ], "description": "JavaScript-driven editor with syntax highlighting and codecompletion. Based on CodeMirror.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-taskcenter", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/taskcenter.git", - "reference": "b2446bc7e8b20d1bf5ad4d6952fbf1f7b75f6b94" + "reference": "ec712fcba9a24fc7a0f7055d6aed031e1b186864" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/b2446bc7e8b20d1bf5ad4d6952fbf1f7b75f6b94", - "reference": "b2446bc7e8b20d1bf5ad4d6952fbf1f7b75f6b94", + "url": "https://api.github.com/repos/TYPO3-CMS/taskcenter/zipball/ec712fcba9a24fc7a0f7055d6aed031e1b186864", + "reference": "ec712fcba9a24fc7a0f7055d6aed031e1b186864", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5367,24 +5485,24 @@ ], "description": "The Task Center is the framework for a host of other extensions, see below.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-tstemplate", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/tstemplate.git", - "reference": "d3473af91a8c841e4602e475ba3bcb8f2abfda36" + "reference": "971e2446428cb6343a6d29b4295366b77c1385a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/d3473af91a8c841e4602e475ba3bcb8f2abfda36", - "reference": "d3473af91a8c841e4602e475ba3bcb8f2abfda36", + "url": "https://api.github.com/repos/TYPO3-CMS/tstemplate/zipball/971e2446428cb6343a6d29b4295366b77c1385a7", + "reference": "971e2446428cb6343a6d29b4295366b77c1385a7", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5416,24 +5534,24 @@ ], "description": "Framework for management of TypoScript template records for the CMS frontend.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/cms-viewpage", - "version": "v9.5.13", + "version": "v9.5.14", "source": { "type": "git", "url": "https://github.com/TYPO3-CMS/viewpage.git", - "reference": "930a95e0c5c69c4b2c47a372bb2606cc884cea2c" + "reference": "cf6b4011226aa351726ecc84851172aaf7c5331f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/930a95e0c5c69c4b2c47a372bb2606cc884cea2c", - "reference": "930a95e0c5c69c4b2c47a372bb2606cc884cea2c", + "url": "https://api.github.com/repos/TYPO3-CMS/viewpage/zipball/cf6b4011226aa351726ecc84851172aaf7c5331f", + "reference": "cf6b4011226aa351726ecc84851172aaf7c5331f", "shasum": "" }, "require": { - "typo3/cms-core": "9.5.13" + "typo3/cms-core": "9.5.14" }, "conflict": { "typo3/cms": "*" @@ -5465,7 +5583,7 @@ ], "description": "Shows the frontend webpage inside the backend frameset.", "homepage": "https://typo3.org", - "time": "2019-12-17T14:17:37+00:00" + "time": "2020-02-17T23:37:02+00:00" }, { "name": "typo3/phar-stream-wrapper", @@ -5558,21 +5676,21 @@ }, { "name": "wazum/pagetree-resizable", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/wazum/pagetree-resizable.git", - "reference": "8d47676cc863d4e9878723134536cd0ed6d0241f" + "reference": "5aaded72c936e3e69c52b825ae06efa293897446" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wazum/pagetree-resizable/zipball/8d47676cc863d4e9878723134536cd0ed6d0241f", - "reference": "8d47676cc863d4e9878723134536cd0ed6d0241f", + "url": "https://api.github.com/repos/wazum/pagetree-resizable/zipball/5aaded72c936e3e69c52b825ae06efa293897446", + "reference": "5aaded72c936e3e69c52b825ae06efa293897446", "shasum": "" }, "require": { "php": ">=7.0.0", - "typo3/cms-core": ">=8.7.0,<9.5.99" + "typo3/cms-core": "^8.7 || ^9.5 || ^10.2" }, "type": "typo3-cms-extension", "autoload": { @@ -5581,8 +5699,11 @@ } }, "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0" + ], "description": "Make the backend page tree horizontally resizable", - "time": "2018-11-26T06:55:42+00:00" + "time": "2020-02-19T18:58:52+00:00" }, { "name": "yoast-seo-for-typo3/yoast_seo",