Skip to content

Commit 7c26a17

Browse files
Prepare release v1.0.7 (#231)
## heroku/php ### Changed - Retry downloads during bootstrapping ([#226](#226)) - Consistent handling of "non-URL" URLs (SSH-style or path) in `composer.json`/`composer.lock` repositories and package `source`s/`dist`s ([#105](https://github.com/heroku/buildpacks-php/issue/105), [#187](https://github.com/heroku/buildpacks-php/issue/187), [#208](#208)) - Support object-style notation of repositories in composer.json ([#209](#209)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent aef273e commit 7c26a17

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.7] - 2025-08-14
11+
1012
### Changed
1113

1214
- Retry downloads during bootstrapping ([#226](https://github.com/heroku/buildpacks-php/pull/226))
@@ -141,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141143

142144
- Initial implementation
143145

144-
[unreleased]: https://github.com/heroku/buildpacks-php/compare/v1.0.6...HEAD
146+
[unreleased]: https://github.com/heroku/buildpacks-php/compare/v1.0.7...HEAD
147+
[1.0.7]: https://github.com/heroku/buildpacks-php/compare/v1.0.6...v1.0.7
145148
[1.0.6]: https://github.com/heroku/buildpacks-php/compare/v1.0.5...v1.0.6
146149
[1.0.5]: https://github.com/heroku/buildpacks-php/compare/v1.0.4...v1.0.5
147150
[1.0.4]: https://github.com/heroku/buildpacks-php/compare/v1.0.3...v1.0.4

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.6"
5+
version = "1.0.7"
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)