From 86f5792749be1c9a7c06ea6598188c7c9275e509 Mon Sep 17 00:00:00 2001 From: Emmanuel Keller Date: Fri, 11 May 2018 19:02:50 +0100 Subject: [PATCH] Limit buzz version < 17 #84 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c69bbd6..007ac68 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "license": "Apache-2.0", "require": { "php": ">=5.3.3", - "kriswallsmith/buzz": ">=0.6" + "kriswallsmith/buzz": ">=0.6 <0.17" }, "require-dev": { "phpunit/phpunit": "4.1.*"