File tree Expand file tree Collapse file tree 5 files changed +73
-73
lines changed Expand file tree Collapse file tree 5 files changed +73
-73
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ private function installTightenCodingStandard(): void
84
84
85
85
/**
86
86
* Config uses a private static property $overriddenDefaults
87
- * which does 't allow us to update the config between runs
87
+ * which doesn 't allow us to update the config between runs
88
88
* we need to reset it so we can also lint in the fix command.
89
89
*/
90
90
private function resetConfig (string $ tool ): void
Original file line number Diff line number Diff line change 33
33
"php" : " ^8.1.0"
34
34
},
35
35
"require-dev" : {
36
- "friendsofphp/php-cs-fixer" : " ^3.21.1 " ,
37
- "laravel-zero/framework" : " ^10.1.1 " ,
38
- "laravel/pint" : " ^v1.11.0 " ,
39
- "nunomaduro/termwind" : " ^1.15.1 " ,
36
+ "friendsofphp/php-cs-fixer" : " ^3.46 " ,
37
+ "laravel-zero/framework" : " ^10.3 " ,
38
+ "laravel/pint" : " ^1.13 " ,
39
+ "nunomaduro/termwind" : " ^1.15" ,
40
40
"spatie/invade" : " ^1.1" ,
41
- "squizlabs/php_codesniffer" : " ^3.7.2 " ,
42
- "tightenco/tlint" : " ^9.0 "
41
+ "squizlabs/php_codesniffer" : " ^3.8 " ,
42
+ "tightenco/tlint" : " ^9.2 "
43
43
},
44
44
"autoload" : {
45
45
"psr-4" : {
You can’t perform that action at this time.
0 commit comments