Skip to content

Commit

Permalink
move phpunit dep to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Cappiello committed Sep 1, 2017
1 parent 135c662 commit 8aa2dde
Show file tree
Hide file tree
Showing 2 changed files with 1,595 additions and 1,595 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@

"require": {
"php": ">=7.0.0",
"phpunit/phpunit": "^6.0",
"fzaninotto/faker": "1.*",
"laravel/browser-kit-testing": "^2.0",
"kalnoy/nestedset": "^4.3"
},
"scripts": {
"test": "phpunit"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"fzaninotto/faker": "1.*",
"laravel/browser-kit-testing": "^2.0",
"orchestra/testbench-browser-kit": "~3.5",
"orchestra/database": "~3.1",
"symfony/var-dumper": "~3.3.6"
Expand Down
Loading

0 comments on commit 8aa2dde

Please sign in to comment.