diff --git a/composer.json b/composer.json index 528c37a..53a4a08 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~4.2", - "illuminate/database": "~4.2" + "illuminate/support": "~5.0", + "illuminate/database": "~5.0" }, "require-dev": { },