Skip to content

Commit a216c76

Browse files
authored
Merge pull request #55 from Codeception/symfony-versions
Bumped lowest supported versions of symfony components
2 parents 632c951 + 6270f82 commit a216c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
2525
"codeception/codeception": "*@dev",
26-
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0",
27-
"symfony/dom-crawler": "^4.4 || ^5.4 || ^6.0"
26+
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
27+
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0"
2828
},
2929
"require-dev": {
3030
"codeception/util-universalframework": "dev-master"

0 commit comments

Comments
 (0)