From 763acbd6b4951f41a1497a929729379416232de3 Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Mon, 4 Nov 2019 00:09:21 +0100 Subject: [PATCH] REFACTORING: renaming the repository --- composer.json | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index e6711ce..0afa52a 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,23 @@ { "name": "nibiru/nibiru-framework", - "type": "framework", "description": "PHP MVC rapid prototyping framework", - "keywords": ["php","mvc","prototyping","nibiru","template-engine","database","navigation","router","rapid"], - "homepage": "https://github.com/alllinux/Nibiru", - "license": "BSD-4-Clause", - "authors": [ - { - "name": "Stephan Kasdorf", - "email": "stephan.kasdorf@bittomine.com", - "homepage": "https://www.nibiru-framework.com", - "role": "Developer" - } - ], + "type": "library", "config": { "vendor-dir": "core/l" }, "require": { - "php": ">=7.1.0", "smarty/smarty": "^3.1", + "carbondate/carbon": "^1.33", "phpmailer/phpmailer": "^6.1", - "carbondate/carbon": "^2.0@beta" - } -} \ No newline at end of file + "php": "^7.3", + "codeception/codeception": "^3.1" + }, + "license": "BSD", + "authors": [ + { + "name": "Stephan Kasdorf", + "email": "stephan.kasdorf@bittomine.com" + } + ], + "minimum-stability": "stable" +}