Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Commit

Permalink
Merge f38470e into 6ada045
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrdmr committed Feb 5, 2019
2 parents 6ada045 + f38470e commit cb4c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Virtphp/Workers/Creator.php
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ protected function createPhpBinWrapper()
protected function installPear()
{
$this->output->writeln('<comment>Downloading pear phar file, this could take a while...</comment>');
$pearInstall = $this->getFilesystem()->getContents('http://pear.php.net/install-pear-nozlib.phar');
$pearInstall = $this->getFilesystem()->getContents('https://github.com/pear/pearweb_phars/raw/master/install-pear-nozlib.phar');

$pearBinSource = <<<EOD
#!/bin/sh
Expand Down

0 comments on commit cb4c7fb

Please sign in to comment.