mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Only improved code formatting
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
"homepage": "https://github.com/Fonata"
|
||||
}
|
||||
],
|
||||
"autoload":{
|
||||
"psr-4":{
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ParseCsv\\": "src",
|
||||
"ParseCsv\\extensions\\": "src\\extensions"
|
||||
}
|
||||
},
|
||||
"autoload-dev":{
|
||||
"psr-4":{
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"ParseCsv\\tests\\": "tests"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user