You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.
composer update fails due to bitbucket cdn issue - since composer.json's phantomjs-installer is pinned to v1.9.8 including bitbucket issues which have since been resolved upstream (jakoch/phantomjs-installer#34). Moving phantomjs-installer v1.9.8 => v2.1.1-p07 permits ENV setup to pull a mirror to work around OAuth issues - I doubt there are breaking changes in the PhantomJS Installer.
Update permits export PHANTOMJS_CDNURL=https://github.com/Medium/phantomjs/; composer update (or similar mirror)
composer update
fails due to bitbucket cdn issue - sincecomposer.json
's phantomjs-installer is pinned to v1.9.8 including bitbucket issues which have since been resolved upstream (jakoch/phantomjs-installer#34). Moving phantomjs-installerv1.9.8
=>v2.1.1-p07
permits ENV setup to pull a mirror to work around OAuth issues - I doubt there are breaking changes in the PhantomJS Installer.Update permits
export PHANTOMJS_CDNURL=https://github.com/Medium/phantomjs/; composer update
(or similar mirror)In the interim, modifying the URL scheme in
/vendor/jakoch/phantomjs-installer/src/PhantomInstaller/Installer.php
to match https://github.com/Medium/phantomjs/archive/v1.9.8/1.9.8-macosx.zip will get you through composer update.The text was updated successfully, but these errors were encountered: