Skip to content

Commit c9c4c99

Browse files
committed
updated to my repo
1 parent 0ea259b commit c9c4c99

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

composer.json

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
{
2-
"name": "chrisboulton/php-diff",
2+
"name": "JBlond/php-diff",
3+
"repositories": [
4+
{
5+
"type": "vcs",
6+
"url": "https://github.com/JBlond/php-diff"
7+
}
8+
],
39
"type": "library",
4-
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
5-
"authors": [
6-
{
7-
"name": "Chris Boulton",
8-
"email": "@chrisboulton"
9-
}
10-
],
10+
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
11+
"keywords": [
12+
"php",
13+
"diff"
14+
],
15+
"authors": [
16+
{
17+
"name": "Chris Boulton",
18+
"email": "@chrisboulton"
19+
},
20+
{
21+
"name": "Mario / JBlond"
22+
}
23+
],
1124
"autoload": {
1225
"psr-0": {
1326
"Diff": "lib/"

0 commit comments

Comments
 (0)