Skip to content

Commit bd37dda

Browse files
committed
Fix phpunit version
1 parent c9b8430 commit bd37dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"phpstan/phpstan": "^2.2",
2222
"phpstan/phpstan-deprecation-rules": "^2.0",
2323
"phpstan/phpstan-strict-rules": "^2.0",
24-
"phpunit/phpunit": "^12.0|^13.2",
24+
"phpunit/phpunit": "^12.0|^13.0",
2525
"symfony/var-dumper": "^7.4|^8.1"
2626
},
2727
"autoload-dev": {

0 commit comments

Comments
 (0)