Skip to content

Commit 436ae1c

Browse files
authored
Merge pull request #195939 from Homebrew/bump-composer-2.8.2
composer 2.8.2
2 parents e9d71b8 + e680715 commit 436ae1c

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.8.1/composer.phar"
5-
sha256 "930b376fbd2147a623ea7b704eb9d3b8b0d6072992207aa0535aa21f6f05378e"
4+
url "https://getcomposer.org/download/2.8.2/composer.phar"
5+
sha256 "9ed076041e269820c6c4223d66c5325fcaddc7f4b4317b3ba936812a965857ed"
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_sequoia: "a23fa31483840bc0121c660ac1d0559e88575170cd4f846ec817bd19442d45b2"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a23fa31483840bc0121c660ac1d0559e88575170cd4f846ec817bd19442d45b2"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a23fa31483840bc0121c660ac1d0559e88575170cd4f846ec817bd19442d45b2"
17-
sha256 cellar: :any_skip_relocation, sonoma: "986ebc4bc4b27ed307bb738d4223f5c2fae741b45692b26ff526083c876d0425"
18-
sha256 cellar: :any_skip_relocation, ventura: "986ebc4bc4b27ed307bb738d4223f5c2fae741b45692b26ff526083c876d0425"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f6cfed4a518a84ea523d9887c0664d3e93b893ea9e0c20e004fec350f0730bb3"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b317ffa7697ef39d306003c9d22f0a2d50795594ec043ae6f0b169adbd3ddb5"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b317ffa7697ef39d306003c9d22f0a2d50795594ec043ae6f0b169adbd3ddb5"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8b317ffa7697ef39d306003c9d22f0a2d50795594ec043ae6f0b169adbd3ddb5"
17+
sha256 cellar: :any_skip_relocation, sonoma: "94d0cce6e9a4d5b6952cac47bcb3373710a585f632337145f5833eb0d32530c7"
18+
sha256 cellar: :any_skip_relocation, ventura: "94d0cce6e9a4d5b6952cac47bcb3373710a585f632337145f5833eb0d32530c7"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a296232a4e299987cae33db785334de042148ee0f88cd0ff0e1ffd9d38c7ad26"
2020
end
2121

2222
depends_on "php"

0 commit comments

Comments
 (0)