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 +}