Learn more about cloning repositories
You have read-only access
{
"require-dev": {
"phpunit/phpunit": "^11.5"
},
"autoload": {
"psr-4": {
"Zabbix\\DataLoader\\Api\\": "src/api",
"Zabbix\\DataLoader\\Generators\\": "src/generators",
"Zabbix\\DataLoader\\Test\\": "tests"
}
"scripts": {
"test": [
"phpunit --testdox tests/"
]
Everything looks good. We'll let you know here if there's anything you should know about.