Skip to content

Commit e412868

Browse files
Fix: Add explicit versioning when installing PHP module dependencies
1 parent 1a66a2e commit e412868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/core/memcached/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -e
4-
export DEPENDENCIES="php-igbinary php-msgpack"
4+
export DEPENDENCIES="php${PHP_VERSION}-igbinary php${PHP_VERSION}-msgpack"
55
export EXTENSION=memcached
66

77
# we need to do some weird stuff to get memcached working

0 commit comments

Comments
 (0)