Skip to content

Commit f94a859

Browse files
committed
Allow PHPUnit 10 and 11
1 parent 1b034be commit f94a859

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,6 +17,6 @@
1717
},
1818
"require": {
1919
"php": ">=7.3",
20-
"phpunit/phpunit": "^8.5|^9.0"
20+
"phpunit/phpunit": "^8.5|^9.0|^10.0|^11.0"
2121
}
2222
}

0 commit comments

Comments
 (0)