{ "require-dev": { "phpunit/phpunit": "^11.5" }, "autoload": { "psr-4": { "Zabbix\\DataLoader\\Api\\": "src/api", "Zabbix\\DataLoader\\Generators\\": "src/generators", "Zabbix\\DataLoader\\Tests\\": "tests" } }, "scripts": { "test": [ "phpunit --testdox tests/" ] } }