Skip to content

Commit a672033

Browse files
authored
Merge pull request Homebrew#208219 from Homebrew/bump-php-cs-fixer-3.69.1
php-cs-fixer 3.69.1
2 parents e1c3ec0 + dba2810 commit a672033

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.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

0 commit comments

Comments
 (0)