icingaweb2/composer.json
Eric Lippmann 40afb26b61 Replace outdated test setup code with composer.json
Also, we could require our PHP libraries as soon as we have uploaded them to
Packagist.
2025-11-06 14:35:55 +01:00

10 lines
119 B
JSON

{
"config": {
"platform": {
"php": "8.2"
}
},
"require-dev": {
"mockery/mockery": "^1.6"
}
}