10000 minor #18980 [BrowserKit] Bump the dom-crawler minimum version requir… · symfony/symfony@22ab211 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22ab211

Browse files
committed
minor #18980 [BrowserKit] Bump the dom-crawler minimum versio E04B n requirement (jakzal)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #18980). Discussion ---------- [BrowserKit] Bump the dom-crawler minimum version requirement | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18826 | License | MIT | Doc PR | - The BrowserKit Client will not work with DomCrawler 2.0 if the CssSelector component is not installed. This will require an amendment when merging into the 2.8 branch. It currently uses `~2.0,>=2.0.5|~3.0.0`, while it should be `~2.1|~3.0.0`. Commits ------- 5579d86 [BrowserKit] Bump dom-crawler minimum version requirement
2 parents 83e24ba + 5579d86 commit 22ab211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/BrowserKit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/dom-crawler": "~2.0,>=2.0.5"
20+
"symfony/dom-crawler": "~2.1"
2121
},
2222
"require-dev": {
2323
"symfony/process": "~2.3.34|~2.7,>=2.7.6",

0 commit comments

Comments
 (0)
0