File tree Expand file tree Collapse file tree 4 files changed +373
-8
lines changed Expand file tree Collapse file tree 4 files changed +373
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ $finder = PhpCsFixer\Finder::create()
99;
1010
1111return PhpCsFixer \Config::create ()
12+ ->setRiskyAllowed (true )
1213 ->setRules ([
1314 '@PSR2 ' => true ,
1415 'no_unused_imports ' => true ,
Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ Support
3030
3131- Create an issue on the main [ Phpactor] ( https://github.com/phpactor/phpactor ) repository.
3232- Join the ` #phpactor ` channel on the Slack [ Symfony Devs] ( https://symfony.com/slack-invite ) channel.
33+
Original file line number Diff line number Diff line change 2020 "require-dev" : {
2121 "fig/event-dispatcher-util" : " ^1.0" ,
2222 "friendsofphp/php-cs-fixer" : " ^2.17" ,
23+ "phpbench/phpbench" : " dev-master" ,
2324 "phpspec/prophecy-phpunit" : " ^2.0" ,
2425 "phpstan/phpstan" : " ~0.12.0" ,
2526 "phpunit/phpunit" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments