From 94022bbd2d7c5b5d98e65cb408e52fb60fc99151 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 22 Aug 2017 18:30:27 +0200 Subject: [PATCH] [TASK] Update typo3/testing-framework to 1.1.1 Fix three issues blocking core patches. Change-Id: I07deff6294061d04e15bd1a7707e504413bb30c9 Resolves: #82168 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53773 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 3ccb448b047b..264447516076 100644 --- a/composer.lock +++ b/composer.lock @@ -4072,16 +4072,16 @@ }, { "name": "typo3/testing-framework", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "ff0e86564aef38de93d3d6f0b3d245ac5b4891b3" + "reference": "782b97f5475a590a8c933d6c4351fcbb8b306a6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/ff0e86564aef38de93d3d6f0b3d245ac5b4891b3", - "reference": "ff0e86564aef38de93d3d6f0b3d245ac5b4891b3", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/782b97f5475a590a8c933d6c4351fcbb8b306a6f", + "reference": "782b97f5475a590a8c933d6c4351fcbb8b306a6f", "shasum": "" }, "require": { @@ -4131,7 +4131,7 @@ "tests", "typo3" ], - "time": "2017-06-25T19:58:57+00:00" + "time": "2017-08-22T15:46:33+00:00" }, { "name": "webmozart/assert", -- GitLab