From 031fc5ac929721da98fd1fcd5b1a821d2b28b84f Mon Sep 17 00:00:00 2001 From: karser Date: Tue, 11 Feb 2020 20:05:14 +0200 Subject: [PATCH] Fix tests --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a5ceb30..76ac530 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "payum/core": "^1.5" }, "require-dev": { - "fabpot/goutte": "^3.2", + "fabpot/goutte": "^3.2,<3.3", "php-http/guzzle6-adapter": "^2.0", "phpunit/phpunit": "^5.7" },