File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ ],
3
9
"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
+ ],
11
24
"autoload" : {
12
25
"psr-0" : {
13
26
"Diff" : " lib/"
You can’t perform that action at this time.
0 commit comments