File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11class 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
109 sha256 cellar : :any_skip_relocation , all : "7e6c8070b455efcb21e6717d56517ab2226da43606bdd075e0cd53efeeb99e30"
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
You can’t perform that action at this time.
0 commit comments