From b5bffaa5690bec9521f8c2fe126cc3b1e948ffa5 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Wed, 23 Oct 2019 19:51:11 +0700 Subject: [PATCH] chore: provide phpunit options --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 843e05b..7a2ebd1 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "adhocore/cron-expr": "^0.1" }, "require-dev": { - "phpunit/phpunit": "^6.5", + "phpunit/phpunit": "^6.5 || ^7.5", "swiftmailer/swiftmailer": "^6.0.0", "twig/twig": "^1.3 || ^2.4" },