Skip to content

Commit 6e63d03

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

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

composer.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-bin/phpunit/composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"require-dev": {
33
"phpunit/phpunit": "^11.5"
4+
},
5+
"config": {
6+
"platform": {
7+
"php": "8.1"
8+
}
49
}
510
}

0 commit comments

Comments
 (0)