Skip to content

Commit 9083bd6

Browse files
author
Mark Rickerby
committed
adding composer manifest to distribute as a library
1 parent 74d806f commit 9083bd6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "chrisboulton/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+
"autoload": {
12+
"psr-0": {
13+
"Diff": "lib/"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)