diff options
-rw-r--r-- | composer.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5e91b0f --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "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", + "homepage": "http://github.com/chrisboulton" + } + ], + + "autoload": { + "psr-0": { + "Diff": "lib/" + } + } +} |