File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 "php" : " ~8.1.0 || ~8.2.0" ,
1414 "ext-mbstring" : " *" ,
1515 "ext-tokenizer" : " *" ,
16- "friendsofphp/php-cs-fixer" : " ^3.18 "
16+ "friendsofphp/php-cs-fixer" : " ^3.26.1 "
1717 },
1818 "require-dev" : {
19- "phpstan/phpstan" : " ^1.10.21 " ,
20- "phpstan/phpstan-phpunit" : " ^1.3.13 " ,
21- "phpunit/phpunit" : " ^10.2.2 " ,
19+ "phpstan/phpstan" : " ^1.10.33 " ,
20+ "phpstan/phpstan-phpunit" : " ^1.3.14 " ,
21+ "phpunit/phpunit" : " ^10.3.3 " ,
2222 "slam/php-debug-r" : " ^1.8.0" ,
2323 "slam/phpstan-extensions" : " ^6.0.0"
2424 },
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function testGetDefinitionIsProxied(): void
107107 public function testConfigureIsProxied (): void
108108 {
109109 $ fixer = $ this ->createMock (ConfigurableFixerInterface::class);
110- $ configuration = [\uniqid ()];
110+ $ configuration = [\uniqid () => \uniqid () ];
111111
112112 $ proxy = new PhpFileOnlyProxyFixer ($ fixer );
113113
You can’t perform that action at this time.
0 commit comments