diff --git a/composer.json b/composer.json index 2ebd7a8..bf43bc4 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/support": "~5.0", + "php": ">=5.4.0 || ^7.2", + "illuminate/support": "~5.0 || ^6.0", "simplepie/simplepie": "1.5.*", "ext-curl": "*" },