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