Skip to content

Commit

Permalink
Update libmergepdf versioin for PHP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Feb 7, 2021
1 parent fe4702e commit f78e341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MoverIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function testLibpdfmergeSucceeds()

$composer = $this->composer;

$composer->require["iio/libmergepdf"] = "4.0.3";
$composer->require["iio/libmergepdf"] = "4.0.4";

file_put_contents($this->testsWorkingDir . '/composer.json', json_encode($composer));

Expand Down

0 comments on commit f78e341

Please sign in to comment.