Update readme and composer.json for PECL mongodb-0.2.0
Showing
| ... | @@ -10,12 +10,17 @@ | ... | @@ -10,12 +10,17 @@ |
| { "name": "Derick Rethans", "email": "github@derickrethans.nl" } | { "name": "Derick Rethans", "email": "github@derickrethans.nl" } | ||
| ], | ], | ||
| "require": { | "require": { | ||
| "ext-phongo": ">=0.1.2" | "ext-mongodb": "^0.2" | ||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "fzaninotto/faker": "~1.0" | "fzaninotto/faker": "~1.0" | ||
| }, | }, | ||
| "autoload": { | "autoload": { | ||
| "psr-4": { "MongoDB\\": "src/" } | "psr-4": { "MongoDB\\": "src/" } | ||
| }, | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "0.2.x-dev" | |||
| } | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment