From 284ee683c91dd6345fb331f7e1067e2da46553d3 Mon Sep 17 00:00:00 2001 From: Rachael97 Date: Mon, 11 Oct 2021 00:57:28 +0800 Subject: [PATCH] Fix jakoch/phantomjs-installer TypeError thrown during install --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b5cf6f58..4a325faf 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.1-p08" + "jakoch/phantomjs-installer": "^3" }, "require-dev": { "phpunit/phpunit": "~4.0",