From ed9b6f63a59d1bf097a9e5cbf57c43050d481639 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Thu, 23 Aug 2018 13:11:53 -0700 Subject: [PATCH] Update HHVM version --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 67b2947..f33af63 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "bin": [ "bin/hh-autoload" ], "require": { "composer-plugin-api": "^1.0", - "hhvm": "^3.25" + "hhvm": "^3.28" }, "require-dev": { "phpunit/phpunit": "^5.5", diff --git a/composer.lock b/composer.lock index d094010..23097ea 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": "4cfdca3a8189396ff566817001b1acb6", + "content-hash": "8522c431f2dc7153e87a8219572eadf5", "packages": [], "packages-dev": [ { @@ -1486,7 +1486,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "hhvm": "^3.25" + "hhvm": "^3.28" }, "platform-dev": [] }