From 029e170526a9aba64a636127bcf78c1fa488bc46 Mon Sep 17 00:00:00 2001 From: Chris <chris@codingallnight.com> Date: Wed, 3 Feb 2016 09:27:23 -0800 Subject: [PATCH] Updating composer.json to use HTTPS homepage link. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c97adc9..824c9c3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ { "name": "Chris Coley", "email": "chris@codingallnight.com", - "homepage": "http://codingallnight.com" + "homepage": "https://codingallnight.com" } ], "minimum-stability": "dev", -- GitLab