File tree 1 file changed +24
-10
lines changed
1 file changed +24
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " quorum/array-functions" ,
2
+ "name" : " quorum/array-functions" ,
3
3
"description" : " useful array functions" ,
4
- "license" : " MIT" ,
5
- "authors" : [{
6
- "name" : " Jesse Donat" ,
7
-
8
- }],
9
- "require-dev" :{
10
- "phpunit/phpunit" : " ~4.1"
4
+ "license" : " MIT" ,
5
+ "authors" : [
6
+ {
7
+ "name" : " Jesse Donat" ,
8
+ "role" : " Developer" ,
9
+
10
+ "homepage" : " https://donatstudios.com"
11
+ },
12
+ {
13
+ "name" : " Ray Minge" ,
14
+ "role" : " Developer" ,
15
+ "homepage" : " http://oranj.io"
16
+ },
17
+ {
18
+ "name" : " Jon Henderson" ,
19
+ "role" : " Developer" ,
20
+ "homepage" : " http://github.com/henderjon"
21
+ }
22
+ ],
23
+ "require-dev" : {
24
+ "phpunit/phpunit" : " ~4.1"
11
25
},
12
- "autoload" : {
13
- "files" : [ " src/array.php" ]
26
+ "autoload" : {
27
+ "files" : [" src/array.php" ]
14
28
}
15
29
}
You can’t perform that action at this time.
0 commit comments