diff --git a/composer.json b/composer.json index 6bc07c34..4de34279 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "source": "https://github.com/dwijitsolutions/laraadmin" }, "require": { - "php": "^7.3|^8.0", + "php": ">=^7.3|^8.0", "doctrine/dbal": "^3.5", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", @@ -101,4 +101,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}