Files
faveo/vendor/phpspec/php-diff/composer.json
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

20 lines
433 B
JSON

{
"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/"
}
}
}