Skip to content

Commit

Permalink
phpExtensions.pdlib: fix throw message typo, require PHP >= 7
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 15, 2023
1 parent 5276c02 commit 29817ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/package-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ in
throw "php.extensions.pcov requires PHP version >= 7.1.";

pdlib = if lib.versionOlder prev.php.version "7.0" then
throw "php.extensions.pdlib requires PHP version >= 7.1."
throw "php.extensions.pdlib requires PHP version >= 7.0."
else
prev.extensions.pdlib;

Expand Down

0 comments on commit 29817ab

Please sign in to comment.