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
36 changes: 20 additions & 16 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependency_deprecation_dates:
match: 8.2.\d+
- version_line: 8.3.x
name: php
date: 2026-11-23
date: 2025-12-31
link: http://php.net/supported-versions.php
match: 8.3.\d+
- version_line: 8.4.x
Expand Down Expand Up @@ -751,13 +751,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.30
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs4_bac0bfc1.tgz
sha256: bac0bfc18b86bc300a172742b09f170057f730614f7e0b90b812258453f43929
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.30.tar.gz
source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -787,6 +787,8 @@ dependencies:
version: 3.7.0
- name: imap
version:
- name: ioncube
version: 14.0.0
- name: ldap
version:
- name: lzf
Expand Down Expand Up @@ -876,10 +878,10 @@ dependencies:
version:
- name: php
version: 8.3.30
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs4_bac0bfc1.tgz
sha256: bac0bfc18b86bc300a172742b09f170057f730614f7e0b90b812258453f43929
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_38d8614b.tgz
sha256: 38d8614b92053411d354fb10e12e18f978961ca6673d2e05861879708f1e1965
cf_stacks:
- cflinuxfs4
- cflinuxfs5
source: https://php.net/distributions/php-8.3.30.tar.gz
source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386
dependencies:
Expand Down Expand Up @@ -1001,18 +1003,18 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.3.30
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_38d8614b.tgz
sha256: 38d8614b92053411d354fb10e12e18f978961ca6673d2e05861879708f1e1965
version: 8.3.31
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.31_linux_x64_cflinuxfs4_6f5a35e7.tgz
sha256: 6f5a35e755045020e915c25de4ed9711454545c533ea02af751d7c342599cdaf
cf_stacks:
- cflinuxfs5
source: https://php.net/distributions/php-8.3.30.tar.gz
source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386
- cflinuxfs4
source: https://php.net/distributions/php-8.3.31.tar.gz
source_sha256: 4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f
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 @@ -1121,6 +1123,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