From c92e81be0c44ec16cf404b8dd4dbd65f0169332f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 19 Oct 2018 22:03:16 +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 d9d176c9..73b7829d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "mikey179/vfsStream": "^1.6.5", "phpstan/phpstan": "~0.9.2", "phpstan/phpstan-strict-rules": "^0.9.0", - "phpunit/phpunit": "^6.5.7 || ^7.1.5" + "phpunit/phpunit": "^6.5.7 || ^7.1.5,<7.4.1" }, "config": { "preferred-install": "dist", diff --git a/composer.lock b/composer.lock index c5516c06..12f4acc8 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": "82e865a4db55283ea398f32973ec73a6", + "content-hash": "803dc697df001ef2803e72e545e0f555", "packages": [ { "name": "justinrainbow/json-schema",