Skip to content

Commit 2f2374a

Browse files
authored
Merge pull request #45 from spatie/deps
Deps
2 parents 770a877 + 16fe07f commit 2f2374a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.php_cs.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
return (new PhpCsFixer\Config())
1414
->setRules([
15-
'@PSR2' => true,
15+
'@PSR12' => true,
1616
'array_syntax' => ['syntax' => 'short'],
1717
'ordered_imports' => ['sort_algorithm' => 'alpha'],
1818
'no_unused_imports' => true,

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"php": "^8.0"
1919
},
2020
"require-dev": {
21-
"friendsofphp/php-cs-fixer": "^2.17",
21+
"friendsofphp/php-cs-fixer": "^3.0",
2222
"phpunit/phpunit": "^9.5",
23-
"spatie/ray": "^1.10",
24-
"vimeo/psalm": "^4.3"
23+
"spatie/ray": "^1.28",
24+
"vimeo/psalm": "^4.8"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)