From 8898d5975640b1ccbffdcb8ae5d1868b54627ead Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 16 Jan 2024 08:30:23 +0100 Subject: [PATCH] Fix links in composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5dff44f..e695300 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "http", "client" ], - "homepage": "https://github.com/concrete5-community/http-client-compat", + "homepage": "https://github.com/concrete5-community/http_client_compat", "license": "MIT", "authors": [ { @@ -21,8 +21,8 @@ } ], "support": { - "issues": "https://github.com/concrete5-community/http-client-compat/issues", - "source": "https://github.com/concrete5-community/http-client-compat" + "issues": "https://github.com/concrete5-community/http_client_compat/issues", + "source": "https://github.com/concrete5-community/http_client_compat" }, "require": { "concrete5/core": "^8.5 | ^9.1"