We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d806f commit 9083bd6Copy full SHA for 9083bd6
composer.json
@@ -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