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
28 changes: 14 additions & 14 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1271,13 +1271,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.3.19
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.19_linux_x64_cflinuxfs4_e0466e9c.tgz
sha256: e0466e9c4463ad710b6bceee6a48d6ea629738c0c812b88c2d3c9f25d1aca6e1
version: 8.3.21
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.21_linux_x64_cflinuxfs3-dev_ca671d28.tgz
sha256: ca671d2873c1be5738199891c9a629afaca5ae89b2a3780e0a09151781165915
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.3.19.tar.gz
source_sha256: bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a
- cflinuxfs3
source: https://php.net/distributions/php-8.3.21.tar.gz
source_sha256: e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -1396,10 +1396,10 @@ dependencies:
version:
- name: php
version: 8.3.21
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.21_linux_x64_cflinuxfs3-dev_ca671d28.tgz
sha256: ca671d2873c1be5738199891c9a629afaca5ae89b2a3780e0a09151781165915
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.21_linux_x64_cflinuxfs4_699bf9bc.tgz
sha256: 699bf9bc863a8d0707fbc422d0351cdd7b1bc865b067ecc146838589c06105e7
cf_stacks:
- cflinuxfs3
- cflinuxfs4
source: https://php.net/distributions/php-8.3.21.tar.gz
source_sha256: e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d
dependencies:
Expand Down Expand Up @@ -1519,13 +1519,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.3.21
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.21_linux_x64_cflinuxfs4_699bf9bc.tgz
sha256: 699bf9bc863a8d0707fbc422d0351cdd7b1bc865b067ecc146838589c06105e7
version: 8.3.27
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.27_linux_x64_cflinuxfs4_eabf4cae.tgz
sha256: eabf4cae83c449f05892495e13e192ba09caf0eba3a560bef625da8c10b76f41
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.3.21.tar.gz
source_sha256: e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d
source: https://php.net/distributions/php-8.3.27.tar.gz
source_sha256: bf189e30f81e11526690b1c82e4fb8b286b607cd7afaf4bf27a39003d8f3246f
dependencies:
- name: amqp
version: 2.1.2
Expand Down
Loading