From edbde3172640181805327ac731ecd1da261653cf Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Thu, 14 Feb 2019 14:09:43 -0800 Subject: [PATCH] update dependencies, test on nightlies --- .travis.yml | 1 + composer.lock | 36 +++++++++++++++++++----------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7ae2d3..0b2f118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: generic services: docker env: - HHVM_VERSION=latest + - HHVM_VERSION=nightly install: - docker pull hhvm/hhvm:$HHVM_VERSION script: diff --git a/composer.lock b/composer.lock index 34d8134..61196ba 100644 --- a/composer.lock +++ b/composer.lock @@ -45,16 +45,16 @@ "packages-dev": [ { "name": "facebook/fbexpect", - "version": "v2.4.0", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/hhvm/fbexpect.git", - "reference": "a0fd5e57c15bc580dd130e3298f01ca51421c189" + "reference": "d9c45f8910be7dedb9dc59c153866b7b5a0f97a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hhvm/fbexpect/zipball/a0fd5e57c15bc580dd130e3298f01ca51421c189", - "reference": "a0fd5e57c15bc580dd130e3298f01ca51421c189", + "url": "https://api.github.com/repos/hhvm/fbexpect/zipball/d9c45f8910be7dedb9dc59c153866b7b5a0f97a2", + "reference": "d9c45f8910be7dedb9dc59c153866b7b5a0f97a2", "shasum": "" }, "require": { @@ -64,6 +64,7 @@ "hhvm/hsl": "^3.26|^4.0" }, "require-dev": { + "hhvm/hhast": "^4.0", "hhvm/hhvm-autoload": "^2.0" }, "type": "library", @@ -72,7 +73,7 @@ "MIT" ], "description": "Unit test helpers for Facebook projects", - "time": "2019-02-08T16:39:19+00:00" + "time": "2019-02-14T19:40:28+00:00" }, { "name": "facebook/hh-clilib", @@ -153,16 +154,16 @@ }, { "name": "hhvm/hhast", - "version": "v4.0.0", + "version": "v4.0.1", "source": { "type": "git", "url": "https://github.com/hhvm/hhast.git", - "reference": "de2bf56cc0a8f8765b6810fbfab3099eac717f7a" + "reference": "f544be3de790b9c4692d1b6b5d73ddbbc38cf4d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hhvm/hhast/zipball/de2bf56cc0a8f8765b6810fbfab3099eac717f7a", - "reference": "de2bf56cc0a8f8765b6810fbfab3099eac717f7a", + "url": "https://api.github.com/repos/hhvm/hhast/zipball/f544be3de790b9c4692d1b6b5d73ddbbc38cf4d3", + "reference": "f544be3de790b9c4692d1b6b5d73ddbbc38cf4d3", "shasum": "" }, "require": { @@ -186,32 +187,33 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "4.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "time": "2019-02-08T23:15:13+00:00" + "time": "2019-02-12T23:29:04+00:00" }, { "name": "hhvm/hhvm-autoload", - "version": "v2.0.2", + "version": "v2.0.3", "source": { "type": "git", "url": "https://github.com/hhvm/hhvm-autoload.git", - "reference": "f904bf2193a9d86ee5fbe19f987eaece57a52c31" + "reference": "46b5f6759965a894f06e2cd1fc501f7783ee6830" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hhvm/hhvm-autoload/zipball/f904bf2193a9d86ee5fbe19f987eaece57a52c31", - "reference": "f904bf2193a9d86ee5fbe19f987eaece57a52c31", + "url": "https://api.github.com/repos/hhvm/hhvm-autoload/zipball/46b5f6759965a894f06e2cd1fc501f7783ee6830", + "reference": "46b5f6759965a894f06e2cd1fc501f7783ee6830", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", - "hhvm": "^4.0" + "hhvm": "^4.0", + "hhvm/hsl": "^4.0" }, "replace": { "facebook/hhvm-autoload": "1.*" @@ -239,7 +241,7 @@ ] }, "notification-url": "https://packagist.org/downloads/", - "time": "2019-02-12T21:17:39+00:00" + "time": "2019-02-13T17:18:00+00:00" }, { "name": "hhvm/hsl-experimental",