Commit 374f79cc authored by Jeremy Mikola's avatar Jeremy Mikola

Reformat composer.json

parent 24d8b83a
{
"name": "10gen-labs/mongo-php-library-prototype",
"description": "phongo libraries for MongoDB",
"license": "BSD-2-Clause",
"authors": [
{ "name": "Hannes Magnusson", "email": "bjori@mongodb.com"}
],
"require": {
"ext-phongo": ">=0.1.2"
},
"require-dev": {
"fzaninotto/faker": "~1.0"
},
"license": "BSD-2-Clause",
"authors": [
{
"name": "Hannes Magnusson",
"email": "bjori@mongodb.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"MongoDB\\": "src/"
}
"psr-4": { "MongoDB\\": "src/" }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment