From 591e06ec427c2d2e5018172552b9354c208419e7 Mon Sep 17 00:00:00 2001 From: Sebastian <41212477+S-Tian86@users.noreply.github.com> Date: Fri, 3 Dec 2021 10:45:05 -0300 Subject: [PATCH] Update https instead of http in composer.json (#378) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b54b4801..c50a2bdc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "amphp/amp", - "homepage": "http://amphp.org/amp", + "homepage": "https://amphp.org/amp", "description": "A non-blocking concurrency framework for PHP applications.", "keywords": [ "async",