Skip to content

Commit 6e98e69

Browse files
committed
chore: downgrade phpunit requirement from ^11.0 to ^10.0 in composer.json
1 parent 58ab201 commit 6e98e69

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
@@ -38,7 +38,7 @@
3838
}
3939
},
4040
"require-dev": {
41-
"phpunit/phpunit": "^11.0"
41+
"phpunit/phpunit": "^10.0"
4242
},
4343
"scripts": {
4444
"test": [

0 commit comments

Comments
 (0)