Skip to content

Commit

Permalink
adding composer manifest to distribute as a library
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Rickerby committed Jun 13, 2012
1 parent 74d806f commit 9083bd6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
@@ -0,0 +1,16 @@
{
"name": "chrisboulton/php-diff",
"type": "library",
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
"authors": [
{
"name": "Chris Boulton",
"email": "@chrisboulton"
}
],
"autoload": {
"psr-0": {
"Diff": "lib/"
}
}
}

0 comments on commit 9083bd6

Please sign in to comment.