Skip to content

Commit b5fb388

Browse files
committed
Support PHPUnit 12
1 parent f35b4a2 commit b5fb388

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.1",
1717
"ext-mbstring": "*",
1818
"guzzlehttp/psr7": "^2.0",
19-
"phpunit/phpunit": "^9.5 | ^10.0 | ^11.0",
19+
"phpunit/phpunit": "^9.5 | ^10.0 | ^11.0 | ^12",
2020
"symfony/css-selector": ">=4.4.24 <8.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)