diff --git a/composer.json b/composer.json index 17679eaa..d4530aeb 100644 --- a/composer.json +++ b/composer.json @@ -4,11 +4,11 @@ "license": "MIT", "require-dev": { "hhvm/hacktest": "^1.0", - "facebook/fbexpect": "^2.0" + "facebook/fbexpect": "^2.0", + "hhvm/hhvm-autoload": "^2.0" }, "require": { "hhvm": "^4.0", - "hhvm/hhvm-autoload": "^2.0", - "hhvm/hsl": "dev-master" + "hhvm/hsl": "^4.0" } }