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

Reformat composer.json

parent 24d8b83a
{ {
"name": "10gen-labs/mongo-php-library-prototype", "name": "10gen-labs/mongo-php-library-prototype",
"description": "phongo libraries for MongoDB", "description": "phongo libraries for MongoDB",
"license": "BSD-2-Clause",
"authors": [
{ "name": "Hannes Magnusson", "email": "bjori@mongodb.com"}
],
"require": { "require": {
"ext-phongo": ">=0.1.2" "ext-phongo": ">=0.1.2"
}, },
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.0" "fzaninotto/faker": "~1.0"
}, },
"license": "BSD-2-Clause",
"authors": [
{
"name": "Hannes Magnusson",
"email": "bjori@mongodb.com"
}
],
"minimum-stability": "dev",
"autoload": { "autoload": {
"psr-4": { "psr-4": { "MongoDB\\": "src/" }
"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