Skip to content

Commit

Permalink
Fix minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidbetter committed Jun 6, 2016
1 parent 0a507a8 commit be6526b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"require": {
"illuminate/container": ">=4.2",
"illuminate/container": ">=5.0",
"swiftmailer/swiftmailer": "~5.1"
},
"autoload": {
"psr-4": {
"Clarification\\MailDrivers\\Sendgrid\\": "src"
}
}
}
}

0 comments on commit be6526b

Please sign in to comment.