Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@heroku-linguist heroku-linguist released this 05 Jun 00:13
· 12 commits to main since this release
75153c2

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)