From 540052353e355b686f7d9155021c7a411f7d5356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Tue, 20 Oct 2020 01:45:06 +0200 Subject: [PATCH] Drop HHVM conflict --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index ba4be80..2865f1d 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,6 @@ "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0 || ^8.0", "phpunitgoodpractices/polyfill": "^1.1" }, - "conflict": { - "hhvm": "*" - }, "require-dev": { "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", "symfony/phpunit-bridge": "^3.2.2 || ^4.0"