Skip to content

Commit 66bdd07

Browse files
corpseejmikola
authored andcommitted
Add PHPUnit development dependency
1 parent 9e44340 commit 66bdd07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"php": ">=5.4",
1414
"ext-mongodb": "^1.1.0"
1515
},
16+
"require-dev": {
17+
"phpunit/phpunit": "^4.8"
18+
},
1619
"autoload": {
1720
"psr-4": { "MongoDB\\": "src/" },
1821
"files": [ "src/functions.php" ]

0 commit comments

Comments
 (0)