From 9a5ff6e768798abfdc88c95f010a2d6d42fb7c4f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 16 Feb 2025 23:14:44 +0330 Subject: [PATCH] =?UTF-8?q?chore:=20Added=20version=20=E2=80=8D=E2=80=8D?= =?UTF-8?q?=E2=80=8D=E2=80=8D=E2=80=8D=E2=80=8D=E2=80=8D`^5.0`=20to=20supp?= =?UTF-8?q?ort=20php=20`^8.1.0`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c313b9d..3fc3f41 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpunit/phpunit": "^10.5 || ^11.5", "rector/rector": "^2.0", "roave/security-advisories": "dev-latest", - "vimeo/psalm": "^6.0" + "vimeo/psalm": "^5.0 || ^6.0" }, "require-dev": { "codeigniter4/framework": "^4.1",