diff --git a/composer.json b/composer.json index 9479a00..fcf3b49 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": ">=7.0.0", - "illuminate/support": "5.1.* || 5.3.*", - "illuminate/routing": "5.1.* || 5.3.*" + "illuminate/support": "5.1.* || 5.3.* || 5.4.*", + "illuminate/routing": "5.1.* || 5.3.* || 5.4.*" } }