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 Apr 12, 2024
1 parent 4eedca7 commit 6c052ef
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.27"
version = "0.2.28"

[[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.27"
version = "0.2.28"

[[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.27"
version = "0.2.28"

[[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.27"
version = "0.2.28"

[[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.26"
version = "0.4.27"

[[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.27"
version = "0.2.28"

[[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].26"
uri = "urn:cnb:registry:paketo-buildpacks/[email protected].27"

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

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

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

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

0 comments on commit 6c052ef

Please sign in to comment.