From 9ee56ee433cdf3c1cd033abeeb9072cbf448c095 Mon Sep 17 00:00:00 2001 From: Adriaan Mouthaan Date: Thu, 15 May 2025 14:24:11 +0200 Subject: [PATCH] Update composer.json --- composer.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 586f39c..2c77647 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "jublonet/codebird-php", + "name": "intermixdevelopers/codebird-php", "description" : "Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.", "keywords": [ "Twitter", "API", "networking" ], - "homepage": "https://www.jublo.net/projects/codebird/php", + "homepage": "https://github.com/developerintermix/codebird-php/tree/v1.1.0", "license": "GPL-3.0+", "authors": [ { @@ -20,13 +20,14 @@ "email": "jm@jublo.net", "homepage": "http://mynetx.net/", "role": "Developer" + }, + { + "name": "A.M.", + "email": "adriaan@intermix.nl", + "homepage": "https://intermix.nl", + "role": "Developer" } ], - "support": { - "email": "support@jublo.net", - "issues": "https://github.com/jublonet/codebird-php/issues", - "source": "https://github.com/jublonet/codebird-php/releases" - }, "require": { "php": ">=5.5.0", "ext-hash": "*",