diff --git a/composer.json b/composer.json index 6180a02cb93ffd63f922d3a02ec9b8a6d8fa8b80..bfcd0975adbe6210dd045bff6fe4d940f6cc052a 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,7 @@ "phpspec/prophecy": "^1.7.5", "phpstan/phpstan": "^0.12.44", "typo3/cms-styleguide": "~11.0.0", - "typo3/testing-framework": "^6.4.3" + "typo3/testing-framework": "^6.4.4" }, "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 4bc69da472d126c64bdadb6ef9168c44abb24555..e64776b1dd2358e5892bcb64c1967950d3bde282 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": "52f3f27b45bf17950fe59c832b4a66a3", + "content-hash": "9463bcc3c693352685e3a2351b69dfb6", "packages": [ { "name": "cogpowered/finediff", @@ -7768,7 +7768,7 @@ "type": "patreon" } ], - "abandoned": true, + "abandoned": "symplify/package-builder", "time": "2020-04-09T23:55:34+00:00" }, { @@ -8305,16 +8305,16 @@ }, { "name": "typo3/testing-framework", - "version": "6.4.3", + "version": "6.4.4", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "22461bc2b45c408b1ce4f2ae9521117e795f0c65" + "reference": "a061ad4c3844b05cdea8f5ced467063d0f0ab851" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/22461bc2b45c408b1ce4f2ae9521117e795f0c65", - "reference": "22461bc2b45c408b1ce4f2ae9521117e795f0c65", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/a061ad4c3844b05cdea8f5ced467063d0f0ab851", + "reference": "a061ad4c3844b05cdea8f5ced467063d0f0ab851", "shasum": "" }, "require": { @@ -8362,12 +8362,7 @@ "tests", "typo3" ], - "support": { - "general": "https://typo3.org/support/", - "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/6.4.3" - }, - "time": "2020-09-30T06:12:51+00:00" + "time": "2020-10-02T16:50:10+00:00" } ], "aliases": [], @@ -8388,5 +8383,5 @@ "platform-overrides": { "php": "7.2.5" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "1.1.0" } diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 1a750dc34648a94741fb530c032b4e5d6b249bef..eae78f5f9c7d3891936afbea7856edca53700e03 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -72,7 +72,7 @@ "phpspec/prophecy": "^1.7.5", "phpstan/phpstan": "^0.12.44", "typo3/cms-styleguide": "~11.0.0", - "typo3/testing-framework": "^6.4.3" + "typo3/testing-framework": "^6.4.4" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer",