Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot authored and thitch97 committed Feb 16, 2024
1 parent c9196b9 commit cab10d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/composer"
optional = true
version = "0.6.7"
version = "0.7.0"

[[order.group]]
id = "paketo-buildpacks/composer-install"
Expand Down Expand Up @@ -98,7 +98,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/composer"
optional = true
version = "0.6.7"
version = "0.7.0"

[[order.group]]
id = "paketo-buildpacks/composer-install"
Expand Down Expand Up @@ -155,7 +155,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/composer"
optional = true
version = "0.6.7"
version = "0.7.0"

[[order.group]]
id = "paketo-buildpacks/composer-install"
Expand Down
2 changes: 1 addition & 1 deletion package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/nginx@0.15.10"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/composer@0.6.7"
uri = "urn:cnb:registry:paketo-buildpacks/composer@0.7.0"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/composer-install@0.3.22"
Expand Down

0 comments on commit cab10d7

Please sign in to comment.