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
48 changes: 24 additions & 24 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1147,13 +1147,13 @@ dependencies:
- name: zlib
version:
- name: php
version: 8.3.19
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.19_linux_x64_cflinuxfs3-dev_ff25905b.tgz
sha256: ff25905bd4bfd6d35c912823812c7ffc08ff45b1c6b612229374e856610bc7c0
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:
- cflinuxfs3
source: https://php.net/distributions/php-8.3.19.tar.gz
source_sha256: bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a
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 @@ -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_cflinuxfs4_699bf9bc.tgz
sha256: 699bf9bc863a8d0707fbc422d0351cdd7b1bc865b067ecc146838589c06105e7
cf_stacks:
- cflinuxfs4
source: https://php.net/distributions/php-8.3.19.tar.gz
source_sha256: bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a
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 @@ -1395,13 +1395,13 @@ dependencies:
- name: zlib
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
version: 8.3.25
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.25_linux_x64_cflinuxfs3-dev_96f9c972.tgz
sha256: 96f9c97200290076b40e73d6946e0ea768893d4721beec7c7f37f788d50faf25
cf_stacks:
- cflinuxfs3
source: https://php.net/distributions/php-8.3.21.tar.gz
source_sha256: e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d
source: https://php.net/distributions/php-8.3.25.tar.gz
source_sha256: 86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -1444,7 +1444,7 @@ dependencies:
- name: memcached
version: 3.2.0
- name: mongodb
version: 1.18.1
version: 1.19.1
- name: msgpack
version: 2.2.0
- name: mysqli
Expand Down Expand Up @@ -1472,7 +1472,7 @@ dependencies:
- name: pgsql
version:
- name: phalcon
version: 5.6.2
version: 5.7.0
- name: phpiredis
version: 1.0.1
- name: pspell
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.25
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.25_linux_x64_cflinuxfs4_3fc7f76a.tgz
sha256: 3fc7f76aa298958b9303bf349907d023a9809b4298aef0dea893ffb188bc37ec
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.25.tar.gz
source_sha256: 86711e98eccffb637dc319f0cdcde9188c1710633910beb1a3cbb3ae5ecc2e05
dependencies:
- name: amqp
version: 2.1.2
Expand Down Expand Up @@ -1568,7 +1568,7 @@ dependencies:
- name: memcached
version: 3.2.0
- name: mongodb
version: 1.18.1
version: 1.19.1
- name: msgpack
version: 2.2.0
- name: mysqli
Expand Down Expand Up @@ -1596,7 +1596,7 @@ dependencies:
- name: pgsql
version:
- name: phalcon
version: 5.6.2
version: 5.7.0
- name: phpiredis
version: 1.0.1
- name: pspell
Expand Down
Loading