diff --git a/composer.json b/composer.json index acb20bf..9b6d8b0 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ ], "require": { "php": ">=5.4.0", - "illuminate/support": "~4.1", - "illuminate/database": "~4.1", - "illuminate/validation": "~4.1" + "illuminate/support": "~5.0", + "illuminate/database": "~5.0", + "illuminate/validation": "~5.0" }, "require-dev": { "mockery/mockery": "dev-master"