Skip to content

Commit

Permalink
Move testbench to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 3, 2015
1 parent 2b813fa commit 32b8e32
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
"require": {
"php" : ">=5.4.0",
"illuminate/support": "5.*",
"illuminate/console": "5.*",
"orchestra/testbench": "~3.0"
"illuminate/console": "5.*"

},
"require-dev": {
"laravel/framework": "5.*",
"phpunit/phpunit" : "4.*",
"mockery/mockery": "0.9.*",
"scrutinizer/ocular": "~1.1"
"scrutinizer/ocular": "~1.1",
"orchestra/testbench": "~3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 32b8e32

Please sign in to comment.