Skip to content

Commit 0bdb7aa

Browse files
authored
Merge pull request #250968 from Homebrew/bump-php-cs-fixer-3.89.1
php-cs-fixer 3.89.1
2 parents 16ff448 + af56bc1 commit 0bdb7aa

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.89.0/php-cs-fixer.phar"
5-
sha256 "1fdf03972c4422f873c027e59d81166e419afb2a6b6add8a5b690d995eeb74ad"
4+
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.89.1/php-cs-fixer.phar"
5+
sha256 "a37315f2e36acc2007907b3e98a9fdc0fa3667bf06f3b6be2ae529c6540f5a66"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "24a5a86c035d04b8181554bdb3ba1e2756b3db3a20e7f50ea029ddcd18dfe0e7"
9+
sha256 cellar: :any_skip_relocation, all: "088b32006ad1389d0b1d94274292c60dfed0f77ebec8f519056a978d46bd64d2"
1010
end
1111

1212
depends_on "php"

0 commit comments

Comments
 (0)