mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-08 16:17:20 +00:00
Add support for snuffleupagus with PHP 8.0
This commit is contained in:
parent
4a4f5d0c14
commit
202b39b541
2 changed files with 2 additions and 2 deletions
|
@ -1674,7 +1674,7 @@ installRemoteModule() {
|
|||
;;
|
||||
snuffleupagus)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=0.6.0
|
||||
installRemoteModule_version=0.7.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