{
"name": "easy-excel/bench",
"description": "Phase-0 benchmark rig: identical workloads across easy-excel and the PHP spreadsheet ecosystem (PLAN.md §10).",
"require": {
"php": ">=8.3",
"phpoffice/phpspreadsheet": "^5.0 || ^4.0",
"openspout/openspout": "^4.24",
"avadim/fast-excel-writer": "^6.0",
"rap2hpoutre/fast-excel": "^5.6"
},
"autoload": {
"psr-4": {
"EasyExcel\\": "../php/src/EasyExcel/"
}
},
"config": {
"optimize-autoloader": true,
"platform-check": false,
"platform": {
"ext-gd": "8.5"
}
}
}
|