Skip to content

Commit

Permalink
added mockery to composer require
Browse files Browse the repository at this point in the history
  • Loading branch information
anolilab committed Jul 29, 2015
1 parent 8ab961e commit 4e9b8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
}
],
"require": {
"php" : ">=5.4.0"
"php" : ">=5.4.0",
"mockery/mockery" : "~0.9.4"
},
"require-dev": {
"fabpot/php-cs-fixer" : "~1.10",
"mockery/mockery" : "~0.9.4",
"phpunit/phpunit" : "~4.6.4",
"scrutinizer/ocular" : "~1.1"
},
Expand Down

0 comments on commit 4e9b8dd

Please sign in to comment.