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 @@ -643,13 +643,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.2.26
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.26_linux_x64_cflinuxfs3-dev_f605b163.tgz
sha256: f605b1637cf249a0e6d913b6b4df5b2e02abe4caa7f027b895861e61def4758c
version: 8.2.28
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.28_linux_x64_cflinuxfs3-dev_17e88e6e.tgz
sha256: 17e88e6ebafe3e05a5f9c8b02a463ea49aff7f4066fc772d3054fbd17700fc89
cf_stacks:
- cflinuxfs3
source: https://php.net/distributions/php-8.2.26.tar.gz
source_sha256: 04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb
source: https://php.net/distributions/php-8.2.28.tar.gz
source_sha256: 3318300888de5023720cc84efad5e005e53f30b5f0072fae65a750dabcaf6ec3
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -769,13 +769,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.2.26
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.26_linux_x64_cflinuxfs4_20c0bf65.tgz
sha256: 20c0bf65cb9ca731a3f44922827d584b06fb3cf9adbe297dd9cc956678e5d5e6
version: 8.2.28
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.28_linux_x64_cflinuxfs4_f4b5803c.tgz
sha256: f4b5803c90630cf2066d0e8f04425eaa405a12b797db6ba827c248d379a8c316
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.2.26.tar.gz
source_sha256: 04e47b46b347ed6404dcc9e9989486710b075eafc8490500fd271aeeac5d83cb
source: https://php.net/distributions/php-8.2.28.tar.gz
source_sha256: 3318300888de5023720cc84efad5e005e53f30b5f0072fae65a750dabcaf6ec3
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -895,13 +895,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.2.28
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.28_linux_x64_cflinuxfs3-dev_17e88e6e.tgz
sha256: 17e88e6ebafe3e05a5f9c8b02a463ea49aff7f4066fc772d3054fbd17700fc89
version: 8.2.29
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.29_linux_x64_cflinuxfs3-dev_408af171.tgz
sha256: 408af1719f56c81977fe7053b912e4650c189184e3b2b7d81a96e76d70847c8b
cf_stacks:
- cflinuxfs3
source: https://php.net/distributions/php-8.2.28.tar.gz
source_sha256: 3318300888de5023720cc84efad5e005e53f30b5f0072fae65a750dabcaf6ec3
source: https://php.net/distributions/php-8.2.29.tar.gz
source_sha256: 0b27d330769d4bc67b1d8864347c38744b289664a946919c3ddb2235d326b3cd
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -1021,13 +1021,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.2.28
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.28_linux_x64_cflinuxfs4_f4b5803c.tgz
sha256: f4b5803c90630cf2066d0e8f04425eaa405a12b797db6ba827c248d379a8c316
version: 8.2.29
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.29_linux_x64_cflinuxfs4_f8ebd55b.tgz
sha256: f8ebd55b8446d034428d409e5e6a0a5a5f25e9e0d93e917e754700b3e5cbc751
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.2.28.tar.gz
source_sha256: 3318300888de5023720cc84efad5e005e53f30b5f0072fae65a750dabcaf6ec3
source: https://php.net/distributions/php-8.2.29.tar.gz
source_sha256: 0b27d330769d4bc67b1d8864347c38744b289664a946919c3ddb2235d326b3cd
dependencies:
- name: amqp
version: 2.1.2
Expand Down
Loading