File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
root-files/opt/flownative/php/build/extensions Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ extensions_imagick_runtime_packages() {
4444# @return string
4545#
4646extensions_imagick_url () {
47- echo " https://pecl.php.net/get/imagick-3.7 .0.tgz"
47+ echo " https://pecl.php.net/get/imagick-3.8 .0.tgz"
4848}
4949
5050# ---------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extensions_phpredis_runtime_packages() {
3939# @return string
4040#
4141extensions_phpredis_url () {
42- echo " https://github.com/phpredis/phpredis/archive/6.1 .0.tar.gz"
42+ echo " https://github.com/phpredis/phpredis/archive/6.2 .0.tar.gz"
4343}
4444
4545# ---------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extensions_xdebug_runtime_packages() {
3838# @return string
3939#
4040extensions_xdebug_url () {
41- echo " https://xdebug.org/files/xdebug-3.4.1 .tgz"
41+ echo " https://xdebug.org/files/xdebug-3.4.5 .tgz"
4242}
4343
4444# ---------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extensions_yaml_runtime_packages() {
3939# @return string
4040#
4141extensions_yaml_url () {
42- echo " http://pecl.php.net/get/yaml-2.2.4 .tgz"
42+ echo " http://pecl.php.net/get/yaml-2.2.5 .tgz"
4343}
4444
4545# ---------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments