We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaab8f commit 706cbe6Copy full SHA for 706cbe6
.gitignore
@@ -1,4 +1,5 @@
1
.php_cs.cache
2
+.php-cs-fixer.cache
3
cache/
4
vendor/
5
phpunit.xml
composer.json
@@ -47,7 +47,7 @@
47
"nyholm/psr7-server": "^1.0",
48
"kriswallsmith/buzz": "^1.2",
49
"vimeo/psalm": "^4.7",
50
- "friendsofphp/php-cs-fixer": "^2.19",
+ "friendsofphp/php-cs-fixer": "^3.0",
51
"psalm/plugin-phpunit": "^0.15.1",
52
"vlucas/phpdotenv": "^5.0"
53
},
0 commit comments