Skip to content

Commit 374f79c

Browse files
committed
Reformat composer.json
1 parent 24d8b83 commit 374f79c

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

composer.json

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
{
22
"name": "10gen-labs/mongo-php-library-prototype",
33
"description": "phongo libraries for MongoDB",
4+
"license": "BSD-2-Clause",
5+
"authors": [
6+
{ "name": "Hannes Magnusson", "email": "[email protected]"}
7+
],
48
"require": {
59
"ext-phongo": ">=0.1.2"
610
},
711
"require-dev": {
812
"fzaninotto/faker": "~1.0"
913
},
10-
"license": "BSD-2-Clause",
11-
"authors": [
12-
{
13-
"name": "Hannes Magnusson",
14-
"email": "[email protected]"
15-
}
16-
],
17-
"minimum-stability": "dev",
1814
"autoload": {
19-
"psr-4": {
20-
"MongoDB\\": "src/"
21-
}
15+
"psr-4": { "MongoDB\\": "src/" }
2216
}
2317
}

0 commit comments

Comments
 (0)