From 7710a5aa4524bb382153a90588c190abec34751e Mon Sep 17 00:00:00 2001 From: Arnaud Lier Date: Mon, 20 Jun 2022 20:16:37 +0200 Subject: [PATCH] Use HTTPS protocol for homepage --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8fdc606..f7b2442 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "phpdocumentor/reflection-common", "keywords": ["phpdoc", "phpDocumentor", "reflection", "static analysis", "FQSEN"], - "homepage": "http://www.phpdoc.org", + "homepage": "https://www.phpdoc.org", "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "license": "MIT", "authors": [