mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Add support for snuffleupagus on PHP 8.2 (#721)
This commit is contained in:
parent
b27f9786b8
commit
612b82f08e
2 changed files with 2 additions and 2 deletions
|
@ -3185,7 +3185,7 @@ installRemoteModule() {
|
|||
snuffleupagus)
|
||||
if test -z "$installRemoteModule_path"; then
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=0.8.2
|
||||
installRemoteModule_version=0.9.0
|
||||
fi
|
||||
installRemoteModule_src="$(getPackageSource https://codeload.github.com/jvoisin/snuffleupagus/tar.gz/v$installRemoteModule_version)"
|
||||
cd "$installRemoteModule_src/src"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue