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