From ab4b96a7dcb5223b0b85612367ef1826c95f2ebd Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 24 Feb 2019 14:23:10 +0300 Subject: [PATCH] Fix minimal phpunit version --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0bd8e2e..7e14447 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "ext-json": "*", - "phpunit/phpunit": "^4.8", + "phpunit/phpunit": "^4.8.35", "ely/php-code-style": "^0.3.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index cf0f024..87600a1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "715eede1be710927dc2f798522c84021", + "content-hash": "6fecc5deac2e564a7d0cb464b4c0fbe5", "packages": [ { "name": "guzzlehttp/guzzle",