From efba2fa5797bd2b3c972b05f18cc1bc40ad561f6 Mon Sep 17 00:00:00 2001 From: Craig Marvelley Date: Tue, 26 Nov 2013 15:53:02 +0000 Subject: [PATCH] Add description/license, remove PSR-0 mapping --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f0ceeba..0dcace9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "name": "developerforce/force.com-toolkit-for-php", + "description": "A wrapper for the Force.com Web Services SOAP API", + "license": "BSD-3-Clause", "autoload": { - "psr-0": { "DeveloperForce\\ForceDotComToolkit": "" }, "classmap": [ "soapclient" ]