Skip to content

Commit 42f2584

Browse files
authored
Merge pull request Homebrew#182531 from Homebrew/bump-php-cs-fixer-3.63.1
php-cs-fixer 3.63.1
2 parents de9aa3b + 3aad053 commit 42f2584

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/p/php-cs-fixer.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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.62.0/php-cs-fixer.phar"
5-
sha256 "67f90074a21f99407d77cac3a365cd795d5180b3c5e4b64ca38ae78d4a2a4d5c"
4+
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.63.1/php-cs-fixer.phar"
5+
sha256 "99e1438b150fe5d0bfb523cb32d2ccb1353669140df34e26b96b10afefe8ceaa"
66
license "MIT"
77

88
bottle do
9-
rebuild 1
10-
sha256 cellar: :any_skip_relocation, all: "54c36ddbc898f40e4f819163e38d90fab8fde50ab563843891e18ddd67787d28"
9+
sha256 cellar: :any_skip_relocation, all: "76f5a82ca49eda245182c0c6bdddf023e231ed2ee1bfa9db33ac923c44d0cd75"
1110
end
1211

1312
depends_on "php"

0 commit comments

Comments
 (0)