diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-09 21:40:44 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-09 21:40:44 -0400 |
commit | 0cd7a2d35e26546033926e2e797d7bde66b7c6c6 (patch) | |
tree | 11e3c680cd817ab76b91e55fde9c4d3fd50e3c5b /composer.json | |
parent | 3c394fe92ec3b97d8404f68fd3379cfa6a92a6e1 (diff) | |
parent | 7464607195bb84b2a7b6f1e2ad3b208fe37dc336 (diff) |
Merge pull-request #2317
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 2f6bec91..85fdb5ad 100644 --- a/composer.json +++ b/composer.json @@ -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" } } |