Skip to content

Commit 751b1e0

Browse files
[Lock] remove mention of mongodb
1 parent 103cb1f commit 751b1e0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
},
2222
"require-dev": {
2323
"doctrine/dbal": "~2.5",
24-
"mongodb/mongodb": "~1.1",
2524
"predis/predis": "~1.0"
2625
},
2726
"conflict": {

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<ini name="error_reporting" value="-1" />
1313
<env name="REDIS_HOST" value="localhost" />
1414
<env name="MEMCACHED_HOST" value="localhost" />
15-
<env name="MONGODB_HOST" value="localhost" />
1615
<env name="ZOOKEEPER_HOST" value="localhost" />
1716
</php>
1817

0 commit comments

Comments
 (0)