Skip to content

Commit a5d62ce

Browse files
authored
chore(deps): allow phpunit v10 (#64)
1 parent c6f95e7 commit a5d62ce

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
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^8.1",
2424
"cdn77/entity-fqn-extractor": "^0.2.0",
25-
"phpunit/phpunit": "^9.5",
25+
"phpunit/phpunit": "^9.5 || ^10",
2626
"thecodingmachine/safe": "^2"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)