Skip to content

Commit d371f65

Browse files
committed
chore: drop ad-hoc mongodb deps and the throwaway scaffolder
The Behat→PHPUnit migration scaffolder under `tools/` was a one-shot helper; it has no place in the published source tree. `doctrine/mongodb-odm` and `doctrine/mongodb-odm-bundle` are installed on demand by the `mongodb` CI job (and likewise on contributor machines), not via require-dev — the lines added in #8202 made them load unconditionally and bloated the install footprint for everyone else.
1 parent d44867d commit d371f65

2 files changed

Lines changed: 0 additions & 221 deletions

File tree

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@
130130
"doctrine/common": "^3.2.2",
131131
"doctrine/dbal": "^4.0",
132132
"doctrine/doctrine-bundle": "^2.11 || ^3.1",
133-
"doctrine/mongodb-odm": "^2.16",
134-
"doctrine/mongodb-odm-bundle": "^5.6",
135133
"doctrine/orm": "^2.17 || ^3.0",
136134
"elasticsearch/elasticsearch": "^7.17 || ^8.4 || ^9.0",
137135
"friends-of-behat/mink-browserkit-driver": "^1.3.1",

tools/feature_to_phpunit.php

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)