Reformat composer.json
Showing
| { | { | ||
| "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/" | |||
| } | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment