Skip to content
Merged
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
21 changes: 11 additions & 10 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@ dependencies:
- name: zip
- name: zlib
- 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 @@ -466,13 +466,13 @@ dependencies:
- name: zip
- name: zlib
- 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_78fafa3b.tgz
sha256: 78fafa3bb3de553c509ac1d5754bbc578d4d7bc30faef4feaf2f2c672db3dfaa
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 Expand Up @@ -590,6 +590,7 @@ dependencies:
version: 2.2.3
- name: zip
- 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
Expand Down
Loading