-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError: Argument 3 passed to Composer\Downloader\DownloadManager - Composer 2.0.7 #288
Comments
jakoch/phantomjs-installer has been updated to support Composer2 in 3.0.0, so the require here should be updated. |
The PhantomJS dependency, jakoch/phantomjs-installer, is incompatible with Composer v2. See composer/composer#9698 and jonnnnyw/php-phantomjs#288 Resolves #2. This change set an alias for phantomjs-installer v2 to v3 to avoid conflicts.
on v2.4.1 not installing it too. |
not installing with composer v2.6.3 and jonnyw/php-phantomjs v4.5.1 |
also not installing with composer v2.7.6 and jonnyw/php-phantomjs: 4.6.1
|
This is unlikely to ever get fixed IMO. I'd recommend switching to wkhtmltopdf + https://packagist.org/packages/knplabs/knp-snappy or similar alternative solutions as phantomjs is itself also EOL. |
Composer 2.0.7 - Error
PHP Fatal error: Uncaught TypeError: Argument 3 passed to Composer\Downloader\DownloadManager::download() must implement interface Composer\Package\PackageInterface or be null, bool given, called in /vendor/jakoch/phantomjs-installer/src/PhantomInstaller/Installer.php
Composer 1.10.17 - OK
The text was updated successfully, but these errors were encountered: