Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.1.31
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.31_linux_x64_cflinuxfs4_29eb09fb.tgz
sha256: 29eb09fb5aaed244f1c04253341979cd2a928f1940e79a18e8dfa3f8acdbb88f
version: 8.1.32
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.32_linux_x64_cflinuxfs3-dev_5d5fd4cf.tgz
sha256: 5d5fd4cf840b37106a5ae52dbae8a76a6ab966f323368a2fb010c3db9c820760
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.1.31.tar.gz
source_sha256: 618923b407c4575bfee085f00c4aaa16a5cc86d4b1eb893c0f352d61541bbfb1
- cflinuxfs3
source: https://php.net/distributions/php-8.1.32.tar.gz
source_sha256: 4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -279,7 +279,7 @@ dependencies:
- name: imap
version:
- name: ioncube
version: 13.0.2
version: 13.0.3
- name: ldap
version:
- name: lzf
Expand All @@ -293,7 +293,7 @@ dependencies:
- name: memcached
version: 3.2.0
- name: mongodb
version: 1.18.1
version: 1.19.1
- name: msgpack
version: 2.2.0
- name: mysqli
Expand Down Expand Up @@ -321,7 +321,7 @@ dependencies:
- name: pgsql
version:
- name: phalcon
version: 5.6.2
version: 5.7.0
- name: phpiredis
version: 1.0.1
- name: pspell
Expand Down Expand Up @@ -371,10 +371,10 @@ dependencies:
version:
- name: php
version: 8.1.32
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.32_linux_x64_cflinuxfs3-dev_5d5fd4cf.tgz
sha256: 5d5fd4cf840b37106a5ae52dbae8a76a6ab966f323368a2fb010c3db9c820760
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.32_linux_x64_cflinuxfs4_51db527b.tgz
sha256: 51db527bb2fbaac31dfacbeb5e02dd1d6d32399520ccee0aa6bc683ba1103d11
cf_stacks:
- cflinuxfs3
- cflinuxfs4
source: https://php.net/distributions/php-8.1.32.tar.gz
source_sha256: 4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff
dependencies:
Expand Down Expand Up @@ -498,13 +498,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.1.32
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.32_linux_x64_cflinuxfs4_51db527b.tgz
sha256: 51db527bb2fbaac31dfacbeb5e02dd1d6d32399520ccee0aa6bc683ba1103d11
version: 8.1.34
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.1.34_linux_x64_cflinuxfs4_924f1540.tgz
sha256: 924f1540a7d4c8cd3f81a99de7731c9aa48c0c27a0a370532a0e4ab7de8713f6
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.1.32.tar.gz
source_sha256: 4846836d1de27dbd28e89180f073531087029a77e98e8e019b7b2eddbdb1baff
source: https://php.net/distributions/php-8.1.34.tar.gz
source_sha256: 3c5b060ec8e0d5dd1d8237823f3161cc8bc5342aab3c46893eba9857759c4bfa
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -535,7 +535,7 @@ dependencies:
- name: imap
version:
- name: ioncube
version: 13.0.3
version: 13.0.2
- name: ldap
version:
- name: lzf
Expand All @@ -549,7 +549,7 @@ dependencies:
- name: memcached
version: 3.2.0
- name: mongodb
version: 1.19.1
version: 1.18.1
- name: msgpack
version: 2.2.0
- name: mysqli
Expand Down Expand Up @@ -577,7 +577,7 @@ dependencies:
- name: pgsql
version:
- name: phalcon
version: 5.7.0
version: 5.6.2
- name: phpiredis
version: 1.0.1
- name: pspell
Expand Down
Loading