Skip to content

Commit

Permalink
moved var-dumper to dev in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Cappiello committed Aug 25, 2017
1 parent b038893 commit ca22e4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "xoco70/kendo-tournaments",
"description": "A Laravel 5.3+ Package that allows you to generate Tournaments tree, Direct Elimination, Round Robin, or Mixed",
"name": "xoco70/laravel-tournaments",
"description": "A Laravel 5.4+ Package that allows you to generate Tournaments tree",
"type": "Project",
"homepage": "https://github.com/xoco70/kendo-tournaments",
"homepage": "https://github.com/xoco70/laravel-tournaments",
"license": "Apache License 2.0",
"authors": [
{
Expand Down Expand Up @@ -38,7 +38,6 @@
},
"require": {
"php": ">=7.0.0",
"symfony/var-dumper": "~3.4",
"phpunit/phpunit": "^5.7",
"fzaninotto/faker": "1.*",
"laravel/browser-kit-testing": "^1.0",
Expand All @@ -49,6 +48,7 @@
},
"require-dev": {
"orchestra/testbench-browser-kit": "~3.0",
"orchestra/database": "~3.1"
"orchestra/database": "~3.1",
"symfony/var-dumper": "~3.4"
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca22e4a

Please sign in to comment.