From d9e0c2c6a052a8707e5a97719137049593615be4 Mon Sep 17 00:00:00 2001 From: "Md. Alimuzzaman Alim" Date: Mon, 7 Jan 2019 01:15:49 +0600 Subject: [PATCH] Renamed UsabilityDynamics to udx Related issue udx/infrastructure#171 --- composer.json | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 4ab02df..78a67ed 100644 --- a/composer.json +++ b/composer.json @@ -1,20 +1,24 @@ { - "name": "lib-eventbrite-client", - "version": "0.1.0", + "name": "udx/lib-eventbrite-client", + "version": "1.1.0", "type": "library", "description": "PHP client for the Eventbrite API http://eventbrite.github.com", "tags": [ "eventbrite", "client", "php", "api" ], "keywords": [ "eventbrite", "client", "php", "api" ], - "homepage": "https://github.com/UsabilityDynamics/lib-eventbrite-client", - "author": { - "name": "UsabilityDynamics, Inc.", - "url": "https://usabilitydynamics.com" - }, + "homepage": "https://github.com/udx/lib-eventbrite-client", + "authors": [ + { + "name": "UsabilityDynamics, Inc.", + "homepage": "https://usabilitydynamics.com" + } + ], "minimum-stability": "dev", - "repository": { - "type": "git", - "url": "https://github.com/UsabilityDynamics/lib-eventbrite-client" - }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/udx/lib-eventbrite-client" + } + ], "require": { "php": ">=5.3" },