endtoend-test-psl/tools/phpunit/composer.json

13 lines
240 B
JSON
Raw Normal View History

2021-03-27 21:32:45 +01:00
{
"type": "project",
"require": {
2021-05-14 15:15:55 +02:00
"php": "^8.0",
2021-03-27 21:32:45 +01:00
"ext-bcmath": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-sodium": "*",
"phpunit/phpunit": "^9.5"
}
2021-05-14 15:15:55 +02:00
}