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:
parent
30ece1347f
commit
ea55cbfc2c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user