Skip to content

Commit

Permalink
Merge pull request #34 from DivineOmega/fix/correct-requires
Browse files Browse the repository at this point in the history
Move orchestra testbench to require-dev
  • Loading branch information
DivineOmega authored Jul 19, 2019
2 parents d11919b + eddf69a commit 9c65e1b
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 @@ -35,7 +35,9 @@
"php": "^7.0.0",
"illuminate/support": ">=5.0",
"illuminate/database": ">=5.0",
"illuminate/http": ">=5.0",
"illuminate/http": ">=5.0"
},
"require-dev": {
"orchestra/testbench": "3.8.x-dev"
},
"autoload": {
Expand Down

0 comments on commit 9c65e1b

Please sign in to comment.