Skip to content

Commit

Permalink
Adding validator package as required since we have the validator gene…
Browse files Browse the repository at this point in the history
…rator
  • Loading branch information
ionut-tanasa committed Apr 1, 2016
1 parent d347164 commit 4fac864
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 97 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"illuminate/database": "~5.0",
"illuminate/pagination": "~5.0",
"illuminate/console": "~5.0",
"illuminate/filesystem": "~5.0"
"illuminate/filesystem": "~5.0",
"prettus/laravel-validation": "1.1.*"
},
"autoload": {
"psr-4": {
Expand All @@ -35,8 +36,7 @@
},
"suggest": {
"league/fractal": "Required to use the Fractal Presenter (0.12.*).",
"robclancy/presenter": "Required to use the Presenter Model (1.3.*)",
"prettus/laravel-validation": "Required to use the Repository Validators (1.1.*)"
"robclancy/presenter": "Required to use the Presenter Model (1.3.*)"
},
"extra": {
"branch-alias": {
Expand Down
Loading

0 comments on commit 4fac864

Please sign in to comment.