Skip to content

Releases: heroku/buildpacks-php

v0.2.0

05 Jun 00:13
75153c2
Compare
Choose a tag to compare

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)

v0.1.2

24 Oct 11:15
b6b5245
Compare
Choose a tag to compare

heroku/php

Changed

  • Updated buildpack display name and description. (#57)

v0.1.1

30 Jun 14:48
f404605
Compare
Choose a tag to compare

heroku/php

Added

  • Initial implementation