diff --git a/composer.json b/composer.json index bd05713..196538e 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ }, "require": { "php": ">=7.0.0", - "illuminate/config": "5.1.* || 5.3.* || 5.4.*", - "illuminate/events": "5.1.* || 5.3.* || 5.4.*", - "illuminate/routing": "5.1.* || 5.3.* || 5.4.*", - "illuminate/support": "5.1.* || 5.3.* || 5.4.*", + "illuminate/config": "5.1.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/events": "5.1.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/routing": "5.1.* || 5.3.* || 5.4.* || 5.5.*", + "illuminate/support": "5.1.* || 5.3.* || 5.4.* || 5.5.*", "nesbot/carbon": "^1.19", "mixpanel/mixpanel-php": "~2.0", "sinergi/browser-detector": "~5.0"