From 9b736ac28341f8193627aafdb9929e3e798263f9 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Wed, 7 Nov 2012 16:08:40 -0500 Subject: [PATCH] Fix composer.json so that it validates --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b81a45d5..5e91b0f9 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,12 @@ "name": "phpspec/php-diff", "type": "library", "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", + "license": "BSD-3-Clause", "authors": [ { "name": "Chris Boulton", - "email": "@chrisboulton" + "homepage": "http://github.com/chrisboulton" } ], @@ -15,4 +16,4 @@ "Diff": "lib/" } } -} \ No newline at end of file +}