We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7efe41e + 9b736ac commit 8d82ac4Copy full SHA for 8d82ac4
1 file changed
composer.json
@@ -2,11 +2,12 @@
2
"name": "phpspec/php-diff",
3
"type": "library",
4
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
5
+ "license": "BSD-3-Clause",
6
7
"authors": [
8
{
9
"name": "Chris Boulton",
- "email": "@chrisboulton"
10
+ "homepage": "http://github.com/chrisboulton"
11
}
12
],
13
@@ -15,4 +16,4 @@
15
16
"Diff": "lib/"
17
18
-}
19
+}
0 commit comments