Skip to content

Commit eb3d442

Browse files
authored
Merge pull request #249 from andreybolonin/patch-2
Update composer.json
2 parents 1c3ffe2 + d7d823c commit eb3d442

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require": {
2020
"php": ">=7.1",
2121
"facebook/webdriver": "^1.7.1",
22-
"symfony/browser-kit": "^4.3",
23-
"symfony/dom-crawler": "^4.3",
24-
"symfony/http-client": "^4.3",
22+
"symfony/browser-kit": "^4.3 || ^5.0",
23+
"symfony/dom-crawler": "^4.3 || ^5.0",
24+
"symfony/http-client": "^4.3 || ^5.0",
2525
"symfony/polyfill-php72": "^1.9",
26-
"symfony/process": "^3.4 || ^4.0"
26+
"symfony/process": "^3.4 || ^4.0 || ^5.0"
2727
},
2828
"autoload": {
2929
"psr-4": { "Symfony\\Component\\Panther\\": "src/" }
@@ -45,8 +45,8 @@
4545
"require-dev": {
4646
"fabpot/goutte": "^3.2.3",
4747
"guzzlehttp/guzzle": "^6.3",
48-
"symfony/css-selector": "^3.4 || ^4.0",
49-
"symfony/framework-bundle": "^3.4 || ^4.0",
50-
"symfony/phpunit-bridge": "^4.3.3"
48+
"symfony/css-selector": "^3.4 || ^4.0 || ^5.0",
49+
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
50+
"symfony/phpunit-bridge": "^4.3.3 || ^5.0"
5151
}
5252
}

0 commit comments

Comments
 (0)