File tree Expand file tree Collapse file tree 3 files changed +87
-86
lines changed
Expand file tree Collapse file tree 3 files changed +87
-86
lines changed Original file line number Diff line number Diff line change 1- tests / export-ignore
2- .github / export-ignore
3- .gitattributes export-ignore
4- .gitignore export-ignore
5- .php-cs-fixer.php export-ignore
6- composer.lock export-ignore
7- phpstan.neon export-ignore
1+ /.github / export-ignore
2+ /tests / export-ignore
3+ /.editorconfig export-ignore
4+ /.gitattributes export-ignore
5+ /.gitignore export-ignore
6+ /.php-cs-fixer.php export-ignore
7+ /composer.lock export-ignore
8+ /phpstan.neon export-ignore
Original file line number Diff line number Diff line change 2020 "php" : " >=8.2"
2121 },
2222 "require-dev" : {
23- "friendsofphp/php-cs-fixer" : " ^3.92 " ,
23+ "friendsofphp/php-cs-fixer" : " ^3.93 " ,
2424 "ircmaxell/php-yacc" : " dev-master" ,
2525 "jbboehr/handlebars-spec" : " dev-master" ,
26- "phpstan/phpstan" : " ^2.1.33 " ,
26+ "phpstan/phpstan" : " ^2.1.37 " ,
2727 "phpunit/phpunit" : " ^11.5"
2828 },
2929 "autoload" : {
You can’t perform that action at this time.
0 commit comments