From 4880980ebdb163aa9d0af5c64a64b7ffa394afdf Mon Sep 17 00:00:00 2001 From: i9w3b Date: Sat, 2 May 2020 17:01:21 -0300 Subject: [PATCH] :up: Atualizar composer.json --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ea3fc13..9b028c0 100755 --- a/composer.json +++ b/composer.json @@ -1,10 +1,14 @@ { "name": "i9w3b/force-https", - "description": "ForceHttps package for with the Laravel framework.", - "keywords": ["i9w3b", "laravel", "package", "forcehttps"], + "description": "Forçar redirecionamento de http para https usando middleware laravel", + "keywords": ["i9w3b", "laravel", "package", "force-https"], + "homepage": "https://github.com/i9w3b/force-https", + "license": "MIT", "authors": [{ "name": "Marcelo Sena", - "email": "suportemarcelosena@gmail.com" + "email": "suportemarcelosena@gmail.com", + "homepage": "https://github.com/i9w3b", + "role": "Developer" }], "require": {}, "require-dev": {},