From 655bc830f760f366f5f1a4599736e97c052b8a98 Mon Sep 17 00:00:00 2001 From: Akash R Chandran <78685510+akashrchandran@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:18:10 +0530 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c918715..380e0c6 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A Rest API for fetching lyrics from Spotify which is powered by Musixmatch.", "type": "library", "require": { - "php": ">=8.0" + "php": "^8.0.0" }, "license": "GPL-3.0-only", "autoload": {