Dependencies for PHPUnit 3.4.17

This is due to another message ( How to install an older version of PHPUnit via PEAR? ), However in my case I actually install PHPUnit 3.4.17 (this is due to the fact that I am creating an application in an environment with PHP 5.1.6).

I can not find anywhere in the PHPUnit documentation that lists the exact version numbers that should be associated with the various dependencies. Does anyone have a list somewhere, specifically for PHPUnit version 3.4?

The reason I ask is because I want to make sure that I don't encounter any problem in the middle of the development process, because one dependency is too new.

+3
source share
1 answer

3.4 docs:

PHPUnit 3.4 PHP 5.1.4 ( ), PHP 5.3.3 ( ) .

Xdebug 2.0.5 ( ) , Xdebug 2.1.0 ( ) .

, .

+1

All Articles