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.
2 parents 770a877 + 16fe07f commit 2f2374aCopy full SHA for 2f2374a
.php_cs.dist.php
@@ -12,7 +12,7 @@
12
13
return (new PhpCsFixer\Config())
14
->setRules([
15
- '@PSR2' => true,
+ '@PSR12' => true,
16
'array_syntax' => ['syntax' => 'short'],
17
'ordered_imports' => ['sort_algorithm' => 'alpha'],
18
'no_unused_imports' => true,
composer.json
@@ -18,10 +18,10 @@
"php": "^8.0"
19
},
20
"require-dev": {
21
- "friendsofphp/php-cs-fixer": "^2.17",
+ "friendsofphp/php-cs-fixer": "^3.0",
22
"phpunit/phpunit": "^9.5",
23
- "spatie/ray": "^1.10",
24
- "vimeo/psalm": "^4.3"
+ "spatie/ray": "^1.28",
+ "vimeo/psalm": "^4.8"
25
26
"autoload": {
27
"psr-4": {
0 commit comments