symfony-cmf / simple-cms-bundle

UNMAINTAINED - A more-than-simple cms based on the cmf components
http://cmf.symfony.com/
49 stars 45 forks source link

Try to avoid PHPunit dependency #150

Closed wouterj closed 8 years ago

dbu commented 8 years ago

religous question... i think we added it because travisci had a too old version running at some point. i am ok to remove it again if possible, and use the preinstalled one.

wouterj commented 8 years ago

@dbu we had it in here because matthiasnoback's test packages had a dep on phpunit/phpunit and our lowest version tests caused a too low version of PHPunit (an unstable one).

I've now changed the requirements of matthiasnoback's test packages to versions that removed the direct phpunit dep, so the phpunit stable requirement isn't needed anymore.

dbu commented 8 years ago

excellent, thanks