Commit 66bdd07d authored by corpsee's avatar corpsee Committed by Jeremy Mikola

Add PHPUnit development dependency

parent 9e443408
......@@ -13,6 +13,9 @@
"php": ">=5.4",
"ext-mongodb": "^1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-4": { "MongoDB\\": "src/" },
"files": [ "src/functions.php" ]
......
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