1
0
Fork 0
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:
Michele Locati 2021-01-02 20:32:28 +01:00
parent 4a4f5d0c14
commit 202b39b541
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B
2 changed files with 2 additions and 2 deletions

View file

@ -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"