From 8e8b8ece2057451da4348194615032fde46e19d5 Mon Sep 17 00:00:00 2001 From: eliseekn Date: Thu, 16 Sep 2021 09:50:37 +0000 Subject: [PATCH] update: composer --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1699b68d..1a488b44 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "eliseekn/tinymvc", - "description": "PHP framework based on MVC architecture", + "description": "TinyMVC is a PHP framework based on MVC architecture that helps you build easly and quickly powerful web applications and RESTful API.", "type": "project", "license": "MIT", "keywords": ["php", "framework", "mvc"], @@ -12,6 +12,7 @@ "role": "Developer" } ], + "minimum-stability": "dev", "autoload": { "files": [ "app/Functions.php",