Skip to content

Commit 44f2a6f

Browse files
bors[bot]norkunas
andauthored
Merge #209
209: Upgrade phpstan r=brunoocasali a=norkunas # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - Upgrades phpstan ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Tomas <[email protected]>
2 parents 952c0ae + ee1fcbc commit 44f2a6f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"doctrine/orm": "^2.9",
3131
"friendsofphp/php-cs-fixer": "^3.0",
3232
"nyholm/psr7": "^1.3",
33-
"phpstan/extension-installer": "^1.1",
34-
"phpstan/phpstan": "^0.12.90",
35-
"phpstan/phpstan-doctrine": "^0.12.39",
36-
"phpstan/phpstan-phpunit": "^0.12.20",
37-
"phpstan/phpstan-symfony": "^0.12.37",
33+
"phpstan/extension-installer": "^1.2",
34+
"phpstan/phpstan": "^1.9.1",
35+
"phpstan/phpstan-doctrine": "^1.3.22",
36+
"phpstan/phpstan-phpunit": "^1.2.2",
37+
"phpstan/phpstan-symfony": "^1.2.16",
3838
"phpunit/php-code-coverage": "^9.2",
3939
"phpunit/phpunit": "^9.5",
4040
"symfony/doctrine-bridge": "^4.4 || ^5.0 || ^6.0",

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ parameters:
33
paths:
44
- src
55
- tests
6-
ignoreErrors:
7-
- '#Class UnitEnum not found#'

0 commit comments

Comments
 (0)