Skip to content

Commit 8197f79

Browse files
authored
Merge pull request #203570 from Homebrew/bump-php-cs-fixer-3.67.0
php-cs-fixer 3.67.0
2 parents 4c3db4d + b21600f commit 8197f79

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
@@ -2,12 +2,12 @@ class PhpCsFixer < Formula
22
desc "Tool to automatically fix PHP coding standards issues"
33
homepage "https://cs.symfony.com/"
44
# Bump to php 8.4 on the next release, if possible.
5-
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.66.2/php-cs-fixer.phar"
6-
sha256 "8ab455048a859358b74f5cb791e8d3fceedfa0b087409d02db212b8296bc1120"
5+
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.67.0/php-cs-fixer.phar"
6+
sha256 "6e13fda5e3066bd55a8ce0c5a1af843ce90b25fe996385519cd569c0c064e007"
77
license "MIT"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "674d0f6813e9eaa2dcb89be9d27ba8e26025a0dee4b32ea43206d1f4e3c0c416"
10+
sha256 cellar: :any_skip_relocation, all: "8f707b9a10fda13833dd30fe956a71fb01f3735701ec9fcc22211a5d7de275ad"
1111
end
1212

1313
depends_on "[email protected]" # php 8.4 support milestone, https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173

0 commit comments

Comments
 (0)