Add phpunit-selenium to composer depenendencies

This commit is contained in:
Lev Lazinskiy
2016-06-08 18:40:41 -07:00
parent 5e7a812933
commit 6cf6ab2e2d
2 changed files with 68 additions and 3 deletions

View File

@@ -52,6 +52,7 @@
"require-dev" : {
"symfony/yaml" : "2.1",
"symfony/stopwatch" : "~2.6",
"phpunit/phpunit" : "4.8.*"
"phpunit/phpunit" : "4.8.*",
"phpunit/phpunit-selenium": "^2.0"
}
}