Skip to content

Commit be8dc58

Browse files
committed
add composer file
1 parent af6fe2e commit be8dc58

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "jblond/php-diff",
3+
"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+
{
11+
"name": "Mario",
12+
"email": ""
13+
}
14+
],
15+
"autoload": {
16+
"psr-0": {
17+
"Diff": "lib/"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)