소스 검색

Locking PhantomJS installer to version 2.1.1 as it was causing issues - https://github.com/jonnnnyw/php-phantomjs/issues/97

Jonny Wenmoth 9 년 전
부모
커밋
5ba49503c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      composer.json

+ 1 - 1
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",