endtoend-test-psl/tools/phpunit/composer.json
2021-05-14 18:03:29 +01:00

13 lines
240 B
JSON

{
"type": "project",
"require": {
"php": "^8.0",
"ext-bcmath": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-sodium": "*",
"phpunit/phpunit": "^9.5"
}
}