Skip to content

Commit

Permalink
Merge pull request phpspec#1 from RobLoach/validate-composer
Browse files Browse the repository at this point in the history
Fix composer.json so that it validates
  • Loading branch information
everzet committed Nov 8, 2012
2 parents 7efe41e + 9b736ac commit 8d82ac4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],

Expand All @@ -15,4 +16,4 @@
"Diff": "lib/"
}
}
}
}

0 comments on commit 8d82ac4

Please sign in to comment.