1
0
mirror of https://github.com/silverstripe/silverstripe-behat-extension synced 2024-10-22 17:05:32 +02:00

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

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",