build(composer): Install phantomjs with composer

#146
This commit is contained in:
Pierre Rudloff 2018-01-25 12:56:09 +01:00
parent 9a163a55c3
commit 4b1db952ba
2 changed files with 46 additions and 3 deletions

View file

@ -22,9 +22,10 @@
"squizlabs/php_codesniffer": "~3.2.2",
"phpunit/phpunit": "~6.5.2",
"doctrine/instantiator": "~1.0.0",
"ffmpeg/ffmpeg": "3.4.1",
"ffmpeg/ffmpeg": "~3.4.1",
"rg3/youtube-dl": "2017.12.10",
"heroku/heroku-buildpack-php": "*"
"heroku/heroku-buildpack-php": "*",
"anam/phantomjs-linux-x86-binary": "~2.1.1"
},
"extra": {
"paas": {