Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4513a3a

Browse files
committed
bug #49048 [FrameworkBundle] conflict with symfony/dom-crawler < 6.3 (xabbuh)
This PR was merged into the 6.3 branch. Discussion ---------- [FrameworkBundle] conflict with symfony/dom-crawler < 6.3 | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | This way we avoid surprising exceptions when the DomCrawlerAssertionsTrait's assertSelectorCount() method is used with an older version of the DomCrawler component. Commits ------- 47dd882 conflict with symfony/dom-crawler < 6.3
2 parents 2688a15 + 47dd882 commit 4513a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"symfony/console": "<5.4",
8181
"symfony/dotenv": "<5.4",
8282
"symfony/dom-crawler": "<5.4",
83-
"symfony/http-client": "<5.4",
83+
"symfony/http-client": "<6.3",
8484
"symfony/form": "<5.4",
8585
"symfony/lock": "<5.4",
8686
"symfony/mailer": "<5.4",

0 commit comments

Comments
 (0)