Skip to content

Commit 3f55633

Browse files
Added PHPUnit 11/12 support
1 parent 4666479 commit 3f55633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dragon-code/support": "^6.11.2"
4141
},
4242
"require-dev": {
43-
"phpunit/phpunit": "^9.6 || ^10.2"
43+
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0"
4444
},
4545
"suggest": {
4646
"symfony/thanks": "Give thanks (in the form of a GitHub) to your fellow PHP package maintainers"
@@ -67,4 +67,4 @@
6767
"preferred-install": "dist",
6868
"sort-packages": true
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)