From 7d33fe2009c90fa624603ccd929869217a6dae83 Mon Sep 17 00:00:00 2001 From: Arman <407448+armanist@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:15:49 +0400 Subject: [PATCH] Pointing to latest release version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d0031ea..f09a2d3 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "type": "project", "require": { - "quantum/framework": "dev-master", + "quantum/framework": "^2.9", "fakerphp/faker": "^1.15", "bluemmb/faker-picsum-photos-provider": "^2.0", "doctrine/annotations": "^2.0"