From e65aef7c8f7d17be301f07681846ebfddb6bb170 Mon Sep 17 00:00:00 2001 From: Grischa Brockhaus Date: Wed, 2 Jun 2021 14:15:36 +0200 Subject: [PATCH] Renaming --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d39af34..2c016ec 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "mashape/unirest-php", + "name": "brockhaus/unirest-php", "description": "Unirest PHP", "keywords": ["rest", "curl", "http", "https", "client"], "type": "library", - "homepage": "https://github.com/Mashape/unirest-php", + "homepage": "https://github.com/brockhaus/unirest-php", "license": "MIT", "author": "Mashape (https://www.mashape.com)", "require": {