topclaudy / compoships

Multi-columns relationships for Laravel's Eloquent ORM
MIT License
1.1k stars 130 forks source link

Support PhpUnit on composer #151

Closed erikn69 closed 1 year ago

erikn69 commented 1 year ago

is there a reason for no using PhpUnit on composer? With this we avoid manually downloading the PhpUnit Package for testing

topclaudy commented 1 year ago

Released in 2.2.1. Thanks @erikn69

topclaudy commented 1 year ago

is there a reason for no using PhpUnit on composer? With this we avoid manually downloading the PhpUnit Package for testing

We used PHPUnit via Composer prior to 2.1. This was changed in 2.1 with the Travis integration. I use other CI tools and I'm not familiar with Travis and wasn't sure whether or not this was necessary. But developers don't have to replicate Travis pipelines and I think this PR is the right choice.