Skip to content

Commit c56c910

Browse files
authored
Merge pull request #229685 from Homebrew/bump-composer-2.8.10
composer 2.8.10
2 parents 271d113 + 8f0cf17 commit c56c910

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/composer.rb

Lines changed: 9 additions & 9 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.9/composer.phar"
5-
sha256 "8e8829ec2b97fcb05158236984bc252bef902e7b8ff65555a1eeda4ec13fb82b"
4+
url "https://getcomposer.org/download/2.8.10/composer.phar"
5+
sha256 "28dbb6bd8bef31479c7985b774c130a8bda37dbe63c35b56f6cb6bc377427573"
66
license "MIT"
77

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

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a05a5caf378a6feffbe8eb20a6df237f2fbdcd4ad95c330523721cba76c5ae24"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a05a5caf378a6feffbe8eb20a6df237f2fbdcd4ad95c330523721cba76c5ae24"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a05a5caf378a6feffbe8eb20a6df237f2fbdcd4ad95c330523721cba76c5ae24"
17-
sha256 cellar: :any_skip_relocation, sonoma: "1f0caa6188458c601c106506cc548b99c711f6cd267cbe757ea80cc0307aac40"
18-
sha256 cellar: :any_skip_relocation, ventura: "1f0caa6188458c601c106506cc548b99c711f6cd267cbe757ea80cc0307aac40"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "00b726600dae89baf262d48d9919975579522b14e5a163506aedba18a74d3eab"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "00b726600dae89baf262d48d9919975579522b14e5a163506aedba18a74d3eab"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6061b0daadbde2d445f44a64690c6848da8b43b06cd0cdf1b47024c6fb13e8a7"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6061b0daadbde2d445f44a64690c6848da8b43b06cd0cdf1b47024c6fb13e8a7"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6061b0daadbde2d445f44a64690c6848da8b43b06cd0cdf1b47024c6fb13e8a7"
17+
sha256 cellar: :any_skip_relocation, sonoma: "defa5ff7eb2e246349abedc74b506c8b2390d8b999bb623816dabfda18f04d92"
18+
sha256 cellar: :any_skip_relocation, ventura: "defa5ff7eb2e246349abedc74b506c8b2390d8b999bb623816dabfda18f04d92"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "55861441ff00eeb47738be59a246fe8e75615f788bb34b8723a104a8f2571d40"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "55861441ff00eeb47738be59a246fe8e75615f788bb34b8723a104a8f2571d40"
2121
end
2222

2323
depends_on "php"

0 commit comments

Comments
 (0)