Skip to content

Commit

Permalink
Add PHPUnit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Apr 16, 2018
1 parent 822cbf8 commit 3589226
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"silvershop/core": "3.x-dev",
"symbiote/silverstripe-gridfieldextensions": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"guzzle/plugin-mock": "^3.1",
"omnipay/dummy": "^2.1",
"omnipay/paymentexpress": "^2.1"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
Expand Down

0 comments on commit 3589226

Please sign in to comment.