Skip to content

Commit

Permalink
Support laravel 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anteriovieira committed Oct 16, 2016
1 parent 83b9b19 commit efe0db0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/bus": "5.3.*",
"illuminate/contracts": "5.3.*",
"illuminate/database": "5.3.*",
"illuminate/queue": "5.3.*",
"illuminate/support": "5.3.*",
"illuminate/bus": "5.2.*|5.3.*",
"illuminate/contracts": "5.2.*|5.3.*",
"illuminate/database": "5.2.*|5.3.*",
"illuminate/queue": "5.2.*|5.3.*",
"illuminate/support": "5.2.*|5.3.*",
"ramsey/uuid": "~3.0"
},
"require-dev": {
Expand Down

0 comments on commit efe0db0

Please sign in to comment.