Skip to content

Commit

Permalink
Mod: update test dependencies
Browse files Browse the repository at this point in the history
Use atoum version number
Install behat, page-object
  • Loading branch information
mikaelrandy committed Oct 7, 2015
1 parent 1035f87 commit 035666b
Show file tree
Hide file tree
Showing 2 changed files with 322 additions and 317 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
"tijsverkoyen/akismet" : "1.1.0"
},
"require-dev": {
"atoum/atoum" : "dev-master"
"atoum/atoum" : "~2.2",
"behat/behat" : "~2.4",
"behat/mink-extension" : "~1.0",
"behat/mink-goutte-driver" : "~1.0",
"sensiolabs/behat-page-object-extension" : "*",
"bossa/phpspec2-expect" : "dev-master"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 035666b

Please sign in to comment.