Files
nat-as-server/composer.json
tom.hempel 06fc134299
Some checks failed
Tests / test (push) Has been cancelled
just testing the environment
2026-05-20 07:10:08 +02:00

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"
}
}