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 committed May 29, 2024
1 parent 370502b commit 26b92a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/php-fpm"
version = "0.2.30"
version = "0.2.31"

[[order.group]]
id = "paketo-buildpacks/php-httpd"
Expand All @@ -58,7 +58,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/php-redis-session-handler"
optional = true
version = "0.2.30"
version = "0.2.31"

[[order.group]]
id = "paketo-buildpacks/php-start"
Expand Down Expand Up @@ -111,7 +111,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/php-fpm"
version = "0.2.30"
version = "0.2.31"

[[order.group]]
id = "paketo-buildpacks/php-nginx"
Expand All @@ -125,7 +125,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/php-redis-session-handler"
optional = true
version = "0.2.30"
version = "0.2.31"

[[order.group]]
id = "paketo-buildpacks/php-start"
Expand Down Expand Up @@ -164,7 +164,7 @@ api = "0.7"

[[order.group]]
id = "paketo-buildpacks/php-builtin-server"
version = "0.4.29"
version = "0.4.30"

[[order.group]]
id = "paketo-buildpacks/php-memcached-session-handler"
Expand All @@ -174,7 +174,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/php-redis-session-handler"
optional = true
version = "0.2.30"
version = "0.2.31"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
6 changes: 3 additions & 3 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].29"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].30"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].30"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].31"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].30"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].31"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/[email protected]"
Expand Down

0 comments on commit 26b92a5

Please sign in to comment.