diff --git a/composer.json b/composer.json index d71d277..ebfc3a1 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ ], "require": { "php": ">=5.6.4", - "illuminate/events": "5.3.* || 5.4.*", - "illuminate/notifications": "5.3.* || 5.4.*", - "illuminate/queue": "5.3.* || 5.4.*", - "illuminate/support": "5.3.* || 5.4.*", + "illuminate/events": "5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/notifications": "5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/queue": "5.3.* || 5.4.* || 5.5.* || 5.6.*", + "illuminate/support": "5.3.* || 5.4.* || 5.5.* || 5.6.*", "pusher/pusher-php-server": "2.6.*" }, "require-dev": {