From f98ff41dde8e4111eb0dc9fd194a2b4d66c3e4df Mon Sep 17 00:00:00 2001 From: Rob Allen Date: Thu, 22 Aug 2019 09:13:14 +0100 Subject: [PATCH] Update link to homepage in composer.json This ensure that visitors from Packagist do not get an SSL certificate warning as GitHub Pages does not create an SSL certificate with both the apex domain and www subdomain registered. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a39184156..8aabf5281 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", "keywords": ["framework","micro","api","router"], - "homepage": "https://slimframework.com", + "homepage": "https://www.slimframework.com", "license": "MIT", "authors": [ {