Skip to content

Commit 45dc76b

Browse files
committed
fix: phpunit version
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 6e63d03 commit 45dc76b

2 files changed

Lines changed: 228 additions & 313 deletions

File tree

vendor-bin/phpunit/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"require-dev": {
3-
"phpunit/phpunit": "^11.5"
4-
},
52
"config": {
63
"platform": {
74
"php": "8.1"
85
}
6+
},
7+
"require-dev": {
8+
"phpunit/phpunit": "^10.5"
99
}
1010
}

0 commit comments

Comments
 (0)