Skip to content

Commit a030a3a

Browse files
authored
feat: add support for phpunit 13 (#23)
1 parent b2192cc commit a030a3a

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
@@ -16,7 +16,7 @@
1616
"php": "^8.2",
1717
"ext-mbstring": "*",
1818
"guzzlehttp/psr7": "^2.0",
19-
"phpunit/phpunit": "^11.5 | ^12",
19+
"phpunit/phpunit": "^11.5 | ^12 | ^13",
2020
"symfony/css-selector": ">=4.4.24 <9.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)