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.69.0 /php-cs-fixer.phar"
6- sha256 "3c047f87c8b21329ba7d8b41b833c5aafe7cf076c30edb10ba0380cafab83f99 "
5+ url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.69.1 /php-cs-fixer.phar"
6+ sha256 "e2085d8d052c498233a98f9d844c56fb496bae8122a2211d0eebc8abc785081a "
77 license "MIT"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , all : "cb0a3e5d96f2c7fd1e47347c301bda5d27ef236bf526416ba9a257fe2d513f7e "
10+ sha256 cellar : :any_skip_relocation , all : "1b27d5f44de5de2e7f48f802cbf36218a612774e4e9215b7b6138131829a480f "
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