Skip to content

Commit fa070ef

Browse files
committed
Update dev-dependencies
- phpstan 2 - rector 2 - phpunit 12
1 parent 69fc95f commit fa070ef

File tree

7 files changed

+430
-411
lines changed

7 files changed

+430
-411
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"require-dev": {
4141
"ext-mbstring": "*",
4242
"friendsofphp/php-cs-fixer": "^3",
43-
"phpstan/phpstan": "^1.3",
44-
"phpunit/phpunit": "^10",
45-
"rector/rector": "^1"
43+
"phpstan/phpstan": "^2",
44+
"phpunit/phpunit": "^12",
45+
"rector/rector": "^2"
4646
},
4747
"autoload": {
4848
"classmap": [

0 commit comments

Comments
 (0)