Skip to content

Commit

Permalink
Updating laravel version of composer.json (#7)
Browse files Browse the repository at this point in the history
Thank you!
  • Loading branch information
gerciljunio authored and NicolasMahe committed Sep 4, 2017
1 parent 5a61c2d commit c422b3e
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 @@ -6,9 +6,9 @@
"require": {
"php": ">=5.5.9",
"maknz/slack": "~1.7",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*"
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/queue": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c422b3e

Please sign in to comment.