From 26bd44fab723fdd902377807a0c6bd8f5c3bc0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canda=C5=9F=20Minareci?= Date: Wed, 7 Nov 2018 10:08:24 +0200 Subject: [PATCH] lock version of buzz package I will like to fix issue #74 with locking buzz package version. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d6b07ce..ea9fb14 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "kriswallsmith/buzz": ">=0.9", + "kriswallsmith/buzz": "0.15.2", "symfony/property-access": ">=2.2.1" }, "autoload": {