From 42cd2a29c202b7d093d0f13acdd00555e5029a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:55:09 +0000 Subject: [PATCH] Update typo3/testing-framework requirement from ^7.0.2 to ^7.0.3 (#905) 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/7.0.2...7.0.3) --- 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 09bffe9..20fe836 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "symfony/yaml": "^5.3.6 || ^6.2.0", "typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.0", "typo3/coding-standards": "^0.6.1", - "typo3/testing-framework": "^7.0.2" + "typo3/testing-framework": "^7.0.3" }, "replace": { "typo3-ter/tea": "self.version"