Skip to content

Commit 70101bd

Browse files
author
Chris Boulton
committed
Merge pull request #8 from maetl/master
Add composer.json manifest
2 parents 74d806f + 9083bd6 commit 70101bd

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)