Skip to content

Commit 4e044bd

Browse files
committed
More developers added
1 parent 8a4dee3 commit 4e044bd

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

composer.json

+24-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,29 @@
11
{
2-
"name": "quorum/array-functions",
2+
"name" : "quorum/array-functions",
33
"description": "useful array functions",
4-
"license": "MIT",
5-
"authors": [{
6-
"name": "Jesse Donat",
7-
"email": "[email protected]"
8-
}],
9-
"require-dev":{
10-
"phpunit/phpunit" : "~4.1"
4+
"license" : "MIT",
5+
"authors" : [
6+
{
7+
"name" : "Jesse Donat",
8+
"role" : "Developer",
9+
"email" : "[email protected]",
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"
1125
},
12-
"autoload": {
13-
"files": [ "src/array.php" ]
26+
"autoload" : {
27+
"files": ["src/array.php"]
1428
}
1529
}

0 commit comments

Comments
 (0)