Skip to content

Commit

Permalink
Dev: Add phpunit, selenium and facebook web driver to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 30, 2017
1 parent 4d96a60 commit d72f3b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,12 @@
"LimeSurvey\\Menu\\": "application/libraries/MenuObjects/",
"LimeSurvey\\Helpers\\": "application/helpers"
}
},
"require-dev": {
"phpunit/phpunit": "^6.4",
"phpunit/phpunit-selenium": "^4.1"
},
"require": {
"facebook/webdriver": "^1.4"
}
}

0 comments on commit d72f3b9

Please sign in to comment.