From bb6d2b97d2239a5145f973468f45b58fa2b2e859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 11:27:53 +0200 Subject: [PATCH] Update typo3/testing-framework requirement from ^6.15.3 to ^6.16.5 (#468) Updates the requirements on [typo3/testing-framework](https://github.com/TYPO3/testing-framework) to permit the latest version. - [Release notes](https://github.com/TYPO3/testing-framework/releases) - [Commits](https://github.com/TYPO3/testing-framework/compare/6.15.3...6.16.5) --- updated-dependencies: - dependency-name: typo3/testing-framework dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f006bc..36e1f52 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0", "typo3/cms-fluid-styled-content": "^10.4 || ^11.5.2", "typo3/coding-standards": "^0.5.2", - "typo3/testing-framework": "^6.15.3" + "typo3/testing-framework": "^6.16.5" }, "replace": { "typo3-ter/tea": "self.version"