Skip to content

Commit b9c07b4

Browse files
authored
chore: upgrade dev dependencies (#418)
- allow phpunit@11 - upgrade to phpstan@2
1 parent 9c9623b commit b9c07b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"ext-gmp": "Optional for performance."
4343
},
4444
"require-dev": {
45-
"phpunit/phpunit": "^10.5.9",
46-
"phpstan/phpstan": "^1.10.57",
47-
"friendsofphp/php-cs-fixer": "^v3.68.3"
45+
"phpunit/phpunit": "^10.5.44|^11.5.6",
46+
"phpstan/phpstan": "^2.1.2",
47+
"friendsofphp/php-cs-fixer": "^v3.68.5"
4848
},
4949
"autoload": {
5050
"psr-4": {

0 commit comments

Comments
 (0)