Skip to content

Commit

Permalink
Merge pull request #66 from pfuhrmann/patch-1
Browse files Browse the repository at this point in the history
Support Symfony 7.x
  • Loading branch information
Naktibalda committed Dec 1, 2023
2 parents ee5d25e + bd2d193 commit 9d94838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"codeception/codeception": "^5.0.8",
"codeception/lib-web": "^1.0.1",
"phpunit/phpunit": "^10.0",
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0",
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0"
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0 || ^7.0",
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"codeception/util-universalframework": "^1.0"
Expand Down

0 comments on commit 9d94838

Please sign in to comment.