Skip to content

Commit a709229

Browse files
committed
minor #1211 Remove redundant mongodb/mongodb conflict from examples (OskarStark)
This PR was merged into the main branch. Discussion ---------- Remove redundant mongodb/mongodb conflict from examples | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT The conflict is already declared in the required packages symfony/ai-mongo-db-store and symfony/ai-mongo-db-message-store. Commits ------- e6d575b Remove redundant mongodb/mongodb conflict from examples
2 parents f02dad7 + e6d575b commit a709229

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@
138138
"phpstan/phpstan": "^2.1",
139139
"phpstan/phpstan-strict-rules": "^2.0"
140140
},
141-
"conflict": {
142-
"mongodb/mongodb": "<1.21"
143-
},
144141
"minimum-stability": "dev",
145142
"autoload": {
146143
"psr-4": {

0 commit comments

Comments
 (0)