From be6526b3e7f59863e8da987881dbc7640c8f40ec Mon Sep 17 00:00:00 2001 From: Robin Lidbetter Date: Mon, 6 Jun 2016 09:38:00 -0400 Subject: [PATCH] Fix minimum requirements --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 69203d1..6775b17 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "illuminate/container": ">=4.2", + "illuminate/container": ">=5.0", "swiftmailer/swiftmailer": "~5.1" }, "autoload": { @@ -20,4 +20,4 @@ "Clarification\\MailDrivers\\Sendgrid\\": "src" } } -} \ No newline at end of file +}