Skip to content

Commit 1444ccc

Browse files
authored
Merge pull request #14 from W0rma/phpunit12
Support PHPUnit 12
2 parents f35b4a2 + b5fb388 commit 1444ccc

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)