Skip to content

Commit

Permalink
Add testbench to require-dev instead of require
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jan 28, 2020
1 parent 09a8319 commit ba984a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"require": {
"illuminate/database": "~5.8.0|^6.0.0",
"illuminate/support": "~5.8.0|^6.0.0",
"illuminate/filesystem": "~5.8.0|^6.0.0",
"orchestra/testbench": "^4.5"
"illuminate/filesystem": "~5.8.0|^6.0.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5",
"orchestra/testbench": "^4.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ba984a4

Please sign in to comment.