Skip to content

Commit 8c14760

Browse files
authored
Merge pull request #235855 from Homebrew/bump-php-cs-fixer-3.87.0
php-cs-fixer 3.87.0
2 parents ab8e614 + a8d8d01 commit 8c14760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/php-cs-fixer.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class PhpCsFixer < Formula
22
desc "Tool to automatically fix PHP coding standards issues"
33
homepage "https://cs.symfony.com/"
4-
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.86.0/php-cs-fixer.phar"
5-
sha256 "0a9ad9fd8996064ff9aabfba3cb1cea148e3a1785263f6f91ff1431def402513"
4+
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.87.0/php-cs-fixer.phar"
5+
sha256 "50256e6b05c1d39b2d51c83dce091325cd39231fd168349ea5b2e9d690e8b13c"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "866c215fd8e1557684962f3bbb983e535f0c10a8fd4dc069abbfa4f63643fb65"
9+
sha256 cellar: :any_skip_relocation, all: "3fd5d27454c42709870b05a0839b9010e3bac75dd8826a8504abef64704954c1"
1010
end
1111

1212
depends_on "php"

0 commit comments

Comments
 (0)