Skip to content

Commit

Permalink
Move PHPUnit as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Sep 2, 2017
1 parent 4965651 commit 58f4830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"require": {
"php": ">=7.0",
"botman/botman": "~2.0",
"phpunit/phpunit": "~5.0",
"illuminate/support": "~5.4.0",
"illuminate/console": "~5.4.0",
"thecodingmachine/discovery": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"mockery/mockery": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 58f4830

Please sign in to comment.