From 5ba49503c445f36294093283a64e57b07ffb3504 Mon Sep 17 00:00:00 2001 From: Jonny Wenmoth Date: Wed, 20 Apr 2016 17:58:18 +0100 Subject: [PATCH] Locking PhantomJS installer to version 2.1.1 as it was causing issues - https://github.com/jonnnnyw/php-phantomjs/issues/97 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3839eef..a106512 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "symfony/filesystem": "~2.3|~3.0", "symfony/yaml": "~2.3|~3.0", "twig/twig": "~1.16", - "jakoch/phantomjs-installer": "~2.1" + "jakoch/phantomjs-installer": "2.1.1" }, "require-dev": { "phpunit/phpunit": "~4.0",