Skip to content

Commit

Permalink
Merging tighten#56
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Jan 31, 2018
2 parents 6428106 + 939558f commit 4eb142f
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 122 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"require": {
"php": ">=7.0",
"nesbot/carbon": "~1.20"
"nesbot/carbon": "~1.20",
"symfony/var-dumper": "~3.3"
},
"require-dev": {
"mockery/mockery": "~1.0",
Expand All @@ -27,9 +28,6 @@
"Tightenco\\": "src/Tightenco"
}
},
"suggest": {
"symfony/var-dumper": "Required to prettify dd() and dump() (~3.3)."
},
"scripts": {
"test": [
"@composer install",
Expand Down
202 changes: 101 additions & 101 deletions composer.lock

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

Loading

0 comments on commit 4eb142f

Please sign in to comment.