Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit acb86af

Browse files
authored
Merge pull request #7 from FranMoraton/patch-1
update var access to allow php 8.2
2 parents 55abe1a + b47b85a commit acb86af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/local-php-security-checker-installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if (isset($architecture_output[0])) {
6969
}
7070
}
7171

72-
exec("curl -LSs https://github.com/fabpot/local-php-security-checker/releases/download/v${version}/local-php-security-checker_${version}_${platform}_${architecture} > ./{$bindir}/local-php-security-checker");
72+
exec("curl -LSs https://github.com/fabpot/local-php-security-checker/releases/download/v{$version}/local-php-security-checker_{$version}_{$platform}_{$architecture} > ./{$bindir}/local-php-security-checker");
7373
chmod("./{$bindir}/local-php-security-checker", 0755);
7474

7575
?>

0 commit comments

Comments
 (0)