This commit is contained in:
15
composer.json
Normal file
15
composer.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user