Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change solves the problem of a fatal error thrown during the execution of the post-install/update script. Specifically: ``` Fatal error: Uncaught TypeError: Composer\Downloader\DownloadManager::download(): Argument #3 ($prevPackage) must be of type ?Composer\Package\PackageInterface, bool given, called in ...\jakoch\phantomjs-installer\src\PhantomInstaller\Installer.php on line 192 and defined in .../Composer/Downloader/DownloadManager.php:182 ```
- Loading branch information