Skip to content

Commit 0c1cd3c

Browse files
authored
Merge pull request #229321 from Homebrew/bump-php-cs-fixer-3.82.0
php-cs-fixer 3.82.0
2 parents d6c7a3d + 477702b commit 0c1cd3c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Formula/p/php-cs-fixer.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
class PhpCsFixer < Formula
22
desc "Tool to automatically fix PHP coding standards issues"
33
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.81.0/php-cs-fixer.phar"
6-
sha256 "b5c47609719b2a84c2c1c3898ef457ba8e5bedbf6820a73e1e216a076f6cf4fb"
4+
url "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.82.0/php-cs-fixer.phar"
5+
sha256 "768ff17d386f114ce84fd0951864639e8f2fe8595b9f3c9916374bbe198148c8"
76
license "MIT"
87

98
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "7e6c8070b455efcb21e6717d56517ab2226da43606bdd075e0cd53efeeb99e30"
9+
sha256 cellar: :any_skip_relocation, all: "72289eedf7568ba10756a0d44633db4049610dd2f4aeae6fe2dfa90eb19ee8ec"
1110
end
1211

13-
depends_on "php@8.3" # php 8.4 support milestone, https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173
12+
depends_on "php"
1413

1514
def install
1615
libexec.install "php-cs-fixer.phar"
1716

1817
(bin/"php-cs-fixer").write <<~PHP
19-
#!#{Formula["php@8.3"].opt_bin}/php
18+
#!#{Formula["php"].opt_bin}/php
2019
<?php require '#{libexec}/php-cs-fixer.phar';
2120
PHP
2221
end

0 commit comments

Comments
 (0)