minkphp/MinkGoutteDriver

Goutte Driver cannot be downloaded from Composer

mpeshev opened this issue · 2 comments

While trying to install browser drivers for Mink with Composer, I get the following reply:

 [Composer\Downloader\TransportException]                                                                                                             
  The "https://api.github.com/repos/Behat/MinkGoutteDriver/zipball/v1.0.6" file could not be downloaded: failed to open stream: HTTP request failed!   

The file is no longer available and redirects to:

https://codeload.github.com/Behat/MinkGoutteDriver/legacy.zip/v1.0.6 with response code 324.

Is an update of the repos/versions required for new install?

Same goes for Selenium.

It's either Composer OR GitHub problem. Has nothing to do with Mink or any of its drivers directly.
Use --prefer-source key.

Confirmed - the file is available for direct download from https://api.github.com/repos/Behat/MinkGoutteDriver/zipball/v1.0.6 now. GitHub downtime on some servers or API cache probably.

Thanks.