Skip to content

Commit 69d3231

Browse files
committed
Allow phpunit 12
1 parent 3b8bcd0 commit 69d3231

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
}
2121
},
2222
"require-dev": {
23-
"friendsofphp/php-cs-fixer": "^3.53",
23+
"friendsofphp/php-cs-fixer": "^3.70",
2424
"jetbrains/phpstorm-attributes": "^1.0",
2525
"phplrt/compiler": "^3.7",
2626
"phpstan/phpstan": "^2.1",
2727
"phpstan/phpstan-strict-rules": "^2.0",
28-
"phpunit/phpunit": "^10.5|^11.0"
28+
"phpunit/phpunit": "^10.5|^11.0|^12.0",
29+
"symfony/var-dumper": "^5.4|^6.0|^7.0"
2930
},
3031
"autoload-dev": {
3132
"psr-4": {

0 commit comments

Comments
 (0)