shell bypass 403
{
"name": "rap2hpoutre/fast-excel",
"type": "library",
"keywords": [
"laravel",
"excel",
"csv",
"xls",
"xlsx"
],
"description": "Fast Excel import/export for Laravel",
"require": {
"php": "^7.1|^8.0",
"illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0|^9.0",
"box/spout": "^3"
},
"require-dev": {
"illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0|^9.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Rap2hpoutre\\FastExcel\\": "src/"
},
"files": [
"src/functions/fastexcel.php"
]
},
"autoload-dev": {
"psr-4": {
"Rap2hpoutre\\FastExcel\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Rap2hpoutre\\FastExcel\\Providers\\FastExcelServiceProvider"
]
}
},
"license": "MIT",
"authors": [
{
"name": "rap2h",
"email": "raphaelht@gmail.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}