Skip to content

Commit

Permalink
Add PHP/8.3, update all other platform packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jun 4, 2024
1 parent 91a8e28 commit b358ddf
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
4 changes: 4 additions & 0 deletions buildpacks/php/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add PHP/8.3, update PHP runtimes, extensions, Composers, web servers (#104)

### Changed

- Use Buildpack API 0.10 (requires `lifecycle` 0.17 or newer)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "8.1.*",
"php": "8.*",
"ext-gmp": "*",
"ext-intl": "*",
"ext-mbstring": "*",
Expand Down
49 changes: 23 additions & 26 deletions buildpacks/php/tests/fixtures/smoke/hello-world/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b358ddf

Please sign in to comment.