From 22ad7304f980dc097cbb29d1c9aa130b59a7a58f Mon Sep 17 00:00:00 2001 From: Mirzaev Date: Thu, 3 Nov 2022 08:27:45 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20?= =?UTF-8?q?=D1=81=20git.hood.su=20=D0=BD=D0=B0=20git.mirzaev.sexy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index cdf3c88..34aef93 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,13 @@ { "name": "mirzaev/minimal", "type": "framework", - "description": "Легковесный MVC фреймворк который следует твоим правилам, а не диктует свои", + "description": "Lightweight MVC framework that manages only the basic mechanisms, leaving the development of the programmer and not overloading the project", "keywords": [ "mvc", "framework" ], - "homepage": "https://git.hood.su/mirzaev/minimal", "license": "WTFPL", + "homepage": "https://git.mirzaev.sexy/mirzaev/minimal", "authors": [ { "name": "Arsen Mirzaev Tatyano-Muradovich", @@ -17,14 +17,14 @@ } ], "support": { - "docs": "https://git.hood.su/mirzaev/minimal/manual", - "issues": "https://git.hood.su/mirzaev/minimal/issues" + "docs": "https://git.mirzaev.sexy/mirzaev/minimal/wiki", + "issues": "https://git.mirzaev.sexy/mirzaev/minimal/issues" }, "require": { - "php": "~8.0" + "php": "~8.1" }, "suggest": { - "ext-PDO": "Для работы с базами данных на SQL (MySQL, PostreSQL...)" + "ext-PDO": "To work with SQL-based databases (MySQL, PostreSQL...)" }, "autoload": { "psr-4": {