From 337f0b1098eb06e3cc70b36fe7dad3ac018e8bf9 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 17 Sep 2021 09:09:27 +0200 Subject: [PATCH] Use custom fork of typo3/testing-framework for now This includes a bug fix to allow execution of functional tests. The fix is already open as PR in the upstream repo. --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ba066c..4b8db38 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,12 @@ "type": "typo3-cms-extension", "license": "GPL-2.0-or-later", "homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html", + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/DanielSiepmann/testing-framework.git" + } + ], "support": { "email": "coding@daniel-siepmann.de", "source": "https://github.com/DanielSiepmann/tracking/", @@ -44,7 +50,7 @@ "phpstan/extension-installer": "^1.0", "jangregor/phpstan-prophecy": "^0.8.1", "phpspec/prophecy-phpunit": "^2.0", - "typo3/testing-framework": "^6.8.2", + "typo3/testing-framework": "dev-bugfix/add-missing-composer-dependency-to-sysext-install as 6.11.x-dev", "saschaegerer/phpstan-typo3": "^0.13.1", "symplify/easy-coding-standard": "^9.3", "cweagans/composer-patches": "^1.7"