Skip to content

Commit

Permalink
Use https URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 12, 2017
1 parent d9d3789 commit 1ed2c49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
"url": "https://pear.horde.org"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion test/Horde/Pdf/WriterTest.php
Expand Up @@ -215,7 +215,7 @@ public function testLinks()
$pdf->write(15, 'here', $link);
$pdf->addPage();
$pdf->setLink($link);
$pdf->image(__DIR__ . '/fixtures/horde-power1.png', 15, 15, 0, 0, '', 'http://pear.horde.org/');
$pdf->image(__DIR__ . '/fixtures/horde-power1.png', 15, 15, 0, 0, '', 'https://pear.horde.org/');
$actual = $pdf->getOutput();

$expected = $this->fixture('links');
Expand Down
Binary file modified test/Horde/Pdf/fixtures/links.pdf
Binary file not shown.

0 comments on commit 1ed2c49

Please sign in to comment.