Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Chaves authored Nov 21, 2018
1 parent 61b0da9 commit d3d729c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
"nunomaduro/collision": "2.0.*",
"league/flysystem": "1.0.*",
"league/plates": "3.3.*",
"slim/twig-view": "2.4.*",
"illuminate/database": "5.6.*",
"phpmailer/phpmailer": "6.0.*",
"naroga/redis-cache": "1.1.*"
},
"require-dev": {
"filp/whoops": "2.2.*"
"filp/whoops": "2.2.*",
},
"autoload": {
"psr-4": {
Expand All @@ -29,6 +28,7 @@
},
"suggest": {
"respect/validation": "1.1.*",
"jupitern/table": "1.*"
"jupitern/table": "1.*",
"slim/twig-view": "2.4.*"
}
}

0 comments on commit d3d729c

Please sign in to comment.