File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments