Skip to content

Commit

Permalink
Move phpunit to require-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Davies committed Nov 5, 2017
1 parent 364faf9 commit def93a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,10 +12,10 @@
}
],
"require": {
"php": ">=7.0",
"phpunit/phpunit": "^6.4"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit def93a3

Please sign in to comment.