Skip to content

Commit 80bc50a

Browse files
committed
mongo-php-library
Required library to work with pecl-mongodb
1 parent 3df57e2 commit 80bc50a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"illuminate/support": "^5.1",
1515
"illuminate/container": "^5.1",
1616
"illuminate/database": "^5.1",
17-
"illuminate/events": "^5.1"
17+
"illuminate/events": "^5.1",
18+
"mongodb/mongodb": "^1.0.0@beta"
19+
1820
},
1921
"require-dev": {
2022
"phpunit/phpunit": "^4.0|^5.0",

0 commit comments

Comments
 (0)