From 8401e9c2b4bca3bf19eb7590f827b7169f4647d9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 25 Apr 2019 11:14:40 +0200 Subject: dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index cb14083f0..c79a72a4c 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "desandro/imagesloaded": "^4.1" }, "require-dev" : { - "phpunit/phpunit" : "@stable", + "phpunit/phpunit" : "~7.5.9", "behat/behat" : "@stable", "behat/mink-extension": "@stable", "behat/mink-goutte-driver": "@stable", -- cgit v1.2.3