mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
17 lines
418 B
JSON
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"
|
|
}
|
|
}
|
|
}
|