Skip to content

Commit

Permalink
[Composer] Remove unneeded conflict to symfony/framework-bundle (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee authored Feb 13, 2025
2 parents 430be46 + 8d284ef commit b7a4b9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions CONFLICTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
This document explains why certain conflicts were added to `composer.json` and
references related issues.

- `symfony/framework-bundle:6.2.8`:

This version is missing the service alias `validator.expression`
which causes ValidatorException exception to be thrown when using `Expression` constraint.

- `behat/mink-selenium2-driver:>=1.7.0`:

This version adds strict type to the `Behat\Mink\Driver\Selenium2Driver::visit($url)` method
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"symfony/web-profiler-bundle": "^5.4 || ^6.4"
},
"conflict": {
"symfony/framework-bundle": "6.2.8",
"behat/mink-selenium2-driver": ">=1.7.0"
},
"config": {
Expand Down

0 comments on commit b7a4b9b

Please sign in to comment.