fmalk / codeigniter-phpunit

Hack to make CodeIgniter work with PHPUnit.
234 stars 61 forks source link

Install via composer #35

Closed seregazhuk closed 9 years ago

seregazhuk commented 9 years ago

Can your register your repo on packagist.org, so other people can install it via composer in their projects?

fmalk commented 9 years ago

I don't think it's a good idea. I've thought about it before, but this project hacks core system files, it doesn't just sit inside a /vendor folder and waits to be loaded. I think it's best if the user really understand what this hack does, and applies it by herself.