Added phpunit dependency, avoid clashes with existing PEAR installs

Tries to include Yaml/Inline class from two separate locations,
which clashes with "cannot redeclare class"
This commit is contained in:
Ingo Schommer 2013-06-04 09:59:46 +02:00
parent 30ece1347f
commit ea55cbfc2c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"require": {
"php": ">=5.3.2",
"phpunit/phpunit": "3.7.x-dev",
"behat/behat": "2.4.*@stable",
"behat/mink": "1.4@stable",
"behat/mink-extension": "1.0@stable",