Skip to content

Commit d4fcd8f

Browse files
committed
Update PEST and PHPStan
1 parent b93bbca commit d4fcd8f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.php-cs-fixer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
->setRules([
1515
'@PER-CS' => true,
1616
'strict_param' => true,
17-
'single_class_element_per_statement' => false,
1817
'array_syntax' => ['syntax' => 'short'],
1918
'no_unused_imports' => true,
2019
'operator_linebreak' => ['only_booleans' => true, 'position' => 'end'],

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"psr/log": "^2.0|^3.0"
5050
},
5151
"require-dev": {
52-
"pestphp/pest": "^1.22|^2.0|^3.0",
53-
"phpstan/phpstan": "^1.8",
52+
"pestphp/pest": "^1.22|^2.0|^3.0|^4.0",
53+
"phpstan/phpstan": "^1.8|^2.0",
5454
"friendsofphp/php-cs-fixer": "^3.57"
5555
},
5656
"scripts": {

0 commit comments

Comments
 (0)