diff --git a/composer.json b/composer.json index 97b3787..788fcc3 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,7 @@ } ], "require": { - "php": ">=5.3.0", - "illuminate/support": "~5.0", + "php": ">=8.0", "gigablah/sphinxphp": "2.0.8" }, "autoload": { @@ -25,4 +24,4 @@ "sngrl\\SphinxSearch": "src/" } } -} \ No newline at end of file +}