goodby / csv

Goodby CSV is a high memory efficient flexible and extendable open-source CSV import/export library for PHP 5.3. 1. Memory Management Free This library designed for memory unbreakable. It will not be accumulated in the memory whole rows. The importer read CSV file and execute callback function line by line. 2. Multibyte support This library supports mulitbyte input/output: for example, SJIS-win, EUC-JP and UTF-8. 3. Ready to Use for Enterprise Applications Goodby CSV is fully unit-tested. The library is stable and ready to be used in large projects like enterprise applications.
MIT License
955 stars 148 forks source link

goodby/csv and monolog clash #24

Closed andretux closed 10 years ago

andretux commented 10 years ago

We use monolog in a project and want to also use goodby/csv. We use composer for manageing the 3rd party libs. When we add goodby/csv below monolog, monolog gets uninstalled. If we add goodby/csv above monolog, then csv gets uninstalled and monolog installed. It seems that composer won't install both of them, only the one that is lower in the composer.json file.

Any ideas?

Thanks

andretux commented 10 years ago

Don't worry - my own stupidity. Had 2 require keys. Fixed now.