mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
composer.json: Only allow to load tests in dev environment
This commit is contained in:
@@ -19,6 +19,11 @@
|
|||||||
"ParseCsv\\tests\\": "tests"
|
"ParseCsv\\tests\\": "tests"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"autoload-dev":{
|
||||||
|
"psr-4":{
|
||||||
|
"ParseCsv\\tests\\": "tests"
|
||||||
|
}
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "4.1.*"
|
"phpunit/phpunit": "4.1.*"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user