Skip to content

Commit 1e3e33f

Browse files
committed
Allow PHPUnit 11
1 parent 7c3f1d5 commit 1e3e33f

File tree

3 files changed

+283
-271
lines changed

3 files changed

+283
-271
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php-vcr/php-vcr": "^1.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^10.0",
17+
"phpunit/phpunit": "^10.0 || ^11.0",
1818
"squizlabs/php_codesniffer": "^3.7",
1919
"phpstan/phpstan": "^1.10"
2020
},

0 commit comments

Comments
 (0)