Skip to content

Commit bd08c3e

Browse files
authored
Merge pull request #6 from stefanbauer/patch-1
Allow phpunit 10
2 parents 3169ba0 + ec99602 commit bd08c3e

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
"homepage": "https://github.com/Astrotomic/phpunit-assertions",
1818
"require": {
1919
"php": "^7.4 || ^8.0",
20-
"phpunit/phpunit": "^9.1"
20+
"phpunit/phpunit": "^9.1 || ^10.0"
2121
},
2222
"require-dev": {
2323
"astrotomic/iso639": "^1.0",

0 commit comments

Comments
 (0)