From 1c413d5d638306e42ada3aba8319cafc9a6f3802 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:14:32 +0000 Subject: [PATCH] Update heroku/buildpacks-php to v0.2.0 ## heroku/php ### Added - Add PHP/8.3, update PHP runtimes, extensions, Composers, web servers (#104) - Support Ubuntu 24.04 (and, as a result, Heroku-24 and `heroku/builder:24`) - Support `arm64` CPU architecture (Ubuntu 24.04 / Heroku-24 only) ### Changed - Use Buildpack API 0.10 (requires `lifecycle` 0.17 or newer) - `buildpack.toml` declaration of `[[stacks]]` has been replaced with `[[targets]]`, currently supporting Ubuntu 20.04 and 22.04 (both `amd64`) - Bump versions of Composer and minimal PHP for bootstrapping to 2.7.6 and 8.3.7 ### Fixed - Strings should be allowed as values in `scripts` object in `composer.json` ([#90](https://github.com/heroku/buildpacks-php/issues/90)) --- builder-20/builder.toml | 4 ++-- builder-22/builder.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builder-20/builder.toml b/builder-20/builder.toml index cf6dc3f9..03b49f22 100644 --- a/builder-20/builder.toml +++ b/builder-20/builder.toml @@ -22,7 +22,7 @@ version = "0.19.6" [[buildpacks]] id = "heroku/php" - uri = "docker://docker.io/heroku/buildpack-php@sha256:9d76792ba9869eb96ba3b41b0bfb48c6adfaa58a361bba6083505c84c5a8d61e" + uri = "docker://docker.io/heroku/buildpack-php@sha256:21c6e7c49c6a62167ff1f8c2d1aaebdde99e278d677ecb04ec404a1f66065d93" [[buildpacks]] id = "heroku/procfile" @@ -109,7 +109,7 @@ version = "0.19.6" [[order]] [[order.group]] id = "heroku/php" - version = "0.1.2" + version = "0.2.0" [[order.group]] id = "heroku/procfile" version = "3.1.1" diff --git a/builder-22/builder.toml b/builder-22/builder.toml index 6a5e307c..2a393cf6 100644 --- a/builder-22/builder.toml +++ b/builder-22/builder.toml @@ -22,7 +22,7 @@ version = "0.19.6" [[buildpacks]] id = "heroku/php" - uri = "docker://docker.io/heroku/buildpack-php@sha256:9d76792ba9869eb96ba3b41b0bfb48c6adfaa58a361bba6083505c84c5a8d61e" + uri = "docker://docker.io/heroku/buildpack-php@sha256:21c6e7c49c6a62167ff1f8c2d1aaebdde99e278d677ecb04ec404a1f66065d93" [[buildpacks]] id = "heroku/procfile" @@ -109,7 +109,7 @@ version = "0.19.6" [[order]] [[order.group]] id = "heroku/php" - version = "0.1.2" + version = "0.2.0" [[order.group]] id = "heroku/procfile" version = "3.1.1"