Skip to content

Commit

Permalink
Change phpunit to be a dev requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Galloway committed Jun 28, 2016
1 parent fdbfc2a commit 94dde35
Show file tree
Hide file tree
Showing 2 changed files with 1,184 additions and 1,184 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
],
"require": {
"php": ">=7.0.0",
"phpunit/phpunit": "~4.0",
"laravel/framework": "~5.2"
},
"require-dev": {
"mockery/mockery": "dev-master"
"phpunit/phpunit": "~4.0",
"mockery/mockery": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 94dde35

Please sign in to comment.