Skip to content

Commit 2e470fa

Browse files
Auto merge pull request 485
2 parents cc5a5c6 + 478062c commit 2e470fa

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_73_LATEST":"7.3.28","PHP_74_LATEST":"7.4.19","PHP_DEFAULT":"7.4.19","PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_80_LATEST":"8.0.5"}
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_73_LATEST":"7.3.28","PHP_74_LATEST":"7.4.19","PHP_DEFAULT":"7.4.19","PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_80_LATEST":"8.0.6"}

manifest.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -674,13 +674,13 @@ dependencies:
674674
- name: zlib
675675
version:
676676
- name: php
677-
version: 8.0.3
678-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.0.3_linux_x64_cflinuxfs3_3de01649.tgz
679-
sha256: 3de01649c0ef889e035e7cf077fb2bafc2868105ace73dfd4a58ad17ac71a8ff
677+
version: 8.0.5
678+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.0.5_linux_x64_cflinuxfs3_54dffaf5.tgz
679+
sha256: 54dffaf5975a9a4e283aa827cb03604537e3b05ad4177c3ae8b1812629466895
680680
cf_stacks:
681681
- cflinuxfs3
682-
source: https://php.net/distributions/php-8.0.3.tar.gz
683-
source_sha256: e7ecfee901e0843377b64b2d8124132eae75bdb71a2675ba7c5c038d6592383d
682+
source: https://php.net/distributions/php-8.0.5.tar.gz
683+
source_sha256: 50aeac6fe9c2b5577d534369392ebb89c3e7a342b20ef538832b1df996cccb2a
684684
dependencies:
685685
- name: apcu
686686
version: 5.1.19
@@ -786,13 +786,13 @@ dependencies:
786786
- name: zlib
787787
version:
788788
- name: php
789-
version: 8.0.5
790-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.0.5_linux_x64_cflinuxfs3_54dffaf5.tgz
791-
sha256: 54dffaf5975a9a4e283aa827cb03604537e3b05ad4177c3ae8b1812629466895
789+
version: 8.0.6
790+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.0.6_linux_x64_cflinuxfs3_46ff1a72.tgz
791+
sha256: 46ff1a72131a78aa5800abe9c1f8ba675590ebfc330e915fffbffd60e9f3ce64
792792
cf_stacks:
793793
- cflinuxfs3
794-
source: https://php.net/distributions/php-8.0.5.tar.gz
795-
source_sha256: 50aeac6fe9c2b5577d534369392ebb89c3e7a342b20ef538832b1df996cccb2a
794+
source: https://php.net/distributions/php-8.0.6.tar.gz
795+
source_sha256: 51a3dcea6deb8ab82ad035d15baa7f5398980f576ac1968313ef149f7cf20100
796796
dependencies:
797797
- name: apcu
798798
version: 5.1.19

0 commit comments

Comments
 (0)