Update APCu to version 5.1.14

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2018-11-21 14:58:00 +01:00
parent 0c16d10bf1
commit 28eb7826b2
No known key found for this signature in database
GPG Key ID: E517E9F206B8993D
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ declare -A extras=(
)
declare -A pecl_versions=(
[APCu]='5.1.13'
[APCu]='5.1.14'
[memcached]='3.0.4'
[redis]='4.2.0'
)