From 6038c7590df6e8bca624b072a82b79f1037a1dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 19 Oct 2018 22:07:07 +0200 Subject: [PATCH] Fix: Disallow installation of phpunit/phpunit:7.4.1 --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6468ccde..d9c3075e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "localheinz/test-util": "~0.7.0", "phpbench/phpbench": "~0.14.0", "phpstan/phpstan": "~0.10.3", - "phpunit/phpunit": "^7.4.0" + "phpunit/phpunit": "7.4.0" }, "config": { "preferred-install": "dist", diff --git a/composer.lock b/composer.lock index 38298704..78aaf071 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": "6156a9b168eb05725be9e5721d233325", + "content-hash": "bf0c454da5758cee9ab8c57478061abb", "packages": [ { "name": "justinrainbow/json-schema",