From b46a35cf6aa3f1050513ddad9db8d37991dd2212 Mon Sep 17 00:00:00 2001 From: Grischa Brockhaus Date: Thu, 8 Feb 2024 13:56:28 +0100 Subject: [PATCH] composer.json angepasst Die Package Information so gesetzt, dass sie auf das neue Repository verweisen --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5c238de..f152fb1 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "brockhaus/unirest-php", + "name": "bitmotor/unirest-php", "description": "Unirest PHP", "keywords": ["rest", "curl", "http", "https", "client"], "type": "library", - "homepage": "https://github.com/brockhaus/unirest-php", + "homepage": "https://git.steeeg.de/bitmotor/unirest-php", "license": "MIT", "author": "Mashape (https://www.mashape.com)", "require": {