Skip to content

Commit 51367c8

Browse files
authored
Merge pull request #255137 from Homebrew/bump-composer-2.9.2
composer 2.9.2
2 parents b2f3e8a + e31fbb7 commit 51367c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/composer.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Composer < Formula
22
desc "Dependency Manager for PHP"
33
homepage "https://getcomposer.org/"
4-
url "https://getcomposer.org/download/2.9.1/composer.phar"
5-
sha256 "1f9c85291820f8496ca95cd49028002db328e7fa99b4f548e8afa7f6774540f7"
4+
url "https://getcomposer.org/download/2.9.2/composer.phar"
5+
sha256 "471f2d857abf0ec18af7b055e61472214d91adb24f9bdbbb864c1c64faad7dd6"
66
license "MIT"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Composer < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9df8d80097e6388f80dd71b314ff607aca5e2fff52a7834b15fa5640c17c86c1"
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9df8d80097e6388f80dd71b314ff607aca5e2fff52a7834b15fa5640c17c86c1"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9df8d80097e6388f80dd71b314ff607aca5e2fff52a7834b15fa5640c17c86c1"
17-
sha256 cellar: :any_skip_relocation, sonoma: "eb13ab352fa56ba227d2cd5fdc0a280072cd4846f351f768905166b4043ad4cf"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "eb13ab352fa56ba227d2cd5fdc0a280072cd4846f351f768905166b4043ad4cf"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb13ab352fa56ba227d2cd5fdc0a280072cd4846f351f768905166b4043ad4cf"
14+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7259e23d91919ebc2d4e33ee9928dc7f67b6e85ff2f03df0b42001da072eb437"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7259e23d91919ebc2d4e33ee9928dc7f67b6e85ff2f03df0b42001da072eb437"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7259e23d91919ebc2d4e33ee9928dc7f67b6e85ff2f03df0b42001da072eb437"
17+
sha256 cellar: :any_skip_relocation, sonoma: "6fd0371d5fb55a0a9a083f1e9560336b38c1595d2638b610b4754d33760b4456"
18+
sha256 cellar: :any_skip_relocation, arm64_linux: "6fd0371d5fb55a0a9a083f1e9560336b38c1595d2638b610b4754d33760b4456"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6fd0371d5fb55a0a9a083f1e9560336b38c1595d2638b610b4754d33760b4456"
2020
end
2121

2222
depends_on "php"

0 commit comments

Comments
 (0)