Add PHPUnit development dependency
Showing
... | @@ -13,6 +13,9 @@ | ... | @@ -13,6 +13,9 @@ |
"php": ">=5.4", | "php": ">=5.4", | ||
"ext-mongodb": "^1.1.0" | "ext-mongodb": "^1.1.0" | ||
}, | }, | ||
"require-dev": { | |||
"phpunit/phpunit": "^4.8" | |||
}, | |||
"autoload": { | "autoload": { | ||
"psr-4": { "MongoDB\\": "src/" }, | "psr-4": { "MongoDB\\": "src/" }, | ||
"files": [ "src/functions.php" ] | "files": [ "src/functions.php" ] | ||
... | ... |
Please
register
or
sign in
to comment