Skip to content

Commit 598ac57

Browse files
committed
updated php cs fixer
1 parent 2542855 commit 598ac57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.php_cs.cache
2+
.php-cs-fixer.cache
23
cache/
34
vendor/
45
phpunit.xml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"nyholm/psr7-server": "^1.0",
4848
"kriswallsmith/buzz": "^1.2",
4949
"vimeo/psalm": "^4.7",
50-
"friendsofphp/php-cs-fixer": "^2.19",
50+
"friendsofphp/php-cs-fixer": "^3.0",
5151
"psalm/plugin-phpunit": "^0.15.1",
5252
"vlucas/phpdotenv": "^5.0"
5353
},

0 commit comments

Comments
 (0)