We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9aa76 commit baaa50cCopy full SHA for baaa50c
Formula/p/php-cs-fixer.rb
@@ -2,8 +2,8 @@ class PhpCsFixer < Formula
2
desc "Tool to automatically fix PHP coding standards issues"
3
homepage "https://cs.symfony.com/"
4
# 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"
+ url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.67.0/php-cs-fixer.phar"
+ sha256 "6e13fda5e3066bd55a8ce0c5a1af843ce90b25fe996385519cd569c0c064e007"
7
license "MIT"
8
9
bottle do
0 commit comments