From a8e83c31b1c2d34a2b9fc755f69703f8e8ffa22f Mon Sep 17 00:00:00 2001 From: nashe Date: Sat, 8 Jul 2017 00:08:18 +0100 Subject: Tag hhvm requirement as "conflict" --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c2c24e6..957fa34 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,10 @@ ], "minimum-stability": "stable", "require": { - "simplepie/simplepie": "1.3.1", "php": ">= 5.4", - "mustangostang/spyc": "0.5.1" + "hhvm": "^3.0", + "mustangostang/spyc": "0.5.1", + "simplepie/simplepie": "1.3.1" }, "require-dev": { "guzzlehttp/guzzle": "5.*", @@ -31,5 +32,8 @@ "app/lib/lib.opml.php", "app/lib/Cache.php" ] + }, + "conflict": { + "hhvm": "*" } } -- cgit v1.2.1