Skip to content

Commit

Permalink
support laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Aug 30, 2017
1 parent a9a4462 commit 9fa6b67
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 @@ -15,9 +15,9 @@
],
"require": {
"php" : ">=5.5.0",
"illuminate/contracts": "^5.3.0",
"illuminate/support": "5.3.0",
"illuminate/mail": "^5.3.0"
"illuminate/contracts": ">=5.3",
"illuminate/support": ">=5.3",
"illuminate/mail": ">=5.3"
},
"require-dev": {
},
Expand Down

0 comments on commit 9fa6b67

Please sign in to comment.