diff --git a/composer.json b/composer.json index a29016b9bb0a2693ca9ff2946b7e20590184b012..58788d247d0be7cb3391ec07c2731e5531f56f2b 100644 --- a/composer.json +++ b/composer.json @@ -89,7 +89,7 @@ "phpstan/phpstan": "^0.12.13", "rector/rector": "^0.7.14", "typo3/cms-styleguide": "~10.0.2", - "typo3/testing-framework": "^6.2.2" + "typo3/testing-framework": "^6.2.3" }, "suggest": { "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", diff --git a/composer.lock b/composer.lock index a84aa0e6f5b305894ba93047522befd9da63c824..e97bc11d10c21999e28bfdea00331b596caec942 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8b59abfab89c1c653b48cff567f699bf", + "content-hash": "d87f7dd9c3388f224963b6822825b1c4", "packages": [ { "name": "cogpowered/finediff", @@ -7886,16 +7886,16 @@ }, { "name": "typo3/testing-framework", - "version": "6.2.2", + "version": "6.2.3", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "4e14e564f72875ce4c4414dd390c4b5ddb071fe6" + "reference": "0c345f56bf3936e32fea00c802780b3de6770def" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/4e14e564f72875ce4c4414dd390c4b5ddb071fe6", - "reference": "4e14e564f72875ce4c4414dd390c4b5ddb071fe6", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/0c345f56bf3936e32fea00c802780b3de6770def", + "reference": "0c345f56bf3936e32fea00c802780b3de6770def", "shasum": "" }, "require": { @@ -7942,7 +7942,7 @@ "tests", "typo3" ], - "time": "2020-04-06T15:19:47+00:00" + "time": "2020-04-20T05:44:22+00:00" } ], "aliases": [], @@ -7961,5 +7961,6 @@ "platform-dev": [], "platform-overrides": { "php": "7.2.5" - } + }, + "plugin-api-version": "1.1.0" } diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 1c406cc4d67529473ce0cc3fde02f63e93c3a1ed..80780024dc5287e5a97698c786e9b72d683fa666 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -69,7 +69,7 @@ "phpspec/prophecy": "^1.7.5", "phpstan/phpstan": "^0.12.13", "typo3/cms-styleguide": "~10.0.2", - "typo3/testing-framework": "^6.2.2" + "typo3/testing-framework": "^6.2.3" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",