16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"name": "nat-as/questionnaire-server",
|
|
"description": "Questionnaire management API and admin website",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit -c tests/phpunit.xml"
|
|
}
|
|
}
|