File tree Expand file tree Collapse file tree 3 files changed +120
-92
lines changed
Expand file tree Collapse file tree 3 files changed +120
-92
lines changed Original file line number Diff line number Diff line change 1+ # Editor configuration, see https://editorconfig.org
2+ root = true
3+
4+ [* ]
5+ indent_style = space
6+ indent_size = 4
7+ end_of_line = lf
8+ charset = utf-8
9+ trim_trailing_whitespace = true
10+ insert_final_newline = true
11+
12+ [* .md ]
13+ trim_trailing_whitespace = false
14+
15+ [* .yml ]
16+ indent_size = 2
Original file line number Diff line number Diff line change 2323 "php" : " >=8.2"
2424 },
2525 "require-dev" : {
26- "friendsofphp/php-cs-fixer" : " ^3.87 " ,
26+ "friendsofphp/php-cs-fixer" : " ^3.91 " ,
2727 "jbboehr/handlebars-spec" : " dev-master" ,
28- "phpstan/phpstan" : " ^2.1.28 " ,
28+ "phpstan/phpstan" : " ^2.1.33 " ,
2929 "phpunit/phpunit" : " ^11.5"
3030 },
3131 "autoload" : {
4444 "test" : " vendor/bin/phpunit tests"
4545 },
4646 "config" : {
47+ "platform" : {
48+ "php" : " 8.2.29"
49+ },
4750 "sort-packages" : true
4851 }
4952}
You can’t perform that action at this time.
0 commit comments