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

12 lines
247 B
JSON
Raw Normal View History

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