Skip to content

Commit f48a02e

Browse files
authored
Merge pull request #18 from gameeapp/phpstan2
feat: phpstan 2.0
2 parents b6b792a + d4daf04 commit f48a02e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"require": {
1111
"php": "^8.1",
12-
"phpstan/phpstan": "^1.12",
13-
"phpstan/phpstan-dibi": "^1.0",
14-
"phpstan/phpstan-strict-rules": "^1.6",
15-
"phpstan/phpstan-webmozart-assert": "^1.2",
12+
"phpstan/phpstan": "^2.0",
13+
"phpstan/phpstan-dibi": "^2.0",
14+
"phpstan/phpstan-strict-rules": "^2.0",
15+
"phpstan/phpstan-webmozart-assert": "^2.0",
1616
"slevomat/coding-standard": "^8.15"
1717
},
1818
"config": {

0 commit comments

Comments
 (0)