File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
"require" : {
32
32
"php" : " >=7.0" ,
33
33
"illuminate/support" : " ^5.4|^6.0|^7.0|^8.0" ,
34
- "friendsofphp/php-cs-fixer" : " ^2.14 "
34
+ "friendsofphp/php-cs-fixer" : " ^2.18.6 "
35
35
},
36
36
"require-dev" : {
37
37
"illuminate/console" : " ^5.4|^6.0"
Original file line number Diff line number Diff line change 9
9
use PhpCsFixer \Console \Output \ErrorOutput ;
10
10
use PhpCsFixer \Console \Output \NullOutput ;
11
11
use PhpCsFixer \Console \Output \ProcessOutput ;
12
+ use PhpCsFixer \Console \Report \FixReport \ReportSummary ;
12
13
use PhpCsFixer \Error \ErrorsManager ;
13
14
use PhpCsFixer \Finder ;
14
- use PhpCsFixer \Report \ReportSummary ;
15
15
use PhpCsFixer \Runner \Runner ;
16
16
use PhpCsFixer \ToolInfo ;
17
17
use Symfony \Component \Console \Output \OutputInterface ;
You can’t perform that action at this time.
0 commit comments