From 7b5a0039ed8abc953fe2826db7a0a6a0e671c7a6 Mon Sep 17 00:00:00 2001 From: Benjamin Serfhos Date: Fri, 26 Oct 2018 13:42:46 +0200 Subject: [PATCH] [TASK] Try composer update for travis build --- Tests/InstallPatches/composer.json.patch | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/InstallPatches/composer.json.patch b/Tests/InstallPatches/composer.json.patch index 6f11cdc..49e36b0 100644 --- a/Tests/InstallPatches/composer.json.patch +++ b/Tests/InstallPatches/composer.json.patch @@ -3,11 +3,11 @@ index 83e5f47..e9fa296 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,7 @@ - "ruflin/elastica": "~3.2" + "ruflin/elastica": "^6.0.2" }, "require-dev": { - "phpunit/phpunit": "~6.4.4", -- "typo3/testing-framework": "~1.1.5", +- "typo3/testing-framework": "^2.0.0", + "phpunit/phpunit": "~5.7.0", "squizlabs/php_codesniffer": "~3.1.1" }, diff --git a/composer.json b/composer.json index dc13e7f..89acd0a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "phpunit/phpunit": "~6.4.4", - "typo3/testing-framework": "~1.1.5", + "typo3/testing-framework": "^2.0.0", "squizlabs/php_codesniffer": "~3.1.1" }, "config": {