Skip to content

Commit

Permalink
Merge pull request #183459 from Homebrew/bump-composer-2.7.9
Browse files Browse the repository at this point in the history
composer 2.7.9
  • Loading branch information
BrewTestBot authored Sep 4, 2024
2 parents 2342942 + e05ba4c commit 2e93789
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/c/composer.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Composer < Formula
desc "Dependency Manager for PHP"
homepage "https://getcomposer.org/"
url "https://getcomposer.org/download/2.7.8/composer.phar"
sha256 "3da35dc2abb99d8ef3fdb1dec3166c39189f7cb29974a225e7bbca04c1b2c6e0"
url "https://getcomposer.org/download/2.7.9/composer.phar"
sha256 "b6de5e65c199d80ba11897fbe1364e063e858d483f6a81a176c4d60f2b1d6347"
license "MIT"

livecheck do
Expand All @@ -11,13 +11,13 @@ class Composer < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5148b8a7afe35f524788b1a98db196e521faee13b398ec36d5aee15e6c9551d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e5148b8a7afe35f524788b1a98db196e521faee13b398ec36d5aee15e6c9551d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e5148b8a7afe35f524788b1a98db196e521faee13b398ec36d5aee15e6c9551d"
sha256 cellar: :any_skip_relocation, sonoma: "66e14152bdb1ed230aa4627e067cc552fe60214753163b648230534d6e5afbf1"
sha256 cellar: :any_skip_relocation, ventura: "66e14152bdb1ed230aa4627e067cc552fe60214753163b648230534d6e5afbf1"
sha256 cellar: :any_skip_relocation, monterey: "66e14152bdb1ed230aa4627e067cc552fe60214753163b648230534d6e5afbf1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbe67557887b2e8efa0e4191f8ec8df236f68d386d257b7348d7cebce0fafcd7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3a13e9e93b6f820869237b0b7f0c6ca860328fc8b99a1e1bb53e950f6f4c833"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c3a13e9e93b6f820869237b0b7f0c6ca860328fc8b99a1e1bb53e950f6f4c833"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c3a13e9e93b6f820869237b0b7f0c6ca860328fc8b99a1e1bb53e950f6f4c833"
sha256 cellar: :any_skip_relocation, sonoma: "489407d1634e9f7339702cc61d29821fd4e1333007823a822431e3375f6e0d03"
sha256 cellar: :any_skip_relocation, ventura: "489407d1634e9f7339702cc61d29821fd4e1333007823a822431e3375f6e0d03"
sha256 cellar: :any_skip_relocation, monterey: "489407d1634e9f7339702cc61d29821fd4e1333007823a822431e3375f6e0d03"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9b6a2dc470f366817003d4d8d5f19c816dd49938a0558429910ccb958da4ffe"
end

depends_on "php"
Expand Down

0 comments on commit 2e93789

Please sign in to comment.