Skip to content

Commit 1f57d78

Browse files
Prepare release v1.0.3 (#203)
## heroku/php ### Added - PHP/8.3.21 - PHP/8.4.7 - ext-phalcon/5.9.3 - ext-grpc/1.72.0 - ext-uuid/1.3.0 - librdkafka/2.10.0 - Nginx/1.28.0 - Composer/2.8.9 ### Fixed - Nginx fails to start ([#186](#186)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent fcfc33a commit 1f57d78

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildpacks/php/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.3] - 2025-05-15
11+
1012
### Added
1113

1214
- PHP/8.3.21
@@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100102

101103
- Initial implementation
102104

103-
[unreleased]: https://github.com/heroku/buildpacks-php/compare/v1.0.2...HEAD
105+
[unreleased]: https://github.com/heroku/buildpacks-php/compare/v1.0.3...HEAD
106+
[1.0.3]: https://github.com/heroku/buildpacks-php/compare/v1.0.2...v1.0.3
104107
[1.0.2]: https://github.com/heroku/buildpacks-php/compare/v1.0.1...v1.0.2
105108
[1.0.1]: https://github.com/heroku/buildpacks-php/compare/v1.0.0...v1.0.1
106109
[1.0.0]: https://github.com/heroku/buildpacks-php/compare/v0.2.4...v1.0.0

buildpacks/php/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/php"
5-
version = "1.0.2"
5+
version = "1.0.3"
66
name = "Heroku PHP"
77
homepage = "https://github.com/heroku/buildpacks-php"
88
description = "Heroku's buildpack for PHP applications."

0 commit comments

Comments
 (0)