Skip to content

Commit 8baa69f

Browse files
cf-buildpacks-engarjun024
authored andcommitted
Add php 8.3.14, remove php 8.3.13
for stack(s) cflinuxfs4, cflinuxfs3
1 parent 30e533c commit 8baa69f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

defaults/options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"STACK":"trusty","LIBDIR":"lib","WEBDIR":"htdocs","WEB_SERVER":"httpd","PHP_VM":"php","ADMIN_EMAIL":"admin@localhost","HTTPD_STRIP":false,"HTTPD_MODULES_STRIP":true,"NGINX_STRIP":false,"PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_DEFAULT":"8.1.30","PHP_81_LATEST":"8.1.30","PHP_82_LATEST":"8.2.25","PHP_83_LATEST":"8.3.13"}
1+
{"STACK":"trusty","LIBDIR":"lib","WEBDIR":"htdocs","WEB_SERVER":"httpd","PHP_VM":"php","ADMIN_EMAIL":"admin@localhost","HTTPD_STRIP":false,"HTTPD_MODULES_STRIP":true,"NGINX_STRIP":false,"PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_DEFAULT":"8.1.30","PHP_81_LATEST":"8.1.30","PHP_82_LATEST":"8.2.25","PHP_83_LATEST":"8.3.14"}

manifest.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,13 +1395,13 @@ dependencies:
13951395
- name: zlib
13961396
version:
13971397
- name: php
1398-
version: 8.3.13
1399-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.13_linux_x64_cflinuxfs3-dev_68aefede.tgz
1400-
sha256: 68aefedea3e3fb4d2240594fbb401ca3fe2722b96484c589cd99e2af94dbad22
1398+
version: 8.3.14
1399+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.14_linux_x64_cflinuxfs3-dev_1ff6913d.tgz
1400+
sha256: 1ff6913d4a634dd3d72d9951311ba55f0dd54c1a2afca553411dac9bed62952c
14011401
cf_stacks:
14021402
- cflinuxfs3
1403-
source: https://php.net/distributions/php-8.3.13.tar.gz
1404-
source_sha256: ffe34317d2688ed3161809c90ca4135c84ebfdfd12a46880a264d7d1e1d7739a
1403+
source: https://php.net/distributions/php-8.3.14.tar.gz
1404+
source_sha256: e4ee602c31e2f701c9f0209a2902dd4802727431246a9155bf56dda7bcf7fb4a
14051405
dependencies:
14061406
- name: amqp
14071407
version: 2.1.2
@@ -1519,13 +1519,13 @@ dependencies:
15191519
- name: zlib
15201520
version:
15211521
- name: php
1522-
version: 8.3.13
1523-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.13_linux_x64_cflinuxfs4_9cbb729c.tgz
1524-
sha256: 9cbb729c3b5186fad56ff73c78769c86bfa0dcc80749a7ecb4d6deb6075b7b17
1522+
version: 8.3.14
1523+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.14_linux_x64_cflinuxfs4_47d48c30.tgz
1524+
sha256: 47d48c30e28d4874389bb23c2d862522ae96abef2e4872a0c5ab0dff31c27c2d
15251525
cf_stacks:
15261526
- cflinuxfs4
1527-
source: https://php.net/distributions/php-8.3.13.tar.gz
1528-
source_sha256: ffe34317d2688ed3161809c90ca4135c84ebfdfd12a46880a264d7d1e1d7739a
1527+
source: https://php.net/distributions/php-8.3.14.tar.gz
1528+
source_sha256: e4ee602c31e2f701c9f0209a2902dd4802727431246a9155bf56dda7bcf7fb4a
15291529
dependencies:
15301530
- name: amqp
15311531
version: 2.1.2

0 commit comments

Comments
 (0)