mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 03:59:11 +00:00
Fix namespace for composer psr-4 autoloader
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PHPExcel": "src/PhpSpreadsheet"
|
||||
"PHPExcel\\": "src/PhpSpreadsheet"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user