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
32 changes: 17 additions & 15 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.2.29
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.29_linux_x64_cflinuxfs4_78fafa3b.tgz
sha256: 78fafa3bb3de553c509ac1d5754bbc578d4d7bc30faef4feaf2f2c672db3dfaa
version: 8.2.30
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs4_51e02230.tgz
sha256: 51e02230fc0269f37c182bf5531baf98e375ad70a39c485ed13b05eb4699160f
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.2.29.tar.gz
source_sha256: 0b27d330769d4bc67b1d8864347c38744b289664a946919c3ddb2235d326b3cd
source: https://php.net/distributions/php-8.2.30.tar.gz
source_sha256: a0fa6673ba4b0c8335fbab08afb7c2e13a3791f2b5a0928c7ad3d7ad872edf26
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -500,10 +500,10 @@ dependencies:
version:
- name: php
version: 8.2.30
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs4_51e02230.tgz
sha256: 51e02230fc0269f37c182bf5531baf98e375ad70a39c485ed13b05eb4699160f
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs5_3f85c3e9.tgz
sha256: 3f85c3e9705a297090a14df6f7e5bf73eda8b39809198b4bfcaabe4e4275832a
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://php.net/distributions/php-8.2.30.tar.gz
source_sha256: a0fa6673ba4b0c8335fbab08afb7c2e13a3791f2b5a0928c7ad3d7ad872edf26
dependencies:
Expand Down Expand Up @@ -625,18 +625,18 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.2.30
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs5_3f85c3e9.tgz
sha256: 3f85c3e9705a297090a14df6f7e5bf73eda8b39809198b4bfcaabe4e4275832a
version: 8.2.31
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.31_linux_x64_cflinuxfs4_fedf5701.tgz
sha256: fedf57019631450f219cf4dc10824ebf8c0a1ff48b360970231fb8a17c361a20
cf_stacks:
- cflinuxfs5
source: https://php.net/distributions/php-8.2.30.tar.gz
source_sha256: a0fa6673ba4b0c8335fbab08afb7c2e13a3791f2b5a0928c7ad3d7ad872edf26
- cflinuxfs4
source: https://php.net/distributions/php-8.2.31.tar.gz
source_sha256: '083c2f61cc5f527eb293c4c468a91af46a9678785957e023b2796a9db290d870'
dependencies:
- name: amqp
version: 2.1.2
- name: apcu
version: 5.1.23
version: 5.1.28
- name: bz2
version:
- name: curl
Expand Down Expand Up @@ -745,6 +745,8 @@ dependencies:
version: 3.3.2
- name: xsl
version:
- name: yaf
version: 3.3.7
- name: yaml
version: 2.2.3
- name: zip
Expand Down
Loading