Skip to content

Commit

Permalink
Move phpunit to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti authored Jan 4, 2020
1 parent 18268b1 commit e1aa12a
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 @@ -19,12 +19,12 @@
],
"require": {
"php": "^7.3",
"illuminate/support": ">=6",
"phpunit/phpunit": "^8.4"
"illuminate/support": ">=6"
},
"require-dev": {
"orchestra/testbench": "4.4.*",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.4",
"squizlabs/php_codesniffer": "*"
},
"autoload": {
Expand Down

0 comments on commit e1aa12a

Please sign in to comment.