Skip to content

Commit 653d268

Browse files
committed
Add phpunit 11 and 12 as options
1 parent c259277 commit 653d268

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
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "^3.8",
1919
"nunomaduro/collision": "^7|^8",
20-
"phpunit/phpunit": "^9.0|^10.0",
20+
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0",
2121
"phpstan/phpstan": "^1.9",
2222
"phpmd/phpmd": "^2.13"
2323
},

0 commit comments

Comments
 (0)