mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
init introduce namespaces
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
"email": "will.knauss@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
".",
|
||||
"./extensions"
|
||||
]
|
||||
"autoload":{
|
||||
"psr-4":{
|
||||
"CSV\\": "src",
|
||||
"CSV\\extensions\\": "src\\extensions",
|
||||
"CSV\\tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.1.*"
|
||||
|
||||
Reference in New Issue
Block a user