Skip to content

Commit 7719359

Browse files
author
Timon Heuser
committed
feat: update to phpstan 1.0.0
1 parent 6352670 commit 7719359

File tree

2 files changed

+74
-72
lines changed

2 files changed

+74
-72
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
"minimum-stability": "stable",
2424
"require": {
2525
"php": "^7.4|^8.0",
26-
"phpstan/phpstan": "^0.12",
26+
"phpstan/phpstan": "^1.0.0",
2727
"symfony/polyfill-php80": "^1",
2828
"thecodingmachine/safe": "^1"
2929
},
3030
"require-dev": {
3131
"phpstan/extension-installer": "^1.1",
32-
"phpstan/phpstan-strict-rules": "^0.12.11",
32+
"phpstan/phpstan-strict-rules": "^1.0.0",
3333
"phpmd/phpmd": "^2.10",
34-
"ergebnis/phpstan-rules": "^0.15.3",
35-
"phpstan/phpstan-deprecation-rules": "^0.12.6",
34+
"ergebnis/phpstan-rules": "^1.0.0",
35+
"phpstan/phpstan-deprecation-rules": "^1.0.0",
3636
"roave/security-advisories": "dev-latest",
37-
"phpstan/phpstan-phpunit": "^0.12.22",
37+
"phpstan/phpstan-phpunit": "^1.0.0",
3838
"oneserv/phpcs-rules": "^1.0",
3939
"dg/bypass-finals": "^1.3",
40-
"thecodingmachine/phpstan-safe-rule": "^1.0",
40+
"thecodingmachine/phpstan-safe-rule": "^1.1.0",
4141
"madewithlove/license-checker": "^0.10.0",
4242
"phpunit/phpunit": "^9.5"
4343
},

composer.lock

Lines changed: 68 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)