This is related to another post (How to install an older version of PHPUnit through PEAR?), however in my case I'm actually installing PHPUnit 3.4.17 (this is due to the fact that I'm building an application in an environment that's running PHP 5.1.6).
I can't find anywhere in PHPUnit documentation which states the exact version numbers that the various dependencies need to be. Does anyone have a list somewhere, specifically for version 3.4 of PHPUnit?
The reason I ask is that I want to make sure that I don't run into any problems mid-way through development because one dependency is too new.