From 00e17bcb4a393bfb7cb4edf472c72c7369827ad7 Mon Sep 17 00:00:00 2001 From: Ciaran McNulty Date: Tue, 17 Dec 2019 11:27:55 +0000 Subject: [PATCH] Allow a wider range of phpspec versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06815a846..8d678a7c0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { - "phpspec/phpspec": "^3.2", + "phpspec/phpspec": "^2.5 || ^3.2 || ^4.0 || ^5.0 || ^6.0", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" },