From 42c70d9332686438d5133b25f025710e0530a020 Mon Sep 17 00:00:00 2001 From: Franck DAKIA Date: Sun, 21 May 2023 14:12:37 +0000 Subject: [PATCH] Update the framework version for relase --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5bee20b..5eac019 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,10 @@ "email": "dakiafranck@gmail.com" } ], - "minimum-stability": "dev", + "minimum-stability": "stable", "require": { "php": "^8.1", - "bowphp/framework": "5.x-dev" + "bowphp/framework": "^5.0" }, "require-dev": { "phpunit/phpunit": "^10.1@dev",