8000 [BrowserKit] Bump dom-crawler minimum version requirement · symfony/symfony@1215783 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1215783

Browse files
committed
[BrowserKit] Bump dom-crawler minimum version requirement
The BrowserKit Client will not work with DomCrawler 2.0 if the CssSelector component is not installed.
1 parent 0baa58d commit 1215783

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.3",
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