From 58c44a92c4b2075e2d3252ee0de95aa06257887b Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 11 Dec 2019 22:41:36 +0700 Subject: [PATCH] add phpspec 6 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd9ef92..323cac5 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license": "MIT", "require": { "php": ">=5.3.3", - "phpspec/phpspec": "~3.0|~4.0|~5.0", + "phpspec/phpspec": "~3.0|~4.0|~5.0|~6.0", "whatthejeff/nyancat-scoreboard": "~1.1" }, "autoload": {