From 9919096ce5f376997c224cba2aa4c85e9b699266 Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Mon, 4 Nov 2019 00:18:01 +0100 Subject: [PATCH 1/2] REFACTORING: renaming the repository --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e6711ce..29e1da9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "require": { "php": ">=7.1.0", "smarty/smarty": "^3.1", - "phpmailer/phpmailer": "^6.1", - "carbondate/carbon": "^2.0@beta" + "phpmailer/phpmailer": "^6.1" } } \ No newline at end of file From 7e79b83767bc57db06fb292b68e6087d0177f2c4 Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Mon, 4 Nov 2019 14:48:30 +0100 Subject: [PATCH 2/2] REFACTORING: update during packagist weird behavior. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29e1da9..c03b6c9 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,8 @@ "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", + "homepage": "https://github.com/alllinux/Nibiru", "authors": [ { "name": "Stephan Kasdorf",