diff --git a/composer.json b/composer.json index 2c25dc0..5c2b1e7 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": "^5.5.9 || ^7.0", - "illuminate/contracts": "5.1.* || 5.2.*", - "illuminate/session": "5.1.* || 5.2.*", - "illuminate/support": "5.1.* || 5.2.*", + "illuminate/contracts": "5.1.* || 5.2.* || 5.3.*", + "illuminate/session": "5.1.* || 5.2.* || 5.3.*", + "illuminate/support": "5.1.* || 5.2.* || 5.3.*", "graham-campbell/manager": "^2.3", "larabros/elogram": "^1.1" },