Skip to content

Commit f3460ba

Browse files
chore(deps): update phpstan packages to v1 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 433f9e0 commit f3460ba

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"require-dev": {
2222
"ext-json": "*",
23-
"phpstan/phpstan": "^0.12.51",
24-
"phpstan/phpstan-phpunit": "^0.12.16",
25-
"phpstan/phpstan-strict-rules": "^0.12.5",
23+
"phpstan/phpstan": "^1.0.0",
24+
"phpstan/phpstan-phpunit": "^1.0.0",
25+
"phpstan/phpstan-strict-rules": "^1.0.0",
2626
"phpunit/phpunit": "^9.4"
2727
},
2828
"config": {

phpstan.neon.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
parameters:
2-
bootstrap: %currentWorkingDirectory%/tests/bootstrap.php
2+
bootstrapFiles:
3+
- %currentWorkingDirectory%/tests/bootstrap.php
34
level: max
45
excludes_analyse:
56
- %currentWorkingDirectory%/tests/*/data/*

0 commit comments

Comments
 (0)