Skip to content

Commit 9bd33d8

Browse files
authored
Merge pull request #13 from phpfui/PHPUnit
Allow PHPUnit 10 and 11
2 parents 1b034be + f94a859 commit 9bd33d8

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)