libresign/vendor-bin/phpunit/composer.json
Vitor Mattos 40ef20e63d
chore: bump php version to 8.2
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-10-08 13:57:41 -03:00

17 lines
418 B
JSON

{
"require-dev": {
"donatj/mock-webserver": "^2.7",
"mikey179/vfsstream": "^1.6",
"byjg/swagger-test": "5.0.x-dev",
"guzzlehttp/psr7": "^2.4",
"symfony/yaml": "7.4.x-dev",
"smalot/pdfparser": "dev-master",
"phpunit/phpunit": "10.5.x-dev"
},
"minimum-stability": "dev",
"config": {
"platform": {
"php": "8.2"
}
}
}