Skip to content

Commit f161e5d

Browse files
authored
feat: add support for phpunit 13 (#20)
1 parent 8e161f3 commit f161e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
"require": {
2525
"php": "^8.2 || ^8.3 || ^8.4 || ^8.5",
26-
"phpunit/phpunit": "^11.5 || ^12.0",
26+
"phpunit/phpunit": "^11.5 || ^12.0 || ^13.0",
2727
"ext-dom": "*"
2828
},
2929
"autoload":{

0 commit comments

Comments
 (0)