Skip to content

Commit 7efe41e

Browse files
committed
Update composer.json
Change namespace as this is a fork
1 parent 70101bd commit 7efe41e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"name": "chrisboulton/php-diff",
3-
"type": "library",
2+
"name": "phpspec/php-diff",
3+
"type": "library",
44
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
5+
56
"authors": [
67
{
78
"name": "Chris Boulton",
89
"email": "@chrisboulton"
910
}
1011
],
11-
"autoload": {
12-
"psr-0": {
13-
"Diff": "lib/"
14-
}
15-
}
12+
13+
"autoload": {
14+
"psr-0": {
15+
"Diff": "lib/"
16+
}
17+
}
1618
}

0 commit comments

Comments
 (0)