Skip to content

Commit 1078d4d

Browse files
committed
Update PHPStan and PHP-CS-Fixer
1 parent 97cf0d7 commit 1078d4d

File tree

3 files changed

+87
-86
lines changed

3 files changed

+87
-86
lines changed

.gitattributes

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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": {

0 commit comments

Comments
 (0)