From d1c6c1eaae2c162ff27fca28b7cee052e31048fe Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Tue, 21 Aug 2018 20:19:34 -0600 Subject: [PATCH] testing in php 7.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bbf9d4e..674fd2c 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "byjoby/flatrr": "dev-master" }, "require-dev": { - "phpunit/phpunit": "^7", - "phpunit/dbunit": "^4.0" + "phpunit/phpunit": "^6.5", + "phpunit/dbunit": "^3" }, "scripts": { "test": [