Skip to content

Commit 8d82ac4

Browse files
committed
Merge pull request phpspec#1 from RobLoach/validate-composer
Fix composer.json so that it validates
2 parents 7efe41e + 9b736ac commit 8d82ac4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "phpspec/php-diff",
33
"type": "library",
44
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
5+
"license": "BSD-3-Clause",
56

67
"authors": [
78
{
89
"name": "Chris Boulton",
9-
"email": "@chrisboulton"
10+
"homepage": "http://github.com/chrisboulton"
1011
}
1112
],
1213

@@ -15,4 +16,4 @@
1516
"Diff": "lib/"
1617
}
1718
}
18-
}
19+
}

0 commit comments

Comments
 (0)