Skip to content

Commit

Permalink
Moved phpunit to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Jan 15, 2017
1 parent 057f32e commit 4ac4f5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"require": {
"php": "^7.0|^7.1",
"intervention/image": "^2.3",
"intervention/imagecache": "^2.3",
"intervention/imagecache": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
Expand Down

0 comments on commit 4ac4f5b

Please sign in to comment.