Skip to content

Commit 5f4b587

Browse files
authored
Merge pull request #2 from Simtel/2.0.1
fix v2.0
2 parents a6180ed + f15e7a0 commit 5f4b587

6 files changed

Lines changed: 376 additions & 449 deletions

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
],
1111
"require": {
1212
"php": ">8.3",
13-
"phpstan/phpstan": "^2.0"
13+
"phpstan/phpstan": "^2.0",
14+
"phpstan/phpdoc-parser": "^2.2"
1415
},
1516
"autoload": {
1617
"psr-4": {
@@ -19,6 +20,6 @@
1920
}
2021
},
2122
"require-dev": {
22-
"phpunit/phpunit": "^9.5"
23+
"phpunit/phpunit": "^12.0"
2324
}
2425
}

0 commit comments

Comments
 (0)